summaryrefslogtreecommitdiff
path: root/www/lib/videogular-themes-default
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/videogular-themes-default')
-rw-r--r--www/lib/videogular-themes-default/.bower.json26
-rw-r--r--www/lib/videogular-themes-default/.gitignore3
-rw-r--r--www/lib/videogular-themes-default/Gruntfile.js35
-rw-r--r--www/lib/videogular-themes-default/LICENSE20
-rw-r--r--www/lib/videogular-themes-default/README.md55
-rw-r--r--www/lib/videogular-themes-default/bower.json15
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.dev.svg37
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.eotbin2544 -> 0 bytes
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.svg37
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.ttfbin2380 -> 0 bytes
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.woffbin1948 -> 0 bytes
-rw-r--r--www/lib/videogular-themes-default/package.json15
-rw-r--r--www/lib/videogular-themes-default/videogular.css459
-rw-r--r--www/lib/videogular-themes-default/videogular.css.map7
-rw-r--r--www/lib/videogular-themes-default/videogular.min.css1
15 files changed, 0 insertions, 710 deletions
diff --git a/www/lib/videogular-themes-default/.bower.json b/www/lib/videogular-themes-default/.bower.json
deleted file mode 100644
index daf3ca24..00000000
--- a/www/lib/videogular-themes-default/.bower.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "videogular-themes-default",
- "version": "1.4.4",
- "main": [
- "./videogular.css",
- "./fonts/videogular.woff",
- "./fonts/videogular.ttf",
- "./fonts/videogular.svg",
- "./fonts/videogular.eot",
- "./fonts/videogular.dev.svg"
- ],
- "dependencies": {
- "videogular": "~1.4.4"
- },
- "homepage": "https://github.com/2fdevs/bower-videogular-themes-default",
- "_release": "1.4.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.4.4",
- "commit": "22a686dd9ca7bbbc7e09239d71a14da50afaffc5"
- },
- "_source": "https://github.com/2fdevs/bower-videogular-themes-default.git",
- "_target": "~1.4.4",
- "_originalSource": "videogular-themes-default",
- "_direct": true
-} \ No newline at end of file
diff --git a/www/lib/videogular-themes-default/.gitignore b/www/lib/videogular-themes-default/.gitignore
deleted file mode 100644
index ac2c9712..00000000
--- a/www/lib/videogular-themes-default/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/node_modules/
-/bower_components/
-.idea \ No newline at end of file
diff --git a/www/lib/videogular-themes-default/Gruntfile.js b/www/lib/videogular-themes-default/Gruntfile.js
deleted file mode 100644
index e5b2f2f7..00000000
--- a/www/lib/videogular-themes-default/Gruntfile.js
+++ /dev/null
@@ -1,35 +0,0 @@
-module.exports = function(grunt) {
- grunt.initConfig({
- pkg: grunt.file.readJSON('package.json'),
- release: {
- options: {
- //bump: false, //default: true
- //file: 'bower.json', //default: package.json
- //add: false, //default: true
- //commit: false, //default: true
- //tag: false, //default: true
- //push: false, //default: true
- //pushTags: false, //default: true
- //npmtag: true, //default: no tag
- //folder: 'folder/to/publish/to/npm', //default project root
- //commitMessage: 'check out my release <%= version %>', //default: 'release <%= version %>'
- //tagMessage: 'tagging version <%= version %>', //default: 'Version <%= version %>',
- //tagName: 'v<%= version %>', //default: '<%= version %>'
-
- file: 'bower.json', //default: package.json
- add: false, //default: true
- commit: false, //default: true
- tag: false, //default: true
- push: false, //default: true
- pushTags: false, //default: true
- npm: false
- }
- }
- });
-
- grunt.loadNpmTasks('grunt-release');
-
- grunt.registerTask('major', ['release:major']);
- grunt.registerTask('minor', ['release:minor']);
- grunt.registerTask('patch', ['release:patch']);
-};
diff --git a/www/lib/videogular-themes-default/LICENSE b/www/lib/videogular-themes-default/LICENSE
deleted file mode 100644
index 2a6b69f7..00000000
--- a/www/lib/videogular-themes-default/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2013 2fdevs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/www/lib/videogular-themes-default/README.md b/www/lib/videogular-themes-default/README.md
deleted file mode 100644
index 4627c8f1..00000000
--- a/www/lib/videogular-themes-default/README.md
+++ /dev/null
@@ -1,55 +0,0 @@
-bower-videogular-themes-default
-===============================
-
-Default Videogular's theme for distribution on `bower`.
-
-## Install theme
-
-Install [Videogular](http://www.videogular.com/) theme with Bower:
-
-`bower install videogular-themes-default`
-
-### Install Videogular
-
-Install [Videogular](http://www.videogular.com/) with Bower:
-
-`bower install videogular`
-
-### Install plugins
-
-Install [Videogular](http://www.videogular.com/) plugins with Bower:
-
-`bower install videogular-controls`
-
-`bower install videogular-buffering`
-
-`bower install videogular-overlay-play`
-
-`bower install videogular-poster`
-
-## Documentation
-
-It's available on [Videogular's project Wiki](https://github.com/2fdevs/videogular/wiki).
-
-## License
-
-The MIT License (MIT)
-
-Copyright (c) 2013 2fdevs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/www/lib/videogular-themes-default/bower.json b/www/lib/videogular-themes-default/bower.json
deleted file mode 100644
index b2b245ff..00000000
--- a/www/lib/videogular-themes-default/bower.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "videogular-themes-default",
- "version": "1.4.4",
- "main": [
- "./videogular.css",
- "./fonts/videogular.woff",
- "./fonts/videogular.ttf",
- "./fonts/videogular.svg",
- "./fonts/videogular.eot",
- "./fonts/videogular.dev.svg"
- ],
- "dependencies": {
- "videogular": "~1.4.4"
- }
-}
diff --git a/www/lib/videogular-themes-default/fonts/videogular.dev.svg b/www/lib/videogular-themes-default/fonts/videogular.dev.svg
deleted file mode 100644
index 7d6b86f8..00000000
--- a/www/lib/videogular-themes-default/fonts/videogular.dev.svg
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG font generated by IcoMoon.
-<iconset grid="16"></iconset>
-</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="512" >
-<font-face units-per-em="512" ascent="480" descent="-32" />
-<missing-glyph horiz-adv-x="512" />
-<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
-<glyph unicode="&#xe000;" d="M 96,416L 416,224L 96,32 z" data-tags="play, media control, audio" />
-<glyph unicode="&#xe001;" d="M 64,416L 224,416L 224,32L 64,32zM 288,416L 448,416L 448,32L 288,32z" data-tags="pause, media control, audio" />
-<glyph unicode="&#xe002;" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
- C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
- c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
- C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
- c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
- C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" data-tags="volume-high, speaker, media control, audio" />
-<glyph unicode="&#xe003;" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
- c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
- C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" data-tags="volume-medium, speaker, media control, audio" />
-<glyph unicode="&#xe004;" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" data-tags="volume-low, speaker, media control, audio" />
-<glyph unicode="&#xe005;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" data-tags="volume-mute, speaker, media control, audio, mute" />
-<glyph unicode="&#xe006;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 ZM 480,170.426 L 480,128 L 437.574,128 L 384,181.574 L 330.426,128 L 288,128 L 288,170.426 L 341.574,224 L 288,277.574 L 288,320 L 330.426,320 L 384,266.426 L 437.574,320 L 480,320 L 480,277.574 L 426.426,224 Z" data-tags="volume-mute, speaker, media control, audio, mute" />
-<glyph unicode="&#xe007;" d="M 512,480 L 512,288 L 442.87,357.13 L 336.87,251.13 L 283.13,304.87 L 389.13,410.87 L 320,480 ZM 122.87,410.87 L 228.87,304.87 L 175.13,251.13 L 69.13,357.13 L 0,288 L 0,480 L 192,480 ZM 442.87,90.87 L 512,160 L 512-32 L 320-32 L 389.13,37.13 L 283.13,143.13 L 336.87,196.87 ZM 228.87,143.13 L 122.87,37.13 L 192-32 L 0-32 L 0,160 L 69.13,90.87 L 175.13,196.87 Z" data-tags="expand, enlarge, maximize, fullscreen" />
-<glyph unicode="&#xe008;" d="M 32,192 L 224,192 L 224,0 L 154.87,69.13 L 53.87-31.87 L 0.13,21.87 L 101.13,122.87 ZM 410.87,122.87 L 511.87,21.87 L 458.13-31.87 L 357.13,69.13 L 288,0 L 288,192 L 480,192 ZM 480,256 L 288,256 L 288,448 L 357.13,378.87 L 458.13,479.87 L 511.87,426.13 L 410.87,325.13 ZM 154.87,378.87 L 224,448 L 224,256 L 32,256 L 101.13,325.13 L 0.13,426.13 L 53.87,479.87 Z" data-tags="contract, minimize, shrink, collapse" />
-<glyph unicode="&#xe009;" d="M 512,288 L 320,288 L 391.765,359.765 C 355.5,396.028 307.285,416 256,416 C 204.715,416 156.5,396.028 120.235,359.765 C 83.972,323.5 64,275.285 64,224 C 64,172.715 83.972,124.5 120.235,88.235 C 156.5,51.972 204.715,32 256,32 C 307.285,32 355.5,51.972 391.764,88.236 C 394.792,91.263 397.694,94.382 400.492,97.57 L 448.652,55.429 C 401.729,1.846 332.82-32 256-32 C 114.615-32 0,82.615 0,224 C 0,365.385 114.615,480 256,480 C 326.693,480 390.684,451.337 437.008,405.008 L 512,480 L 512,288 Z" data-tags="spinner, loading, busy, wait, wheel, repeat" />
-<glyph unicode="&#x20;" horiz-adv-x="256" />
-</font></defs></svg> \ No newline at end of file
diff --git a/www/lib/videogular-themes-default/fonts/videogular.eot b/www/lib/videogular-themes-default/fonts/videogular.eot
deleted file mode 100644
index cf6b47e2..00000000
--- a/www/lib/videogular-themes-default/fonts/videogular.eot
+++ /dev/null
Binary files differ
diff --git a/www/lib/videogular-themes-default/fonts/videogular.svg b/www/lib/videogular-themes-default/fonts/videogular.svg
deleted file mode 100644
index 96d7b5cf..00000000
--- a/www/lib/videogular-themes-default/fonts/videogular.svg
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG font generated by IcoMoon.
-<iconset grid="16"></iconset>
-</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="512" >
-<font-face units-per-em="512" ascent="480" descent="-32" />
-<missing-glyph horiz-adv-x="512" />
-<glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
-<glyph unicode="&#xe000;" d="M 96,416L 416,224L 96,32 z" />
-<glyph unicode="&#xe001;" d="M 64,416L 224,416L 224,32L 64,32zM 288,416L 448,416L 448,32L 288,32z" />
-<glyph unicode="&#xe002;" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
- C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
- c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
- C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
- c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
- C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" />
-<glyph unicode="&#xe003;" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
- c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
- C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
-<glyph unicode="&#xe004;" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
- c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
- c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
-<glyph unicode="&#xe005;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
-<glyph unicode="&#xe006;" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 ZM 480,170.426 L 480,128 L 437.574,128 L 384,181.574 L 330.426,128 L 288,128 L 288,170.426 L 341.574,224 L 288,277.574 L 288,320 L 330.426,320 L 384,266.426 L 437.574,320 L 480,320 L 480,277.574 L 426.426,224 Z" />
-<glyph unicode="&#xe007;" d="M 512,480 L 512,288 L 442.87,357.13 L 336.87,251.13 L 283.13,304.87 L 389.13,410.87 L 320,480 ZM 122.87,410.87 L 228.87,304.87 L 175.13,251.13 L 69.13,357.13 L 0,288 L 0,480 L 192,480 ZM 442.87,90.87 L 512,160 L 512-32 L 320-32 L 389.13,37.13 L 283.13,143.13 L 336.87,196.87 ZM 228.87,143.13 L 122.87,37.13 L 192-32 L 0-32 L 0,160 L 69.13,90.87 L 175.13,196.87 Z" />
-<glyph unicode="&#xe008;" d="M 32,192 L 224,192 L 224,0 L 154.87,69.13 L 53.87-31.87 L 0.13,21.87 L 101.13,122.87 ZM 410.87,122.87 L 511.87,21.87 L 458.13-31.87 L 357.13,69.13 L 288,0 L 288,192 L 480,192 ZM 480,256 L 288,256 L 288,448 L 357.13,378.87 L 458.13,479.87 L 511.87,426.13 L 410.87,325.13 ZM 154.87,378.87 L 224,448 L 224,256 L 32,256 L 101.13,325.13 L 0.13,426.13 L 53.87,479.87 Z" />
-<glyph unicode="&#xe009;" d="M 512,288 L 320,288 L 391.765,359.765 C 355.5,396.028 307.285,416 256,416 C 204.715,416 156.5,396.028 120.235,359.765 C 83.972,323.5 64,275.285 64,224 C 64,172.715 83.972,124.5 120.235,88.235 C 156.5,51.972 204.715,32 256,32 C 307.285,32 355.5,51.972 391.764,88.236 C 394.792,91.263 397.694,94.382 400.492,97.57 L 448.652,55.429 C 401.729,1.846 332.82-32 256-32 C 114.615-32 0,82.615 0,224 C 0,365.385 114.615,480 256,480 C 326.693,480 390.684,451.337 437.008,405.008 L 512,480 L 512,288 Z" />
-<glyph unicode="&#x20;" horiz-adv-x="256" />
-</font></defs></svg> \ No newline at end of file
diff --git a/www/lib/videogular-themes-default/fonts/videogular.ttf b/www/lib/videogular-themes-default/fonts/videogular.ttf
deleted file mode 100644
index 3837d8ec..00000000
--- a/www/lib/videogular-themes-default/fonts/videogular.ttf
+++ /dev/null
Binary files differ
diff --git a/www/lib/videogular-themes-default/fonts/videogular.woff b/www/lib/videogular-themes-default/fonts/videogular.woff
deleted file mode 100644
index 0e08bdbb..00000000
--- a/www/lib/videogular-themes-default/fonts/videogular.woff
+++ /dev/null
Binary files differ
diff --git a/www/lib/videogular-themes-default/package.json b/www/lib/videogular-themes-default/package.json
deleted file mode 100644
index 7af2cd8d..00000000
--- a/www/lib/videogular-themes-default/package.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "videogular-themes-default",
- "version": "1.4.4",
- "main": "videogular.css",
- "dependencies": {
- "videogular": "~1.4.4"
- },
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-release": "~0.7.0"
- },
- "engines": {
- "node": ">=0.8.0"
- }
-}
diff --git a/www/lib/videogular-themes-default/videogular.css b/www/lib/videogular-themes-default/videogular.css
deleted file mode 100644
index 676974ad..00000000
--- a/www/lib/videogular-themes-default/videogular.css
+++ /dev/null
@@ -1,459 +0,0 @@
-/**
- * @license videogular v1.4.3 http://videogular.com
- * Two Fucking Developers http://twofuckingdevelopers.com
- * License: MIT
- */
-@font-face {
- font-family: 'videogular';
- src: url("fonts/videogular.eot");
- src: url("fonts/videogular.eot?#iefix") format("embedded-opentype"), url("fonts/videogular.woff") format("woff"), url("fonts/videogular.ttf") format("truetype"), url("fonts/videogular.svg#videogular") format("svg");
- font-weight: normal;
- font-style: normal; }
-videogular, [videogular] {
- width: 100%;
- height: 100%;
- position: relative;
- background-color: #000000;
- display: block;
- flex-direction: column;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: moz-none;
- -ms-user-select: none;
- user-select: none;
- /*****************/
- /* Poster plugin */
- /*****************/
- /**********************/
- /* OverlayPlay plugin */
- /**********************/
- /*********************/
- /* Controlbar plugin */
- /*********************/
- /* IE10 hack */
- /* Controlbar icons */
- /********************/
- /* Buffering plugin */
- /********************/
- /* Loading Spinner
- * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
- */
- /**********************/
- /* IMA ads plugin */
- /**********************/ }
- videogular button, [videogular] button {
- cursor: pointer; }
- videogular.fullscreen, [videogular].fullscreen {
- position: fixed;
- left: 0;
- top: 0; }
- videogular vg-media, [videogular] vg-media {
- width: 100%;
- height: 100%;
- max-width: 100%;
- max-height: 100%;
- display: block; }
- videogular vg-media video, [videogular] vg-media video {
- width: 100%;
- height: 100%;
- max-width: 100%;
- max-height: 100%; }
- videogular .iconButton, [videogular] .iconButton {
- color: #FFFFFF;
- font-family: 'videogular';
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- background: none;
- padding: 6px;
- border: none; }
- videogular .iconButton:focus, [videogular] .iconButton:focus {
- border: 1px solid white; }
- videogular vg-poster, [videogular] vg-poster {
- width: 100%;
- height: 100%;
- max-width: 100%;
- max-height: 100%;
- position: absolute;
- display: block;
- z-index: 1;
- top: 0;
- pointer-events: none; }
- videogular vg-poster img, [videogular] vg-poster img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- margin: auto;
- position: absolute; }
- videogular vg-poster img.pause,
- videogular vg-poster img.play, [videogular] vg-poster img.pause,
- [videogular] vg-poster img.play {
- display: none; }
- videogular vg-poster img.stop, [videogular] vg-poster img.stop {
- display: block; }
- videogular vg-overlay-play, [videogular] vg-overlay-play {
- width: 100%;
- height: 100%;
- max-width: 100%;
- max-height: 100%;
- position: absolute;
- z-index: 2;
- top: 0; }
- videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
- content: "\e000"; }
- videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
- font-size: 100px;
- width: 100%;
- height: 100%;
- max-width: 100%;
- max-height: 100%;
- position: absolute;
- display: table;
- cursor: pointer;
- zoom: 1;
- filter: alpha(opacity=60);
- opacity: 0.6; }
- videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
- vertical-align: middle;
- text-align: center;
- display: table-cell; }
- videogular vg-controls, [videogular] vg-controls {
- width: 100%;
- height: 50px;
- display: block;
- position: absolute;
- z-index: 3;
- bottom: 0; }
- videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
- width: 100%;
- height: 50px;
- background-color: rgba(0, 0, 0, 0.5);
- position: absolute;
- display: table;
- zoom: 1; }
- videogular vg-play-pause-button, [videogular] vg-play-pause-button {
- display: table-cell;
- width: 50px;
- vertical-align: middle;
- text-align: center;
- cursor: pointer; }
- videogular vg-time-display, [videogular] vg-time-display {
- color: #FFFFFF;
- display: table-cell;
- font-family: Arial;
- font-size: 18px;
- width: 75px;
- vertical-align: middle;
- text-align: center;
- cursor: default; }
- videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
- display: table-cell;
- font-family: Arial;
- font-size: 18px;
- width: auto; }
- videogular vg-scrub-bar, [videogular] vg-scrub-bar {
- width: auto;
- display: table-cell;
- cursor: pointer;
- vertical-align: middle;
- position: relative; }
- videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
- margin-top: 24px;
- margin-bottom: 24px;
- height: 2px;
- background-color: black;
- position: relative; }
- videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
- position: absolute;
- width: 100%;
- height: 2px;
- top: 24px;
- padding-left: 0; }
- videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
- border-right: 6px black groove; }
- videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
- position: absolute;
- background-color: #FFFFFF;
- width: 100%;
- height: 100%;
- display: block;
- cursor: pointer; }
- videogular vg-scrub-bar-buffer, [videogular] vg-scrub-bar-buffer {
- position: absolute;
- background-color: #FFFFFF;
- width: 100%;
- height: 100%;
- display: block;
- cursor: pointer;
- zoom: 1;
- filter: alpha(opacity=50);
- opacity: 0.5; }
- videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
- width: 100%;
- height: 100%;
- display: block;
- position: absolute; }
- videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
- color: #FFFFFF;
- padding-top: 3px; }
- videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
- position: absolute;
- height: 3px;
- background-color: #FFFFFF; }
- videogular vg-scrub-bar-thumbnails, [videogular] vg-scrub-bar-thumbnails {
- position: absolute;
- width: 100%;
- height: 100%;
- display: block;
- cursor: pointer;
- bottom: 24px;
- z-index: 1; }
- videogular vg-scrub-bar-thumbnails .vg-thumbnails, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
- position: absolute;
- top: -20px;
- margin-top: -40px;
- width: 80px;
- height: 60px;
- overflow: hidden; }
- videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
- height: 60px;
- background-repeat: no-repeat; }
- videogular vg-scrub-bar-thumbnails .background, [videogular] vg-scrub-bar-thumbnails .background {
- width: 100%;
- height: 50px; }
- videogular vg-playback-button, [videogular] vg-playback-button {
- display: table-cell;
- width: 50px;
- vertical-align: middle;
- text-align: center;
- cursor: pointer; }
- videogular vg-volume, [videogular] vg-volume {
- display: table-cell;
- width: 50px;
- vertical-align: middle;
- text-align: center;
- cursor: pointer; }
- videogular vg-volume-bar, [videogular] vg-volume-bar {
- width: 50px;
- height: 100px;
- top: -100px;
- margin-left: -25px;
- vertical-align: middle;
- text-align: center;
- position: absolute;
- cursor: pointer; }
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
- videogular vg-volume-bar, [videogular] vg-volume-bar {
- zoom: 1;
- filter: alpha(opacity=50);
- opacity: 0.5; } }
- videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
- display: table-cell;
- width: 50px;
- vertical-align: middle;
- text-align: center;
- cursor: pointer; }
- videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
- width: 50px;
- height: 100px;
- background-color: #000000;
- position: absolute; }
- videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
- width: 20px;
- height: 70px;
- left: 15px;
- top: 15px;
- background-color: #222222;
- position: absolute; }
- videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
- width: 20px;
- height: 100%;
- background-color: #FFFFFF;
- position: absolute; }
- videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
- width: 20px;
- height: 100%;
- position: absolute; }
- videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
- animation: hideControlsAnimationFrames ease-out 0.5s;
- animation-iteration-count: 1;
- animation-fill-mode: forwards;
- /*when the spec is finished*/
- -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
- -webkit-animation-iteration-count: 1;
- -webkit-animation-fill-mode: forwards;
- /*Chrome 16+, Safari 4+*/
- -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
- -moz-animation-iteration-count: 1;
- -moz-animation-fill-mode: forwards;
- /*FF 5+*/
- -o-animation: hideControlsAnimationFrames ease-out 0.5s;
- -o-animation-iteration-count: 1;
- -o-animation-fill-mode: forwards;
- /*Not implemented yet*/
- -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
- -ms-animation-iteration-count: 1;
- -ms-animation-fill-mode: forwards;
- /*IE 10+*/ }
-@keyframes hideControlsAnimationFrames {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 0; } }
-@-moz-keyframes hideControlsAnimationFrames {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 0; } }
-@-webkit-keyframes hideControlsAnimationFrames {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 0; } }
-@-o-keyframes hideControlsAnimationFrames {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 0; } }
-@-ms-keyframes hideControlsAnimationFrames {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 0; } }
- videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
- animation: showControlsAnimationFrames ease-out 0.5s;
- animation-iteration-count: 1;
- animation-fill-mode: forwards;
- /*when the spec is finished*/
- -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
- -webkit-animation-iteration-count: 1;
- -webkit-animation-fill-mode: forwards;
- /*Chrome 16+, Safari 4+*/
- -moz-animation: showControlsAnimationFrames ease-out 0.5s;
- -moz-animation-iteration-count: 1;
- -moz-animation-fill-mode: forwards;
- /*FF 5+*/
- -o-animation: showControlsAnimationFrames ease-out 0.5s;
- -o-animation-iteration-count: 1;
- -o-animation-fill-mode: forwards;
- /*Not implemented yet*/
- -ms-animation: showControlsAnimationFrames ease-out 0.5s;
- -ms-animation-iteration-count: 1;
- -ms-animation-fill-mode: forwards;
- /*IE 10+*/ }
-@keyframes showControlsAnimationFrames {
- 0% {
- background-color: transparent; }
- 100% {
- background-color: rgba(0, 0, 0, 0.5); } }
-@-moz-keyframes showControlsAnimationFrames {
- 0% {
- background-color: transparent; }
- 100% {
- background-color: rgba(0, 0, 0, 0.5); } }
-@-webkit-keyframes showControlsAnimationFrames {
- 0% {
- background-color: transparent; }
- 100% {
- background-color: rgba(0, 0, 0, 0.5); } }
-@-o-keyframes showControlsAnimationFrames {
- 0% {
- background-color: transparent; }
- 100% {
- background-color: rgba(0, 0, 0, 0.5); } }
-@-ms-keyframes showControlsAnimationFrames {
- 0% {
- background-color: transparent; }
- 100% {
- background-color: rgba(0, 0, 0, 0.5); } }
- videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
- content: "\e000"; }
- videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
- content: "\e001"; }
- videogular vg-mute-button, [videogular] vg-mute-button {
- width: 50px;
- display: block; }
- videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
- content: "\e002"; }
- videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
- content: "\e003"; }
- videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
- content: "\e004"; }
- videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
- content: "\e005"; }
- videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
- content: "\e006"; }
- videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
- content: "\e007"; }
- videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
- content: "\e008"; }
- videogular vg-buffering, [videogular] vg-buffering {
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 4;
- top: 0; }
- videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
- width: 100%;
- position: absolute;
- cursor: pointer;
- top: 50%;
- margin-top: -50px;
- zoom: 1;
- filter: alpha(opacity=60);
- opacity: 0.6; }
- videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
- background-color: transparent;
- border: 5px solid white;
- opacity: .9;
- border-top: 5px solid transparent;
- border-left: 5px solid transparent;
- border-radius: 50px;
- box-shadow: 0 0 35px #FFFFFF;
- width: 50px;
- height: 50px;
- margin: 0 auto;
- -moz-animation: spin .5s infinite linear;
- -webkit-animation: spin .5s infinite linear; }
- videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
- -webkit-animation-play-state: paused;
- -moz-animation-play-state: paused; }
-@-moz-keyframes spin {
- 0% {
- -moz-transform: rotate(0deg); }
- 100% {
- -moz-transform: rotate(360deg); } }
-@-moz-keyframes spinoff {
- 0% {
- -moz-transform: rotate(0deg); }
- 100% {
- -moz-transform: rotate(-360deg); } }
-@-webkit-keyframes spin {
- 0% {
- -webkit-transform: rotate(0deg); }
- 100% {
- -webkit-transform: rotate(360deg); } }
-@-webkit-keyframes spinoff {
- 0% {
- -webkit-transform: rotate(0deg); }
- 100% {
- -webkit-transform: rotate(-360deg); } }
- videogular vg-ima-ads, [videogular] vg-ima-ads {
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 5;
- top: 0;
- display: none; }
-
-/*# sourceMappingURL=videogular.css.map */
diff --git a/www/lib/videogular-themes-default/videogular.css.map b/www/lib/videogular-themes-default/videogular.css.map
deleted file mode 100644
index 86429cae..00000000
--- a/www/lib/videogular-themes-default/videogular.css.map
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-"version": 3,
-"mappings": "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",
-"sources": ["videogular.scss"],
-"names": [],
-"file": "videogular.css"
-} \ No newline at end of file
diff --git a/www/lib/videogular-themes-default/videogular.min.css b/www/lib/videogular-themes-default/videogular.min.css
deleted file mode 100644
index 6fd8fcfc..00000000
--- a/www/lib/videogular-themes-default/videogular.min.css
+++ /dev/null
@@ -1 +0,0 @@
-@font-face{font-family:videogular;src:url(fonts/videogular.eot);src:url(fonts/videogular.eot?#iefix) format("embedded-opentype"),url(fonts/videogular.woff) format("woff"),url(fonts/videogular.ttf) format("truetype"),url(fonts/videogular.svg#videogular) format("svg");font-weight:400;font-style:normal}videogular,[videogular]{width:100%;height:100%;position:relative;background-color:#000;display:block;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:moz-none;-ms-user-select:none;user-select:none}videogular button,[videogular] button{cursor:pointer}videogular.fullscreen,[videogular].fullscreen{position:fixed;left:0;top:0}videogular vg-media,[videogular] vg-media{width:100%;height:100%;max-width:100%;max-height:100%;display:block}videogular vg-media video,[videogular] vg-media video{width:100%;height:100%;max-width:100%;max-height:100%}videogular .iconButton,[videogular] .iconButton{color:#FFF;font-family:videogular;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;background:0 0;padding:6px;border:0}videogular .iconButton:focus,[videogular] .iconButton:focus{border:1px solid #fff}videogular vg-poster,[videogular] vg-poster{width:100%;height:100%;max-width:100%;max-height:100%;position:absolute;display:block;z-index:1;top:0;pointer-events:none}videogular vg-poster img,[videogular] vg-poster img{width:auto;height:auto;max-width:100%;max-height:100%;top:0;bottom:0;right:0;left:0;margin:auto;position:absolute}videogular vg-poster img.pause,videogular vg-poster img.play,[videogular] vg-poster img.pause,[videogular] vg-poster img.play{display:none}videogular vg-poster img.stop,[videogular] vg-poster img.stop{display:block}videogular vg-overlay-play,[videogular] vg-overlay-play{width:100%;height:100%;max-width:100%;max-height:100%;position:absolute;z-index:2;top:0}videogular vg-overlay-play .play:before,[videogular] vg-overlay-play .play:before{content:"\e000"}videogular vg-overlay-play .overlayPlayContainer,[videogular] vg-overlay-play .overlayPlayContainer{font-size:100px;width:100%;height:100%;max-width:100%;max-height:100%;position:absolute;display:table;cursor:pointer;zoom:1;filter:alpha(opacity=60);opacity:.6}videogular vg-overlay-play .overlayPlayContainer div,[videogular] vg-overlay-play .overlayPlayContainer div{vertical-align:middle;text-align:center;display:table-cell}videogular vg-controls,[videogular] vg-controls{width:100%;height:50px;display:block;position:absolute;z-index:3;bottom:0}videogular vg-controls .controls-container,[videogular] vg-controls .controls-container{width:100%;height:50px;background-color:rgba(0,0,0,.5);position:absolute;display:table;zoom:1}videogular vg-play-pause-button,[videogular] vg-play-pause-button{display:table-cell;width:50px;vertical-align:middle;text-align:center;cursor:pointer}videogular vg-time-display,[videogular] vg-time-display{color:#FFF;display:table-cell;font-family:Arial;font-size:18px;width:75px;vertical-align:middle;text-align:center;cursor:default}videogular .vgTimeDisplay,[videogular] .vgTimeDisplay{display:table-cell;font-family:Arial;font-size:18px;width:auto}videogular vg-scrub-bar,[videogular] vg-scrub-bar{width:auto;display:table-cell;cursor:pointer;vertical-align:middle;position:relative}videogular vg-scrub-bar [role=slider],[videogular] vg-scrub-bar [role=slider]{margin-top:24px;margin-bottom:24px;height:2px;background-color:#000;position:relative}videogular vg-scrub-bar .container,[videogular] vg-scrub-bar .container{position:absolute;width:100%;height:2px;top:24px;padding-left:0}videogular vg-scrub-bar :focus vg-scrub-bar-current-time,[videogular] vg-scrub-bar :focus vg-scrub-bar-current-time{border-right:6px #000 groove}videogular vg-scrub-bar-current-time,[videogular] vg-scrub-bar-current-time{position:absolute;background-color:#FFF;width:100%;height:100%;display:block;cursor:pointer}videogular vg-scrub-bar-buffer,[videogular] vg-scrub-bar-buffer{position:absolute;background-color:#FFF;width:100%;height:100%;display:block;cursor:pointer;zoom:1;filter:alpha(opacity=50);opacity:.5}videogular vg-scrub-bar-cue-points,[videogular] vg-scrub-bar-cue-points{width:100%;height:100%;display:block;position:absolute}videogular vg-scrub-bar-cue-points .cue-point-timeline,[videogular] vg-scrub-bar-cue-points .cue-point-timeline{color:#FFF;padding-top:3px}videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point,[videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point{position:absolute;height:3px;background-color:#FFF}videogular vg-scrub-bar-thumbnails,[videogular] vg-scrub-bar-thumbnails{position:absolute;width:100%;height:100%;display:block;cursor:pointer;bottom:24px;z-index:1}videogular vg-scrub-bar-thumbnails .vg-thumbnails,[videogular] vg-scrub-bar-thumbnails .vg-thumbnails{position:absolute;top:-20px;margin-top:-40px;width:80px;height:60px;overflow:hidden}videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail,[videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail{height:60px;background-repeat:no-repeat}videogular vg-scrub-bar-thumbnails .background,[videogular] vg-scrub-bar-thumbnails .background{width:100%;height:50px}videogular vg-playback-button,[videogular] vg-playback-button{display:table-cell;width:50px;vertical-align:middle;text-align:center;cursor:pointer}videogular vg-volume,[videogular] vg-volume{display:table-cell;width:50px;vertical-align:middle;text-align:center;cursor:pointer}videogular vg-volume-bar,[videogular] vg-volume-bar{width:50px;height:100px;top:-100px;margin-left:-25px;vertical-align:middle;text-align:center;position:absolute;cursor:pointer}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){videogular vg-volume-bar,[videogular] vg-volume-bar{zoom:1;filter:alpha(opacity=50);opacity:.5}}videogular vg-fullscreen-button,[videogular] vg-fullscreen-button{display:table-cell;width:50px;vertical-align:middle;text-align:center;cursor:pointer}videogular vg-volume-bar .verticalVolumeBar,[videogular] vg-volume-bar .verticalVolumeBar{width:50px;height:100px;background-color:#000;position:absolute}videogular vg-volume-bar .volumeBackground,[videogular] vg-volume-bar .volumeBackground{width:20px;height:70px;left:15px;top:15px;background-color:#222;position:absolute}videogular vg-volume-bar .volumeValue,[videogular] vg-volume-bar .volumeValue{width:20px;height:100%;background-color:#FFF;position:absolute}videogular vg-volume-bar .volumeClickArea,[videogular] vg-volume-bar .volumeClickArea{width:20px;height:100%;position:absolute}videogular vg-controls .hide-animation,[videogular] vg-controls .hide-animation{animation:hideControlsAnimationFrames ease-out .5s;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:hideControlsAnimationFrames ease-out .5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-moz-animation:hideControlsAnimationFrames ease-out .5s;-moz-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-o-animation:hideControlsAnimationFrames ease-out .5s;-o-animation-iteration-count:1;-o-animation-fill-mode:forwards;-ms-animation:hideControlsAnimationFrames ease-out .5s;-ms-animation-iteration-count:1;-ms-animation-fill-mode:forwards}@keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-moz-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-webkit-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-o-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}@-ms-keyframes hideControlsAnimationFrames{0%{opacity:.5}100%{opacity:0}}videogular vg-controls .show-animation,[videogular] vg-controls .show-animation{animation:showControlsAnimationFrames ease-out .5s;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:showControlsAnimationFrames ease-out .5s;-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-moz-animation:showControlsAnimationFrames ease-out .5s;-moz-animation-iteration-count:1;-moz-animation-fill-mode:forwards;-o-animation:showControlsAnimationFrames ease-out .5s;-o-animation-iteration-count:1;-o-animation-fill-mode:forwards;-ms-animation:showControlsAnimationFrames ease-out .5s;-ms-animation-iteration-count:1;-ms-animation-fill-mode:forwards}@keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-moz-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-webkit-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-o-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}@-ms-keyframes showControlsAnimationFrames{0%{background-color:transparent}100%{background-color:rgba(0,0,0,.5)}}videogular vg-play-pause-button .play:before,[videogular] vg-play-pause-button .play:before{content:"\e000"}videogular vg-play-pause-button .pause:before,[videogular] vg-play-pause-button .pause:before{content:"\e001"}videogular vg-mute-button,[videogular] vg-mute-button{width:50px;display:block}videogular vg-mute-button .level3:before,[videogular] vg-mute-button .level3:before{content:"\e002"}videogular vg-mute-button .level2:before,[videogular] vg-mute-button .level2:before{content:"\e003"}videogular vg-mute-button .level1:before,[videogular] vg-mute-button .level1:before{content:"\e004"}videogular vg-mute-button .level0:before,[videogular] vg-mute-button .level0:before{content:"\e005"}videogular vg-mute-button .mute:before,[videogular] vg-mute-button .mute:before{content:"\e006"}videogular vg-fullscreen-button .enter:before,[videogular] vg-fullscreen-button .enter:before{content:"\e007"}videogular vg-fullscreen-button .exit:before,[videogular] vg-fullscreen-button .exit:before{content:"\e008"}videogular vg-buffering,[videogular] vg-buffering{width:100%;height:100%;position:absolute;z-index:4;top:0}videogular vg-buffering .bufferingContainer,[videogular] vg-buffering .bufferingContainer{width:100%;position:absolute;cursor:pointer;top:50%;margin-top:-50px;zoom:1;filter:alpha(opacity=60);opacity:.6}videogular vg-buffering .loadingSpinner,[videogular] vg-buffering .loadingSpinner{background-color:transparent;border:5px solid #fff;opacity:.9;border-top:5px solid transparent;border-left:5px solid transparent;border-radius:50px;box-shadow:0 0 35px #FFF;width:50px;height:50px;margin:0 auto;-moz-animation:spin .5s infinite linear;-webkit-animation:spin .5s infinite linear}videogular vg-buffering .loadingSpinner .stop,[videogular] vg-buffering .loadingSpinner .stop{-webkit-animation-play-state:paused;-moz-animation-play-state:paused}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}@-moz-keyframes spinoff{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spinoff{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}}videogular vg-ima-ads,[videogular] vg-ima-ads{width:100%;height:100%;position:absolute;z-index:5;top:0;display:none} \ No newline at end of file