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.json22
-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.json11
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.dev.svg37
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.eotbin0 -> 2544 bytes
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.svg37
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.ttfbin0 -> 2380 bytes
-rw-r--r--www/lib/videogular-themes-default/fonts/videogular.woffbin0 -> 1948 bytes
-rw-r--r--www/lib/videogular-themes-default/package.json12
-rw-r--r--www/lib/videogular-themes-default/videogular.css430
-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, 670 insertions, 0 deletions
diff --git a/www/lib/videogular-themes-default/.bower.json b/www/lib/videogular-themes-default/.bower.json
new file mode 100644
index 00000000..fe245097
--- /dev/null
+++ b/www/lib/videogular-themes-default/.bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "videogular-themes-default",
+ "version": "1.3.2",
+ "main": [
+ "./videogular.css",
+ "./fonts/*"
+ ],
+ "dependencies": {
+ "videogular": "~1.3.2"
+ },
+ "homepage": "https://github.com/2fdevs/bower-videogular-themes-default",
+ "_release": "1.3.2",
+ "_resolution": {
+ "type": "version",
+ "tag": "v1.3.2",
+ "commit": "08233954c31e0b45b9f918de6dce117e14d951f8"
+ },
+ "_source": "git://github.com/2fdevs/bower-videogular-themes-default.git",
+ "_target": "~1.3.2",
+ "_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
new file mode 100644
index 00000000..ac2c9712
--- /dev/null
+++ b/www/lib/videogular-themes-default/.gitignore
@@ -0,0 +1,3 @@
+/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
new file mode 100644
index 00000000..e5b2f2f7
--- /dev/null
+++ b/www/lib/videogular-themes-default/Gruntfile.js
@@ -0,0 +1,35 @@
+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
new file mode 100644
index 00000000..2a6b69f7
--- /dev/null
+++ b/www/lib/videogular-themes-default/LICENSE
@@ -0,0 +1,20 @@
+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
new file mode 100644
index 00000000..4627c8f1
--- /dev/null
+++ b/www/lib/videogular-themes-default/README.md
@@ -0,0 +1,55 @@
+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
new file mode 100644
index 00000000..38f5332c
--- /dev/null
+++ b/www/lib/videogular-themes-default/bower.json
@@ -0,0 +1,11 @@
+{
+ "name": "videogular-themes-default",
+ "version": "1.3.2",
+ "main": [
+ "./videogular.css",
+ "./fonts/*"
+ ],
+ "dependencies": {
+ "videogular": "~1.3.2"
+ }
+}
diff --git a/www/lib/videogular-themes-default/fonts/videogular.dev.svg b/www/lib/videogular-themes-default/fonts/videogular.dev.svg
new file mode 100644
index 00000000..7d6b86f8
--- /dev/null
+++ b/www/lib/videogular-themes-default/fonts/videogular.dev.svg
@@ -0,0 +1,37 @@
+<?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
new file mode 100644
index 00000000..cf6b47e2
--- /dev/null
+++ b/www/lib/videogular-themes-default/fonts/videogular.eot
Binary files differ
diff --git a/www/lib/videogular-themes-default/fonts/videogular.svg b/www/lib/videogular-themes-default/fonts/videogular.svg
new file mode 100644
index 00000000..96d7b5cf
--- /dev/null
+++ b/www/lib/videogular-themes-default/fonts/videogular.svg
@@ -0,0 +1,37 @@
+<?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
new file mode 100644
index 00000000..3837d8ec
--- /dev/null
+++ b/www/lib/videogular-themes-default/fonts/videogular.ttf
Binary files differ
diff --git a/www/lib/videogular-themes-default/fonts/videogular.woff b/www/lib/videogular-themes-default/fonts/videogular.woff
new file mode 100644
index 00000000..0e08bdbb
--- /dev/null
+++ b/www/lib/videogular-themes-default/fonts/videogular.woff
Binary files differ
diff --git a/www/lib/videogular-themes-default/package.json b/www/lib/videogular-themes-default/package.json
new file mode 100644
index 00000000..b8bcec92
--- /dev/null
+++ b/www/lib/videogular-themes-default/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "videogular-themes-default",
+ "version": "1.3.2",
+ "main": "videogular.css",
+ "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
new file mode 100644
index 00000000..de4a7acb
--- /dev/null
+++ b/www/lib/videogular-themes-default/videogular.css
@@ -0,0 +1,430 @@
+/**
+ * @license videogular v1.2.7 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; }
+ 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 :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 {
+ 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: relative; }
+ 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-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
new file mode 100644
index 00000000..139cd09c
--- /dev/null
+++ b/www/lib/videogular-themes-default/videogular.css.map
@@ -0,0 +1,7 @@
+{
+"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
new file mode 100644
index 00000000..78465e69
--- /dev/null
+++ b/www/lib/videogular-themes-default/videogular.min.css
@@ -0,0 +1 @@
+@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}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 :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{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:relative}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-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