diff --git a/app/Http/Controllers/BlogController.php b/app/Http/Controllers/BlogController.php deleted file mode 100644 index 4935943..0000000 --- a/app/Http/Controllers/BlogController.php +++ /dev/null @@ -1,66 +0,0 @@ -with('user')->latest()->get(); - - return view('blog.index', ['stories' => $stories]); - } - - /** - * Display the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function show($slug) - { - $story = Story::where(['slug'=> $slug, 'status' => 'published'])->with('user')->firstOrFail(); - - $stories = Story::where('status', 'published')->latest()->paginate(3); - - return view('blog.show', ['story' => $story, 'stories' => $stories]); - } - - /** - * Display a listing of the resource. - * - * @return \Illuminate\Http\Response - */ - public function indexCategory() - { - $categories = Category::all(); - - return view('blog.categories.index', ['categories' => $categories ]); - } - - /** - * Display the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function showCategory($slug) - { - - $category = Category::whereSlug($slug)->first(); - - $stories = $category->story()->whereStatus('published')->latest()->get(); - - return view('blog.categories.show', ['category' => $category, 'stories' => $stories ]); - } - - -} diff --git a/app/Http/Controllers/GalleryController.php b/app/Http/Controllers/GalleryController.php deleted file mode 100644 index fdd5fc5..0000000 --- a/app/Http/Controllers/GalleryController.php +++ /dev/null @@ -1,39 +0,0 @@ -where('album_id', NULL)->get(); - return view('gallery.index', ['albums' => $albums]); - } - - - /** - * Display the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function show($slug) - { - $album = Album::whereSlug($slug)->firstOrFail(); - - $images = $album->image()->where('status', 'published')->get(); - - $subs = $album->child()->with('user')->get(); - - return view('gallery.show', ['album' => $album, 'subs' => $subs, 'images' => $images ]); - } - -} diff --git a/app/Http/Controllers/PageController.php b/app/Http/Controllers/PageController.php index eac49bb..656c859 100644 --- a/app/Http/Controllers/PageController.php +++ b/app/Http/Controllers/PageController.php @@ -13,51 +13,9 @@ public function __construct(ReportService $report) $this->report = $report; } - /** - * - */ - public function welcome() - { - return view('pages.welcome'); - } - - /** - * - */ - public function about() - { - return view('pages.about'); - } - - /** - * - */ - public function contact() - { - return view('pages.contact'); - } - - /** - * - */ - public function team() - { - return view('pages.team'); - } - - public function editions() - { - return view('pages.editions'); - } - public function test () { return 'test'; } - - public function privacypolicy () - { - return redirect('http://dtutimes.live/pdf/privacypolicy.pdf'); - } } diff --git a/app/Http/Controllers/SocietyController.php b/app/Http/Controllers/SocietyController.php deleted file mode 100644 index f840b39..0000000 --- a/app/Http/Controllers/SocietyController.php +++ /dev/null @@ -1,95 +0,0 @@ -get(); - - return view('societies.index',['societies' => $societies]); - } - - /** - * Show the form for creating a new resource. - * - * @return \Illuminate\Http\Response - */ - public function create() - { - // - } - - /** - * Store a newly created resource in storage. - * - * @param \Illuminate\Http\Request $request - * @return \Illuminate\Http\Response - */ - public function store(Request $request) - { - // - } - - /** - * Display the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function show($slug) - { - $society = Society::where(['slug'=> $slug, 'status' => 'published'])->firstOrFail(); - - $images = $society->getMedia('soc_images'); - - return view('societies.show', [ - 'society' => $society, - 'images' => $images - ]); - } - - /** - * Show the form for editing the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function edit($id) - { - // - } - - /** - * Update the specified resource in storage. - * - * @param \Illuminate\Http\Request $request - * @param int $id - * @return \Illuminate\Http\Response - */ - public function update(Request $request, $id) - { - // - } - - /** - * Remove the specified resource from storage. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function destroy($id) - { - // - } -} diff --git a/app/Http/Controllers/api/BlogController.php b/app/Http/Controllers/api/BlogController.php deleted file mode 100644 index 1b9f6db..0000000 --- a/app/Http/Controllers/api/BlogController.php +++ /dev/null @@ -1,76 +0,0 @@ -with('user')->latest()->get(); - $respone = []; - foreach ($stories as $key => $value) { - $temp = $value; - $temp->image = env('APP_URL').$value->getFirstMediaUrl('blog_images', 'fullscreen'); - array_push($respone, $temp); - } - return $respone; - return response()->json($stories); - } - - - /** - * Display the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function show($slug) - { - $story = Story::where(['slug'=> $slug, 'status' => 'published'])->with('user')->firstOrFail(); - - return response()->json($story); - } - - /** - * Show the form for editing the specified resource. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function edit($id) - { - // - } - - /** - * Update the specified resource in storage. - * - * @param \Illuminate\Http\Request $request - * @param int $id - * @return \Illuminate\Http\Response - */ - public function update(Request $request, $id) - { - // - } - - /** - * Remove the specified resource from storage. - * - * @param int $id - * @return \Illuminate\Http\Response - */ - public function destroy($id) - { - // - } -} diff --git a/package-lock.json b/package-lock.json index 9bb2cfc..c26c734 100644 --- a/package-lock.json +++ b/package-lock.json @@ -343,7 +343,7 @@ }, "autoprefixer": { "version": "7.2.6", - "resolved": "http://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz", "integrity": "sha512-Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ==", "dev": true, "requires": { @@ -386,7 +386,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -1586,7 +1586,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -2123,7 +2123,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -2279,7 +2279,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -3386,7 +3386,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -3464,7 +3464,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3879,7 +3880,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -3935,6 +3937,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3978,12 +3981,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -5082,9 +5087,9 @@ "dev": true }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", + "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" }, "js-base64": { "version": "2.4.9", @@ -5888,7 +5893,7 @@ "dependencies": { "semver": { "version": "5.3.0", - "resolved": "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", "dev": true } @@ -5972,7 +5977,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6238,7 +6243,7 @@ }, "os-locale": { "version": "1.4.0", - "resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", "dev": true, "requires": { @@ -6515,7 +6520,7 @@ "dependencies": { "async": { "version": "1.5.2", - "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", "dev": true } @@ -6557,7 +6562,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6630,7 +6635,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6702,7 +6707,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6773,7 +6778,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6844,7 +6849,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6915,7 +6920,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6986,7 +6991,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7058,7 +7063,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7129,7 +7134,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7338,7 +7343,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7409,7 +7414,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7494,7 +7499,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7573,7 +7578,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7645,7 +7650,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7719,7 +7724,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7793,7 +7798,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7903,7 +7908,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7977,7 +7982,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8049,7 +8054,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8121,7 +8126,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8192,7 +8197,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8265,7 +8270,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8350,7 +8355,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8423,7 +8428,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8502,7 +8507,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -9175,7 +9180,7 @@ "dependencies": { "convert-source-map": { "version": "0.3.5", - "resolved": "http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=", "dev": true } @@ -9965,7 +9970,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { @@ -10247,7 +10252,7 @@ }, "yargs": { "version": "3.10.0", - "resolved": "http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", "dev": true, "requires": { @@ -10904,7 +10909,7 @@ }, "yargs": { "version": "6.6.0", - "resolved": "http://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz", "integrity": "sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg=", "dev": true, "requires": { @@ -10925,7 +10930,7 @@ }, "yargs-parser": { "version": "4.2.1", - "resolved": "http://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz", "integrity": "sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw=", "dev": true, "requires": { diff --git a/package.json b/package.json index 84cdc6b..ca7ea32 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@ckeditor/ckeditor5-build-classic": "^11.1.1", - "jquery": "^3.3.1", + "jquery": "^3.4.0", "laravel-echo": "^1.5.2", "pusher-js": "^4.3.1" } diff --git a/public/.DS_Store b/public/.DS_Store index bd519c9..863779e 100644 Binary files a/public/.DS_Store and b/public/.DS_Store differ diff --git a/public/css/main.css b/public/css/main.css deleted file mode 100644 index e69de29..0000000 diff --git a/public/css/main/addons/revolution.addon.filmstrip.css b/public/css/main/addons/revolution.addon.filmstrip.css deleted file mode 100644 index 91d472a..0000000 --- a/public/css/main/addons/revolution.addon.filmstrip.css +++ /dev/null @@ -1,60 +0,0 @@ -.rs-addon-strip .tp-bgimg, -.rs-addon-strip .tp-kbimg-wrap { - - display: none; - -} - -.rs-addon-strip-wrap { - - position: absolute; - top: 0; - left: 0; - z-index: 99; - -} - -.rs-addon-strip-horizontal { - - width: auto; - height: 100%; - display: inline-block; - white-space: nowrap; - -} - -.rs-addon-strip-vertical { - - width: 100%; - height: auto; - -} - -.rs-addon-strip-wrap , -.rs-addon-strip-img { - - -webkit-user-select: none; - -moz-user-select: none - -ms-user-select: none - user-select: none; - - -webkit-touch-callout: none; - touch-callout: none; - -} - -.rs-addon-strip-horizontal .rs-addon-strip-img { - - display: inline-block; - width: auto !important; - height: inherit; - vertical-align: top; - -} - -.rs-addon-strip-vertical .rs-addon-strip-img { - - width: 100% !important; - height: auto; - -} diff --git a/public/css/main/addons/revolution.addon.particles.css b/public/css/main/addons/revolution.addon.particles.css deleted file mode 100644 index 4dbea61..0000000 --- a/public/css/main/addons/revolution.addon.particles.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * @author ThemePunch - * @link http://www.themepunch.com/ - * @copyright 2017 ThemePunch -*/ - -.rs-particles-canvas { - - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - pointer-events: none; - transition: opacity 0.5s linear; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -} - -/* interactive, no slidelink */ -.rs-particles-interactive .rs-particles-canvas { - - pointer-events: auto; - -} - -/* interactive + slidelink */ -.rs-particles-slidelink .rs-particles-canvas { - - cursor: pointer; - pointer-events: auto; - -} \ No newline at end of file diff --git a/public/css/main/addons/revolution.addon.polyfold.css b/public/css/main/addons/revolution.addon.polyfold.css deleted file mode 100644 index c2c51c4..0000000 --- a/public/css/main/addons/revolution.addon.polyfold.css +++ /dev/null @@ -1,39 +0,0 @@ -/** - * @author ThemePunch - * @link http://www.themepunch.com/ - * @copyright 2017 ThemePunch - */ - -.rs-addon-polyfold { - - position: absolute; - left: 0; - width: 100%; - height: auto; - z-index: 1099; - pointer-events: none; - -} - -.rs-addon-polyfold div { - - position: absolute; - border-style: solid; - box-sizing: content-box; - -} - -.rs-addon-poly-nav-level {z-index: 999} -.rs-addon-poly-static-level {z-index: 99} - -.rs-addon-polyfold:not(.rs-addon-poly-center) div:first-child {left: 0} -.rs-addon-polyfold:not(.rs-addon-poly-center) div:last-child {right: 0} - -.rs-addon-poly-center div:first-child {right: 50%} -.rs-addon-poly-center div:last-child {left: 50%} - -.rs-addon-polyfold:not(.rs-addon-poly-top), -.rs-addon-polyfold:not(.rs-addon-poly-top) div {bottom: 0} - -.rs-addon-poly-top {top: 0} -.rs-addon-poly-top div {top: 0} \ No newline at end of file diff --git a/public/css/main/agency.css b/public/css/main/agency.css deleted file mode 100644 index 9612b4e..0000000 --- a/public/css/main/agency.css +++ /dev/null @@ -1,104 +0,0 @@ -/* ---------------------------------------------------------------- - Canvas: Agency Demo - Version: 1.0 ------------------------------------------------------------------*/ - -.line, -#header, -#primary-menu.style-2 { border-color: #DDD; } - -@media (min-width: 992px) { - - #header.sticky-style-2, - #header.sticky-header:not(.static-sticky).sticky-style-2 { - border-bottom: 0; - height: 240px; - } - - #header.sticky-style-2 > .container { - text-align: center; - line-height: 1; - height: 160px; - overflow: hidden; - } - - #header.sticky-style-2 #logo { - display: inline-block; - margin: 30px 0; - } - - #header.sticky-style-2:not(.sticky-header) #header-wrap { - width: 1140px; - margin: 0 auto; - height: 80px; - border-top: 1px solid #DDD; - border-bottom: 1px solid #DDD; - } - - #header.sticky-header.sticky-style-2 #header-wrap { - border-color: transparent; - height: 80px; - } - - .boxed-slider { padding-top: 60px; } - - #primary-menu.style-2 { border-top: none; } - - #primary-menu.style-2 > div > ul > li > a { - padding-top: 28px; - padding-bottom: 28px; - } - - #primary-menu.style-2 ul li .mega-menu-content { left: -15px; } - - #primary-menu > div > ul > li { margin: 0 10px; } - - #primary-menu > div > ul > li > a { - font-size: 13px; - letter-spacing: 2px; - } - - body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div { - display: block; - text-align: center; - width: 1140px; - height: 78px; - } - - body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div > ul { - float: none; - display: inline-block; - width: auto; - text-align: left; - } - - #footer { width: 1140px; } - - #footer .container { - padding: 0; - width: 100%; - } - -} - -.portfolio-desc { -webkit-backface-visibility: hidden; } - -@media (min-width: 992px) and (max-width: 1199px) { - - #header.sticky-style-2:not(.sticky-header) #header-wrap, - body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div, - #footer { width: 940px; } - -} - -#footer { - border-top: 1px solid #DDD; - background-color: transparent; - margin: 0 auto; -} - -#copyrights { - background-color: transparent; - padding: 50px 0; -} - diff --git a/public/css/main/animate.css b/public/css/main/animate.css deleted file mode 100644 index 941d503..0000000 --- a/public/css/main/animate.css +++ /dev/null @@ -1,3275 +0,0 @@ -@charset "UTF-8"; - -/*! -Animate.css - http://daneden.me/animate -Licensed under the MIT license - http://opensource.org/licenses/MIT - -Copyright (c) 2014 Daniel Eden -*/ - -.not-animated { opacity: 0; } - -.animated { - opacity: 1; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.animated.infinite { - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.animated.hinge { - -webkit-animation-duration: 2s; - animation-duration: 2s; -} - -.animated.bounceIn, -.animated.bounceOut { - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -.animated.flipOutX, -.animated.flipOutY { - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -@-webkit-keyframes bounce { - 0%, 20%, 53%, 80%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -@keyframes bounce { - 0%, 20%, 53%, 80%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -.bounce { - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - transform-origin: center bottom; -} - -@-webkit-keyframes flash { - 0%, 50%, 100% { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -@keyframes flash { - 0%, 50%, 100% { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -.flash { - -webkit-animation-name: flash; - animation-name: flash; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes pulse { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes pulse { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.pulse { - -webkit-animation-name: pulse; - animation-name: pulse; -} - -@-webkit-keyframes rubberBand { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes rubberBand { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.rubberBand { - -webkit-animation-name: rubberBand; - animation-name: rubberBand; -} - -@-webkit-keyframes shake { - 0%, 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -@keyframes shake { - 0%, 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -.shake { - -webkit-animation-name: shake; - animation-name: shake; -} - -@-webkit-keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - 100% { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -@keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - 100% { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -.swing { - -webkit-transform-origin: top center; - transform-origin: top center; - -webkit-animation-name: swing; - animation-name: swing; -} - -@-webkit-keyframes tada { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes tada { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.tada { - -webkit-animation-name: tada; - animation-name: tada; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes wobble { - 0% { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes wobble { - 0% { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -.wobble { - -webkit-animation-name: wobble; - animation-name: wobble; -} - -@-webkit-keyframes jello { - 11.1% { - -webkit-transform: none; - transform: none - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg) - } - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg) - } - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg) - } - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg) - } - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg) - } - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg) - } - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg) - } - 100% { - -webkit-transform: none; - transform: none - } -} - -@keyframes jello { - 11.1% { - -webkit-transform: none; - transform: none - } - - 22.2% { - - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg) - } - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg) - } - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg) - } - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg) - } - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg) - } - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg) - } - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg) - } - 100% { - -webkit-transform: none; - transform: none - } -} - - - -.jello{ - -webkit-animation-name:jello; - animation-name:jello; - -webkit-transform-origin: center; - - transform-origin: center -} - -@-webkit-keyframes bounceIn { - 0%, 20%, 40%, 60%, 80%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - 100% { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes bounceIn { - 0%, 20%, 40%, 60%, 80%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - 100% { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.bounceIn { - -webkit-animation-name: bounceIn; - animation-name: bounceIn; -} - -@-webkit-keyframes bounceInDown { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInDown { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -.bounceInDown { - -webkit-animation-name: bounceInDown; - animation-name: bounceInDown; -} - -@-webkit-keyframes bounceInLeft { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInLeft { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -.bounceInLeft { - -webkit-animation-name: bounceInLeft; - animation-name: bounceInLeft; -} - -@-webkit-keyframes bounceInRight { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInRight { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -.bounceInRight { - -webkit-animation-name: bounceInRight; - animation-name: bounceInRight; -} - -@-webkit-keyframes bounceInUp { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInUp { - 0%, 60%, 75%, 90%, 100% { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInUp { - -webkit-animation-name: bounceInUp; - animation-name: bounceInUp; -} - -@-webkit-keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -@keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -.bounceOut { - -webkit-animation-name: bounceOut; - animation-name: bounceOut; -} - -@-webkit-keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.bounceOutDown { - -webkit-animation-name: bounceOutDown; - animation-name: bounceOutDown; -} - -@-webkit-keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.bounceOutLeft { - -webkit-animation-name: bounceOutLeft; - animation-name: bounceOutLeft; -} - -@-webkit-keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.bounceOutRight { - -webkit-animation-name: bounceOutRight; - animation-name: bounceOutRight; -} - -@-webkit-keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.bounceOutUp { - -webkit-animation-name: bounceOutUp; - animation-name: bounceOutUp; -} - -@-webkit-keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -.fadeIn { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; -} - -@-webkit-keyframes fadeInDown { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDown { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInDown { - -webkit-animation-name: fadeInDown; - animation-name: fadeInDown; -} - -@-webkit-keyframes fadeInDownBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDownBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInDownBig { - -webkit-animation-name: fadeInDownBig; - animation-name: fadeInDownBig; -} - -@-webkit-keyframes fadeInLeft { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeft { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInLeft { - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} - -@-webkit-keyframes fadeInLeftBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeftBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInLeftBig { - -webkit-animation-name: fadeInLeftBig; - animation-name: fadeInLeftBig; -} - -@-webkit-keyframes fadeInRight { - 0% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRight { - 0% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInRight { - -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; -} - -@-webkit-keyframes fadeInRightBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRightBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInRightBig { - -webkit-animation-name: fadeInRightBig; - animation-name: fadeInRightBig; -} - -@-webkit-keyframes fadeInUp { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUp { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUp { - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} - -@-webkit-keyframes fadeInUpBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUpBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUpBig { - -webkit-animation-name: fadeInUpBig; - animation-name: fadeInUpBig; -} - -@-webkit-keyframes fadeOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -@keyframes fadeOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOutDown { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes fadeOutDown { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.fadeOutDown { - -webkit-animation-name: fadeOutDown; - animation-name: fadeOutDown; -} - -@-webkit-keyframes fadeOutDownBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes fadeOutDownBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.fadeOutDownBig { - -webkit-animation-name: fadeOutDownBig; - animation-name: fadeOutDownBig; -} - -@-webkit-keyframes fadeOutLeft { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes fadeOutLeft { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.fadeOutLeft { - -webkit-animation-name: fadeOutLeft; - animation-name: fadeOutLeft; -} - -@-webkit-keyframes fadeOutLeftBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes fadeOutLeftBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.fadeOutLeftBig { - -webkit-animation-name: fadeOutLeftBig; - animation-name: fadeOutLeftBig; -} - -@-webkit-keyframes fadeOutRight { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes fadeOutRight { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.fadeOutRight { - -webkit-animation-name: fadeOutRight; - animation-name: fadeOutRight; -} - -@-webkit-keyframes fadeOutRightBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes fadeOutRightBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.fadeOutRightBig { - -webkit-animation-name: fadeOutRightBig; - animation-name: fadeOutRightBig; -} - -@-webkit-keyframes fadeOutUp { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes fadeOutUp { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.fadeOutUp { - -webkit-animation-name: fadeOutUp; - animation-name: fadeOutUp; -} - -@-webkit-keyframes fadeOutUpBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes fadeOutUpBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.fadeOutUpBig { - -webkit-animation-name: fadeOutUpBig; - animation-name: fadeOutUpBig; -} - -@-webkit-keyframes flip { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -@keyframes flip { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -.animated.flip { - -webkit-backface-visibility: visible; - backface-visibility: visible; - -webkit-animation-name: flip; - animation-name: flip; -} - -@-webkit-keyframes flipInX { - 0% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInX { - 0% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInX { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInX; - animation-name: flipInX; -} - -@-webkit-keyframes flipInY { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInY { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInY; - animation-name: flipInY; -} - -@-webkit-keyframes flipOutX { - 0% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutX { - 0% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -.flipOutX { - -webkit-animation-name: flipOutX; - animation-name: flipOutX; - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; -} - -@-webkit-keyframes flipOutY { - 0% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutY { - 0% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -.flipOutY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipOutY; - animation-name: flipOutY; -} - -@-webkit-keyframes lightSpeedIn { - 0% { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - 100% { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes lightSpeedIn { - 0% { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - 100% { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.lightSpeedIn { - -webkit-animation-name: lightSpeedIn; - animation-name: lightSpeedIn; - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; -} - -@-webkit-keyframes lightSpeedOut { - 0% { - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -@keyframes lightSpeedOut { - 0% { - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -.lightSpeedOut { - -webkit-animation-name: lightSpeedOut; - animation-name: lightSpeedOut; - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; -} - -@-webkit-keyframes rotateIn { - 0% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateIn { - 0% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateIn { - -webkit-animation-name: rotateIn; - animation-name: rotateIn; -} - -@-webkit-keyframes rotateInDownLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownLeft { - -webkit-animation-name: rotateInDownLeft; - animation-name: rotateInDownLeft; -} - -@-webkit-keyframes rotateInDownRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownRight { - -webkit-animation-name: rotateInDownRight; - animation-name: rotateInDownRight; -} - -@-webkit-keyframes rotateInUpLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpLeft { - -webkit-animation-name: rotateInUpLeft; - animation-name: rotateInUpLeft; -} - -@-webkit-keyframes rotateInUpRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpRight { - -webkit-animation-name: rotateInUpRight; - animation-name: rotateInUpRight; -} - -@-webkit-keyframes rotateOut { - 0% { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - 100% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -@keyframes rotateOut { - 0% { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - 100% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -.rotateOut { - -webkit-animation-name: rotateOut; - animation-name: rotateOut; -} - -@-webkit-keyframes rotateOutDownLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -.rotateOutDownLeft { - -webkit-animation-name: rotateOutDownLeft; - animation-name: rotateOutDownLeft; -} - -@-webkit-keyframes rotateOutDownRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutDownRight { - -webkit-animation-name: rotateOutDownRight; - animation-name: rotateOutDownRight; -} - -@-webkit-keyframes rotateOutUpLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutUpLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutUpLeft { - -webkit-animation-name: rotateOutUpLeft; - animation-name: rotateOutUpLeft; -} - -@-webkit-keyframes rotateOutUpRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -@keyframes rotateOutUpRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -.rotateOutUpRight { - -webkit-animation-name: rotateOutUpRight; - animation-name: rotateOutUpRight; -} - -@-webkit-keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -@keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -.hinge { - -webkit-animation-name: hinge; - animation-name: hinge; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollIn { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes rollIn { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.rollIn { - -webkit-animation-name: rollIn; - animation-name: rollIn; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -@keyframes rollOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -.rollOut { - -webkit-animation-name: rollOut; - animation-name: rollOut; -} - -@-webkit-keyframes zoomIn { - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -@keyframes zoomIn { - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -.zoomIn { - -webkit-animation-name: zoomIn; - animation-name: zoomIn; -} - -@-webkit-keyframes zoomInDown { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInDown { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInDown { - -webkit-animation-name: zoomInDown; - animation-name: zoomInDown; -} - -@-webkit-keyframes zoomInLeft { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInLeft { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInLeft { - -webkit-animation-name: zoomInLeft; - animation-name: zoomInLeft; -} - -@-webkit-keyframes zoomInRight { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInRight { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInRight { - -webkit-animation-name: zoomInRight; - animation-name: zoomInRight; -} - -@-webkit-keyframes zoomInUp { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInUp { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInUp { - -webkit-animation-name: zoomInUp; - animation-name: zoomInUp; -} - -@-webkit-keyframes zoomOut { - 0% { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 100% { - opacity: 0; - } -} - -@keyframes zoomOut { - 0% { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 100% { - opacity: 0; - } -} - -.zoomOut { - -webkit-animation-name: zoomOut; - animation-name: zoomOut; -} - -@-webkit-keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutDown { - -webkit-animation-name: zoomOutDown; - animation-name: zoomOutDown; -} - -@-webkit-keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -@keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -.zoomOutLeft { - -webkit-animation-name: zoomOutLeft; - animation-name: zoomOutLeft; -} - -@-webkit-keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -@keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -.zoomOutRight { - -webkit-animation-name: zoomOutRight; - animation-name: zoomOutRight; -} - -@-webkit-keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutUp { - -webkit-animation-name: zoomOutUp; - animation-name: zoomOutUp; -} - -@-webkit-keyframes slideInDown { - 0% { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInDown { - 0% { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInDown { - -webkit-animation-name: slideInDown; - animation-name: slideInDown; -} - -@-webkit-keyframes slideInLeft { - 0% { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInLeft { - 0% { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInLeft { - -webkit-animation-name: slideInLeft; - animation-name: slideInLeft; -} - -@-webkit-keyframes slideInRight { - 0% { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInRight { - 0% { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInRight { - -webkit-animation-name: slideInRight; - animation-name: slideInRight; -} - -@-webkit-keyframes slideInUp { - 0% { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInUp { - 0% { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInUp { - -webkit-animation-name: slideInUp; - animation-name: slideInUp; -} - -@-webkit-keyframes slideOutDown { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes slideOutDown { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.slideOutDown { - -webkit-animation-name: slideOutDown; - animation-name: slideOutDown; -} - -@-webkit-keyframes slideOutLeft { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes slideOutLeft { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.slideOutLeft { - -webkit-animation-name: slideOutLeft; - animation-name: slideOutLeft; -} - -@-webkit-keyframes slideOutRight { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes slideOutRight { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.slideOutRight { - -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; -} - -@-webkit-keyframes slideOutUp { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes slideOutUp { - 0% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 100% { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.slideOutUp { - -webkit-animation-name: slideOutUp; - animation-name: slideOutUp; -} diff --git a/public/css/main/bootstrap-rtl.css b/public/css/main/bootstrap-rtl.css deleted file mode 100644 index 4c92894..0000000 --- a/public/css/main/bootstrap-rtl.css +++ /dev/null @@ -1,1481 +0,0 @@ -/******************************************************************************* - * bootstrap-rtl (version 3.3.4) - * Author: Morteza Ansarinia (http://github.com/morteza) - * Created on: August 13,2015 - * Project: bootstrap-rtl - * Copyright: Unlicensed Public Domain -*******************************************************************************/ - -html { - direction: rtl; -} -body { - direction: rtl; -} -.flip.text-left { - text-align: right; -} -.flip.text-right { - text-align: left; -} -.list-unstyled { - padding-right: 0; - padding-left: initial; -} -.list-inline { - padding-right: 0; - padding-left: initial; - margin-right: -5px; - margin-left: 0; -} -dd { - margin-right: 0; - margin-left: initial; -} -@media (min-width: 768px) { - .dl-horizontal dt { - float: right; - clear: right; - text-align: left; - } - .dl-horizontal dd { - margin-right: 180px; - margin-left: 0; - } -} -blockquote { - border-right: 5px solid #eeeeee; - border-left: 0; -} -.blockquote-reverse, -blockquote.pull-left { - padding-left: 15px; - padding-right: 0; - border-left: 5px solid #eeeeee; - border-right: 0; - text-align: left; -} -.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { - position: relative; - min-height: 1px; - padding-left: 15px; - padding-right: 15px; -} -.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { - float: right; -} -.col-xs-12 { - width: 100%; -} -.col-xs-11 { - width: 91.66666667%; -} -.col-xs-10 { - width: 83.33333333%; -} -.col-xs-9 { - width: 75%; -} -.col-xs-8 { - width: 66.66666667%; -} -.col-xs-7 { - width: 58.33333333%; -} -.col-xs-6 { - width: 50%; -} -.col-xs-5 { - width: 41.66666667%; -} -.col-xs-4 { - width: 33.33333333%; -} -.col-xs-3 { - width: 25%; -} -.col-xs-2 { - width: 16.66666667%; -} -.col-xs-1 { - width: 8.33333333%; -} -.col-xs-pull-12 { - left: 100%; - right: auto; -} -.col-xs-pull-11 { - left: 91.66666667%; - right: auto; -} -.col-xs-pull-10 { - left: 83.33333333%; - right: auto; -} -.col-xs-pull-9 { - left: 75%; - right: auto; -} -.col-xs-pull-8 { - left: 66.66666667%; - right: auto; -} -.col-xs-pull-7 { - left: 58.33333333%; - right: auto; -} -.col-xs-pull-6 { - left: 50%; - right: auto; -} -.col-xs-pull-5 { - left: 41.66666667%; - right: auto; -} -.col-xs-pull-4 { - left: 33.33333333%; - right: auto; -} -.col-xs-pull-3 { - left: 25%; - right: auto; -} -.col-xs-pull-2 { - left: 16.66666667%; - right: auto; -} -.col-xs-pull-1 { - left: 8.33333333%; - right: auto; -} -.col-xs-pull-0 { - left: auto; - right: auto; -} -.col-xs-push-12 { - right: 100%; - left: 0; -} -.col-xs-push-11 { - right: 91.66666667%; - left: 0; -} -.col-xs-push-10 { - right: 83.33333333%; - left: 0; -} -.col-xs-push-9 { - right: 75%; - left: 0; -} -.col-xs-push-8 { - right: 66.66666667%; - left: 0; -} -.col-xs-push-7 { - right: 58.33333333%; - left: 0; -} -.col-xs-push-6 { - right: 50%; - left: 0; -} -.col-xs-push-5 { - right: 41.66666667%; - left: 0; -} -.col-xs-push-4 { - right: 33.33333333%; - left: 0; -} -.col-xs-push-3 { - right: 25%; - left: 0; -} -.col-xs-push-2 { - right: 16.66666667%; - left: 0; -} -.col-xs-push-1 { - right: 8.33333333%; - left: 0; -} -.col-xs-push-0 { - right: auto; - left: 0; -} -.col-xs-offset-12 { - margin-right: 100%; - margin-left: 0; -} -.col-xs-offset-11 { - margin-right: 91.66666667%; - margin-left: 0; -} -.col-xs-offset-10 { - margin-right: 83.33333333%; - margin-left: 0; -} -.col-xs-offset-9 { - margin-right: 75%; - margin-left: 0; -} -.col-xs-offset-8 { - margin-right: 66.66666667%; - margin-left: 0; -} -.col-xs-offset-7 { - margin-right: 58.33333333%; - margin-left: 0; -} -.col-xs-offset-6 { - margin-right: 50%; - margin-left: 0; -} -.col-xs-offset-5 { - margin-right: 41.66666667%; - margin-left: 0; -} -.col-xs-offset-4 { - margin-right: 33.33333333%; - margin-left: 0; -} -.col-xs-offset-3 { - margin-right: 25%; - margin-left: 0; -} -.col-xs-offset-2 { - margin-right: 16.66666667%; - margin-left: 0; -} -.col-xs-offset-1 { - margin-right: 8.33333333%; - margin-left: 0; -} -.col-xs-offset-0 { - margin-right: 0%; - margin-left: 0; -} -@media (min-width: 768px) { - .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { - float: right; - } - .col-sm-12 { - width: 100%; - } - .col-sm-11 { - width: 91.66666667%; - } - .col-sm-10 { - width: 83.33333333%; - } - .col-sm-9 { - width: 75%; - } - .col-sm-8 { - width: 66.66666667%; - } - .col-sm-7 { - width: 58.33333333%; - } - .col-sm-6 { - width: 50%; - } - .col-sm-5 { - width: 41.66666667%; - } - .col-sm-4 { - width: 33.33333333%; - } - .col-sm-3 { - width: 25%; - } - .col-sm-2 { - width: 16.66666667%; - } - .col-sm-1 { - width: 8.33333333%; - } - .col-sm-pull-12 { - left: 100%; - right: auto; - } - .col-sm-pull-11 { - left: 91.66666667%; - right: auto; - } - .col-sm-pull-10 { - left: 83.33333333%; - right: auto; - } - .col-sm-pull-9 { - left: 75%; - right: auto; - } - .col-sm-pull-8 { - left: 66.66666667%; - right: auto; - } - .col-sm-pull-7 { - left: 58.33333333%; - right: auto; - } - .col-sm-pull-6 { - left: 50%; - right: auto; - } - .col-sm-pull-5 { - left: 41.66666667%; - right: auto; - } - .col-sm-pull-4 { - left: 33.33333333%; - right: auto; - } - .col-sm-pull-3 { - left: 25%; - right: auto; - } - .col-sm-pull-2 { - left: 16.66666667%; - right: auto; - } - .col-sm-pull-1 { - left: 8.33333333%; - right: auto; - } - .col-sm-pull-0 { - left: auto; - right: auto; - } - .col-sm-push-12 { - right: 100%; - left: 0; - } - .col-sm-push-11 { - right: 91.66666667%; - left: 0; - } - .col-sm-push-10 { - right: 83.33333333%; - left: 0; - } - .col-sm-push-9 { - right: 75%; - left: 0; - } - .col-sm-push-8 { - right: 66.66666667%; - left: 0; - } - .col-sm-push-7 { - right: 58.33333333%; - left: 0; - } - .col-sm-push-6 { - right: 50%; - left: 0; - } - .col-sm-push-5 { - right: 41.66666667%; - left: 0; - } - .col-sm-push-4 { - right: 33.33333333%; - left: 0; - } - .col-sm-push-3 { - right: 25%; - left: 0; - } - .col-sm-push-2 { - right: 16.66666667%; - left: 0; - } - .col-sm-push-1 { - right: 8.33333333%; - left: 0; - } - .col-sm-push-0 { - right: auto; - left: 0; - } - .col-sm-offset-12 { - margin-right: 100%; - margin-left: 0; - } - .col-sm-offset-11 { - margin-right: 91.66666667%; - margin-left: 0; - } - .col-sm-offset-10 { - margin-right: 83.33333333%; - margin-left: 0; - } - .col-sm-offset-9 { - margin-right: 75%; - margin-left: 0; - } - .col-sm-offset-8 { - margin-right: 66.66666667%; - margin-left: 0; - } - .col-sm-offset-7 { - margin-right: 58.33333333%; - margin-left: 0; - } - .col-sm-offset-6 { - margin-right: 50%; - margin-left: 0; - } - .col-sm-offset-5 { - margin-right: 41.66666667%; - margin-left: 0; - } - .col-sm-offset-4 { - margin-right: 33.33333333%; - margin-left: 0; - } - .col-sm-offset-3 { - margin-right: 25%; - margin-left: 0; - } - .col-sm-offset-2 { - margin-right: 16.66666667%; - margin-left: 0; - } - .col-sm-offset-1 { - margin-right: 8.33333333%; - margin-left: 0; - } - .col-sm-offset-0 { - margin-right: 0%; - margin-left: 0; - } -} -@media (min-width: 992px) { - .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { - float: right; - } - .col-md-12 { - width: 100%; - } - .col-md-11 { - width: 91.66666667%; - } - .col-md-10 { - width: 83.33333333%; - } - .col-md-9 { - width: 75%; - } - .col-md-8 { - width: 66.66666667%; - } - .col-md-7 { - width: 58.33333333%; - } - .col-md-6 { - width: 50%; - } - .col-md-5 { - width: 41.66666667%; - } - .col-md-4 { - width: 33.33333333%; - } - .col-md-3 { - width: 25%; - } - .col-md-2 { - width: 16.66666667%; - } - .col-md-1 { - width: 8.33333333%; - } - .col-md-pull-12 { - left: 100%; - right: auto; - } - .col-md-pull-11 { - left: 91.66666667%; - right: auto; - } - .col-md-pull-10 { - left: 83.33333333%; - right: auto; - } - .col-md-pull-9 { - left: 75%; - right: auto; - } - .col-md-pull-8 { - left: 66.66666667%; - right: auto; - } - .col-md-pull-7 { - left: 58.33333333%; - right: auto; - } - .col-md-pull-6 { - left: 50%; - right: auto; - } - .col-md-pull-5 { - left: 41.66666667%; - right: auto; - } - .col-md-pull-4 { - left: 33.33333333%; - right: auto; - } - .col-md-pull-3 { - left: 25%; - right: auto; - } - .col-md-pull-2 { - left: 16.66666667%; - right: auto; - } - .col-md-pull-1 { - left: 8.33333333%; - right: auto; - } - .col-md-pull-0 { - left: auto; - right: auto; - } - .col-md-push-12 { - right: 100%; - left: 0; - } - .col-md-push-11 { - right: 91.66666667%; - left: 0; - } - .col-md-push-10 { - right: 83.33333333%; - left: 0; - } - .col-md-push-9 { - right: 75%; - left: 0; - } - .col-md-push-8 { - right: 66.66666667%; - left: 0; - } - .col-md-push-7 { - right: 58.33333333%; - left: 0; - } - .col-md-push-6 { - right: 50%; - left: 0; - } - .col-md-push-5 { - right: 41.66666667%; - left: 0; - } - .col-md-push-4 { - right: 33.33333333%; - left: 0; - } - .col-md-push-3 { - right: 25%; - left: 0; - } - .col-md-push-2 { - right: 16.66666667%; - left: 0; - } - .col-md-push-1 { - right: 8.33333333%; - left: 0; - } - .col-md-push-0 { - right: auto; - left: 0; - } - .col-md-offset-12 { - margin-right: 100%; - margin-left: 0; - } - .col-md-offset-11 { - margin-right: 91.66666667%; - margin-left: 0; - } - .col-md-offset-10 { - margin-right: 83.33333333%; - margin-left: 0; - } - .col-md-offset-9 { - margin-right: 75%; - margin-left: 0; - } - .col-md-offset-8 { - margin-right: 66.66666667%; - margin-left: 0; - } - .col-md-offset-7 { - margin-right: 58.33333333%; - margin-left: 0; - } - .col-md-offset-6 { - margin-right: 50%; - margin-left: 0; - } - .col-md-offset-5 { - margin-right: 41.66666667%; - margin-left: 0; - } - .col-md-offset-4 { - margin-right: 33.33333333%; - margin-left: 0; - } - .col-md-offset-3 { - margin-right: 25%; - margin-left: 0; - } - .col-md-offset-2 { - margin-right: 16.66666667%; - margin-left: 0; - } - .col-md-offset-1 { - margin-right: 8.33333333%; - margin-left: 0; - } - .col-md-offset-0 { - margin-right: 0%; - margin-left: 0; - } -} -@media (min-width: 1200px) { - .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { - float: right; - } - .col-lg-12 { - width: 100%; - } - .col-lg-11 { - width: 91.66666667%; - } - .col-lg-10 { - width: 83.33333333%; - } - .col-lg-9 { - width: 75%; - } - .col-lg-8 { - width: 66.66666667%; - } - .col-lg-7 { - width: 58.33333333%; - } - .col-lg-6 { - width: 50%; - } - .col-lg-5 { - width: 41.66666667%; - } - .col-lg-4 { - width: 33.33333333%; - } - .col-lg-3 { - width: 25%; - } - .col-lg-2 { - width: 16.66666667%; - } - .col-lg-1 { - width: 8.33333333%; - } - .col-lg-pull-12 { - left: 100%; - right: auto; - } - .col-lg-pull-11 { - left: 91.66666667%; - right: auto; - } - .col-lg-pull-10 { - left: 83.33333333%; - right: auto; - } - .col-lg-pull-9 { - left: 75%; - right: auto; - } - .col-lg-pull-8 { - left: 66.66666667%; - right: auto; - } - .col-lg-pull-7 { - left: 58.33333333%; - right: auto; - } - .col-lg-pull-6 { - left: 50%; - right: auto; - } - .col-lg-pull-5 { - left: 41.66666667%; - right: auto; - } - .col-lg-pull-4 { - left: 33.33333333%; - right: auto; - } - .col-lg-pull-3 { - left: 25%; - right: auto; - } - .col-lg-pull-2 { - left: 16.66666667%; - right: auto; - } - .col-lg-pull-1 { - left: 8.33333333%; - right: auto; - } - .col-lg-pull-0 { - left: auto; - right: auto; - } - .col-lg-push-12 { - right: 100%; - left: 0; - } - .col-lg-push-11 { - right: 91.66666667%; - left: 0; - } - .col-lg-push-10 { - right: 83.33333333%; - left: 0; - } - .col-lg-push-9 { - right: 75%; - left: 0; - } - .col-lg-push-8 { - right: 66.66666667%; - left: 0; - } - .col-lg-push-7 { - right: 58.33333333%; - left: 0; - } - .col-lg-push-6 { - right: 50%; - left: 0; - } - .col-lg-push-5 { - right: 41.66666667%; - left: 0; - } - .col-lg-push-4 { - right: 33.33333333%; - left: 0; - } - .col-lg-push-3 { - right: 25%; - left: 0; - } - .col-lg-push-2 { - right: 16.66666667%; - left: 0; - } - .col-lg-push-1 { - right: 8.33333333%; - left: 0; - } - .col-lg-push-0 { - right: auto; - left: 0; - } - .col-lg-offset-12 { - margin-right: 100%; - margin-left: 0; - } - .col-lg-offset-11 { - margin-right: 91.66666667%; - margin-left: 0; - } - .col-lg-offset-10 { - margin-right: 83.33333333%; - margin-left: 0; - } - .col-lg-offset-9 { - margin-right: 75%; - margin-left: 0; - } - .col-lg-offset-8 { - margin-right: 66.66666667%; - margin-left: 0; - } - .col-lg-offset-7 { - margin-right: 58.33333333%; - margin-left: 0; - } - .col-lg-offset-6 { - margin-right: 50%; - margin-left: 0; - } - .col-lg-offset-5 { - margin-right: 41.66666667%; - margin-left: 0; - } - .col-lg-offset-4 { - margin-right: 33.33333333%; - margin-left: 0; - } - .col-lg-offset-3 { - margin-right: 25%; - margin-left: 0; - } - .col-lg-offset-2 { - margin-right: 16.66666667%; - margin-left: 0; - } - .col-lg-offset-1 { - margin-right: 8.33333333%; - margin-left: 0; - } - .col-lg-offset-0 { - margin-right: 0%; - margin-left: 0; - } -} -caption { - text-align: right; -} -th { - text-align: right; -} -@media screen and (max-width: 767px) { - .table-responsive > .table-bordered { - border: 0; - } - .table-responsive > .table-bordered > thead > tr > th:first-child, - .table-responsive > .table-bordered > tbody > tr > th:first-child, - .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .table-responsive > .table-bordered > thead > tr > td:first-child, - .table-responsive > .table-bordered > tbody > tr > td:first-child, - .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-right: 0; - border-left: initial; - } - .table-responsive > .table-bordered > thead > tr > th:last-child, - .table-responsive > .table-bordered > tbody > tr > th:last-child, - .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .table-responsive > .table-bordered > thead > tr > td:last-child, - .table-responsive > .table-bordered > tbody > tr > td:last-child, - .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-left: 0; - border-right: initial; - } -} -.radio label, -.checkbox label { - padding-right: 20px; - padding-left: initial; -} -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - margin-right: -20px; - margin-left: auto; -} -.radio-inline, -.checkbox-inline { - padding-right: 20px; - padding-left: 0; -} -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-right: 10px; - margin-left: 0; -} -.has-feedback .form-control { - padding-left: 42.5px; - padding-right: 12px; -} -.form-control-feedback { - left: 0; - right: auto; -} -@media (min-width: 768px) { - .form-inline label { - padding-right: 0; - padding-left: initial; - } - .form-inline .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"] { - margin-right: 0; - margin-left: auto; - } -} -@media (min-width: 768px) { - .form-horizontal .control-label { - text-align: left; - } -} -.form-horizontal .has-feedback .form-control-feedback { - left: 15px; - right: auto; -} -.caret { - margin-right: 2px; - margin-left: 0; -} -.dropdown-menu { - right: 0; - left: auto; - float: left; - text-align: right; -} -.dropdown-menu.pull-right { - left: 0; - right: auto; - float: right; -} -.dropdown-menu-right { - left: auto; - right: 0; -} -.dropdown-menu-left { - left: 0; - right: auto; -} -@media (min-width: 768px) { - .navbar-right .dropdown-menu { - left: auto; - right: 0; - } - .navbar-right .dropdown-menu-left { - left: 0; - right: auto; - } -} -.btn-group > .btn, -.btn-group-vertical > .btn { - float: right; -} -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-right: -1px; - margin-left: 0px; -} -.btn-toolbar { - margin-right: -5px; - margin-left: 0px; -} -.btn-toolbar .btn-group, -.btn-toolbar .input-group { - float: right; -} -.btn-toolbar > .btn, -.btn-toolbar > .btn-group, -.btn-toolbar > .input-group { - margin-right: 5px; - margin-left: 0px; -} -.btn-group > .btn:first-child { - margin-right: 0; -} -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.btn-group > .btn-group { - float: right; -} -.btn-group.btn-group-justified > .btn, -.btn-group.btn-group-justified > .btn-group { - float: none; -} -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.btn-group > .btn-group:last-child > .btn:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.btn .caret { - margin-right: 0; -} -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-right: 0; -} -.input-group .form-control { - float: right; -} -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.input-group-addon:first-child { - border-left: 0px; - border-right: 1px solid; -} -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child), -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.input-group-addon:last-child { - border-left-width: 1px; - border-left-style: solid; - border-right: 0px; -} -.input-group-btn > .btn + .btn { - margin-right: -1px; - margin-left: auto; -} -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group { - margin-left: -1px; - margin-right: auto; -} -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group { - margin-right: -1px; - margin-left: auto; -} -.nav { - padding-right: 0; - padding-left: initial; -} -.nav-tabs > li { - float: right; -} -.nav-tabs > li > a { - margin-left: auto; - margin-right: -2px; - border-radius: 4px 4px 0 0; -} -.nav-pills > li { - float: right; -} -.nav-pills > li > a { - border-radius: 4px; -} -.nav-pills > li + li { - margin-right: 2px; - margin-left: auto; -} -.nav-stacked > li { - float: none; -} -.nav-stacked > li + li { - margin-right: 0; - margin-left: auto; -} -.nav-justified > .dropdown .dropdown-menu { - right: auto; -} -.nav-tabs-justified > li > a { - margin-left: 0; - margin-right: auto; -} -@media (min-width: 768px) { - .nav-tabs-justified > li > a { - border-radius: 4px 4px 0 0; - } -} -@media (min-width: 768px) { - .navbar-header { - float: right; - } -} -.navbar-collapse { - padding-right: 15px; - padding-left: 15px; -} -.navbar-brand { - float: right; -} -@media (min-width: 768px) { - .navbar > .container .navbar-brand, - .navbar > .container-fluid .navbar-brand { - margin-right: -15px; - margin-left: auto; - } -} -.navbar-toggle { - float: left; - margin-left: 15px; - margin-right: auto; -} -@media (max-width: 767px) { - .navbar-nav .open .dropdown-menu > li > a, - .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 25px 5px 15px; - } -} -@media (min-width: 768px) { - .navbar-nav { - float: right; - } - .navbar-right { - float: left !important; - } - .navbar-left { - float: right !important; - } - .navbar-nav > li { - float: right !important; - } -} -@media (min-width: 768px) { - .navbar-left.flip { - float: right !important; - } - .navbar-right:last-child { - margin-left: -15px; - margin-right: auto; - } - .navbar-right.flip { - float: left !important; - margin-left: -15px; - margin-right: auto; - } - .navbar-right .dropdown-menu { - left: 0; - right: auto; - } -} -@media (min-width: 768px) { - .navbar-text { - float: right; - } - .navbar-text.navbar-right:last-child { - margin-left: 0; - margin-right: auto; - } -} -.pagination { - padding-right: 0; -} -.pagination > li > a, -.pagination > li > span { - float: right; - margin-right: -1px; - margin-left: 0px; -} -.pagination > li:first-child > a, -.pagination > li:first-child > span { - margin-left: 0; - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.pagination > li:last-child > a, -.pagination > li:last-child > span { - margin-right: -1px; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.pager { - padding-right: 0; - padding-left: initial; -} -.pager .next > a, -.pager .next > span { - float: left; -} -.pager .previous > a, -.pager .previous > span { - float: right; -} -.nav-pills > li > a > .badge { - margin-left: 0px; - margin-right: 3px; -} -.list-group-item > .badge { - float: left; -} -.list-group-item > .badge + .badge { - margin-left: 5px; - margin-right: auto; -} -.alert-dismissable, -.alert-dismissible { - padding-left: 35px; - padding-right: 15px; -} -.alert-dismissable .close, -.alert-dismissible .close { - right: auto; - left: -21px; -} -.progress-bar { - float: right; -} -.media > .pull-left { - margin-right: 10px; -} -.media > .pull-left.flip { - margin-right: 0; - margin-left: 10px; -} -.media > .pull-right { - margin-left: 10px; -} -.media > .pull-right.flip { - margin-left: 0; - margin-right: 10px; -} -.media-right, -.media > .pull-right { - padding-right: 10px; - padding-left: initial; -} -.media-left, -.media > .pull-left { - padding-left: 10px; - padding-right: initial; -} -.media-list { - padding-right: 0; - padding-left: initial; - list-style: none; -} -.list-group { - padding-right: 0; - padding-left: initial; -} -.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { - border-top-right-radius: 3px; - border-top-left-radius: 0; -} -.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { - border-top-left-radius: 3px; - border-top-right-radius: 0; -} -.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; - border-top-right-radius: 0; -} -.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; - border-top-left-radius: 0; -} -.panel > .table-bordered > thead > tr > th:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.panel > .table-bordered > tbody > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.panel > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-bordered > thead > tr > td:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.panel > .table-bordered > tbody > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.panel > .table-bordered > tfoot > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-right: 0; - border-left: none; -} -.panel > .table-bordered > thead > tr > th:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.panel > .table-bordered > tbody > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.panel > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-bordered > thead > tr > td:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.panel > .table-bordered > tbody > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.panel > .table-bordered > tfoot > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: none; - border-left: 0; -} -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object { - right: 0; - left: auto; -} -.close { - float: left; -} -.modal-footer { - text-align: left; -} -.modal-footer.flip { - text-align: right; -} -.modal-footer .btn + .btn { - margin-left: auto; - margin-right: 5px; -} -.modal-footer .btn-group .btn + .btn { - margin-right: -1px; - margin-left: auto; -} -.modal-footer .btn-block + .btn-block { - margin-right: 0; - margin-left: auto; -} -.popover { - left: auto; - text-align: right; -} -.popover.top > .arrow { - right: 50%; - left: auto; - margin-right: -11px; - margin-left: auto; -} -.popover.top > .arrow:after { - margin-right: -10px; - margin-left: auto; -} -.popover.bottom > .arrow { - right: 50%; - left: auto; - margin-right: -11px; - margin-left: auto; -} -.popover.bottom > .arrow:after { - margin-right: -10px; - margin-left: auto; -} -.carousel-control { - right: 0; - bottom: 0; -} -.carousel-control.left { - right: auto; - left: 0; - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); -} -.carousel-control.right { - left: auto; - right: 0; - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); -} -.carousel-control .icon-prev, -.carousel-control .glyphicon-chevron-left { - left: 50%; - right: auto; - margin-right: -10px; -} -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-right { - right: 50%; - left: auto; - margin-left: -10px; -} -.carousel-indicators { - right: 50%; - left: 0; - margin-right: -30%; - margin-left: 0; - padding-left: 0; -} -@media screen and (min-width: 768px) { - .carousel-control .glyphicon-chevron-left, - .carousel-control .icon-prev { - margin-left: 0; - margin-right: -15px; - } - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-next { - margin-left: 0; - margin-right: -15px; - } - .carousel-caption { - left: 20%; - right: 20%; - padding-bottom: 30px; - } -} -.pull-right.flip { - float: left !important; -} -.pull-left.flip { - float: right !important; -} \ No newline at end of file diff --git a/public/css/main/bootstrap.css b/public/css/main/bootstrap.css deleted file mode 100644 index 7a64b66..0000000 --- a/public/css/main/bootstrap.css +++ /dev/null @@ -1,5926 +0,0 @@ -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ -html { - font-family: sans-serif; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} -body { - margin: 0; -} -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; -} -audio, -canvas, -progress, -video { - display: inline-block; - vertical-align: baseline; -} -audio:not([controls]) { - display: none; - height: 0; -} -[hidden], -template { - display: none; -} -a { - background-color: transparent; -} -a:active, -a:hover { - outline: 0; -} -abbr[title] { - border-bottom: 1px dotted; -} -b, -strong { - font-weight: bold; -} -dfn { - font-style: italic; -} -h1 { - font-size: 2em; - margin: 0.67em 0; -} -mark { - background: #ff0; - color: #000; -} -small { - font-size: 80%; -} -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} -sup { - top: -0.5em; -} -sub { - bottom: -0.25em; -} -img { - border: 0; -} -svg:not(:root) { - overflow: hidden; -} -figure { - margin: 1em 40px; -} -hr { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} -pre { - overflow: auto; -} -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; -} -button, -input, -optgroup, -select, -textarea { - color: inherit; - font: inherit; - margin: 0; -} -button { - overflow: visible; -} -button, -select { - text-transform: none; -} -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; -} -button[disabled], -html input[disabled] { - cursor: default; -} -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} -input { - line-height: normal; -} -input[type="checkbox"], -input[type="radio"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} -input[type="search"] { - -webkit-appearance: textfield; - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} -legend { - border: 0; - padding: 0; -} -textarea { - overflow: auto; -} -optgroup { - font-weight: bold; -} -table { - border-collapse: collapse; - border-spacing: 0; -} -td, -th { - padding: 0; -} -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ -@media print { - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - text-shadow: none !important; - } - a, - a:visited { - text-decoration: underline; - } - a[href]:after { - content: " (" attr(href) ")"; - } - abbr[title]:after { - content: " (" attr(title) ")"; - } - a[href^="#"]:after, - a[href^="javascript:"]:after { - content: ""; - } - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - thead { - display: table-header-group; - } - tr, - img { - page-break-inside: avoid; - } - img { - max-width: 100% !important; - } - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - h2, - h3 { - page-break-after: avoid; - } - .navbar { - display: none; - } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } - .label { - border: 1px solid #000; - } - .table { - border-collapse: collapse !important; - } - .table td, - .table th { - background-color: #fff !important; - } - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; - } -} -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -*:before, -*:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -html { - font-size: 10px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857143; - color: #333333; - background-color: #ffffff; -} -input, -button, -select, -textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} -a { - color: #337ab7; - text-decoration: none; -} -a:hover { - color: #23527c; - text-decoration: underline; -} -figure { - margin: 0; -} -img { - vertical-align: middle; -} -.img-responsive, -.thumbnail > img, -.thumbnail a > img, -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - display: block; - max-width: 100%; - height: auto; -} -.img-rounded { - border-radius: 6px; -} -.img-thumbnail { - padding: 4px; - line-height: 1.42857143; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; - display: inline-block; - max-width: 100%; - height: auto; -} -.img-circle { - border-radius: 50%; -} -hr { - margin-top: 20px; - margin-bottom: 20px; - border: 0; - border-top: 1px solid #eeeeee; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -[role="button"] { - cursor: pointer; -} -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; -} -h1 small, -h2 small, -h3 small, -h4 small, -h5 small, -h6 small, -.h1 small, -.h2 small, -.h3 small, -.h4 small, -.h5 small, -.h6 small, -h1 .small, -h2 .small, -h3 .small, -h4 .small, -h5 .small, -h6 .small, -.h1 .small, -.h2 .small, -.h3 .small, -.h4 .small, -.h5 .small, -.h6 .small { - font-weight: normal; - line-height: 1; - color: #777777; -} -h1, -.h1, -h2, -.h2, -h3, -.h3 { - margin-top: 20px; - margin-bottom: 10px; -} -h1 small, -.h1 small, -h2 small, -.h2 small, -h3 small, -.h3 small, -h1 .small, -.h1 .small, -h2 .small, -.h2 .small, -h3 .small, -.h3 .small { - font-size: 65%; -} -h4, -.h4, -h5, -.h5, -h6, -.h6 { - margin-top: 10px; - margin-bottom: 10px; -} -h4 small, -.h4 small, -h5 small, -.h5 small, -h6 small, -.h6 small, -h4 .small, -.h4 .small, -h5 .small, -.h5 .small, -h6 .small, -.h6 .small { - font-size: 75%; -} -h1, -.h1 { - font-size: 36px; -} -h2, -.h2 { - font-size: 30px; -} -h3, -.h3 { - font-size: 24px; -} -h4, -.h4 { - font-size: 18px; -} -h5, -.h5 { - font-size: 14px; -} -h6, -.h6 { - font-size: 12px; -} -p { - margin: 0 0 10px; -} -.lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 300; - line-height: 1.4; -} -@media (min-width: 768px) { - .lead { - font-size: 21px; - } -} -small, -.small { - font-size: 85%; -} -mark, -.mark { - background-color: #fcf8e3; - padding: .2em; -} -.text-left { - text-align: left; -} -.text-right { - text-align: right; -} -.text-center { - text-align: center; -} -.text-justify { - text-align: justify; -} -.text-nowrap { - white-space: nowrap; -} -.text-lowercase { - text-transform: lowercase; -} -.text-uppercase { - text-transform: uppercase; -} -.text-capitalize { - text-transform: capitalize; -} -.text-muted { - color: #777777; -} -.text-primary { - color: #337ab7; -} -a.text-primary:hover, -a.text-primary:focus { - color: #286090; -} -.text-success { - color: #3c763d; -} -a.text-success:hover, -a.text-success:focus { - color: #2b542c; -} -.text-info { - color: #31708f; -} -a.text-info:hover, -a.text-info:focus { - color: #245269; -} -.text-warning { - color: #8a6d3b; -} -a.text-warning:hover, -a.text-warning:focus { - color: #66512c; -} -.text-danger { - color: #a94442; -} -a.text-danger:hover, -a.text-danger:focus { - color: #843534; -} -.bg-primary { - color: #fff; - background-color: #337ab7; -} -a.bg-primary:hover, -a.bg-primary:focus { - background-color: #286090; -} -.bg-success { - background-color: #dff0d8; -} -a.bg-success:hover, -a.bg-success:focus { - background-color: #c1e2b3; -} -.bg-info { - background-color: #d9edf7; -} -a.bg-info:hover, -a.bg-info:focus { - background-color: #afd9ee; -} -.bg-warning { - background-color: #fcf8e3; -} -a.bg-warning:hover, -a.bg-warning:focus { - background-color: #f7ecb5; -} -.bg-danger { - background-color: #f2dede; -} -a.bg-danger:hover, -a.bg-danger:focus { - background-color: #e4b9b9; -} -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eeeeee; -} -ul, -ol { - margin-top: 0; - margin-bottom: 10px; -} -ul ul, -ol ul, -ul ol, -ol ol { - margin-bottom: 0; -} -.list-unstyled { - padding-left: 0; - list-style: none; -} -.list-inline { - padding-left: 0; - list-style: none; - margin-left: -5px; -} -.list-inline > li { - display: inline-block; - padding-left: 5px; - padding-right: 5px; -} -dl { - margin-top: 0; - margin-bottom: 20px; -} -dt, -dd { - line-height: 1.42857143; -} -dt { - font-weight: bold; -} -dd { - margin-left: 0; -} -@media (min-width: 768px) { - .dl-horizontal dt { - float: left; - width: 160px; - clear: left; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .dl-horizontal dd { - margin-left: 180px; - } -} -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #777777; -} -.initialism { - font-size: 90%; - text-transform: uppercase; -} -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - font-size: 17.5px; - border-left: 5px solid #eeeeee; -} -blockquote p:last-child, -blockquote ul:last-child, -blockquote ol:last-child { - margin-bottom: 0; -} -blockquote footer, -blockquote small, -blockquote .small { - display: block; - font-size: 80%; - line-height: 1.42857143; - color: #777777; -} -blockquote footer:before, -blockquote small:before, -blockquote .small:before { - content: '\2014 \00A0'; -} -.blockquote-reverse, -blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; - text-align: right; -} -.blockquote-reverse footer:before, -blockquote.pull-right footer:before, -.blockquote-reverse small:before, -blockquote.pull-right small:before, -.blockquote-reverse .small:before, -blockquote.pull-right .small:before { - content: ''; -} -.blockquote-reverse footer:after, -blockquote.pull-right footer:after, -.blockquote-reverse small:after, -blockquote.pull-right small:after, -.blockquote-reverse .small:after, -blockquote.pull-right .small:after { - content: '\00A0 \2014'; -} -address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857143; -} -code, -kbd, -pre, -samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; -} -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 4px; -} -kbd { - padding: 2px 4px; - font-size: 90%; - color: #ffffff; - background-color: #333333; - border-radius: 3px; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -} -kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; - -webkit-box-shadow: none; - box-shadow: none; -} -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.42857143; - word-break: break-all; - word-wrap: break-word; - color: #333333; - background-color: #f5f5f5; - border: 1px solid #cccccc; - border-radius: 4px; -} -pre code { - padding: 0; - font-size: inherit; - color: inherit; - white-space: pre-wrap; - background-color: transparent; - border-radius: 0; -} -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} -.container { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; -} -@media (min-width: 768px) { - .container { - width: 750px; - } -} -@media (min-width: 992px) { - .container { - width: 970px; - } -} -@media (min-width: 1200px) { - .container { - width: 1170px; - } -} -.container-fluid { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; -} -.row { - margin-left: -15px; - margin-right: -15px; -} -.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { - position: relative; - min-height: 1px; - padding-left: 15px; - padding-right: 15px; -} -.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { - float: left; -} -.col-xs-12 { - width: 100%; -} -.col-xs-11 { - width: 91.66666667%; -} -.col-xs-10 { - width: 83.33333333%; -} -.col-xs-9 { - width: 75%; -} -.col-xs-8 { - width: 66.66666667%; -} -.col-xs-7 { - width: 58.33333333%; -} -.col-xs-6 { - width: 50%; -} -.col-xs-5 { - width: 41.66666667%; -} -.col-xs-4 { - width: 33.33333333%; -} -.col-xs-3 { - width: 25%; -} -.col-xs-2 { - width: 16.66666667%; -} -.col-xs-1 { - width: 8.33333333%; -} -.col-xs-pull-12 { - right: 100%; -} -.col-xs-pull-11 { - right: 91.66666667%; -} -.col-xs-pull-10 { - right: 83.33333333%; -} -.col-xs-pull-9 { - right: 75%; -} -.col-xs-pull-8 { - right: 66.66666667%; -} -.col-xs-pull-7 { - right: 58.33333333%; -} -.col-xs-pull-6 { - right: 50%; -} -.col-xs-pull-5 { - right: 41.66666667%; -} -.col-xs-pull-4 { - right: 33.33333333%; -} -.col-xs-pull-3 { - right: 25%; -} -.col-xs-pull-2 { - right: 16.66666667%; -} -.col-xs-pull-1 { - right: 8.33333333%; -} -.col-xs-pull-0 { - right: auto; -} -.col-xs-push-12 { - left: 100%; -} -.col-xs-push-11 { - left: 91.66666667%; -} -.col-xs-push-10 { - left: 83.33333333%; -} -.col-xs-push-9 { - left: 75%; -} -.col-xs-push-8 { - left: 66.66666667%; -} -.col-xs-push-7 { - left: 58.33333333%; -} -.col-xs-push-6 { - left: 50%; -} -.col-xs-push-5 { - left: 41.66666667%; -} -.col-xs-push-4 { - left: 33.33333333%; -} -.col-xs-push-3 { - left: 25%; -} -.col-xs-push-2 { - left: 16.66666667%; -} -.col-xs-push-1 { - left: 8.33333333%; -} -.col-xs-push-0 { - left: auto; -} -.col-xs-offset-12 { - margin-left: 100%; -} -.col-xs-offset-11 { - margin-left: 91.66666667%; -} -.col-xs-offset-10 { - margin-left: 83.33333333%; -} -.col-xs-offset-9 { - margin-left: 75%; -} -.col-xs-offset-8 { - margin-left: 66.66666667%; -} -.col-xs-offset-7 { - margin-left: 58.33333333%; -} -.col-xs-offset-6 { - margin-left: 50%; -} -.col-xs-offset-5 { - margin-left: 41.66666667%; -} -.col-xs-offset-4 { - margin-left: 33.33333333%; -} -.col-xs-offset-3 { - margin-left: 25%; -} -.col-xs-offset-2 { - margin-left: 16.66666667%; -} -.col-xs-offset-1 { - margin-left: 8.33333333%; -} -.col-xs-offset-0 { - margin-left: 0%; -} -@media (min-width: 768px) { - .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { - float: left; - } - .col-sm-12 { - width: 100%; - } - .col-sm-11 { - width: 91.66666667%; - } - .col-sm-10 { - width: 83.33333333%; - } - .col-sm-9 { - width: 75%; - } - .col-sm-8 { - width: 66.66666667%; - } - .col-sm-7 { - width: 58.33333333%; - } - .col-sm-6 { - width: 50%; - } - .col-sm-5 { - width: 41.66666667%; - } - .col-sm-4 { - width: 33.33333333%; - } - .col-sm-3 { - width: 25%; - } - .col-sm-2 { - width: 16.66666667%; - } - .col-sm-1 { - width: 8.33333333%; - } - .col-sm-pull-12 { - right: 100%; - } - .col-sm-pull-11 { - right: 91.66666667%; - } - .col-sm-pull-10 { - right: 83.33333333%; - } - .col-sm-pull-9 { - right: 75%; - } - .col-sm-pull-8 { - right: 66.66666667%; - } - .col-sm-pull-7 { - right: 58.33333333%; - } - .col-sm-pull-6 { - right: 50%; - } - .col-sm-pull-5 { - right: 41.66666667%; - } - .col-sm-pull-4 { - right: 33.33333333%; - } - .col-sm-pull-3 { - right: 25%; - } - .col-sm-pull-2 { - right: 16.66666667%; - } - .col-sm-pull-1 { - right: 8.33333333%; - } - .col-sm-pull-0 { - right: auto; - } - .col-sm-push-12 { - left: 100%; - } - .col-sm-push-11 { - left: 91.66666667%; - } - .col-sm-push-10 { - left: 83.33333333%; - } - .col-sm-push-9 { - left: 75%; - } - .col-sm-push-8 { - left: 66.66666667%; - } - .col-sm-push-7 { - left: 58.33333333%; - } - .col-sm-push-6 { - left: 50%; - } - .col-sm-push-5 { - left: 41.66666667%; - } - .col-sm-push-4 { - left: 33.33333333%; - } - .col-sm-push-3 { - left: 25%; - } - .col-sm-push-2 { - left: 16.66666667%; - } - .col-sm-push-1 { - left: 8.33333333%; - } - .col-sm-push-0 { - left: auto; - } - .col-sm-offset-12 { - margin-left: 100%; - } - .col-sm-offset-11 { - margin-left: 91.66666667%; - } - .col-sm-offset-10 { - margin-left: 83.33333333%; - } - .col-sm-offset-9 { - margin-left: 75%; - } - .col-sm-offset-8 { - margin-left: 66.66666667%; - } - .col-sm-offset-7 { - margin-left: 58.33333333%; - } - .col-sm-offset-6 { - margin-left: 50%; - } - .col-sm-offset-5 { - margin-left: 41.66666667%; - } - .col-sm-offset-4 { - margin-left: 33.33333333%; - } - .col-sm-offset-3 { - margin-left: 25%; - } - .col-sm-offset-2 { - margin-left: 16.66666667%; - } - .col-sm-offset-1 { - margin-left: 8.33333333%; - } - .col-sm-offset-0 { - margin-left: 0%; - } -} -@media (min-width: 992px) { - .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { - float: left; - } - .col-md-12 { - width: 100%; - } - .col-md-11 { - width: 91.66666667%; - } - .col-md-10 { - width: 83.33333333%; - } - .col-md-9 { - width: 75%; - } - .col-md-8 { - width: 66.66666667%; - } - .col-md-7 { - width: 58.33333333%; - } - .col-md-6 { - width: 50%; - } - .col-md-5 { - width: 41.66666667%; - } - .col-md-4 { - width: 33.33333333%; - } - .col-md-3 { - width: 25%; - } - .col-md-2 { - width: 16.66666667%; - } - .col-md-1 { - width: 8.33333333%; - } - .col-md-pull-12 { - right: 100%; - } - .col-md-pull-11 { - right: 91.66666667%; - } - .col-md-pull-10 { - right: 83.33333333%; - } - .col-md-pull-9 { - right: 75%; - } - .col-md-pull-8 { - right: 66.66666667%; - } - .col-md-pull-7 { - right: 58.33333333%; - } - .col-md-pull-6 { - right: 50%; - } - .col-md-pull-5 { - right: 41.66666667%; - } - .col-md-pull-4 { - right: 33.33333333%; - } - .col-md-pull-3 { - right: 25%; - } - .col-md-pull-2 { - right: 16.66666667%; - } - .col-md-pull-1 { - right: 8.33333333%; - } - .col-md-pull-0 { - right: auto; - } - .col-md-push-12 { - left: 100%; - } - .col-md-push-11 { - left: 91.66666667%; - } - .col-md-push-10 { - left: 83.33333333%; - } - .col-md-push-9 { - left: 75%; - } - .col-md-push-8 { - left: 66.66666667%; - } - .col-md-push-7 { - left: 58.33333333%; - } - .col-md-push-6 { - left: 50%; - } - .col-md-push-5 { - left: 41.66666667%; - } - .col-md-push-4 { - left: 33.33333333%; - } - .col-md-push-3 { - left: 25%; - } - .col-md-push-2 { - left: 16.66666667%; - } - .col-md-push-1 { - left: 8.33333333%; - } - .col-md-push-0 { - left: auto; - } - .col-md-offset-12 { - margin-left: 100%; - } - .col-md-offset-11 { - margin-left: 91.66666667%; - } - .col-md-offset-10 { - margin-left: 83.33333333%; - } - .col-md-offset-9 { - margin-left: 75%; - } - .col-md-offset-8 { - margin-left: 66.66666667%; - } - .col-md-offset-7 { - margin-left: 58.33333333%; - } - .col-md-offset-6 { - margin-left: 50%; - } - .col-md-offset-5 { - margin-left: 41.66666667%; - } - .col-md-offset-4 { - margin-left: 33.33333333%; - } - .col-md-offset-3 { - margin-left: 25%; - } - .col-md-offset-2 { - margin-left: 16.66666667%; - } - .col-md-offset-1 { - margin-left: 8.33333333%; - } - .col-md-offset-0 { - margin-left: 0%; - } -} -@media (min-width: 1200px) { - .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { - float: left; - } - .col-lg-12 { - width: 100%; - } - .col-lg-11 { - width: 91.66666667%; - } - .col-lg-10 { - width: 83.33333333%; - } - .col-lg-9 { - width: 75%; - } - .col-lg-8 { - width: 66.66666667%; - } - .col-lg-7 { - width: 58.33333333%; - } - .col-lg-6 { - width: 50%; - } - .col-lg-5 { - width: 41.66666667%; - } - .col-lg-4 { - width: 33.33333333%; - } - .col-lg-3 { - width: 25%; - } - .col-lg-2 { - width: 16.66666667%; - } - .col-lg-1 { - width: 8.33333333%; - } - .col-lg-pull-12 { - right: 100%; - } - .col-lg-pull-11 { - right: 91.66666667%; - } - .col-lg-pull-10 { - right: 83.33333333%; - } - .col-lg-pull-9 { - right: 75%; - } - .col-lg-pull-8 { - right: 66.66666667%; - } - .col-lg-pull-7 { - right: 58.33333333%; - } - .col-lg-pull-6 { - right: 50%; - } - .col-lg-pull-5 { - right: 41.66666667%; - } - .col-lg-pull-4 { - right: 33.33333333%; - } - .col-lg-pull-3 { - right: 25%; - } - .col-lg-pull-2 { - right: 16.66666667%; - } - .col-lg-pull-1 { - right: 8.33333333%; - } - .col-lg-pull-0 { - right: auto; - } - .col-lg-push-12 { - left: 100%; - } - .col-lg-push-11 { - left: 91.66666667%; - } - .col-lg-push-10 { - left: 83.33333333%; - } - .col-lg-push-9 { - left: 75%; - } - .col-lg-push-8 { - left: 66.66666667%; - } - .col-lg-push-7 { - left: 58.33333333%; - } - .col-lg-push-6 { - left: 50%; - } - .col-lg-push-5 { - left: 41.66666667%; - } - .col-lg-push-4 { - left: 33.33333333%; - } - .col-lg-push-3 { - left: 25%; - } - .col-lg-push-2 { - left: 16.66666667%; - } - .col-lg-push-1 { - left: 8.33333333%; - } - .col-lg-push-0 { - left: auto; - } - .col-lg-offset-12 { - margin-left: 100%; - } - .col-lg-offset-11 { - margin-left: 91.66666667%; - } - .col-lg-offset-10 { - margin-left: 83.33333333%; - } - .col-lg-offset-9 { - margin-left: 75%; - } - .col-lg-offset-8 { - margin-left: 66.66666667%; - } - .col-lg-offset-7 { - margin-left: 58.33333333%; - } - .col-lg-offset-6 { - margin-left: 50%; - } - .col-lg-offset-5 { - margin-left: 41.66666667%; - } - .col-lg-offset-4 { - margin-left: 33.33333333%; - } - .col-lg-offset-3 { - margin-left: 25%; - } - .col-lg-offset-2 { - margin-left: 16.66666667%; - } - .col-lg-offset-1 { - margin-left: 8.33333333%; - } - .col-lg-offset-0 { - margin-left: 0%; - } -} -table { - background-color: transparent; -} -caption { - padding-top: 8px; - padding-bottom: 8px; - color: #777777; - text-align: left; -} -th { - text-align: left; -} -.table { - width: 100%; - max-width: 100%; - margin-bottom: 20px; -} -.table > thead > tr > th, -.table > tbody > tr > th, -.table > tfoot > tr > th, -.table > thead > tr > td, -.table > tbody > tr > td, -.table > tfoot > tr > td { - padding: 8px; - line-height: 1.42857143; - vertical-align: top; - border-top: 1px solid #dddddd; -} -.table > thead > tr > th { - vertical-align: bottom; - border-bottom: 2px solid #dddddd; -} -.table > caption + thead > tr:first-child > th, -.table > colgroup + thead > tr:first-child > th, -.table > thead:first-child > tr:first-child > th, -.table > caption + thead > tr:first-child > td, -.table > colgroup + thead > tr:first-child > td, -.table > thead:first-child > tr:first-child > td { - border-top: 0; -} -.table > tbody + tbody { - border-top: 2px solid #dddddd; -} -.table .table { - background-color: #ffffff; -} -.table-condensed > thead > tr > th, -.table-condensed > tbody > tr > th, -.table-condensed > tfoot > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > td { - padding: 5px; -} -.table-bordered { - border: 1px solid #dddddd; -} -.table-bordered > thead > tr > th, -.table-bordered > tbody > tr > th, -.table-bordered > tfoot > tr > th, -.table-bordered > thead > tr > td, -.table-bordered > tbody > tr > td, -.table-bordered > tfoot > tr > td { - border: 1px solid #dddddd; -} -.table-bordered > thead > tr > th, -.table-bordered > thead > tr > td { - border-bottom-width: 2px; -} -.table-striped > tbody > tr:nth-of-type(odd) { - background-color: #f9f9f9; -} -.table-hover > tbody > tr:hover { - background-color: #f5f5f5; -} -table col[class*="col-"] { - position: static; - float: none; - display: table-column; -} -table td[class*="col-"], -table th[class*="col-"] { - position: static; - float: none; - display: table-cell; -} -.table > thead > tr > td.active, -.table > tbody > tr > td.active, -.table > tfoot > tr > td.active, -.table > thead > tr > th.active, -.table > tbody > tr > th.active, -.table > tfoot > tr > th.active, -.table > thead > tr.active > td, -.table > tbody > tr.active > td, -.table > tfoot > tr.active > td, -.table > thead > tr.active > th, -.table > tbody > tr.active > th, -.table > tfoot > tr.active > th { - background-color: #f5f5f5; -} -.table-hover > tbody > tr > td.active:hover, -.table-hover > tbody > tr > th.active:hover, -.table-hover > tbody > tr.active:hover > td, -.table-hover > tbody > tr:hover > .active, -.table-hover > tbody > tr.active:hover > th { - background-color: #e8e8e8; -} -.table > thead > tr > td.success, -.table > tbody > tr > td.success, -.table > tfoot > tr > td.success, -.table > thead > tr > th.success, -.table > tbody > tr > th.success, -.table > tfoot > tr > th.success, -.table > thead > tr.success > td, -.table > tbody > tr.success > td, -.table > tfoot > tr.success > td, -.table > thead > tr.success > th, -.table > tbody > tr.success > th, -.table > tfoot > tr.success > th { - background-color: #dff0d8; -} -.table-hover > tbody > tr > td.success:hover, -.table-hover > tbody > tr > th.success:hover, -.table-hover > tbody > tr.success:hover > td, -.table-hover > tbody > tr:hover > .success, -.table-hover > tbody > tr.success:hover > th { - background-color: #d0e9c6; -} -.table > thead > tr > td.info, -.table > tbody > tr > td.info, -.table > tfoot > tr > td.info, -.table > thead > tr > th.info, -.table > tbody > tr > th.info, -.table > tfoot > tr > th.info, -.table > thead > tr.info > td, -.table > tbody > tr.info > td, -.table > tfoot > tr.info > td, -.table > thead > tr.info > th, -.table > tbody > tr.info > th, -.table > tfoot > tr.info > th { - background-color: #d9edf7; -} -.table-hover > tbody > tr > td.info:hover, -.table-hover > tbody > tr > th.info:hover, -.table-hover > tbody > tr.info:hover > td, -.table-hover > tbody > tr:hover > .info, -.table-hover > tbody > tr.info:hover > th { - background-color: #c4e3f3; -} -.table > thead > tr > td.warning, -.table > tbody > tr > td.warning, -.table > tfoot > tr > td.warning, -.table > thead > tr > th.warning, -.table > tbody > tr > th.warning, -.table > tfoot > tr > th.warning, -.table > thead > tr.warning > td, -.table > tbody > tr.warning > td, -.table > tfoot > tr.warning > td, -.table > thead > tr.warning > th, -.table > tbody > tr.warning > th, -.table > tfoot > tr.warning > th { - background-color: #fcf8e3; -} -.table-hover > tbody > tr > td.warning:hover, -.table-hover > tbody > tr > th.warning:hover, -.table-hover > tbody > tr.warning:hover > td, -.table-hover > tbody > tr:hover > .warning, -.table-hover > tbody > tr.warning:hover > th { - background-color: #faf2cc; -} -.table > thead > tr > td.danger, -.table > tbody > tr > td.danger, -.table > tfoot > tr > td.danger, -.table > thead > tr > th.danger, -.table > tbody > tr > th.danger, -.table > tfoot > tr > th.danger, -.table > thead > tr.danger > td, -.table > tbody > tr.danger > td, -.table > tfoot > tr.danger > td, -.table > thead > tr.danger > th, -.table > tbody > tr.danger > th, -.table > tfoot > tr.danger > th { - background-color: #f2dede; -} -.table-hover > tbody > tr > td.danger:hover, -.table-hover > tbody > tr > th.danger:hover, -.table-hover > tbody > tr.danger:hover > td, -.table-hover > tbody > tr:hover > .danger, -.table-hover > tbody > tr.danger:hover > th { - background-color: #ebcccc; -} -.table-responsive { - overflow-x: auto; - min-height: 0.01%; -} -@media screen and (max-width: 767px) { - .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-y: hidden; - -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #dddddd; - } - .table-responsive > .table { - margin-bottom: 0; - } - .table-responsive > .table > thead > tr > th, - .table-responsive > .table > tbody > tr > th, - .table-responsive > .table > tfoot > tr > th, - .table-responsive > .table > thead > tr > td, - .table-responsive > .table > tbody > tr > td, - .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; - } - .table-responsive > .table-bordered { - border: 0; - } - .table-responsive > .table-bordered > thead > tr > th:first-child, - .table-responsive > .table-bordered > tbody > tr > th:first-child, - .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .table-responsive > .table-bordered > thead > tr > td:first-child, - .table-responsive > .table-bordered > tbody > tr > td:first-child, - .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; - } - .table-responsive > .table-bordered > thead > tr > th:last-child, - .table-responsive > .table-bordered > tbody > tr > th:last-child, - .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .table-responsive > .table-bordered > thead > tr > td:last-child, - .table-responsive > .table-bordered > tbody > tr > td:last-child, - .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; - } - .table-responsive > .table-bordered > tbody > tr:last-child > th, - .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > tbody > tr:last-child > td, - .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; - } -} -fieldset { - padding: 0; - margin: 0; - border: 0; - min-width: 0; -} -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} -label { - display: inline-block; - max-width: 100%; - margin-bottom: 5px; - font-weight: bold; -} -input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - line-height: normal; -} -input[type="file"] { - display: block; -} -input[type="range"] { - display: block; - width: 100%; -} -select[multiple], -select[size] { - height: auto; -} -output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.42857143; - color: #555555; -} -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - color: #555555; - background-color: #ffffff; - background-image: none; - border: 1px solid #cccccc; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; - -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -} -.form-control:focus { - border-color: #66afe9; - outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); -} -.form-control::-moz-placeholder { - color: #999999; - opacity: 1; -} -.form-control:-ms-input-placeholder { - color: #999999; -} -.form-control::-webkit-input-placeholder { - color: #999999; -} -.form-control::-ms-expand { - border: 0; - background-color: transparent; -} -.form-control[disabled], -.form-control[readonly], -fieldset[disabled] .form-control { - background-color: #eeeeee; - opacity: 1; -} -.form-control[disabled], -fieldset[disabled] .form-control { - cursor: not-allowed; -} -textarea.form-control { - height: auto; -} -input[type="search"] { - -webkit-appearance: none; -} -@media screen and (-webkit-min-device-pixel-ratio: 0) { - input[type="date"].form-control, - input[type="time"].form-control, - input[type="datetime-local"].form-control, - input[type="month"].form-control { - line-height: 34px; - } - input[type="date"].input-sm, - input[type="time"].input-sm, - input[type="datetime-local"].input-sm, - input[type="month"].input-sm, - .input-group-sm input[type="date"], - .input-group-sm input[type="time"], - .input-group-sm input[type="datetime-local"], - .input-group-sm input[type="month"] { - line-height: 30px; - } - input[type="date"].input-lg, - input[type="time"].input-lg, - input[type="datetime-local"].input-lg, - input[type="month"].input-lg, - .input-group-lg input[type="date"], - .input-group-lg input[type="time"], - .input-group-lg input[type="datetime-local"], - .input-group-lg input[type="month"] { - line-height: 46px; - } -} -.form-group { - margin-bottom: 15px; -} -.radio, -.checkbox { - position: relative; - display: block; - margin-top: 10px; - margin-bottom: 10px; -} -.radio label, -.checkbox label { - min-height: 20px; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - cursor: pointer; -} -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - position: absolute; - margin-left: -20px; - margin-top: 4px \9; -} -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} -.radio-inline, -.checkbox-inline { - position: relative; - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; - cursor: pointer; -} -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} -input[type="radio"][disabled], -input[type="checkbox"][disabled], -input[type="radio"].disabled, -input[type="checkbox"].disabled, -fieldset[disabled] input[type="radio"], -fieldset[disabled] input[type="checkbox"] { - cursor: not-allowed; -} -.radio-inline.disabled, -.checkbox-inline.disabled, -fieldset[disabled] .radio-inline, -fieldset[disabled] .checkbox-inline { - cursor: not-allowed; -} -.radio.disabled label, -.checkbox.disabled label, -fieldset[disabled] .radio label, -fieldset[disabled] .checkbox label { - cursor: not-allowed; -} -.form-control-static { - padding-top: 7px; - padding-bottom: 7px; - margin-bottom: 0; - min-height: 34px; -} -.form-control-static.input-lg, -.form-control-static.input-sm { - padding-left: 0; - padding-right: 0; -} -.input-sm { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -select.input-sm { - height: 30px; - line-height: 30px; -} -textarea.input-sm, -select[multiple].input-sm { - height: auto; -} -.form-group-sm .form-control { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.form-group-sm select.form-control { - height: 30px; - line-height: 30px; -} -.form-group-sm textarea.form-control, -.form-group-sm select[multiple].form-control { - height: auto; -} -.form-group-sm .form-control-static { - height: 30px; - min-height: 32px; - padding: 6px 10px; - font-size: 12px; - line-height: 1.5; -} -.input-lg { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -select.input-lg { - height: 46px; - line-height: 46px; -} -textarea.input-lg, -select[multiple].input-lg { - height: auto; -} -.form-group-lg .form-control { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.form-group-lg select.form-control { - height: 46px; - line-height: 46px; -} -.form-group-lg textarea.form-control, -.form-group-lg select[multiple].form-control { - height: auto; -} -.form-group-lg .form-control-static { - height: 46px; - min-height: 38px; - padding: 11px 16px; - font-size: 18px; - line-height: 1.3333333; -} -.has-feedback { - position: relative; -} -.has-feedback .form-control { - padding-right: 42.5px; -} -.form-control-feedback { - position: absolute; - top: 0; - right: 0; - z-index: 2; - display: block; - width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - pointer-events: none; -} -.input-lg + .form-control-feedback, -.input-group-lg + .form-control-feedback, -.form-group-lg .form-control + .form-control-feedback { - width: 46px; - height: 46px; - line-height: 46px; -} -.input-sm + .form-control-feedback, -.input-group-sm + .form-control-feedback, -.form-group-sm .form-control + .form-control-feedback { - width: 30px; - height: 30px; - line-height: 30px; -} -.has-success .help-block, -.has-success .control-label, -.has-success .radio, -.has-success .checkbox, -.has-success .radio-inline, -.has-success .checkbox-inline, -.has-success.radio label, -.has-success.checkbox label, -.has-success.radio-inline label, -.has-success.checkbox-inline label { - color: #3c763d; -} -.has-success .form-control { - border-color: #3c763d; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.has-success .form-control:focus { - border-color: #2b542c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -} -.has-success .input-group-addon { - color: #3c763d; - border-color: #3c763d; - background-color: #dff0d8; -} -.has-success .form-control-feedback { - color: #3c763d; -} -.has-warning .help-block, -.has-warning .control-label, -.has-warning .radio, -.has-warning .checkbox, -.has-warning .radio-inline, -.has-warning .checkbox-inline, -.has-warning.radio label, -.has-warning.checkbox label, -.has-warning.radio-inline label, -.has-warning.checkbox-inline label { - color: #8a6d3b; -} -.has-warning .form-control { - border-color: #8a6d3b; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.has-warning .form-control:focus { - border-color: #66512c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -} -.has-warning .input-group-addon { - color: #8a6d3b; - border-color: #8a6d3b; - background-color: #fcf8e3; -} -.has-warning .form-control-feedback { - color: #8a6d3b; -} -.has-error .help-block, -.has-error .control-label, -.has-error .radio, -.has-error .checkbox, -.has-error .radio-inline, -.has-error .checkbox-inline, -.has-error.radio label, -.has-error.checkbox label, -.has-error.radio-inline label, -.has-error.checkbox-inline label { - color: #a94442; -} -.has-error .form-control { - border-color: #a94442; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.has-error .form-control:focus { - border-color: #843534; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -} -.has-error .input-group-addon { - color: #a94442; - border-color: #a94442; - background-color: #f2dede; -} -.has-error .form-control-feedback { - color: #a94442; -} -.has-feedback label ~ .form-control-feedback { - top: 25px; -} -.has-feedback label.sr-only ~ .form-control-feedback { - top: 0; -} -.help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #737373; -} -@media (min-width: 768px) { - .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .form-inline .form-control-static { - display: inline-block; - } - .form-inline .input-group { - display: inline-table; - vertical-align: middle; - } - .form-inline .input-group .input-group-addon, - .form-inline .input-group .input-group-btn, - .form-inline .input-group .form-control { - width: auto; - } - .form-inline .input-group > .form-control { - width: 100%; - } - .form-inline .control-label { - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .radio, - .form-inline .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .radio label, - .form-inline .checkbox label { - padding-left: 0; - } - .form-inline .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; - } - .form-inline .has-feedback .form-control-feedback { - top: 0; - } -} -.form-horizontal .radio, -.form-horizontal .checkbox, -.form-horizontal .radio-inline, -.form-horizontal .checkbox-inline { - margin-top: 0; - margin-bottom: 0; - padding-top: 7px; -} -.form-horizontal .radio, -.form-horizontal .checkbox { - min-height: 27px; -} -.form-horizontal .form-group { - margin-left: -15px; - margin-right: -15px; -} -@media (min-width: 768px) { - .form-horizontal .control-label { - text-align: right; - margin-bottom: 0; - padding-top: 7px; - } -} -.form-horizontal .has-feedback .form-control-feedback { - right: 15px; -} -@media (min-width: 768px) { - .form-horizontal .form-group-lg .control-label { - padding-top: 11px; - font-size: 18px; - } -} -@media (min-width: 768px) { - .form-horizontal .form-group-sm .control-label { - padding-top: 6px; - font-size: 12px; - } -} -.btn { - display: inline-block; - margin-bottom: 0; - font-weight: normal; - text-align: center; - vertical-align: middle; - -ms-touch-action: manipulation; - touch-action: manipulation; - cursor: pointer; - background-image: none; - border: 1px solid transparent; - white-space: nowrap; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - border-radius: 4px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.btn:hover, -.btn:focus, -.btn.focus { - color: #333333; - text-decoration: none; -} -.btn:active, -.btn.active { - outline: 0; - background-image: none; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.btn.disabled, -.btn[disabled], -fieldset[disabled] .btn { - cursor: not-allowed; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; -} -a.btn.disabled, -fieldset[disabled] a.btn { - pointer-events: none; -} -.btn-default { - color: #333333; - background-color: #ffffff; - border-color: #cccccc; -} -.btn-default:focus, -.btn-default.focus { - color: #333333; - background-color: #e6e6e6; - border-color: #8c8c8c; -} -.btn-default:hover { - color: #333333; - background-color: #e6e6e6; - border-color: #adadad; -} -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { - color: #333333; - background-color: #e6e6e6; - border-color: #adadad; -} -.btn-default:active:hover, -.btn-default.active:hover, -.open > .dropdown-toggle.btn-default:hover, -.btn-default:active:focus, -.btn-default.active:focus, -.open > .dropdown-toggle.btn-default:focus, -.btn-default:active.focus, -.btn-default.active.focus, -.open > .dropdown-toggle.btn-default.focus { - color: #333333; - background-color: #d4d4d4; - border-color: #8c8c8c; -} -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { - background-image: none; -} -.btn-default.disabled:hover, -.btn-default[disabled]:hover, -fieldset[disabled] .btn-default:hover, -.btn-default.disabled:focus, -.btn-default[disabled]:focus, -fieldset[disabled] .btn-default:focus, -.btn-default.disabled.focus, -.btn-default[disabled].focus, -fieldset[disabled] .btn-default.focus { - background-color: #ffffff; - border-color: #cccccc; -} -.btn-default .badge { - color: #ffffff; - background-color: #333333; -} -.btn-primary { - color: #ffffff; - background-color: #337ab7; - border-color: #2e6da4; -} -.btn-primary:focus, -.btn-primary.focus { - color: #ffffff; - background-color: #286090; - border-color: #122b40; -} -.btn-primary:hover { - color: #ffffff; - background-color: #286090; - border-color: #204d74; -} -.btn-primary:active, -.btn-primary.active, -.open > .dropdown-toggle.btn-primary { - color: #ffffff; - background-color: #286090; - border-color: #204d74; -} -.btn-primary:active:hover, -.btn-primary.active:hover, -.open > .dropdown-toggle.btn-primary:hover, -.btn-primary:active:focus, -.btn-primary.active:focus, -.open > .dropdown-toggle.btn-primary:focus, -.btn-primary:active.focus, -.btn-primary.active.focus, -.open > .dropdown-toggle.btn-primary.focus { - color: #ffffff; - background-color: #204d74; - border-color: #122b40; -} -.btn-primary:active, -.btn-primary.active, -.open > .dropdown-toggle.btn-primary { - background-image: none; -} -.btn-primary.disabled:hover, -.btn-primary[disabled]:hover, -fieldset[disabled] .btn-primary:hover, -.btn-primary.disabled:focus, -.btn-primary[disabled]:focus, -fieldset[disabled] .btn-primary:focus, -.btn-primary.disabled.focus, -.btn-primary[disabled].focus, -fieldset[disabled] .btn-primary.focus { - background-color: #337ab7; - border-color: #2e6da4; -} -.btn-primary .badge { - color: #337ab7; - background-color: #ffffff; -} -.btn-success { - color: #ffffff; - background-color: #5cb85c; - border-color: #4cae4c; -} -.btn-success:focus, -.btn-success.focus { - color: #ffffff; - background-color: #449d44; - border-color: #255625; -} -.btn-success:hover { - color: #ffffff; - background-color: #449d44; - border-color: #398439; -} -.btn-success:active, -.btn-success.active, -.open > .dropdown-toggle.btn-success { - color: #ffffff; - background-color: #449d44; - border-color: #398439; -} -.btn-success:active:hover, -.btn-success.active:hover, -.open > .dropdown-toggle.btn-success:hover, -.btn-success:active:focus, -.btn-success.active:focus, -.open > .dropdown-toggle.btn-success:focus, -.btn-success:active.focus, -.btn-success.active.focus, -.open > .dropdown-toggle.btn-success.focus { - color: #ffffff; - background-color: #398439; - border-color: #255625; -} -.btn-success:active, -.btn-success.active, -.open > .dropdown-toggle.btn-success { - background-image: none; -} -.btn-success.disabled:hover, -.btn-success[disabled]:hover, -fieldset[disabled] .btn-success:hover, -.btn-success.disabled:focus, -.btn-success[disabled]:focus, -fieldset[disabled] .btn-success:focus, -.btn-success.disabled.focus, -.btn-success[disabled].focus, -fieldset[disabled] .btn-success.focus { - background-color: #5cb85c; - border-color: #4cae4c; -} -.btn-success .badge { - color: #5cb85c; - background-color: #ffffff; -} -.btn-info { - color: #ffffff; - background-color: #5bc0de; - border-color: #46b8da; -} -.btn-info:focus, -.btn-info.focus { - color: #ffffff; - background-color: #31b0d5; - border-color: #1b6d85; -} -.btn-info:hover { - color: #ffffff; - background-color: #31b0d5; - border-color: #269abc; -} -.btn-info:active, -.btn-info.active, -.open > .dropdown-toggle.btn-info { - color: #ffffff; - background-color: #31b0d5; - border-color: #269abc; -} -.btn-info:active:hover, -.btn-info.active:hover, -.open > .dropdown-toggle.btn-info:hover, -.btn-info:active:focus, -.btn-info.active:focus, -.open > .dropdown-toggle.btn-info:focus, -.btn-info:active.focus, -.btn-info.active.focus, -.open > .dropdown-toggle.btn-info.focus { - color: #ffffff; - background-color: #269abc; - border-color: #1b6d85; -} -.btn-info:active, -.btn-info.active, -.open > .dropdown-toggle.btn-info { - background-image: none; -} -.btn-info.disabled:hover, -.btn-info[disabled]:hover, -fieldset[disabled] .btn-info:hover, -.btn-info.disabled:focus, -.btn-info[disabled]:focus, -fieldset[disabled] .btn-info:focus, -.btn-info.disabled.focus, -.btn-info[disabled].focus, -fieldset[disabled] .btn-info.focus { - background-color: #5bc0de; - border-color: #46b8da; -} -.btn-info .badge { - color: #5bc0de; - background-color: #ffffff; -} -.btn-warning { - color: #ffffff; - background-color: #f0ad4e; - border-color: #eea236; -} -.btn-warning:focus, -.btn-warning.focus { - color: #ffffff; - background-color: #ec971f; - border-color: #985f0d; -} -.btn-warning:hover { - color: #ffffff; - background-color: #ec971f; - border-color: #d58512; -} -.btn-warning:active, -.btn-warning.active, -.open > .dropdown-toggle.btn-warning { - color: #ffffff; - background-color: #ec971f; - border-color: #d58512; -} -.btn-warning:active:hover, -.btn-warning.active:hover, -.open > .dropdown-toggle.btn-warning:hover, -.btn-warning:active:focus, -.btn-warning.active:focus, -.open > .dropdown-toggle.btn-warning:focus, -.btn-warning:active.focus, -.btn-warning.active.focus, -.open > .dropdown-toggle.btn-warning.focus { - color: #ffffff; - background-color: #d58512; - border-color: #985f0d; -} -.btn-warning:active, -.btn-warning.active, -.open > .dropdown-toggle.btn-warning { - background-image: none; -} -.btn-warning.disabled:hover, -.btn-warning[disabled]:hover, -fieldset[disabled] .btn-warning:hover, -.btn-warning.disabled:focus, -.btn-warning[disabled]:focus, -fieldset[disabled] .btn-warning:focus, -.btn-warning.disabled.focus, -.btn-warning[disabled].focus, -fieldset[disabled] .btn-warning.focus { - background-color: #f0ad4e; - border-color: #eea236; -} -.btn-warning .badge { - color: #f0ad4e; - background-color: #ffffff; -} -.btn-danger { - color: #ffffff; - background-color: #d9534f; - border-color: #d43f3a; -} -.btn-danger:focus, -.btn-danger.focus { - color: #ffffff; - background-color: #c9302c; - border-color: #761c19; -} -.btn-danger:hover { - color: #ffffff; - background-color: #c9302c; - border-color: #ac2925; -} -.btn-danger:active, -.btn-danger.active, -.open > .dropdown-toggle.btn-danger { - color: #ffffff; - background-color: #c9302c; - border-color: #ac2925; -} -.btn-danger:active:hover, -.btn-danger.active:hover, -.open > .dropdown-toggle.btn-danger:hover, -.btn-danger:active:focus, -.btn-danger.active:focus, -.open > .dropdown-toggle.btn-danger:focus, -.btn-danger:active.focus, -.btn-danger.active.focus, -.open > .dropdown-toggle.btn-danger.focus { - color: #ffffff; - background-color: #ac2925; - border-color: #761c19; -} -.btn-danger:active, -.btn-danger.active, -.open > .dropdown-toggle.btn-danger { - background-image: none; -} -.btn-danger.disabled:hover, -.btn-danger[disabled]:hover, -fieldset[disabled] .btn-danger:hover, -.btn-danger.disabled:focus, -.btn-danger[disabled]:focus, -fieldset[disabled] .btn-danger:focus, -.btn-danger.disabled.focus, -.btn-danger[disabled].focus, -fieldset[disabled] .btn-danger.focus { - background-color: #d9534f; - border-color: #d43f3a; -} -.btn-danger .badge { - color: #d9534f; - background-color: #ffffff; -} -.btn-link { - color: #337ab7; - font-weight: normal; - border-radius: 0; -} -.btn-link, -.btn-link:active, -.btn-link.active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} -.btn-link, -.btn-link:hover, -.btn-link:focus, -.btn-link:active { - border-color: transparent; -} -.btn-link:hover, -.btn-link:focus { - color: #23527c; - text-decoration: underline; - background-color: transparent; -} -.btn-link[disabled]:hover, -fieldset[disabled] .btn-link:hover, -.btn-link[disabled]:focus, -fieldset[disabled] .btn-link:focus { - color: #777777; - text-decoration: none; -} -.btn-lg, -.btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.btn-sm, -.btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.btn-xs, -.btn-group-xs > .btn { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.btn-block { - display: block; - width: 100%; -} -.btn-block + .btn-block { - margin-top: 5px; -} -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} -.fade.in { - opacity: 1; -} -.collapse { - display: none; -} -.collapse.in { - display: block; -} -tr.collapse.in { - display: table-row; -} -tbody.collapse.in { - display: table-row-group; -} -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition-property: height, visibility; - -o-transition-property: height, visibility; - transition-property: height, visibility; - -webkit-transition-duration: 0.35s; - -o-transition-duration: 0.35s; - transition-duration: 0.35s; - -webkit-transition-timing-function: ease; - -o-transition-timing-function: ease; - transition-timing-function: ease; -} -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px dashed; - border-top: 4px solid \9; - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} -.dropup, -.dropdown { - position: relative; -} -.dropdown-toggle:focus { - outline: 0; -} -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - list-style: none; - font-size: 14px; - text-align: left; - background-color: #ffffff; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - -webkit-background-clip: padding-box; - background-clip: padding-box; -} -.dropdown-menu.pull-right { - right: 0; - left: auto; -} -.dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} -.dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.42857143; - color: #333333; - white-space: nowrap; -} -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - text-decoration: none; - color: #262626; - background-color: #f5f5f5; -} -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - color: #ffffff; - text-decoration: none; - outline: 0; - background-color: #337ab7; -} -.dropdown-menu > .disabled > a, -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - color: #777777; -} -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - cursor: not-allowed; -} -.open > .dropdown-menu { - display: block; -} -.open > a { - outline: 0; -} -.dropdown-menu-right { - left: auto; - right: 0; -} -.dropdown-menu-left { - left: 0; - right: auto; -} -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.42857143; - color: #777777; - white-space: nowrap; -} -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; -} -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px dashed; - border-bottom: 4px solid \9; - content: ""; -} -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 2px; -} -@media (min-width: 768px) { - .navbar-right .dropdown-menu { - left: auto; - right: 0; - } - .navbar-right .dropdown-menu-left { - left: 0; - right: auto; - } -} -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; -} -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - float: left; -} -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover, -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus, -.btn-group > .btn:active, -.btn-group-vertical > .btn:active, -.btn-group > .btn.active, -.btn-group-vertical > .btn.active { - z-index: 2; -} -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; -} -.btn-toolbar { - margin-left: -5px; -} -.btn-toolbar .btn, -.btn-toolbar .btn-group, -.btn-toolbar .input-group { - float: left; -} -.btn-toolbar > .btn, -.btn-toolbar > .btn-group, -.btn-toolbar > .input-group { - margin-left: 5px; -} -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} -.btn-group > .btn:first-child { - margin-left: 0; -} -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.btn-group > .btn-group { - float: left; -} -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} -.btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; -} -.btn-group > .btn-lg + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; -} -.btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.btn-group.open .dropdown-toggle.btn-link { - -webkit-box-shadow: none; - box-shadow: none; -} -.btn .caret { - margin-left: 0; -} -.btn-lg .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; -} -.dropup .btn-lg .caret { - border-width: 0 5px 5px; -} -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; -} -.btn-group-vertical > .btn-group > .btn { - float: none; -} -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; -} -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; -} -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; - border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; -} -.btn-group-justified > .btn, -.btn-group-justified > .btn-group { - float: none; - display: table-cell; - width: 1%; -} -.btn-group-justified > .btn-group .btn { - width: 100%; -} -.btn-group-justified > .btn-group .dropdown-menu { - left: auto; -} -[data-toggle="buttons"] > .btn input[type="radio"], -[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -[data-toggle="buttons"] > .btn input[type="checkbox"], -[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} -.input-group { - position: relative; - display: table; - border-collapse: separate; -} -.input-group[class*="col-"] { - float: none; - padding-left: 0; - padding-right: 0; -} -.input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; -} -.input-group .form-control:focus { - z-index: 3; -} -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -select.input-group-lg > .form-control, -select.input-group-lg > .input-group-addon, -select.input-group-lg > .input-group-btn > .btn { - height: 46px; - line-height: 46px; -} -textarea.input-group-lg > .form-control, -textarea.input-group-lg > .input-group-addon, -textarea.input-group-lg > .input-group-btn > .btn, -select[multiple].input-group-lg > .form-control, -select[multiple].input-group-lg > .input-group-addon, -select[multiple].input-group-lg > .input-group-btn > .btn { - height: auto; -} -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -select.input-group-sm > .form-control, -select.input-group-sm > .input-group-addon, -select.input-group-sm > .input-group-btn > .btn { - height: 30px; - line-height: 30px; -} -textarea.input-group-sm > .form-control, -textarea.input-group-sm > .input-group-addon, -textarea.input-group-sm > .input-group-btn > .btn, -select[multiple].input-group-sm > .form-control, -select[multiple].input-group-sm > .input-group-addon, -select[multiple].input-group-sm > .input-group-btn > .btn { - height: auto; -} -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; -} -.input-group-addon:not(:first-child):not(:last-child), -.input-group-btn:not(:first-child):not(:last-child), -.input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; -} -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; -} -.input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - color: #555555; - text-align: center; - background-color: #eeeeee; - border: 1px solid #cccccc; - border-radius: 4px; -} -.input-group-addon.input-sm { - padding: 5px 10px; - font-size: 12px; - border-radius: 3px; -} -.input-group-addon.input-lg { - padding: 10px 16px; - font-size: 18px; - border-radius: 6px; -} -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { - margin-top: 0; -} -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.input-group-addon:first-child { - border-right: 0; -} -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child), -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.input-group-addon:last-child { - border-left: 0; -} -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; -} -.input-group-btn > .btn { - position: relative; -} -.input-group-btn > .btn + .btn { - margin-left: -1px; -} -.input-group-btn > .btn:hover, -.input-group-btn > .btn:focus, -.input-group-btn > .btn:active { - z-index: 2; -} -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group { - margin-right: -1px; -} -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group { - z-index: 2; - margin-left: -1px; -} -.nav { - margin-bottom: 0; - padding-left: 0; - list-style: none; -} -.nav > li { - position: relative; - display: block; -} -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; -} -.nav > li > a:hover, -.nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} -.nav > li.disabled > a { - color: #777777; -} -.nav > li.disabled > a:hover, -.nav > li.disabled > a:focus { - color: #777777; - text-decoration: none; - background-color: transparent; - cursor: not-allowed; -} -.nav .open > a, -.nav .open > a:hover, -.nav .open > a:focus { - background-color: #eeeeee; - border-color: #337ab7; -} -.nav .nav-divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} -.nav > li > a > img { - max-width: none; -} -.nav-tabs { - border-bottom: 1px solid #dddddd; -} -.nav-tabs > li { - float: left; - margin-bottom: -1px; -} -.nav-tabs > li > a { - margin-right: 2px; - line-height: 1.42857143; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} -.nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; -} -.nav-tabs > li.active > a, -.nav-tabs > li.active > a:hover, -.nav-tabs > li.active > a:focus { - color: #555555; - background-color: #ffffff; - border: 1px solid #dddddd; - border-bottom-color: transparent; - cursor: default; -} -.nav-tabs.nav-justified { - width: 100%; - border-bottom: 0; -} -.nav-tabs.nav-justified > li { - float: none; -} -.nav-tabs.nav-justified > li > a { - text-align: center; - margin-bottom: 5px; -} -.nav-tabs.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} -@media (min-width: 768px) { - .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; - } - .nav-tabs.nav-justified > li > a { - margin-bottom: 0; - } -} -.nav-tabs.nav-justified > li > a { - margin-right: 0; - border-radius: 4px; -} -.nav-tabs.nav-justified > .active > a, -.nav-tabs.nav-justified > .active > a:hover, -.nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #dddddd; -} -@media (min-width: 768px) { - .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #dddddd; - border-radius: 4px 4px 0 0; - } - .nav-tabs.nav-justified > .active > a, - .nav-tabs.nav-justified > .active > a:hover, - .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #ffffff; - } -} -.nav-pills > li { - float: left; -} -.nav-pills > li > a { - border-radius: 4px; -} -.nav-pills > li + li { - margin-left: 2px; -} -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus { - color: #ffffff; - background-color: #337ab7; -} -.nav-stacked > li { - float: none; -} -.nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; -} -.nav-justified { - width: 100%; -} -.nav-justified > li { - float: none; -} -.nav-justified > li > a { - text-align: center; - margin-bottom: 5px; -} -.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} -@media (min-width: 768px) { - .nav-justified > li { - display: table-cell; - width: 1%; - } - .nav-justified > li > a { - margin-bottom: 0; - } -} -.nav-tabs-justified { - border-bottom: 0; -} -.nav-tabs-justified > li > a { - margin-right: 0; - border-radius: 4px; -} -.nav-tabs-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { - border: 1px solid #dddddd; -} -@media (min-width: 768px) { - .nav-tabs-justified > li > a { - border-bottom: 1px solid #dddddd; - border-radius: 4px 4px 0 0; - } - .nav-tabs-justified > .active > a, - .nav-tabs-justified > .active > a:hover, - .nav-tabs-justified > .active > a:focus { - border-bottom-color: #ffffff; - } -} -.tab-content > .tab-pane { - display: none; -} -.tab-content > .active { - display: block; -} -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; -} -@media (min-width: 768px) { - .navbar { - border-radius: 4px; - } -} -@media (min-width: 768px) { - .navbar-header { - float: left; - } -} -.navbar-collapse { - overflow-x: visible; - padding-right: 15px; - padding-left: 15px; - border-top: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-overflow-scrolling: touch; -} -.navbar-collapse.in { - overflow-y: auto; -} -@media (min-width: 768px) { - .navbar-collapse { - width: auto; - border-top: 0; - -webkit-box-shadow: none; - box-shadow: none; - } - .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - } - .navbar-collapse.in { - overflow-y: visible; - } - .navbar-fixed-top .navbar-collapse, - .navbar-static-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - padding-left: 0; - padding-right: 0; - } -} -.navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { - max-height: 340px; -} -@media (max-device-width: 480px) and (orientation: landscape) { - .navbar-fixed-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - max-height: 200px; - } -} -.container > .navbar-header, -.container-fluid > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-collapse { - margin-right: -15px; - margin-left: -15px; -} -@media (min-width: 768px) { - .container > .navbar-header, - .container-fluid > .navbar-header, - .container > .navbar-collapse, - .container-fluid > .navbar-collapse { - margin-right: 0; - margin-left: 0; - } -} -.navbar-static-top { - z-index: 1000; - border-width: 0 0 1px; -} -@media (min-width: 768px) { - .navbar-static-top { - border-radius: 0; - } -} -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} -@media (min-width: 768px) { - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; - } -} -.navbar-fixed-top { - top: 0; - border-width: 0 0 1px; -} -.navbar-fixed-bottom { - bottom: 0; - margin-bottom: 0; - border-width: 1px 0 0; -} -.navbar-brand { - float: left; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; - height: 50px; -} -.navbar-brand:hover, -.navbar-brand:focus { - text-decoration: none; -} -.navbar-brand > img { - display: block; -} -@media (min-width: 768px) { - .navbar > .container .navbar-brand, - .navbar > .container-fluid .navbar-brand { - margin-left: -15px; - } -} -.navbar-toggle { - position: relative; - float: right; - margin-right: 15px; - padding: 9px 10px; - margin-top: 8px; - margin-bottom: 8px; - background-color: transparent; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; -} -.navbar-toggle:focus { - outline: 0; -} -.navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; -} -.navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; -} -@media (min-width: 768px) { - .navbar-toggle { - display: none; - } -} -.navbar-nav { - margin: 7.5px -15px; -} -.navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; -} -@media (max-width: 767px) { - .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - -webkit-box-shadow: none; - box-shadow: none; - } - .navbar-nav .open .dropdown-menu > li > a, - .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; - } - .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; - } - .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; - } -} -@media (min-width: 768px) { - .navbar-nav { - float: left; - margin: 0; - } - .navbar-nav > li { - float: left; - } - .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - } -} -.navbar-form { - margin-left: -15px; - margin-right: -15px; - padding: 10px 15px; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - margin-top: 8px; - margin-bottom: 8px; -} -@media (min-width: 768px) { - .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .navbar-form .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .navbar-form .form-control-static { - display: inline-block; - } - .navbar-form .input-group { - display: inline-table; - vertical-align: middle; - } - .navbar-form .input-group .input-group-addon, - .navbar-form .input-group .input-group-btn, - .navbar-form .input-group .form-control { - width: auto; - } - .navbar-form .input-group > .form-control { - width: 100%; - } - .navbar-form .control-label { - margin-bottom: 0; - vertical-align: middle; - } - .navbar-form .radio, - .navbar-form .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } - .navbar-form .radio label, - .navbar-form .checkbox label { - padding-left: 0; - } - .navbar-form .radio input[type="radio"], - .navbar-form .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; - } - .navbar-form .has-feedback .form-control-feedback { - top: 0; - } -} -@media (max-width: 767px) { - .navbar-form .form-group { - margin-bottom: 5px; - } - .navbar-form .form-group:last-child { - margin-bottom: 0; - } -} -@media (min-width: 768px) { - .navbar-form { - width: auto; - border: 0; - margin-left: 0; - margin-right: 0; - padding-top: 0; - padding-bottom: 0; - -webkit-box-shadow: none; - box-shadow: none; - } -} -.navbar-nav > li > .dropdown-menu { - margin-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - margin-bottom: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.navbar-btn { - margin-top: 8px; - margin-bottom: 8px; -} -.navbar-btn.btn-sm { - margin-top: 10px; - margin-bottom: 10px; -} -.navbar-btn.btn-xs { - margin-top: 14px; - margin-bottom: 14px; -} -.navbar-text { - margin-top: 15px; - margin-bottom: 15px; -} -@media (min-width: 768px) { - .navbar-text { - float: left; - margin-left: 15px; - margin-right: 15px; - } -} -@media (min-width: 768px) { - .navbar-left { - float: left !important; - } - .navbar-right { - float: right !important; - margin-right: -15px; - } - .navbar-right ~ .navbar-right { - margin-right: 0; - } -} -.navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; -} -.navbar-default .navbar-brand { - color: #777777; -} -.navbar-default .navbar-brand:hover, -.navbar-default .navbar-brand:focus { - color: #5e5e5e; - background-color: transparent; -} -.navbar-default .navbar-text { - color: #777777; -} -.navbar-default .navbar-nav > li > a { - color: #777777; -} -.navbar-default .navbar-nav > li > a:hover, -.navbar-default .navbar-nav > li > a:focus { - color: #333333; - background-color: transparent; -} -.navbar-default .navbar-nav > .active > a, -.navbar-default .navbar-nav > .active > a:hover, -.navbar-default .navbar-nav > .active > a:focus { - color: #555555; - background-color: #e7e7e7; -} -.navbar-default .navbar-nav > .disabled > a, -.navbar-default .navbar-nav > .disabled > a:hover, -.navbar-default .navbar-nav > .disabled > a:focus { - color: #cccccc; - background-color: transparent; -} -.navbar-default .navbar-toggle { - border-color: #dddddd; -} -.navbar-default .navbar-toggle:hover, -.navbar-default .navbar-toggle:focus { - background-color: #dddddd; -} -.navbar-default .navbar-toggle .icon-bar { - background-color: #888888; -} -.navbar-default .navbar-collapse, -.navbar-default .navbar-form { - border-color: #e7e7e7; -} -.navbar-default .navbar-nav > .open > a, -.navbar-default .navbar-nav > .open > a:hover, -.navbar-default .navbar-nav > .open > a:focus { - background-color: #e7e7e7; - color: #555555; -} -@media (max-width: 767px) { - .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777777; - } - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333333; - background-color: transparent; - } - .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555555; - background-color: #e7e7e7; - } - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #cccccc; - background-color: transparent; - } -} -.navbar-default .navbar-link { - color: #777777; -} -.navbar-default .navbar-link:hover { - color: #333333; -} -.navbar-default .btn-link { - color: #777777; -} -.navbar-default .btn-link:hover, -.navbar-default .btn-link:focus { - color: #333333; -} -.navbar-default .btn-link[disabled]:hover, -fieldset[disabled] .navbar-default .btn-link:hover, -.navbar-default .btn-link[disabled]:focus, -fieldset[disabled] .navbar-default .btn-link:focus { - color: #cccccc; -} -.navbar-inverse { - background-color: #222222; - border-color: #080808; -} -.navbar-inverse .navbar-brand { - color: #9d9d9d; -} -.navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-brand:focus { - color: #ffffff; - background-color: transparent; -} -.navbar-inverse .navbar-text { - color: #9d9d9d; -} -.navbar-inverse .navbar-nav > li > a { - color: #9d9d9d; -} -.navbar-inverse .navbar-nav > li > a:hover, -.navbar-inverse .navbar-nav > li > a:focus { - color: #ffffff; - background-color: transparent; -} -.navbar-inverse .navbar-nav > .active > a, -.navbar-inverse .navbar-nav > .active > a:hover, -.navbar-inverse .navbar-nav > .active > a:focus { - color: #ffffff; - background-color: #080808; -} -.navbar-inverse .navbar-nav > .disabled > a, -.navbar-inverse .navbar-nav > .disabled > a:hover, -.navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444444; - background-color: transparent; -} -.navbar-inverse .navbar-toggle { - border-color: #333333; -} -.navbar-inverse .navbar-toggle:hover, -.navbar-inverse .navbar-toggle:focus { - background-color: #333333; -} -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #ffffff; -} -.navbar-inverse .navbar-collapse, -.navbar-inverse .navbar-form { - border-color: #101010; -} -.navbar-inverse .navbar-nav > .open > a, -.navbar-inverse .navbar-nav > .open > a:hover, -.navbar-inverse .navbar-nav > .open > a:focus { - background-color: #080808; - color: #ffffff; -} -@media (max-width: 767px) { - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu .divider { - background-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #9d9d9d; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #ffffff; - background-color: transparent; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #ffffff; - background-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444444; - background-color: transparent; - } -} -.navbar-inverse .navbar-link { - color: #9d9d9d; -} -.navbar-inverse .navbar-link:hover { - color: #ffffff; -} -.navbar-inverse .btn-link { - color: #9d9d9d; -} -.navbar-inverse .btn-link:hover, -.navbar-inverse .btn-link:focus { - color: #ffffff; -} -.navbar-inverse .btn-link[disabled]:hover, -fieldset[disabled] .navbar-inverse .btn-link:hover, -.navbar-inverse .btn-link[disabled]:focus, -fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444444; -} -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; -} -.breadcrumb > li { - display: inline-block; -} -.breadcrumb > li + li:before { - content: "/\00a0"; - padding: 0 5px; - color: #cccccc; -} -.breadcrumb > .active { - color: #777777; -} -.pagination { - display: inline-block; - padding-left: 0; - margin: 20px 0; - border-radius: 4px; -} -.pagination > li { - display: inline; -} -.pagination > li > a, -.pagination > li > span { - position: relative; - float: left; - padding: 6px 12px; - line-height: 1.42857143; - text-decoration: none; - color: #337ab7; - background-color: #ffffff; - border: 1px solid #dddddd; - margin-left: -1px; -} -.pagination > li:first-child > a, -.pagination > li:first-child > span { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus { - z-index: 2; - color: #23527c; - background-color: #eeeeee; - border-color: #dddddd; -} -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - z-index: 3; - color: #ffffff; - background-color: #337ab7; - border-color: #337ab7; - cursor: default; -} -.pagination > .disabled > span, -.pagination > .disabled > span:hover, -.pagination > .disabled > span:focus, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { - color: #777777; - background-color: #ffffff; - border-color: #dddddd; - cursor: not-allowed; -} -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; -} -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} -.pagination-sm > li > a, -.pagination-sm > li > span { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; -} -.pagination-sm > li:first-child > a, -.pagination-sm > li:first-child > span { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} -.pagination-sm > li:last-child > a, -.pagination-sm > li:last-child > span { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} -.pager { - padding-left: 0; - margin: 20px 0; - list-style: none; - text-align: center; -} -.pager li { - display: inline; -} -.pager li > a, -.pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 15px; -} -.pager li > a:hover, -.pager li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} -.pager .next > a, -.pager .next > span { - float: right; -} -.pager .previous > a, -.pager .previous > span { - float: left; -} -.pager .disabled > a, -.pager .disabled > a:hover, -.pager .disabled > a:focus, -.pager .disabled > span { - color: #777777; - background-color: #ffffff; - cursor: not-allowed; -} -.label { - display: inline; - padding: .2em .6em .3em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #ffffff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; -} -a.label:hover, -a.label:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} -.label:empty { - display: none; -} -.btn .label { - position: relative; - top: -1px; -} -.label-default { - background-color: #777777; -} -.label-default[href]:hover, -.label-default[href]:focus { - background-color: #5e5e5e; -} -.label-primary { - background-color: #337ab7; -} -.label-primary[href]:hover, -.label-primary[href]:focus { - background-color: #286090; -} -.label-success { - background-color: #5cb85c; -} -.label-success[href]:hover, -.label-success[href]:focus { - background-color: #449d44; -} -.label-info { - background-color: #5bc0de; -} -.label-info[href]:hover, -.label-info[href]:focus { - background-color: #31b0d5; -} -.label-warning { - background-color: #f0ad4e; -} -.label-warning[href]:hover, -.label-warning[href]:focus { - background-color: #ec971f; -} -.label-danger { - background-color: #d9534f; -} -.label-danger[href]:hover, -.label-danger[href]:focus { - background-color: #c9302c; -} -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - color: #ffffff; - line-height: 1; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: #777777; - border-radius: 10px; -} -.badge:empty { - display: none; -} -.btn .badge { - position: relative; - top: -1px; -} -.btn-xs .badge, -.btn-group-xs > .btn .badge { - top: 0; - padding: 1px 5px; -} -a.badge:hover, -a.badge:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} -.list-group-item.active > .badge, -.nav-pills > .active > a > .badge { - color: #337ab7; - background-color: #ffffff; -} -.list-group-item > .badge { - float: right; -} -.list-group-item > .badge + .badge { - margin-right: 5px; -} -.nav-pills > li > a > .badge { - margin-left: 3px; -} -.jumbotron { - padding-top: 30px; - padding-bottom: 30px; - margin-bottom: 30px; - color: inherit; - background-color: #eeeeee; -} -.jumbotron h1, -.jumbotron .h1 { - color: inherit; -} -.jumbotron p { - margin-bottom: 15px; - font-size: 21px; - font-weight: 200; -} -.jumbotron > hr { - border-top-color: #d5d5d5; -} -.container .jumbotron, -.container-fluid .jumbotron { - border-radius: 6px; - padding-left: 15px; - padding-right: 15px; -} -.jumbotron .container { - max-width: 100%; -} -@media screen and (min-width: 768px) { - .jumbotron { - padding-top: 48px; - padding-bottom: 48px; - } - .container .jumbotron, - .container-fluid .jumbotron { - padding-left: 60px; - padding-right: 60px; - } - .jumbotron h1, - .jumbotron .h1 { - font-size: 63px; - } -} -.thumbnail { - display: block; - padding: 4px; - margin-bottom: 20px; - line-height: 1.42857143; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: border 0.2s ease-in-out; - -o-transition: border 0.2s ease-in-out; - transition: border 0.2s ease-in-out; -} -.thumbnail > img, -.thumbnail a > img { - margin-left: auto; - margin-right: auto; -} -a.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: #337ab7; -} -.thumbnail .caption { - padding: 9px; - color: #333333; -} -.alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; -} -.alert h4 { - margin-top: 0; - color: inherit; -} -.alert .alert-link { - font-weight: bold; -} -.alert > p, -.alert > ul { - margin-bottom: 0; -} -.alert > p + p { - margin-top: 5px; -} -.alert-dismissable, -.alert-dismissible { - padding-right: 35px; -} -.alert-dismissable .close, -.alert-dismissible .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; -} -.alert-success { - background-color: #dff0d8; - border-color: #d6e9c6; - color: #3c763d; -} -.alert-success hr { - border-top-color: #c9e2b3; -} -.alert-success .alert-link { - color: #2b542c; -} -.alert-info { - background-color: #d9edf7; - border-color: #bce8f1; - color: #31708f; -} -.alert-info hr { - border-top-color: #a6e1ec; -} -.alert-info .alert-link { - color: #245269; -} -.alert-warning { - background-color: #fcf8e3; - border-color: #faebcc; - color: #8a6d3b; -} -.alert-warning hr { - border-top-color: #f7e1b5; -} -.alert-warning .alert-link { - color: #66512c; -} -.alert-danger { - background-color: #f2dede; - border-color: #ebccd1; - color: #a94442; -} -.alert-danger hr { - border-top-color: #e4b9c0; -} -.alert-danger .alert-link { - color: #843534; -} -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@-o-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -.progress { - overflow: hidden; - height: 20px; - margin-bottom: 20px; - background-color: #f5f5f5; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} -.progress-bar { - float: left; - width: 0%; - height: 100%; - font-size: 12px; - line-height: 20px; - color: #ffffff; - text-align: center; - background-color: #337ab7; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; -} -.progress-striped .progress-bar, -.progress-bar-striped { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - -webkit-background-size: 40px 40px; - background-size: 40px 40px; -} -.progress.active .progress-bar, -.progress-bar.active { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} -.progress-bar-success { - background-color: #5cb85c; -} -.progress-striped .progress-bar-success { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.progress-bar-info { - background-color: #5bc0de; -} -.progress-striped .progress-bar-info { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.progress-bar-warning { - background-color: #f0ad4e; -} -.progress-striped .progress-bar-warning { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.progress-bar-danger { - background-color: #d9534f; -} -.progress-striped .progress-bar-danger { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.media { - margin-top: 15px; -} -.media:first-child { - margin-top: 0; -} -.media, -.media-body { - zoom: 1; - overflow: hidden; -} -.media-body { - width: 10000px; -} -.media-object { - display: block; -} -.media-object.img-thumbnail { - max-width: none; -} -.media-right, -.media > .pull-right { - padding-left: 10px; -} -.media-left, -.media > .pull-left { - padding-right: 10px; -} -.media-left, -.media-right, -.media-body { - display: table-cell; - vertical-align: top; -} -.media-middle { - vertical-align: middle; -} -.media-bottom { - vertical-align: bottom; -} -.media-heading { - margin-top: 0; - margin-bottom: 5px; -} -.media-list { - padding-left: 0; - list-style: none; -} -.list-group { - margin-bottom: 20px; - padding-left: 0; -} -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #ffffff; - border: 1px solid #dddddd; -} -.list-group-item:first-child { - border-top-right-radius: 4px; - border-top-left-radius: 4px; -} -.list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} -a.list-group-item, -button.list-group-item { - color: #555555; -} -a.list-group-item .list-group-item-heading, -button.list-group-item .list-group-item-heading { - color: #333333; -} -a.list-group-item:hover, -button.list-group-item:hover, -a.list-group-item:focus, -button.list-group-item:focus { - text-decoration: none; - color: #555555; - background-color: #f5f5f5; -} -button.list-group-item { - width: 100%; - text-align: left; -} -.list-group-item.disabled, -.list-group-item.disabled:hover, -.list-group-item.disabled:focus { - background-color: #eeeeee; - color: #777777; - cursor: not-allowed; -} -.list-group-item.disabled .list-group-item-heading, -.list-group-item.disabled:hover .list-group-item-heading, -.list-group-item.disabled:focus .list-group-item-heading { - color: inherit; -} -.list-group-item.disabled .list-group-item-text, -.list-group-item.disabled:hover .list-group-item-text, -.list-group-item.disabled:focus .list-group-item-text { - color: #777777; -} -.list-group-item.active, -.list-group-item.active:hover, -.list-group-item.active:focus { - z-index: 2; - color: #ffffff; - background-color: #337ab7; - border-color: #337ab7; -} -.list-group-item.active .list-group-item-heading, -.list-group-item.active:hover .list-group-item-heading, -.list-group-item.active:focus .list-group-item-heading, -.list-group-item.active .list-group-item-heading > small, -.list-group-item.active:hover .list-group-item-heading > small, -.list-group-item.active:focus .list-group-item-heading > small, -.list-group-item.active .list-group-item-heading > .small, -.list-group-item.active:hover .list-group-item-heading > .small, -.list-group-item.active:focus .list-group-item-heading > .small { - color: inherit; -} -.list-group-item.active .list-group-item-text, -.list-group-item.active:hover .list-group-item-text, -.list-group-item.active:focus .list-group-item-text { - color: #c7ddef; -} -.list-group-item-success { - color: #3c763d; - background-color: #dff0d8; -} -a.list-group-item-success, -button.list-group-item-success { - color: #3c763d; -} -a.list-group-item-success .list-group-item-heading, -button.list-group-item-success .list-group-item-heading { - color: inherit; -} -a.list-group-item-success:hover, -button.list-group-item-success:hover, -a.list-group-item-success:focus, -button.list-group-item-success:focus { - color: #3c763d; - background-color: #d0e9c6; -} -a.list-group-item-success.active, -button.list-group-item-success.active, -a.list-group-item-success.active:hover, -button.list-group-item-success.active:hover, -a.list-group-item-success.active:focus, -button.list-group-item-success.active:focus { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; -} -.list-group-item-info { - color: #31708f; - background-color: #d9edf7; -} -a.list-group-item-info, -button.list-group-item-info { - color: #31708f; -} -a.list-group-item-info .list-group-item-heading, -button.list-group-item-info .list-group-item-heading { - color: inherit; -} -a.list-group-item-info:hover, -button.list-group-item-info:hover, -a.list-group-item-info:focus, -button.list-group-item-info:focus { - color: #31708f; - background-color: #c4e3f3; -} -a.list-group-item-info.active, -button.list-group-item-info.active, -a.list-group-item-info.active:hover, -button.list-group-item-info.active:hover, -a.list-group-item-info.active:focus, -button.list-group-item-info.active:focus { - color: #fff; - background-color: #31708f; - border-color: #31708f; -} -.list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; -} -a.list-group-item-warning, -button.list-group-item-warning { - color: #8a6d3b; -} -a.list-group-item-warning .list-group-item-heading, -button.list-group-item-warning .list-group-item-heading { - color: inherit; -} -a.list-group-item-warning:hover, -button.list-group-item-warning:hover, -a.list-group-item-warning:focus, -button.list-group-item-warning:focus { - color: #8a6d3b; - background-color: #faf2cc; -} -a.list-group-item-warning.active, -button.list-group-item-warning.active, -a.list-group-item-warning.active:hover, -button.list-group-item-warning.active:hover, -a.list-group-item-warning.active:focus, -button.list-group-item-warning.active:focus { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; -} -.list-group-item-danger { - color: #a94442; - background-color: #f2dede; -} -a.list-group-item-danger, -button.list-group-item-danger { - color: #a94442; -} -a.list-group-item-danger .list-group-item-heading, -button.list-group-item-danger .list-group-item-heading { - color: inherit; -} -a.list-group-item-danger:hover, -button.list-group-item-danger:hover, -a.list-group-item-danger:focus, -button.list-group-item-danger:focus { - color: #a94442; - background-color: #ebcccc; -} -a.list-group-item-danger.active, -button.list-group-item-danger.active, -a.list-group-item-danger.active:hover, -button.list-group-item-danger.active:hover, -a.list-group-item-danger.active:focus, -button.list-group-item-danger.active:focus { - color: #fff; - background-color: #a94442; - border-color: #a94442; -} -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} -.panel { - margin-bottom: 20px; - background-color: #ffffff; - border: 1px solid transparent; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -} -.panel-body { - padding: 15px; -} -.panel-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} -.panel-heading > .dropdown .dropdown-toggle { - color: inherit; -} -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; - color: inherit; -} -.panel-title > a, -.panel-title > small, -.panel-title > .small, -.panel-title > small > a, -.panel-title > .small > a { - color: inherit; -} -.panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #dddddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.panel > .list-group, -.panel > .panel-collapse > .list-group { - margin-bottom: 0; -} -.panel > .list-group .list-group-item, -.panel > .panel-collapse > .list-group .list-group-item { - border-width: 1px 0; - border-radius: 0; -} -.panel > .list-group:first-child .list-group-item:first-child, -.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { - border-top: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} -.panel > .list-group:last-child .list-group-item:last-child, -.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { - border-bottom: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; -} -.list-group + .panel-footer { - border-top-width: 0; -} -.panel > .table, -.panel > .table-responsive > .table, -.panel > .panel-collapse > .table { - margin-bottom: 0; -} -.panel > .table caption, -.panel > .table-responsive > .table caption, -.panel > .panel-collapse > .table caption { - padding-left: 15px; - padding-right: 15px; -} -.panel > .table:first-child, -.panel > .table-responsive:first-child > .table:first-child { - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} -.panel > .table:first-child > thead:first-child > tr:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { - border-top-left-radius: 3px; -} -.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { - border-top-right-radius: 3px; -} -.panel > .table:last-child, -.panel > .table-responsive:last-child > .table:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.panel > .table:last-child > tbody:last-child > tr:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} -.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; -} -.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; -} -.panel > .panel-body + .table, -.panel > .panel-body + .table-responsive, -.panel > .table + .panel-body, -.panel > .table-responsive + .panel-body { - border-top: 1px solid #dddddd; -} -.panel > .table > tbody:first-child > tr:first-child th, -.panel > .table > tbody:first-child > tr:first-child td { - border-top: 0; -} -.panel > .table-bordered, -.panel > .table-responsive > .table-bordered { - border: 0; -} -.panel > .table-bordered > thead > tr > th:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.panel > .table-bordered > tbody > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.panel > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-bordered > thead > tr > td:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.panel > .table-bordered > tbody > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.panel > .table-bordered > tfoot > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; -} -.panel > .table-bordered > thead > tr > th:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.panel > .table-bordered > tbody > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.panel > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-bordered > thead > tr > td:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.panel > .table-bordered > tbody > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.panel > .table-bordered > tfoot > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; -} -.panel > .table-bordered > thead > tr:first-child > td, -.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, -.panel > .table-bordered > tbody > tr:first-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, -.panel > .table-bordered > thead > tr:first-child > th, -.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, -.panel > .table-bordered > tbody > tr:first-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { - border-bottom: 0; -} -.panel > .table-bordered > tbody > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.panel > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-bordered > tbody > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.panel > .table-bordered > tfoot > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; -} -.panel > .table-responsive { - border: 0; - margin-bottom: 0; -} -.panel-group { - margin-bottom: 20px; -} -.panel-group .panel { - margin-bottom: 0; - border-radius: 4px; -} -.panel-group .panel + .panel { - margin-top: 5px; -} -.panel-group .panel-heading { - border-bottom: 0; -} -.panel-group .panel-heading + .panel-collapse > .panel-body, -.panel-group .panel-heading + .panel-collapse > .list-group { - border-top: 1px solid #dddddd; -} -.panel-group .panel-footer { - border-top: 0; -} -.panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #dddddd; -} -.panel-default { - border-color: #dddddd; -} -.panel-default > .panel-heading { - color: #333333; - background-color: #f5f5f5; - border-color: #dddddd; -} -.panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #dddddd; -} -.panel-default > .panel-heading .badge { - color: #f5f5f5; - background-color: #333333; -} -.panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #dddddd; -} -.panel-primary { - border-color: #337ab7; -} -.panel-primary > .panel-heading { - color: #ffffff; - background-color: #337ab7; - border-color: #337ab7; -} -.panel-primary > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #337ab7; -} -.panel-primary > .panel-heading .badge { - color: #337ab7; - background-color: #ffffff; -} -.panel-primary > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #337ab7; -} -.panel-success { - border-color: #d6e9c6; -} -.panel-success > .panel-heading { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; -} -.panel-success > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #d6e9c6; -} -.panel-success > .panel-heading .badge { - color: #dff0d8; - background-color: #3c763d; -} -.panel-success > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #d6e9c6; -} -.panel-info { - border-color: #bce8f1; -} -.panel-info > .panel-heading { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; -} -.panel-info > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #bce8f1; -} -.panel-info > .panel-heading .badge { - color: #d9edf7; - background-color: #31708f; -} -.panel-info > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #bce8f1; -} -.panel-warning { - border-color: #faebcc; -} -.panel-warning > .panel-heading { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; -} -.panel-warning > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #faebcc; -} -.panel-warning > .panel-heading .badge { - color: #fcf8e3; - background-color: #8a6d3b; -} -.panel-warning > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #faebcc; -} -.panel-danger { - border-color: #ebccd1; -} -.panel-danger > .panel-heading { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; -} -.panel-danger > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ebccd1; -} -.panel-danger > .panel-heading .badge { - color: #f2dede; - background-color: #a94442; -} -.panel-danger > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ebccd1; -} -.embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; -} -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - left: 0; - bottom: 0; - height: 100%; - width: 100%; - border: 0; -} -.embed-responsive-16by9 { - padding-bottom: 56.25%; -} -.embed-responsive-4by3 { - padding-bottom: 75%; -} -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -} -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} -.well-lg { - padding: 24px; - border-radius: 6px; -} -.well-sm { - padding: 9px; - border-radius: 3px; -} -.close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #000000; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.2; - filter: alpha(opacity=20); -} -.close:hover, -.close:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - filter: alpha(opacity=50); -} -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} -.modal-open { - overflow: hidden; -} -.modal { - display: none; - overflow: hidden; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - -webkit-overflow-scrolling: touch; - outline: 0; -} -.modal.fade .modal-dialog { - -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - -o-transform: translate(0, -25%); - transform: translate(0, -25%); - -webkit-transition: -webkit-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; -} -.modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - -o-transform: translate(0, 0); - transform: translate(0, 0); -} -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} -.modal-dialog { - position: relative; - width: auto; - margin: 10px; -} -.modal-content { - position: relative; - background-color: #ffffff; - border: 1px solid #999999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - -webkit-background-clip: padding-box; - background-clip: padding-box; - outline: 0; -} -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000000; -} -.modal-backdrop.fade { - opacity: 0; - filter: alpha(opacity=0); -} -.modal-backdrop.in { - opacity: 0.5; - filter: alpha(opacity=50); -} -.modal-header { - padding: 15px; - border-bottom: 1px solid #e5e5e5; -} -.modal-header .close { - margin-top: -2px; -} -.modal-title { - margin: 0; - line-height: 1.42857143; -} -.modal-body { - position: relative; - padding: 15px; -} -.modal-footer { - padding: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; -} -.modal-footer .btn + .btn { - margin-left: 5px; - margin-bottom: 0; -} -.modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} -.modal-footer .btn-block + .btn-block { - margin-left: 0; -} -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} -@media (min-width: 768px) { - .modal-dialog { - width: 600px; - margin: 30px auto; - } - .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - } - .modal-sm { - width: 300px; - } -} -@media (min-width: 992px) { - .modal-lg { - width: 900px; - } -} -.tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.42857143; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - font-size: 12px; - opacity: 0; - filter: alpha(opacity=0); -} -.tooltip.in { - opacity: 0.9; - filter: alpha(opacity=90); -} -.tooltip.top { - margin-top: -3px; - padding: 5px 0; -} -.tooltip.right { - margin-left: 3px; - padding: 0 5px; -} -.tooltip.bottom { - margin-top: 3px; - padding: 5px 0; -} -.tooltip.left { - margin-left: -3px; - padding: 0 5px; -} -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #ffffff; - text-align: center; - background-color: #000000; - border-radius: 4px; -} -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.tooltip.top-left .tooltip-arrow { - bottom: 0; - right: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.tooltip.top-right .tooltip-arrow { - bottom: 0; - left: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000000; -} -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000000; -} -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.tooltip.bottom-left .tooltip-arrow { - top: 0; - right: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.tooltip.bottom-right .tooltip-arrow { - top: 0; - left: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: none; - max-width: 276px; - padding: 1px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.42857143; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - font-size: 14px; - background-color: #ffffff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -} -.popover.top { - margin-top: -10px; -} -.popover.right { - margin-left: 10px; -} -.popover.bottom { - margin-top: 10px; -} -.popover.left { - margin-left: -10px; -} -.popover-title { - margin: 0; - padding: 8px 14px; - font-size: 14px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; -} -.popover-content { - padding: 9px 14px; -} -.popover > .arrow, -.popover > .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.popover > .arrow { - border-width: 11px; -} -.popover > .arrow:after { - border-width: 10px; - content: ""; -} -.popover.top > .arrow { - left: 50%; - margin-left: -11px; - border-bottom-width: 0; - border-top-color: #999999; - border-top-color: rgba(0, 0, 0, 0.25); - bottom: -11px; -} -.popover.top > .arrow:after { - content: " "; - bottom: 1px; - margin-left: -10px; - border-bottom-width: 0; - border-top-color: #ffffff; -} -.popover.right > .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-left-width: 0; - border-right-color: #999999; - border-right-color: rgba(0, 0, 0, 0.25); -} -.popover.right > .arrow:after { - content: " "; - left: 1px; - bottom: -10px; - border-left-width: 0; - border-right-color: #ffffff; -} -.popover.bottom > .arrow { - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999999; - border-bottom-color: rgba(0, 0, 0, 0.25); - top: -11px; -} -.popover.bottom > .arrow:after { - content: " "; - top: 1px; - margin-left: -10px; - border-top-width: 0; - border-bottom-color: #ffffff; -} -.popover.left > .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999999; - border-left-color: rgba(0, 0, 0, 0.25); -} -.popover.left > .arrow:after { - content: " "; - right: 1px; - border-right-width: 0; - border-left-color: #ffffff; - bottom: -10px; -} -.carousel { - position: relative; -} -.carousel-inner { - position: relative; - overflow: hidden; - width: 100%; -} -.carousel-inner > .item { - display: none; - position: relative; - -webkit-transition: 0.6s ease-in-out left; - -o-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; -} -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - line-height: 1; -} -@media all and (transform-3d), (-webkit-transform-3d) { - .carousel-inner > .item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } - .carousel-inner > .item.next, - .carousel-inner > .item.active.right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - left: 0; - } - .carousel-inner > .item.prev, - .carousel-inner > .item.active.left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - left: 0; - } - .carousel-inner > .item.next.left, - .carousel-inner > .item.prev.right, - .carousel-inner > .item.active { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - left: 0; - } -} -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { - display: block; -} -.carousel-inner > .active { - left: 0; -} -.carousel-inner > .next, -.carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} -.carousel-inner > .next { - left: 100%; -} -.carousel-inner > .prev { - left: -100%; -} -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; -} -.carousel-inner > .active.left { - left: -100%; -} -.carousel-inner > .active.right { - left: 100%; -} -.carousel-control { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 15%; - opacity: 0.5; - filter: alpha(opacity=50); - font-size: 20px; - color: #ffffff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0); -} -.carousel-control.left { - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); -} -.carousel-control.right { - left: auto; - right: 0; - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); -} -.carousel-control:hover, -.carousel-control:focus { - outline: 0; - color: #ffffff; - text-decoration: none; - opacity: 0.9; - filter: alpha(opacity=90); -} -.carousel-control .icon-prev, -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right { - position: absolute; - top: 50%; - margin-top: -10px; - z-index: 5; - display: inline-block; -} -.carousel-control .icon-prev, -.carousel-control .glyphicon-chevron-left { - left: 50%; - margin-left: -10px; -} -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-right { - right: 50%; - margin-right: -10px; -} -.carousel-control .icon-prev, -.carousel-control .icon-next { - width: 20px; - height: 20px; - line-height: 1; - font-family: serif; -} -.carousel-control .icon-prev:before { - content: '\2039'; -} -.carousel-control .icon-next:before { - content: '\203a'; -} -.carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - margin-left: -30%; - padding-left: 0; - list-style: none; - text-align: center; -} -.carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - border: 1px solid #ffffff; - border-radius: 10px; - cursor: pointer; - background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); -} -.carousel-indicators .active { - margin: 0; - width: 12px; - height: 12px; - background-color: #ffffff; -} -.carousel-caption { - position: absolute; - left: 15%; - right: 15%; - bottom: 20px; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #ffffff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} -.carousel-caption .btn { - text-shadow: none; -} -@media screen and (min-width: 768px) { - .carousel-control .glyphicon-chevron-left, - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -10px; - font-size: 30px; - } - .carousel-control .glyphicon-chevron-left, - .carousel-control .icon-prev { - margin-left: -10px; - } - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-next { - margin-right: -10px; - } - .carousel-caption { - left: 20%; - right: 20%; - padding-bottom: 30px; - } - .carousel-indicators { - bottom: 20px; - } -} -.clearfix:before, -.clearfix:after, -.dl-horizontal dd:before, -.dl-horizontal dd:after, -.container:before, -.container:after, -.container-fluid:before, -.container-fluid:after, -.row:before, -.row:after, -.form-horizontal .form-group:before, -.form-horizontal .form-group:after, -.btn-toolbar:before, -.btn-toolbar:after, -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after, -.nav:before, -.nav:after, -.navbar:before, -.navbar:after, -.navbar-header:before, -.navbar-header:after, -.navbar-collapse:before, -.navbar-collapse:after, -.pager:before, -.pager:after, -.panel-body:before, -.panel-body:after, -.modal-header:before, -.modal-header:after, -.modal-footer:before, -.modal-footer:after { - content: " "; - display: table; -} -.clearfix:after, -.dl-horizontal dd:after, -.container:after, -.container-fluid:after, -.row:after, -.form-horizontal .form-group:after, -.btn-toolbar:after, -.btn-group-vertical > .btn-group:after, -.nav:after, -.navbar:after, -.navbar-header:after, -.navbar-collapse:after, -.pager:after, -.panel-body:after, -.modal-header:after, -.modal-footer:after { - clear: both; -} -.center-block { - display: block; - margin-left: auto; - margin-right: auto; -} -.pull-right { - float: right !important; -} -.pull-left { - float: left !important; -} -.hide { - display: none !important; -} -.show { - display: block !important; -} -.invisible { - visibility: hidden; -} -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -.hidden { - display: none !important; -} -.affix { - position: fixed; -} -@-ms-viewport { - width: device-width; -} -.visible-xs, -.visible-sm, -.visible-md, -.visible-lg { - display: none !important; -} -.visible-xs-block, -.visible-xs-inline, -.visible-xs-inline-block, -.visible-sm-block, -.visible-sm-inline, -.visible-sm-inline-block, -.visible-md-block, -.visible-md-inline, -.visible-md-inline-block, -.visible-lg-block, -.visible-lg-inline, -.visible-lg-inline-block { - display: none !important; -} -@media (max-width: 767px) { - .visible-xs { - display: block !important; - } - table.visible-xs { - display: table !important; - } - tr.visible-xs { - display: table-row !important; - } - th.visible-xs, - td.visible-xs { - display: table-cell !important; - } -} -@media (max-width: 767px) { - .visible-xs-block { - display: block !important; - } -} -@media (max-width: 767px) { - .visible-xs-inline { - display: inline !important; - } -} -@media (max-width: 767px) { - .visible-xs-inline-block { - display: inline-block !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: block !important; - } - table.visible-sm { - display: table !important; - } - tr.visible-sm { - display: table-row !important; - } - th.visible-sm, - td.visible-sm { - display: table-cell !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-block { - display: block !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-inline { - display: inline !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-inline-block { - display: inline-block !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md { - display: block !important; - } - table.visible-md { - display: table !important; - } - tr.visible-md { - display: table-row !important; - } - th.visible-md, - td.visible-md { - display: table-cell !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-block { - display: block !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-inline { - display: inline !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-inline-block { - display: inline-block !important; - } -} -@media (min-width: 1200px) { - .visible-lg { - display: block !important; - } - table.visible-lg { - display: table !important; - } - tr.visible-lg { - display: table-row !important; - } - th.visible-lg, - td.visible-lg { - display: table-cell !important; - } -} -@media (min-width: 1200px) { - .visible-lg-block { - display: block !important; - } -} -@media (min-width: 1200px) { - .visible-lg-inline { - display: inline !important; - } -} -@media (min-width: 1200px) { - .visible-lg-inline-block { - display: inline-block !important; - } -} -@media (max-width: 767px) { - .hidden-xs { - display: none !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-md { - display: none !important; - } -} -@media (min-width: 1200px) { - .hidden-lg { - display: none !important; - } -} -.visible-print { - display: none !important; -} -@media print { - .visible-print { - display: block !important; - } - table.visible-print { - display: table !important; - } - tr.visible-print { - display: table-row !important; - } - th.visible-print, - td.visible-print { - display: table-cell !important; - } -} -.visible-print-block { - display: none !important; -} -@media print { - .visible-print-block { - display: block !important; - } -} -.visible-print-inline { - display: none !important; -} -@media print { - .visible-print-inline { - display: inline !important; - } -} -.visible-print-inline-block { - display: none !important; -} -@media print { - .visible-print-inline-block { - display: inline-block !important; - } -} -@media print { - .hidden-print { - display: none !important; - } -} diff --git a/public/css/main/calendar.css b/public/css/main/calendar.css deleted file mode 100644 index cb3899e..0000000 --- a/public/css/main/calendar.css +++ /dev/null @@ -1,512 +0,0 @@ -.fc-calendar-container { - position: relative; - width: 100%; - height: auto; -} - -.fc-calendar { - width: 100%; - height: 100%; -} - -.fc-calendar .fc-head { - background: #ccc; - color: #fff; -} - -.fc-calendar .fc-body { - position: relative; - width: 100%; - height: 100%; - height: -moz-calc(100% - 30px); - height: -webkit-calc(100% - 30px); - height: calc(100% - 30px); - border: 1px solid #ddd; -} - -.fc-calendar .fc-row { - width: 100%; - border-bottom: 1px solid #ddd; -} - -.fc-four-rows .fc-row { - height: 25%; -} - -.fc-five-rows .fc-row { - height: 20%; -} - -.fc-six-rows .fc-row { - height: 16.66%; - height: -moz-calc(100%/6); - height: -webkit-calc(100%/6); - height: calc(100%/6); -} - -.fc-calendar .fc-row > div, -.fc-calendar .fc-head > div { - display: inline-block; - height: 100%; - width: 14.28%; /* 100% / 7 */ - width: -moz-calc(100%/7); - width: -webkit-calc(100%/7); - width: calc(100%/7); - position: relative; -} - -/* IE 9 is rounding up the calc it seems */ -.ie9 .fc-calendar .fc-row > div, -.ie9 .fc-calendar .fc-head > div { - width: 14.2%; -} - -.fc-calendar .fc-row > div { - border-right: 1px solid #ddd; - padding: 4px; - overflow: hidden; - position: relative; -} - -.fc-calendar .fc-head > div { - text-align: center; -} - -.fc-calendar .fc-row > div > span.fc-date { - width: 30px; - height: 20px; - font-size: 20px; - line-height: 20px; - font-weight: 700; - color: #ddd; - text-shadow: 0 -1px 0 rgba(255,255,255,0.8); - bottom: 5px; - right: 5px; - text-align: right; -} - -.fc-calendar .fc-row > div > span.fc-weekday { - padding-left: 5px; - display: none; -} - -.fc-calendar .fc-row > div.fc-today { - background: #fff4c3; -} - -.fc-calendar .fc-row > div.fc-out { - opacity: 0.6; -} - -.fc-calendar .fc-row > div:last-child, -.fc-calendar .fc-head > div:last-child { - border-right: none; -} - -.fc-calendar .fc-row:last-child { - border-bottom: none; -} - -/* Custom Events Calendar ------------------------------------------------------------------*/ - -.events-calendar { - position: relative; - width: 100%; - height: auto; -} - -.fc-calendar-container { - height: auto; - bottom: 0px; - width: 100%; -} - -.events-calendar-header { - height: 50px; - position: relative; -} - -.events-calendar-header h2, -.events-calendar-header h3 { - float: left; - text-shadow: none; - margin-bottom: 0; -} - -.events-calendar-header h2 { - width: 60%; -} - -.events-calendar-header h2 a, -.events-calendar-header h2 span { - font-size: 18px; - white-space: nowrap; -} - -.events-calendar-header h3 { - width: 40%; - color: #666; - font-size: 20px; - text-align: right; - padding-top: 7px; - padding-right: 130px; -} - -.events-calendar-header h3 span { color: #666; } - -.events-calendar-header nav { - position: absolute; - right: 0; - top: 5px; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.events-calendar-header nav span { - float: left; - width: 30px; - height: 30px; - line-height: 30px; - position: relative; - color: transparent; - cursor: pointer; - background: #444; - margin: 0 1px; - font-size: 14px; - border-radius: 0 3px 3px 0; - box-shadow: none; -} - -.events-calendar-header nav span:first-child { - border-radius: 3px 0 0 3px; -} - -.events-calendar-header nav span:hover { - background: #222; -} - -.events-calendar-header span i { - color: #FFF; - text-align: center; - width: 100%; -} - -.events-calendar-header nav span:last-child { - margin-left: 20px; - border-radius: 3px; -} - -.fc-calendar { - background: #F5F5F5; - width: 100%; - height: auto; - margin-top: 10px; - border-radius: 5px; -} - -.fc-calendar .fc-head { - background: #444; - color: rgba(255,255,255,0.9); - box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); - border-radius: 5px 5px 0 0; - height: 40px; - line-height: 40px; - padding: 0 20px; -} - -.fc-calendar .fc-head > div { - font-weight: 300; - text-transform: uppercase; - font-size: 14px; - letter-spacing: 2px; - text-shadow: 0 1px 1px rgba(0,0,0,0.4); -} - -.fc-calendar .fc-row > div > span.fc-date { - position: absolute; - color: #333; - text-shadow: none; - font-size: 28px; - font-weight: 300; - bottom: auto; - right: auto; - top: 10px; - left: 8px; - text-align: left; - text-shadow: none; -} - -.fc-calendar .fc-body { - border: none; - height: 568px; - padding: 20px; -} - -.fc-calendar .fc-row { - box-shadow: inset 0 -1px 0 #E5E5E5; - border: none; -} - -.fc-calendar .fc-row:last-child { - box-shadow: none !important; -} - -.fc-calendar .fc-row:first-child > div:first-child { - border-radius: 5px 0 0 0; -} - -.fc-calendar .fc-row:first-child > div:last-child { - border-radius: 0 5px 0 0; -} - -.fc-calendar .fc-row:last-child > div:first-child { - border-radius: 0 0 0 5px; -} - -.fc-calendar .fc-row:last-child > div:last-child { - border-radius: 0 0 5px 0; -} - -.fc-calendar .fc-row > div { - box-shadow: -1px 0 0 #E5E5E5; - border: none; - padding: 10px; -} - -.fc-calendar .fc-row > div:first-child{ - box-shadow: none !important; -} - -.fc-calendar .fc-row > div.fc-today { - background: #1E73BE; - box-shadow: inset 0 0 100px rgba(255,255,255,0.2); -} - -.fc-calendar .fc-row > div.fc-today > span.fc-date { - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.fc-calendar .fc-row > div.fc-today:after { - content: ''; - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0.2; - background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0))); - background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); - background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); - background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); - background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); -} - -.fc-calendar .fc-row > div > div { - margin-top: 35px; -} - -.fc-calendar .fc-row > div > div a, -.fc-calendar .fc-row > div > div span { - position: relative; - z-index: 1; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); - font-size: 12px; - display: inline-block; - padding: 3px 5px; - border-radius: 2px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 100%; - margin-bottom: 1px; - background: #1E73BE; - -webkit-transition: background-color .3s ease-in-out; - -moz-transition: background-color .3s ease-in-out; - -ms-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -.fc-calendar .fc-row > div > div a:hover { background: #444 !important; } - -.fc-calendar .fc-row > div.fc-today > div a, -.fc-calendar .fc-row > div.fc-today > div span { - color: #FFF; - background: rgba(255,255,255,0.2); -} - -.dark .events-calendar-header h2, -.dark .events-calendar-header h3 { - text-shadow: 1px 1px 0 rgba(0,0,0,0.1); -} - -.dark .events-calendar-header h2 { color: #FFF; } - -.dark .events-calendar-header h2 a, -.dark .events-calendar-header h2 span { color: rgba(255,255,255,0.3); } - -.dark .events-calendar-header h2 a { color: rgba(255,255,255,0.5); } - -.dark .events-calendar-header h2 a:hover { color: rgba(255,255,255,0.9); } - -.dark .events-calendar-header h3 { - color: #CCC; - color: rgba(255,255,255,0.6); -} - -.dark .events-calendar-header h3 span { color: #CCC; } - -.dark .events-calendar-header nav span { - background: rgba(255,255,255,0.3); - box-shadow: inset 0 1px rgba(255,255,255,0.2); -} - -.dark .events-calendar-header nav span:hover { background: rgba(255,255,255,0.5); } - -.dark .events-calendar-header span i { color: #FFF; } - -.dark .fc-calendar { background: rgba(255,255,255,0.1); } - -.dark .fc-calendar .fc-head { - background: rgba(255,255,255,0.2); - color: rgba(255,255,255,0.9); - box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); -} - -.dark .fc-calendar .fc-head > div { text-shadow: 0 1px 1px rgba(0,0,0,0.4); } - -.dark .fc-calendar .fc-row > div > span.fc-date { - color: rgba(255,255,255,0.9); - text-shadow: 0 1px 1px rgba(0,0,0,0.3); -} - -.dark .fc-calendar .fc-row { box-shadow: inset 0 -1px 0 rgba(255,255,255,0.10); } - -.dark .fc-calendar .fc-row > div { box-shadow: -1px 0 0 rgba(255, 255, 255, 0.10); } - -.dark .fc-calendar .fc-row > div.fc-today { - background: transparent; - box-shadow: inset 0 0 100px rgba(255,255,255,0.2); -} - -.dark .fc-calendar .fc-row > div > div a, -.dark .fc-calendar .fc-row > div > div span { - color: rgba(255,255,255,0.7); - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); - background: rgba(255,255,255,0.1); -} - -.dark .fc-calendar .fc-row > div > div a:hover { background: rgba(255,255,255,0.3) !important; } - - -@media screen and (max-width: 991px) { - - .events-calendar-header, - .events-calendar-header nav, - .events-calendar, - .fc-calendar-container, - .fc-calendar, - .fc-calendar .fc-head, - .fc-calendar .fc-row > div > span.fc-date { - position: relative; - top: auto; - left: auto; - bottom: auto; - right: auto; - height: auto; - width: auto; - } - - .fc-calendar .fc-body { height: auto; } - - .fc-calendar { margin: 20px 0; } - - .events-calendar-header h2, - .events-calendar-header h3 { - float: none; - width: auto; - text-align: left; - padding: 0; - } - - .fc-calendar .fc-row, - .ie9 .fc-calendar .fc-row > div, - .fc-calendar .fc-row > div { - height: auto; - width: 100%; - border: none; - } - - .fc-calendar .fc-row > div { - float: none; - min-height: 50px; - box-shadow: inset 0 -1px #E5E5E5 !important; - border-radius: 0px !important; - } - - .fc-calendar .fc-row > div:first-child { box-shadow: inset 0 -1px #E5E5E5 !important; } - - .fc-calendar .fc-row > div:empty{ - min-height: 0; - height: 0; - box-shadow: none !important; - padding: 0; - } - - .fc-calendar .fc-row { - box-shadow: none; - } - - .fc-calendar .fc-head { - display: none; - } - - .fc-calendar .fc-row > div > div { - margin-top: 0px; - padding-left: 10px; - max-width: 68%; - display: inline-block; - } - - .fc-calendar .fc-row > div.fc-today { - background: #1E73BE; - } - - .fc-calendar .fc-row > div.fc-today:after { - display: none; - } - - .fc-calendar .fc-row > div > span.fc-date { - width: 30px; - display: inline-block; - text-align: right; - } - - .fc-calendar .fc-row > div > span.fc-weekday { - display: inline-block; - width: 40px; - color: #999; - font-size: 10px; - text-transform: uppercase; - } - - - .dark .fc-calendar .fc-row > div { box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important; } - - .dark .fc-calendar .fc-row > div.fc-today { background: rgba(255, 255, 255, 0.2); } - - .dark .fc-calendar .fc-row > div > span.fc-weekday, - .fc-calendar .fc-row > div.fc-today > span.fc-weekday { - color: #fff; - color: rgba(255,255,255,0.7); - } - -} \ No newline at end of file diff --git a/public/css/main/camera-rtl.css b/public/css/main/camera-rtl.css deleted file mode 100644 index 40109e9..0000000 --- a/public/css/main/camera-rtl.css +++ /dev/null @@ -1,53 +0,0 @@ - - -/************************** -* -* GENERAL -* -**************************/ - -.camera_pie canvas { - top: 10px !important; - left: 10px !important; - right: 0 !important; -} - -.camera_target { - text-align: right; -} -.camera_loader { - right: 50%; - margin: -24px -24px 0 0; -} -.camera_nav_cont { - left: 9px; - right: 0; -} -.camera_prevThumbs { - right: 0; - left: auto; -} -.camera_nextThumbs { - left: 0; - right: auto; -} -.camera_wrap .camera_pag .camera_pag_ul { - left: 20px; - right: auto; -} -.camera_wrap .camera_pag .camera_pag_ul li { - text-align: right; -} -.camera_pag_ul .thumb_arrow { - right: 50%; - left: auto; - margin-right: -4px; - margin-left: 0; -} -.camera_commands { - left: 76px; - right: 0; -} -.camera_caption { - right: 0; -} \ No newline at end of file diff --git a/public/css/main/camera.css b/public/css/main/camera.css deleted file mode 100644 index ddaca56..0000000 --- a/public/css/main/camera.css +++ /dev/null @@ -1,387 +0,0 @@ -/************************** -* -* GENERAL -* -**************************/ -.camera_wrap a, .camera_wrap img, -.camera_wrap ol, .camera_wrap ul, .camera_wrap li, -.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td -.camera_thumbs_wrap a, .camera_thumbs_wrap img, -.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li, -.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td { - margin: 0; - list-style: none -} -.camera_wrap { - display: none; - position: relative; - z-index: 0; - margin-bottom: 0 !important; -} -.camera_wrap img { - max-width: none!important; -} -.camera_fakehover { - height: 100%; - min-height: 100px; - position: relative; - width: 100%; - z-index: 1; -} -.camera_wrap { - width: 100%; -} -.camera_src { - display: none; -} -.cameraCont, .cameraContents { - height: 100%; - position: relative; - width: 100%; - z-index: 1; -} -.cameraSlide { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - width: 100%; -} -.camera_pie canvas { - top: 10px !important; - right: 10px !important; -} -.cameraContent { - bottom: 0; - display: none; - left: 0; - position: absolute; - right: 0; - top: 0; - width: 100%; -} -.camera_target { - bottom: 0; - height: 100%; - left: 0; - overflow: hidden; - position: absolute; - right: 0; - text-align: left; - top: 0; - width: 100%; - z-index: 0; -} -.camera_overlayer { - bottom: 0; - height: 100%; - left: 0; - overflow: hidden; - position: absolute; - right: 0; - top: 0; - width: 100%; - z-index: 0; -} -.camera_target_content { - bottom: 0; - left: 0; - overflow: hidden; - position: absolute; - right: 0; - top: 0; - z-index: 2; -} -.camera_target_content .camera_link { - background: url(../images/blank.gif); - display: block; - height: 100%; - text-decoration: none; -} -.camera_loader { - background: url(../images/preloader.gif) no-repeat center; - height: 48px; - left: 50%; - overflow: hidden; - position: absolute; - margin: -24px 0 0 -24px; - top: 50%; - width: 48px; - z-index: 3; -} -.camera_bar { - bottom: 0; - left: 0; - overflow: hidden; - position: absolute; - right: 0; - top: 0; - z-index: 3; -} -.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar { - height: 100%; - position: absolute; - width: auto; -} -.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar { - height: auto; - position: absolute; - width: 100%; -} -.camera_nav_cont { - height: 65px; - overflow: hidden; - position: absolute; - right: 9px; - top: 15px; - width: 120px; - z-index: 4; -} -.camera_caption { - bottom: 0; - display: block; - position: absolute; - width: 100%; -} -.camera_caption > div { - padding: 10px 20px; -} -.camerarelative { - overflow: hidden; - position: relative; -} -.imgFake { - cursor: pointer; -} -.camera_prevThumbs { - bottom: 4px; - cursor: pointer; - left: 0; - position: absolute; - top: 4px; - visibility: hidden; - width: 30px; - z-index: 10; -} -.camera_prevThumbs div { - background: url(../images/camera_skins.png) no-repeat -160px 0; - display: block; - height: 40px; - margin-top: -20px; - position: absolute; - top: 50%; - width: 30px; -} -.camera_nextThumbs { - bottom: 4px; - cursor: pointer; - position: absolute; - right: 0; - top: 4px; - visibility: hidden; - width: 30px; - z-index: 10; -} -.camera_nextThumbs div { - background: url(../images/camera_skins.png) no-repeat -190px 0; - display: block; - height: 40px; - margin-top: -20px; - position: absolute; - top: 50%; - width: 30px; -} -.camera_command_wrap .hideNav { - display: none; -} -.camera_command_wrap { - left: 0; - position: relative; - right:0; - z-index: 4; -} - -.camera_wrap .camera_pag .camera_pag_ul { - position: absolute; - right: 20px; - bottom: 21px; - z-index: 20; - list-style: none; - padding: 0; -} -.camera_wrap .camera_pag .camera_pag_ul li { - border-radius: 50%; - cursor: pointer; - display: inline-block; - width: 10px !important; - height: 10px !important; - margin: 0 4px !important; - position: relative; - text-align: left; - text-indent: -9999px; - border: 1px solid #FFF; -} -.camera_commands_emboss .camera_pag .camera_pag_ul li { - border: 1px solid #FFF; -} -.camera_wrap .camera_pag .camera_pag_ul li > span { - display: none; -} -.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { - background: #FFF; -} -.camera_pag_ul li img { - display: none; - position: absolute; -} -.camera_pag_ul .thumb_arrow { - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-top: 4px solid; - top: 0; - left: 50%; - margin-left: -4px; - position: absolute; -} -.camera_commands { - display: none !important; - opacity: 0 !important; - background-image: none; - right: 76px; - z-index: 20; -} -.camera_commands > .camera_play { - background: url(../images/icons/play-pause.png) no-repeat -36px 0; - height: 36px; - width: 36px; -} -.camera_commands > .camera_stop { - background: url(../images/icons/play-pause.png) no-repeat 0 0; - display: block; - height: 36px; - width: 36px; -} -.camera_wrap .camera_pag .camera_pag_ul li { - cursor: pointer; - display: inline-block; - margin: 0 5px; - position: relative; - text-indent: -9999px; -} -.camera_thumbs_cont { - -webkit-border-bottom-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -moz-border-radius-bottomright: 4px; - -moz-border-radius-bottomleft: 4px; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; - overflow: hidden; - position: relative; - width: 100%; -} -.camera_commands_emboss .camera_thumbs_cont { - -moz-box-shadow: - 0px 1px 0px rgba(255,255,255,1), - inset 0px 1px 1px rgba(0,0,0,0.2); - -webkit-box-shadow: - 0px 1px 0px rgba(255,255,255,1), - inset 0px 1px 1px rgba(0,0,0,0.2); - box-shadow: - 0px 1px 0px rgba(255,255,255,1), - inset 0px 1px 1px rgba(0,0,0,0.2); -} -.camera_thumbs_cont > div { - float: left; - width: 100%; -} -.camera_thumbs_cont ul { - overflow: hidden; - padding: 3px 4px 8px; - position: relative; - text-align: center; -} -.camera_thumbs_cont ul li { - display: inline; - padding: 0 4px; -} -.camera_thumbs_cont ul li > img { - border: 1px solid; - cursor: pointer; - margin-top: 5px; - vertical-align:bottom; -} -.camera_clear { - display: block; - clear: both; -} -.showIt { - display: none; -} -.camera_clear { - clear: both; - display: block; - height: 1px; - margin: -1px 0 25px; - position: relative; -} -/************************** -* -* COLORS & SKINS -* -**************************/ -.pattern_1 .camera_overlayer { - background: url(../images/patterns/overlay1.png) repeat; -} -.pattern_2 .camera_overlayer { - background: url(../images/patterns/overlay2.png) repeat; -} -.pattern_3 .camera_overlayer { - background: url(../images/patterns/overlay3.png) repeat; -} -.pattern_4 .camera_overlayer { - background: url(../images/patterns/overlay4.png) repeat; -} -.pattern_5 .camera_overlayer { - background: url(../images/patterns/overlay5.png) repeat; -} -.pattern_6 .camera_overlayer { - background: url(../images/patterns/overlay6.png) repeat; -} -.pattern_7 .camera_overlayer { - background: url(../images/patterns/overlay7.png) repeat; -} -.pattern_8 .camera_overlayer { - background: url(../images/patterns/overlay8.png) repeat; -} -.pattern_9 .camera_overlayer { - background: url(../images/patterns/overlay9.png) repeat; -} -.pattern_10 .camera_overlayer { - background: url(../images/patterns/overlay10.png) repeat; -} -.camera_wrap .camera_pag .camera_pag_ul li { - background: transparent; -} -.camera_wrap .camera_pag .camera_pag_ul li:hover > span { - background: transparent; -} -.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { - background: #434648; -} -.camera_pag_ul li img { - border: 4px solid #e6e6e6; - -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5); - -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5); - box-shadow: 0px 3px 6px rgba(0,0,0,.5); -} -.camera_pag_ul .thumb_arrow { - border-top-color: #e6e6e6; -} -.camera_prevThumbs, .camera_nextThumbs, .camera_thumbs_cont { - background: #d8d8d8; - background: rgba(216, 216, 216, 0.85); -} -.camera_thumbs_cont ul li > img { - border-color: 1px solid #000; -} \ No newline at end of file diff --git a/public/css/main/closedhand.cur b/public/css/main/closedhand.cur deleted file mode 100644 index 41aaa62..0000000 Binary files a/public/css/main/closedhand.cur and /dev/null differ diff --git a/public/css/main/colors-rtl.css b/public/css/main/colors-rtl.css deleted file mode 100644 index 9f703d2..0000000 --- a/public/css/main/colors-rtl.css +++ /dev/null @@ -1,24 +0,0 @@ -/* ---------------------------------------------------------------- - Colors - - Replace the HEX Code with your Desired Color HEX ------------------------------------------------------------------*/ - -#page-menu.dots-menu nav li div:after, -.title-block { - border-right-color: #1ABC9C; - border-left-color: transparent; -} - -.title-block-right { - border-left-color: #1ABC9C; - border-right-color: transparent; -} - -.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 2px 0 0 #1ABC9C; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 1px 0 0 #1ABC9C; } diff --git a/public/css/main/colors-rtl.php b/public/css/main/colors-rtl.php deleted file mode 100644 index aaeac01..0000000 --- a/public/css/main/colors-rtl.php +++ /dev/null @@ -1,68 +0,0 @@ - - - -/* ---------------------------------------------------------------- - Colors - - Replace the HEX Code with your Desired Color HEX ------------------------------------------------------------------*/ - -#page-menu.dots-menu nav li div:after, -.title-block { - border-right-color: ; - border-left-color: transparent; -} - -.title-block-right { - border-left-color: ; - border-right-color: transparent; -} - -.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 2px 0 0 ; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 0 ; } - diff --git a/public/css/main/colors.css b/public/css/main/colors.css deleted file mode 100644 index 9d522fb..0000000 --- a/public/css/main/colors.css +++ /dev/null @@ -1,240 +0,0 @@ -/* ---------------------------------------------------------------- - Colors - - Replace the HEX Code with your Desired Color HEX ------------------------------------------------------------------*/ - - -::selection { background: #2e8ece; } - -::-moz-selection { background: #2e8ece; } - -::-webkit-selection { background: #2e8ece; } - - -a, -h1 > span:not(.nocolor), -h2 > span:not(.nocolor), -h3 > span:not(.nocolor), -h4 > span:not(.nocolor), -h5 > span:not(.nocolor), -h6 > span:not(.nocolor), -.header-extras li .he-text span, -#primary-menu ul li:hover > a, -#primary-menu ul li.current > a, -#primary-menu div ul li:hover > a, -#primary-menu div ul li.current > a, -#primary-menu ul ul li:hover > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover, -#top-cart > a:hover, -.top-cart-action span.top-checkout-price, -.breadcrumb a:hover, -.portfolio-filter li a:hover, -.portfolio-desc h3 a:hover, -.portfolio-overlay a:hover, -#portfolio-navigation a:hover, -.entry-title h2 a:hover, -.entry-meta li a:hover, -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider, -.ipost .entry-title h3 a:hover, -.ipost .entry-title h4 a:hover, -.spost .entry-title h4 a:hover, -.mpost .entry-title h4 a:hover, -.comment-content .comment-author a:hover, -.product-title h3 a:hover, -.single-product .product-title h2 a:hover, -.product-price ins, -.single-product .product-price, -.feature-box.fbox-border .fbox-icon i, -.feature-box.fbox-border .fbox-icon img, -.feature-box.fbox-plain .fbox-icon i, -.feature-box.fbox-plain .fbox-icon img, -.process-steps li.active h5, -.process-steps li.ui-tabs-active h5, -.team-title span, -.pricing-box.best-price .pricing-price, -.btn-link, -.pagination > li > a, .pagination > li > span, -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus, -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider, -.clear-rating-active:hover { color: #2e8ece; } - -.color, -.top-cart-item-desc a:hover, -.portfolio-filter.style-3 li.activeFilter a, -.faqlist li a:hover, -.tagcloud a:hover, -.dark .top-cart-item-desc a:hover, -.iconlist-color li i, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, -.overlay-menu #primary-menu.dark > ul > li:hover > a, -.overlay-menu #primary-menu.dark > ul > li.current > a, -.nav-tree li:hover > a, -.nav-tree li.current > a, -.nav-tree li.active > a { color: #2e8ece !important; } - -#primary-menu.style-3 > ul > li.current > a, -#primary-menu.sub-title > ul > li:hover > a, -#primary-menu.sub-title > ul > li.current > a, -#primary-menu.sub-title > div > ul > li:hover > a, -#primary-menu.sub-title > div > ul > li.current > a, -#top-cart > a > span, -#page-menu-wrap, -#page-menu ul ul, -#page-menu.dots-menu nav li.current a, -#page-menu.dots-menu nav li div, -.portfolio-filter li.activeFilter a, -.portfolio-filter.style-4 li.activeFilter a:after, -.portfolio-shuffle:hover, -.entry-link:hover, -.sale-flash, -.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime), -.button.button-dark:hover, -.promo.promo-flat, -.feature-box .fbox-icon i, -.feature-box .fbox-icon img, -.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-effect.fbox-dark:hover .fbox-icon i, -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, -.i-rounded:hover, -.i-circled:hover, -ul.tab-nav.tab-nav2 li.ui-state-active a, -.testimonial .flex-control-nav li a, -.skills li .progress, -.owl-carousel .owl-dots .owl-dot span, -#gotoTop:hover, -.dark .button-dark:hover, -.dark .fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .i-rounded:hover, -.dark .i-circled:hover, -.dark ul.tab-nav.tab-nav2 li.ui-state-active a, -.dark .tagcloud a:hover, -.ei-slider-thumbs li.ei-slider-element, -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus, -.checkbox-style:checked + .checkbox-style-1-label:before, -.checkbox-style:checked + .checkbox-style-2-label:before, -.checkbox-style:checked + .checkbox-style-3-label:before, -.radio-style:checked + .radio-style-3-label:before, -.irs-bar, -.irs-from, -.irs-to, -.irs-single, -input.switch-toggle-flat:checked + label, -input.switch-toggle-flat:checked + label:after, -input.switch-toggle-round:checked + label:before, -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor { background-color: #2e8ece; } - -.bgcolor, -.button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover, -.process-steps li.active a, -.process-steps li.ui-tabs-active a, -.sidenav > .ui-tabs-active > a, -.sidenav > .ui-tabs-active > a:hover, -.owl-carousel .owl-nav [class*=owl-]:hover, -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { background-color: #2e8ece !important; } - -#primary-menu.style-4 > ul > li:hover > a, -#primary-menu.style-4 > ul > li.current > a, -.top-cart-item-image:hover, -.portfolio-filter.style-3 li.activeFilter a, -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider, -.cart-product-thumbnail img:hover, -.feature-box.fbox-outline .fbox-icon, -.feature-box.fbox-border .fbox-icon, -.dark .top-cart-item-image:hover, -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider, -.dark .cart-product-thumbnail img:hover, -.heading-block.border-color:after { border-color: #2e8ece; } - -.top-links ul ul, -.top-links ul div.top-link-section, -#primary-menu ul ul:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content, -#primary-menu.style-6 > ul > li > a:after, -#primary-menu.style-6 > ul > li.current > a:after, -#top-cart .top-cart-content, -.fancy-title.title-border-color:before, -.dark #primary-menu:not(.not-dark) ul ul, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content, -#primary-menu.dark ul ul, -#primary-menu.dark ul li .mega-menu-content, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2, -#primary-menu.dark ul li .mega-menu-content.style-2, -.dark #top-cart .top-cart-content, -.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a, -.irs-from:after, -.irs-single:after, -.irs-to:after { border-top-color: #2e8ece; } - -#page-menu.dots-menu nav li div:after, -.title-block { border-left-color: #2e8ece; } - -.title-block-right { border-right-color: #2e8ece; } - -.fancy-title.title-bottom-border h1, -.fancy-title.title-bottom-border h2, -.fancy-title.title-bottom-border h3, -.fancy-title.title-bottom-border h4, -.fancy-title.title-bottom-border h5, -.fancy-title.title-bottom-border h6, -.more-link, -.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom-color: #2e8ece; } - -.border-color, -.process-steps li.active a, -.process-steps li.ui-tabs-active a, -.tagcloud a:hover, -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { border-color: #2e8ece !important; } - -.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #2e8ece; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #2e8ece; } - - -@media only screen and (max-width: 991px) { - - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a, - #primary-menu ul ul li:hover > a, - #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a, - #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #2e8ece !important; } - - #page-menu nav { background-color: #2e8ece; } - -} - - -@media only screen and (max-width: 767px) { - - .portfolio-filter li a:hover { color: #2e8ece; } - -} \ No newline at end of file diff --git a/public/css/main/colors.php b/public/css/main/colors.php deleted file mode 100644 index cc52269..0000000 --- a/public/css/main/colors.php +++ /dev/null @@ -1,282 +0,0 @@ - - - -/* ---------------------------------------------------------------- - Colors - - Replace the HEX Code with your Desired Color HEX ------------------------------------------------------------------*/ - - -::selection { background: ; } - -::-moz-selection { background: ; } - -::-webkit-selection { background: ; } - - -a, -h1 > span:not(.nocolor), -h2 > span:not(.nocolor), -h3 > span:not(.nocolor), -h4 > span:not(.nocolor), -h5 > span:not(.nocolor), -h6 > span:not(.nocolor), -.header-extras li .he-text span, -#primary-menu ul li:hover > a, -#primary-menu ul li.current > a, -#primary-menu div ul li:hover > a, -#primary-menu div ul li.current > a, -#primary-menu ul ul li:hover > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover, -#top-cart > a:hover, -.top-cart-action span.top-checkout-price, -.breadcrumb a:hover, -.portfolio-filter li a:hover, -.portfolio-desc h3 a:hover, -.portfolio-overlay a:hover, -#portfolio-navigation a:hover, -.entry-title h2 a:hover, -.entry-meta li a:hover, -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider, -.ipost .entry-title h3 a:hover, -.ipost .entry-title h4 a:hover, -.spost .entry-title h4 a:hover, -.mpost .entry-title h4 a:hover, -.comment-content .comment-author a:hover, -.product-title h3 a:hover, -.single-product .product-title h2 a:hover, -.product-price ins, -.single-product .product-price, -.feature-box.fbox-border .fbox-icon i, -.feature-box.fbox-border .fbox-icon img, -.feature-box.fbox-plain .fbox-icon i, -.feature-box.fbox-plain .fbox-icon img, -.process-steps li.active h5, -.process-steps li.ui-tabs-active h5, -.team-title span, -.pricing-box.best-price .pricing-price, -.btn-link, -.pagination > li > a, .pagination > li > span, -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus, -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider, -.clear-rating-active:hover { color: ; } - -.color, -.top-cart-item-desc a:hover, -.portfolio-filter.style-3 li.activeFilter a, -.faqlist li a:hover, -.tagcloud a:hover, -.dark .top-cart-item-desc a:hover, -.iconlist-color li i, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, -.overlay-menu #primary-menu.dark > ul > li:hover > a, -.overlay-menu #primary-menu.dark > ul > li.current > a, -.nav-tree li:hover > a, -.nav-tree li.current > a, -.nav-tree li.active > a { color: !important; } - -#primary-menu.style-3 > ul > li.current > a, -#primary-menu.sub-title > ul > li:hover > a, -#primary-menu.sub-title > ul > li.current > a, -#primary-menu.sub-title > div > ul > li:hover > a, -#primary-menu.sub-title > div > ul > li.current > a, -#top-cart > a > span, -#page-menu-wrap, -#page-menu ul ul, -#page-menu.dots-menu nav li.current a, -#page-menu.dots-menu nav li div, -.portfolio-filter li.activeFilter a, -.portfolio-filter.style-4 li.activeFilter a:after, -.portfolio-shuffle:hover, -.entry-link:hover, -.sale-flash, -.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime), -.button.button-dark:hover, -.promo.promo-flat, -.feature-box .fbox-icon i, -.feature-box .fbox-icon img, -.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-effect.fbox-dark:hover .fbox-icon i, -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, -.i-rounded:hover, -.i-circled:hover, -ul.tab-nav.tab-nav2 li.ui-state-active a, -.testimonial .flex-control-nav li a, -.skills li .progress, -.owl-carousel .owl-dots .owl-dot span, -#gotoTop:hover, -.dark .button-dark:hover, -.dark .fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .i-rounded:hover, -.dark .i-circled:hover, -.dark ul.tab-nav.tab-nav2 li.ui-state-active a, -.dark .tagcloud a:hover, -.ei-slider-thumbs li.ei-slider-element, -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus, -.checkbox-style:checked + .checkbox-style-1-label:before, -.checkbox-style:checked + .checkbox-style-2-label:before, -.checkbox-style:checked + .checkbox-style-3-label:before, -.radio-style:checked + .radio-style-3-label:before, -.irs-bar, -.irs-from, -.irs-to, -.irs-single, -input.switch-toggle-flat:checked + label, -input.switch-toggle-flat:checked + label:after, -input.switch-toggle-round:checked + label:before, -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor { background-color: ; } - -.bgcolor, -.button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover, -.process-steps li.active a, -.process-steps li.ui-tabs-active a, -.sidenav > .ui-tabs-active > a, -.sidenav > .ui-tabs-active > a:hover, -.owl-carousel .owl-nav [class*=owl-]:hover, -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { background-color: !important; } - -#primary-menu.style-4 > ul > li:hover > a, -#primary-menu.style-4 > ul > li.current > a, -.top-cart-item-image:hover, -.portfolio-filter.style-3 li.activeFilter a, -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider, -.cart-product-thumbnail img:hover, -.feature-box.fbox-outline .fbox-icon, -.feature-box.fbox-border .fbox-icon, -.dark .top-cart-item-image:hover, -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider, -.dark .cart-product-thumbnail img:hover, -.heading-block.border-color:after { border-color: ; } - -.top-links ul ul, -.top-links ul div.top-link-section, -#primary-menu ul ul:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content, -#primary-menu.style-6 > ul > li > a:after, -#primary-menu.style-6 > ul > li.current > a:after, -#top-cart .top-cart-content, -.fancy-title.title-border-color:before, -.dark #primary-menu:not(.not-dark) ul ul, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content, -#primary-menu.dark ul ul, -#primary-menu.dark ul li .mega-menu-content, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2, -#primary-menu.dark ul li .mega-menu-content.style-2, -.dark #top-cart .top-cart-content, -.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a, -.irs-from:after, -.irs-single:after, -.irs-to:after { border-top-color: ; } - -#page-menu.dots-menu nav li div:after, -.title-block { border-left-color: ; } - -.title-block-right { border-right-color: ; } - -.fancy-title.title-bottom-border h1, -.fancy-title.title-bottom-border h2, -.fancy-title.title-bottom-border h3, -.fancy-title.title-bottom-border h4, -.fancy-title.title-bottom-border h5, -.fancy-title.title-bottom-border h6, -.more-link, -.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom-color: ; } - -.border-color, -.process-steps li.active a, -.process-steps li.ui-tabs-active a, -.tagcloud a:hover, -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { border-color: !important; } - -.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px ; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px ; } - - -@media only screen and (max-width: 991px) { - - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a, - #primary-menu ul ul li:hover > a, - #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a, - #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: !important; } - - #page-menu nav { background-color: ; } - -} - - -@media only screen and (max-width: 767px) { - - .portfolio-filter li a:hover { color: ; } -.} \ No newline at end of file diff --git a/public/css/main/components/bs-datatable.css b/public/css/main/components/bs-datatable.css deleted file mode 100644 index 0f29c3d..0000000 --- a/public/css/main/components/bs-datatable.css +++ /dev/null @@ -1,127 +0,0 @@ -table.dataTable { - clear: both; - margin-top: 10px !important; - margin-bottom: 10px !important; - max-width: none !important; -} -div.dataTables_wrapper div.dataTables_length select { - font-family: "Lato"; - width: 75px; - display: inline-block; - border: 2px solid #DDD; - margin: 0 5px 3px; -} -div.dataTables_wrapper div.dataTables_filter { text-align: right; } -div.dataTables_wrapper div.dataTables_filter label { line-height: 3; } -div.dataTables_wrapper div.dataTables_filter input { - margin-bottom: 0.3em; - margin-left: 0.5em; - display: inline-block; - width: auto; - border: 2px solid #DDD -} -div.dataTables_wrapper div.dataTables_info { - padding-top: 12px; - white-space: nowrap; -} -div.dataTables_wrapper div.dataTables_paginate { - margin: 10px 0; - white-space: nowrap; - text-align: right; -} -div.dataTables_wrapper div.dataTables_paginate ul.pagination { - margin: 2px 0; - white-space: nowrap; -} -div.dataTables_wrapper div.dataTables_processing { - position: absolute; - top: 50%; - left: 50%; - width: 200px; - margin-left: -100px; - margin-top: -26px; - text-align: center; - padding: 1em 0; -} - -table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, -table.dataTable thead > tr > td.sorting_asc, -table.dataTable thead > tr > td.sorting_desc, -table.dataTable thead > tr > td.sorting { padding-right: 30px; } -table.dataTable thead > tr > th:active, -table.dataTable thead > tr > td:active { outline: none; } -table.dataTable thead .sorting, -table.dataTable thead .sorting_asc, -table.dataTable thead .sorting_desc, -table.dataTable thead .sorting_asc_disabled, -table.dataTable thead .sorting_desc_disabled { - cursor: pointer; - position: relative; -} -table.dataTable thead .sorting:after, -table.dataTable thead .sorting_asc:after, -table.dataTable thead .sorting_desc:after, -table.dataTable thead .sorting_asc_disabled:after, -table.dataTable thead .sorting_desc_disabled:after { - position: absolute; - bottom: 8px; - right: 8px; - display: block; - font-family: 'font-icons'; - opacity: 0.5; -} -table.dataTable thead .sorting:after { - opacity: 0.2; - content: "\e77f"; - /* sort */ -} -table.dataTable thead .sorting_asc:after { content: "\e7fa"; } -table.dataTable thead .sorting_desc:after { content: "\e7fb"; } -table.dataTable thead .sorting_asc_disabled:after, -table.dataTable thead .sorting_desc_disabled:after { color: #eee; } - -div.dataTables_scrollHead table.dataTable { margin-bottom: 0 !important; } - -div.dataTables_scrollBody table { - border-top: none; - margin-top: 0 !important; - margin-bottom: 0 !important; -} -div.dataTables_scrollBody table thead .sorting:after, -div.dataTables_scrollBody table thead .sorting_asc:after, -div.dataTables_scrollBody table thead .sorting_desc:after { display: none; } -div.dataTables_scrollBody table tbody tr:first-child th, -div.dataTables_scrollBody table tbody tr:first-child td { border-top: none; } - -div.dataTables_scrollFoot table { - margin-top: 0 !important; - border-top: none; -} - -@media screen and (max-width: 767px) { - div.dataTables_wrapper div.dataTables_length, - div.dataTables_wrapper div.dataTables_filter, - div.dataTables_wrapper div.dataTables_info, - div.dataTables_wrapper div.dataTables_paginate { text-align: center; } -} -table.dataTable.table-condensed > thead > tr > th { padding-right: 20px; } -table.dataTable.table-condensed .sorting:after, -table.dataTable.table-condensed .sorting_asc:after, -table.dataTable.table-condensed .sorting_desc:after { - top: 6px; - right: 6px; -} - -table.table-bordered.dataTable { border-collapse: separate !important; } -table.table-bordered.dataTable th, -table.table-bordered.dataTable td { border-left-width: 0; } -table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, -table.table-bordered.dataTable td:last-child, -table.table-bordered.dataTable td:last-child { border-right-width: 0; } -table.table-bordered.dataTable tbody th, -table.table-bordered.dataTable tbody td, -div.dataTables_scrollHead table.table-bordered { border-bottom-width: 0; } - -div.table-responsive > div.dataTables_wrapper > div.row { margin: 0; } -div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { padding-left: 0; } -div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { padding-right: 0; } \ No newline at end of file diff --git a/public/css/main/components/bs-editable.css b/public/css/main/components/bs-editable.css deleted file mode 100644 index 1643833..0000000 --- a/public/css/main/components/bs-editable.css +++ /dev/null @@ -1,628 +0,0 @@ -/*! X-editable - v1.5.1 -* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery -* http://github.com/vitalets/x-editable -* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */ - -#user > tbody > tr > td { - padding: 10px; -} - -.editableform { margin-bottom: 0; /* overwrites bootstrap margin */ } - -.editableform .control-group { - margin-bottom: 0; /* overwrites bootstrap margin */ - white-space: nowrap; /* prevent wrapping buttons on new line */ - line-height: 20px; /* overwriting bootstrap line-height. See #133 */ -} - -/* - BS3 width:1005 for inputs breaks editable form in popup - See: https://github.com/vitalets/x-editable/issues/393 -*/ -.editableform .form-control { width: auto; } - -.editable-buttons { - display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */ - vertical-align: top; - margin-left: 7px; - /* inline-block emulation for IE7*/ - zoom: 1; - *display: inline; -} - -.editable-buttons.editable-buttons-bottom { - display: block; - margin-top: 7px; - margin-left: 0; -} - -.editable-input { - vertical-align: top; - display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */ - width: auto; /* bootstrap-responsive has width: 100% that breakes layout */ - white-space: normal; /* reset white-space decalred in parent*/ - /* display-inline emulation for IE7*/ - zoom: 1; - *display: inline; -} - -.editableform .control-group { - margin-bottom: 0; - white-space: nowrap; - line-height: 20px; -} - -.editable-buttons .editable-cancel { margin-left: 7px; } - -/*for jquery-ui buttons need set height to look more pretty*/ -.editable-buttons button.ui-button-icon-only { - height: 24px; - width: 30px; -} - -.editableform-loading { - background: url('../../images/preloader.gif') center center no-repeat; - height: 25px; - width: auto; - min-width: 25px; -} - -.editable-inline .editableform-loading { background-position: left 5px; } - - .editable-error-block { - max-width: 300px; - margin: 5px 0 0 0; - width: auto; - white-space: normal; -} - -/*add padding for jquery ui*/ -.editable-error-block.ui-state-error { padding: 3px; } - -.editable-error { color: red; } - -/* ---- For specific types ---- */ -.editableform .editable-date { - padding: 0; - margin: 0; - float: left; -} - -/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */ -.editable-inline .add-on .icon-th { - margin-top: 3px; - margin-left: 1px; -} - - -/* checklist vertical alignment */ -.editable-checklist label input[type="checkbox"], -.editable-checklist label span { - vertical-align: middle; - margin: 0; -} - -.editable-checklist label { - white-space: nowrap; -} - -/* set exact width of textarea to fit buttons toolbar */ -.editable-wysihtml5 { - width: 566px; - height: 250px; -} - -/* clear button shown as link in date inputs */ -.editable-clear { - clear: both; - font-size: 0.9em; - text-decoration: none; - text-align: right; -} - -/* IOS-style clear button for text inputs */ -.editable-clear-x { - background: url('../../img/clear.png') center center no-repeat; - display: block; - width: 13px; - height: 13px; - position: absolute; - opacity: 0.6; - z-index: 100; - top: 50%; - right: 6px; - margin-top: -6px; -} - -.editable-clear-x:hover { opacity: 1; } - -.editable-pre-wrapped { white-space: pre-wrap; } -.editable-container.editable-popup { max-width: none !important; /* without this rule poshytip/tooltip does not stretch */ } - -.editable-container.popover { width: auto; /* without this rule popover does not stretch */ } - -.editable-container.editable-inline { - display: inline-block; - vertical-align: middle; - width: auto; - /* inline-block emulation for IE7*/ - zoom: 1; - *display: inline; -} - -.editable-container.ui-widget { - font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */ - z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */ -} - -.editable-click, -a.editable-click, -a.editable-click:hover { - text-decoration: none; - border-bottom: dashed 1px #0088cc; -} - -.editable-click.editable-disabled, -a.editable-click.editable-disabled, -a.editable-click.editable-disabled:hover { - color: #585858; - cursor: default; - border-bottom: none; -} - -.editable-empty, .editable-empty:hover, .editable-empty:focus{ - font-style: italic; - color: #DD1144; - /* border-bottom: none; */ - text-decoration: none; -} - -.editable-unsaved { font-weight: bold; } - -.editable-unsaved:after { -/* content: '*'*/ -} - -.editable-bg-transition { - -webkit-transition: background-color 1400ms ease-out; - -moz-transition: background-color 1400ms ease-out; - -o-transition: background-color 1400ms ease-out; - -ms-transition: background-color 1400ms ease-out; - transition: background-color 1400ms ease-out; -} - -/*see https://github.com/vitalets/x-editable/issues/139 */ -.form-horizontal .editable { - padding-top: 5px; - display:inline-block; -} - - -/*! - * Datepicker for Bootstrap - * - * Copyright 2012 Stefan Petre - * Improvements by Andrew Rowls - * Licensed under the Apache License v2.0 - * http://www.apache.org/licenses/LICENSE-2.0 - * - */ -.datepicker { - padding: 4px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - direction: ltr; - /*.dow { - border-top: 1px solid #ddd !important; - }*/ - -} -.datepicker-inline { width: 220px; } -.datepicker.datepicker-rtl { direction: rtl; } -.datepicker.datepicker-rtl table tr td span { float: right; } -.datepicker-dropdown { - top: 0; - left: 0; -} -.datepicker-dropdown:before { - content: ''; - display: inline-block; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 7px solid #ccc; - border-bottom-color: rgba(0, 0, 0, 0.2); - position: absolute; - top: -7px; - left: 6px; -} -.datepicker-dropdown:after { - content: ''; - display: inline-block; - border-left: 6px solid transparent; - border-right: 6px solid transparent; - border-bottom: 6px solid #ffffff; - position: absolute; - top: -6px; - left: 7px; -} -.datepicker > div { display: none; } - -.datepicker.days div.datepicker-days, -.datepicker.months div.datepicker-months, -.datepicker.years div.datepicker-years { display: block; } - -.datepicker table { margin: 0; } - -.datepicker td, -.datepicker th { - text-align: center; - width: 20px; - height: 20px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - border: none; -} - -.table-striped .datepicker table tr td, -.table-striped .datepicker table tr th { background-color: transparent; } - -.datepicker table tr td.day:hover { - background: #eeeeee; - cursor: pointer; -} - -.datepicker table tr td.old, -.datepicker table tr td.new { color: #999999; } - -.datepicker table tr td.disabled, -.datepicker table tr td.disabled:hover { - background: none; - color: #999999; - cursor: default; -} - -.datepicker table tr td.today, -.datepicker table tr td.today:hover, -.datepicker table tr td.today.disabled, -.datepicker table tr td.today.disabled:hover { - background-color: #fde19a; - background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a); - background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a)); - background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a); - background-image: -o-linear-gradient(top, #fdd49a, #fdf59a); - background-image: linear-gradient(top, #fdd49a, #fdf59a); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0); - border-color: #fdf59a #fdf59a #fbed50; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); - color: #000; -} - -.datepicker table tr td.today:hover, -.datepicker table tr td.today:hover:hover, -.datepicker table tr td.today.disabled:hover, -.datepicker table tr td.today.disabled:hover:hover, -.datepicker table tr td.today:active, -.datepicker table tr td.today:hover:active, -.datepicker table tr td.today.disabled:active, -.datepicker table tr td.today.disabled:hover:active, -.datepicker table tr td.today.active, -.datepicker table tr td.today:hover.active, -.datepicker table tr td.today.disabled.active, -.datepicker table tr td.today.disabled:hover.active, -.datepicker table tr td.today.disabled, -.datepicker table tr td.today:hover.disabled, -.datepicker table tr td.today.disabled.disabled, -.datepicker table tr td.today.disabled:hover.disabled, -.datepicker table tr td.today[disabled], -.datepicker table tr td.today:hover[disabled], -.datepicker table tr td.today.disabled[disabled], -.datepicker table tr td.today.disabled:hover[disabled] { background-color: #fdf59a; } - -.datepicker table tr td.today:active, -.datepicker table tr td.today:hover:active, -.datepicker table tr td.today.disabled:active, -.datepicker table tr td.today.disabled:hover:active, -.datepicker table tr td.today.active, -.datepicker table tr td.today:hover.active, -.datepicker table tr td.today.disabled.active, -.datepicker table tr td.today.disabled:hover.active { background-color: #fbf069 \9; } - -.datepicker table tr td.today:hover:hover { color: #000; } -.datepicker table tr td.today.active:hover { color: #fff; } - -.datepicker table tr td.range, -.datepicker table tr td.range:hover, -.datepicker table tr td.range.disabled, -.datepicker table tr td.range.disabled:hover { - background: #eeeeee; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} - -.datepicker table tr td.range.today, -.datepicker table tr td.range.today:hover, -.datepicker table tr td.range.today.disabled, -.datepicker table tr td.range.today.disabled:hover { - background-color: #f3d17a; - background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a); - background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a)); - background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a); - background-image: -o-linear-gradient(top, #f3c17a, #f3e97a); - background-image: linear-gradient(top, #f3c17a, #f3e97a); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0); - border-color: #f3e97a #f3e97a #edde34; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} - -.datepicker table tr td.range.today:hover, -.datepicker table tr td.range.today:hover:hover, -.datepicker table tr td.range.today.disabled:hover, -.datepicker table tr td.range.today.disabled:hover:hover, -.datepicker table tr td.range.today:active, -.datepicker table tr td.range.today:hover:active, -.datepicker table tr td.range.today.disabled:active, -.datepicker table tr td.range.today.disabled:hover:active, -.datepicker table tr td.range.today.active, -.datepicker table tr td.range.today:hover.active, -.datepicker table tr td.range.today.disabled.active, -.datepicker table tr td.range.today.disabled:hover.active, -.datepicker table tr td.range.today.disabled, -.datepicker table tr td.range.today:hover.disabled, -.datepicker table tr td.range.today.disabled.disabled, -.datepicker table tr td.range.today.disabled:hover.disabled, -.datepicker table tr td.range.today[disabled], -.datepicker table tr td.range.today:hover[disabled], -.datepicker table tr td.range.today.disabled[disabled], -.datepicker table tr td.range.today.disabled:hover[disabled] { background-color: #f3e97a; } - -.datepicker table tr td.range.today:active, -.datepicker table tr td.range.today:hover:active, -.datepicker table tr td.range.today.disabled:active, -.datepicker table tr td.range.today.disabled:hover:active, -.datepicker table tr td.range.today.active, -.datepicker table tr td.range.today:hover.active, -.datepicker table tr td.range.today.disabled.active, -.datepicker table tr td.range.today.disabled:hover.active { background-color: #efe24b \9; } - -.datepicker table tr td.selected, -.datepicker table tr td.selected:hover, -.datepicker table tr td.selected.disabled, -.datepicker table tr td.selected.disabled:hover { - background-color: #9e9e9e; - background-image: -moz-linear-gradient(top, #b3b3b3, #808080); - background-image: -ms-linear-gradient(top, #b3b3b3, #808080); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080)); - background-image: -webkit-linear-gradient(top, #b3b3b3, #808080); - background-image: -o-linear-gradient(top, #b3b3b3, #808080); - background-image: linear-gradient(top, #b3b3b3, #808080); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0); - border-color: #808080 #808080 #595959; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); - color: #fff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -.datepicker table tr td.selected:hover, -.datepicker table tr td.selected:hover:hover, -.datepicker table tr td.selected.disabled:hover, -.datepicker table tr td.selected.disabled:hover:hover, -.datepicker table tr td.selected:active, -.datepicker table tr td.selected:hover:active, -.datepicker table tr td.selected.disabled:active, -.datepicker table tr td.selected.disabled:hover:active, -.datepicker table tr td.selected.active, -.datepicker table tr td.selected:hover.active, -.datepicker table tr td.selected.disabled.active, -.datepicker table tr td.selected.disabled:hover.active, -.datepicker table tr td.selected.disabled, -.datepicker table tr td.selected:hover.disabled, -.datepicker table tr td.selected.disabled.disabled, -.datepicker table tr td.selected.disabled:hover.disabled, -.datepicker table tr td.selected[disabled], -.datepicker table tr td.selected:hover[disabled], -.datepicker table tr td.selected.disabled[disabled], -.datepicker table tr td.selected.disabled:hover[disabled] { background-color: #808080; } - -.datepicker table tr td.selected:active, -.datepicker table tr td.selected:hover:active, -.datepicker table tr td.selected.disabled:active, -.datepicker table tr td.selected.disabled:hover:active, -.datepicker table tr td.selected.active, -.datepicker table tr td.selected:hover.active, -.datepicker table tr td.selected.disabled.active, -.datepicker table tr td.selected.disabled:hover.active { background-color: #666666 \9; } - -.datepicker table tr td.active, -.datepicker table tr td.active:hover, -.datepicker table tr td.active.disabled, -.datepicker table tr td.active.disabled:hover { - background-color: #006dcc; - background-image: -moz-linear-gradient(top, #0088cc, #0044cc); - background-image: -ms-linear-gradient(top, #0088cc, #0044cc); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); - background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); - background-image: -o-linear-gradient(top, #0088cc, #0044cc); - background-image: linear-gradient(top, #0088cc, #0044cc); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); - border-color: #0044cc #0044cc #002a80; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); - color: #fff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -.datepicker table tr td.active:hover, -.datepicker table tr td.active:hover:hover, -.datepicker table tr td.active.disabled:hover, -.datepicker table tr td.active.disabled:hover:hover, -.datepicker table tr td.active:active, -.datepicker table tr td.active:hover:active, -.datepicker table tr td.active.disabled:active, -.datepicker table tr td.active.disabled:hover:active, -.datepicker table tr td.active.active, -.datepicker table tr td.active:hover.active, -.datepicker table tr td.active.disabled.active, -.datepicker table tr td.active.disabled:hover.active, -.datepicker table tr td.active.disabled, -.datepicker table tr td.active:hover.disabled, -.datepicker table tr td.active.disabled.disabled, -.datepicker table tr td.active.disabled:hover.disabled, -.datepicker table tr td.active[disabled], -.datepicker table tr td.active:hover[disabled], -.datepicker table tr td.active.disabled[disabled], -.datepicker table tr td.active.disabled:hover[disabled] { background-color: #0044cc; } - -.datepicker table tr td.active:active, -.datepicker table tr td.active:hover:active, -.datepicker table tr td.active.disabled:active, -.datepicker table tr td.active.disabled:hover:active, -.datepicker table tr td.active.active, -.datepicker table tr td.active:hover.active, -.datepicker table tr td.active.disabled.active, -.datepicker table tr td.active.disabled:hover.active { background-color: #003399 \9; } - -.datepicker table tr td span { - display: block; - width: 23%; - height: 54px; - line-height: 54px; - float: left; - margin: 1%; - cursor: pointer; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.datepicker table tr td span:hover { background: #eeeeee; } - -.datepicker table tr td span.disabled, -.datepicker table tr td span.disabled:hover { - background: none; - color: #999999; - cursor: default; -} - -.datepicker table tr td span.active, -.datepicker table tr td span.active:hover, -.datepicker table tr td span.active.disabled, -.datepicker table tr td span.active.disabled:hover { - background-color: #006dcc; - background-image: -moz-linear-gradient(top, #0088cc, #0044cc); - background-image: -ms-linear-gradient(top, #0088cc, #0044cc); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); - background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); - background-image: -o-linear-gradient(top, #0088cc, #0044cc); - background-image: linear-gradient(top, #0088cc, #0044cc); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); - border-color: #0044cc #0044cc #002a80; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); - color: #fff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -.datepicker table tr td span.active:hover, -.datepicker table tr td span.active:hover:hover, -.datepicker table tr td span.active.disabled:hover, -.datepicker table tr td span.active.disabled:hover:hover, -.datepicker table tr td span.active:active, -.datepicker table tr td span.active:hover:active, -.datepicker table tr td span.active.disabled:active, -.datepicker table tr td span.active.disabled:hover:active, -.datepicker table tr td span.active.active, -.datepicker table tr td span.active:hover.active, -.datepicker table tr td span.active.disabled.active, -.datepicker table tr td span.active.disabled:hover.active, -.datepicker table tr td span.active.disabled, -.datepicker table tr td span.active:hover.disabled, -.datepicker table tr td span.active.disabled.disabled, -.datepicker table tr td span.active.disabled:hover.disabled, -.datepicker table tr td span.active[disabled], -.datepicker table tr td span.active:hover[disabled], -.datepicker table tr td span.active.disabled[disabled], -.datepicker table tr td span.active.disabled:hover[disabled] { - background-color: #0044cc; -} -.datepicker table tr td span.active:active, -.datepicker table tr td span.active:hover:active, -.datepicker table tr td span.active.disabled:active, -.datepicker table tr td span.active.disabled:hover:active, -.datepicker table tr td span.active.active, -.datepicker table tr td span.active:hover.active, -.datepicker table tr td span.active.disabled.active, -.datepicker table tr td span.active.disabled:hover.active { background-color: #003399 \9; } -.datepicker table tr td span.old, - -.datepicker table tr td span.new { color: #999999; } -.datepicker th.datepicker-switch { width: 145px; } - -.datepicker thead tr:first-child th, -.datepicker tfoot tr th { cursor: pointer; } - -.datepicker thead tr:first-child th:hover, -.datepicker tfoot tr th:hover { background: #eeeeee; } -.datepicker .cw { - font-size: 10px; - width: 12px; - padding: 0 2px 0 5px; - vertical-align: middle; -} - -.datepicker thead tr:first-child th.cw { - cursor: default; - background-color: transparent; -} - -.input-append.date .add-on i, -.input-prepend.date .add-on i { - display: block; - cursor: pointer; - width: 16px; - height: 16px; -} - -.input-daterange input { text-align: center; } -.input-daterange input:first-child { - -webkit-border-radius: 3px 0 0 3px; - -moz-border-radius: 3px 0 0 3px; - border-radius: 3px 0 0 3px; -} - -.input-daterange input:last-child { - -webkit-border-radius: 0 3px 3px 0; - -moz-border-radius: 0 3px 3px 0; - border-radius: 0 3px 3px 0; -} - -.input-daterange .add-on { - display: inline-block; - width: auto; - min-width: 16px; - height: 18px; - padding: 4px 5px; - font-weight: normal; - line-height: 18px; - text-align: center; - text-shadow: 0 1px 0 #ffffff; - vertical-align: middle; - background-color: #eeeeee; - border: 1px solid #ccc; - margin-left: -5px; - margin-right: -5px; -} diff --git a/public/css/main/components/bs-filestyle.css b/public/css/main/components/bs-filestyle.css deleted file mode 100644 index e909859..0000000 --- a/public/css/main/components/bs-filestyle.css +++ /dev/null @@ -1,230 +0,0 @@ -/*! - * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015 - * @package bootstrap-fileinput - * @version 4.2.8 - * - * File input styling for Bootstrap 3.0 - * Built for Yii Framework 2.0 - * Author: Kartik Visweswaran - * Year: 2015 - * For more Yii related demos visit http://demos.krajee.com - */ -.file-loading { - top: 0; - right: 0; - width: 25px; - height: 25px; - font-size: 999px; - text-align: right; - color: #fff; - background: transparent url('../../images/preloader.gif') top left no-repeat; - border: none; -} - -.fileinput-upload.btn, -.btn-file.btn { padding-bottom: 5px; } - -.file-object { - margin: 0 0 -5px 0; - padding: 0; -} - -.btn-file { - position: relative; - overflow: hidden; -} - -.btn-file i { - position: relative; - top: 2px; -} - -.btn-file i ~ span { margin-left: 2px; } - -.icon-file-alt.kv-caption-icon { margin-right: 5px; } - -.btn-file input[type=file] { - position: absolute; - top: 0; - right: 0; - min-width: 100%; - min-height: 100%; - text-align: right; - opacity: 0; - background: none repeat scroll 0 0 transparent; - cursor: inherit; - display: block; -} - -.file-caption-name { - display: inline-block; - overflow: hidden; - height: 20px; - word-break: break-all; -} - -.input-group-lg .file-caption-name { height: 25px; } - -.file-preview-detail-modal { text-align: left; } - -.file-error-message { - background-color: #f2dede; - color: #a94442; - text-align: center; - border-radius: 5px; - padding: 5px 10px 5px 5px; -} - -.file-error-message pre, .file-error-message ul { - margin: 5px 0; - text-align: left; -} - -.file-caption-disabled { - background-color: #EEEEEE; - cursor: not-allowed; - opacity: 1; -} - -.file-preview { - border-radius: 5px; - border: 1px solid #ddd; - padding: 5px; - width: 100%; - margin-bottom: 5px; -} - -.file-preview-frame { - display: table; - margin: 8px; - height: 160px; - border: 1px solid #ddd; - box-shadow: 1px 1px 5px 0 #a2958a; - padding: 6px; - float: left; - text-align: center; - vertical-align: middle; -} - -.file-preview-frame:not(.file-preview-error):hover { box-shadow: 3px 3px 5px 0 #333; } - -.file-preview-image { - height: 160px; - vertical-align: middle; -} - -.file-preview-text { - text-align: left; - width: 160px; - margin-bottom: 2px; - color: #428bca; - background: #fff; - overflow-x: hidden; -} - -.file-preview-other { - display: table-cell; - text-align: center; - vertical-align: middle; - width: 160px; - height: 160px; - border: 2px solid #999; - border-radius: 30px; - opacity: 0.8; -} - -.file-actions, .file-other-error { text-align: left; } -.file-icon-lg { font-size: 1.2em; } -.file-icon-2x { font-size: 2.4em; } -.file-icon-4x { font-size: 4.8em; } - -.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, -.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, -.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button { display: none; } - -.file-thumb-loading { background: transparent url('../../images/preloader.gif') no-repeat scroll center center content-box !important; } - -.file-actions { margin-top: 15px; } - -.file-footer-buttons { float: right; } - -.file-upload-indicator { - padding-top: 2px; - cursor: default; - opacity: 0.8; - width: 60%; -} - -.file-upload-indicator:hover { - font-weight: bold; - opacity: 1; -} - -.file-footer-caption { - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - width: 160px; - text-align: center; - padding-top: 4px; - font-size: 11px; - color: #777; - margin: 5px auto 10px auto; -} - -.file-preview-error { - opacity: 0.65; - box-shadow: none; -} - -.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover { color: #000; } - -.file-drop-zone { - border: 1px dashed #aaa; - border-radius: 4px; - height: 100%; - text-align: center; - vertical-align: middle; - margin: 12px 15px 12px 12px; - padding: 5px; -} - -.file-drop-zone-title { - color: #aaa; - font-size: 40px; - padding: 85px 10px; -} - -.file-highlighted { - border: 2px dashed #999 !important; - background-color: #f0f0f0; -} - -.file-uploading { - background: url('../../images/loading.gif') no-repeat center bottom 10px; - opacity: 0.65; -} - -.file-error-message .close { margin-top: 5px; } - -.file-thumb-progress .progress, .file-thumb-progress .progress-bar { - height: 10px; - font-size: 9px; - line-height: 10px; -} - -.file-thumbnail-footer { position: relative; } - -.file-thumb-progress { - position: absolute; - top: 22px; - left: 0; - right: 0; -} - -/* IE 10 fix */ -.btn-file ::-ms-browse { - width:100%; - height:100%; -} \ No newline at end of file diff --git a/public/css/main/components/bs-rating.css b/public/css/main/components/bs-rating.css deleted file mode 100644 index 0119e5d..0000000 --- a/public/css/main/components/bs-rating.css +++ /dev/null @@ -1,162 +0,0 @@ -/*! - * @copyright © Kartik Visweswaran, Krajee.com, 2013 - 2015 - * @version 3.5.6 - * - * A simple yet powerful JQuery star rating plugin that allows rendering - * fractional star ratings and supports Right to Left (RTL) input. - * - * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com - * For more Yii related demos visit http://demos.krajee.com - */ - /* - * Stars - */ - - .rating-loading { - width: 25px; - height: 25px; - font-size: 0px; - color: #fff; - background: transparent url('../../images/preloader.gif') top left no-repeat; - border: none; - } - - .fontawesome-icon { font-family: 'font-icons'; } - .line-icon { font-family: 'lined-icons'; } - .line2-icon { font-family: 'Simple-Line-Icons'; } - - .rating-gly-star .rating-stars:before { padding-left: 2px; } - - .rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before { padding-left: 4px; } - - .rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before { padding-left: 2px; } - - .rating-active { cursor: default; } - - .rating-disabled { cursor: not-allowed; } - - .rating-uni { - font-size: 1.2em; - margin-top: -5px; - } - - .rating-container { - position: relative; - vertical-align: middle; - display: inline-block; - color: #EEE; - overflow: hidden; - padding-right: 2px; - } - - .rating-container:before { content: attr(data-content); } - - .rating-container .rating-stars { - position: absolute; - left: 0; - top: 0; - white-space: nowrap; - overflow: hidden; - color: #fde16d; - transition: all 0.2s ease-out; - -o-transition: all 0.2s ease-out; - -moz-transition: all 0.2s ease-out; - -webkit-transition: all 0.2s ease-out; - } - - .rating-container .rating-stars:before, - .rating-container-rtl:before { - content: attr(data-content); - text-shadow: 0 0 1px rgba(0, 0, 0, 0.4); - } - - .rating-container-rtl { - position: relative; - vertical-align: middle; - display: inline-block; - overflow: hidden; - color: #fde16d; - } - - .rating-container-rtl .rating-stars { - position: absolute; - left: 0; - top: 0; - white-space: nowrap; - overflow: hidden; - color: #EEE; - transition: all 0.2s ease-out; - -o-transition: all 0.2s ease-out; - -moz-transition: all 0.2s ease-out; - -webkit-transition: all 0.2s ease-out; - } - - .rating-container-rtl .rating-stars:before { content: attr(data-content); } - - /** - * Rating sizes - */ - .rating-xl { font-size: 4em; } - .rating-lg { font-size: 3em; } - .rating-md { font-size: 2.5em; } - .rating-sm { font-size: 2em; } - .rating-xs { font-size: 1.5em; } - - /** - * Clear rating button - */ - .star-rating .clear-rating, .star-rating-rtl .clear-rating { - color: #BBB; - cursor: not-allowed; - display: inline-block; - vertical-align: middle; - font-size: 50%; - } - - .star-rating.rating-xl .clear-rating { padding: 15px 5px 0 ; } - .star-rating.rating-lg .clear-rating, - .star-rating.rating-md .clear-rating { padding: 10px 5px 0 ; } - .star-rating.rating-sm .clear-rating { padding: 8px 5px 0 ; } - .star-rating.rating-xs .clear-rating { padding: 6px 5px 0 ;} - - .clear-rating-active { cursor: pointer !important; } - - .clear-rating-active:hover { color: #1ABC9C; } - - - /** - * Caption - */ - .star-rating .caption, .star-rating-rtl .caption { - color: #999; - display: inline-block; - vertical-align: middle; - font-size: 55%; - } - - .star-rating .caption { padding-left: 5px; } - .star-rating-rtl .caption { padding-right: 5px; } - - .rtl .star-rating { direction: ltr; } - - .rtl .star-rating .clear-rating, - .rtl .star-rating .rating-container, - .rtl .star-rating .caption { - display: block; - float: right; - padding-left: 0; - margin: 8px 5px 8px 0; - } - - .rtl .star-rating .rating-container { line-height: 1; } - - .rtl .star-rating .caption { margin-top: 10px; } - - /** - * Print - */ - @media print { - .rating-container, .rating-container:before , .rating-container-rtl .rating-stars, .rating-container-rtl .rating-stars:before { color: #f3f3f3!important; } - - .star-rating .clear-rating, .star-rating-rtl .clear-rating { display: none; } - } \ No newline at end of file diff --git a/public/css/main/components/bs-select.css b/public/css/main/components/bs-select.css deleted file mode 100644 index 6f545af..0000000 --- a/public/css/main/components/bs-select.css +++ /dev/null @@ -1,253 +0,0 @@ -/*! - * Bootstrap-select v1.9.3 (http://silviomoreto.github.io/bootstrap-select) - * - * Copyright 2013-2015 bootstrap-select - * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) - */ - -.bootstrap-select { width: 220px \0; /*IE9 and below*/ } -.bootstrap-select > .dropdown-toggle { - width: 100%; - padding-right: 25px; - z-index: 1; -} -.bootstrap-select > select { - position: absolute !important; - bottom: 0; - left: 50%; - width: 0.11px !important; - height: 100% !important; - padding: 0 !important; - opacity: 0 !important; - border: none; -} -.bootstrap-select > select.mobile-device { - top: 0; - left: 0; - display: block !important; - width: 100% !important; - z-index: 2; -} -.has-error .bootstrap-select .dropdown-toggle, -.error .bootstrap-select .dropdown-toggle { border-color: #b94a48; } -.bootstrap-select.fit-width { width: auto !important; } -.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 220px; } - -.bootstrap-select .dropdown-toggle:focus { - outline: thin dotted #333333 !important; - outline: 5px auto -webkit-focus-ring-color !important; - outline-offset: -2px; -} - -.bootstrap-select.form-control { - margin-bottom: 0; - padding: 0; - border: none; -} - -.bootstrap-select.form-control:not([class*="col-"]) { width: 100%; } -.bootstrap-select.form-control.input-group-btn { z-index: auto; } - -.bootstrap-select.btn-group:not(.input-group-btn), -.bootstrap-select.btn-group[class*="col-"] { - float: none; - display: inline-block; - margin-left: 0; -} - -.bootstrap-select.btn-group.dropdown-menu-right, -.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, -.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right { float: right; } - -.form-inline .bootstrap-select.btn-group, -.form-horizontal .bootstrap-select.btn-group, -.form-group .bootstrap-select.btn-group { margin-bottom: 0; } - -.form-group-lg .bootstrap-select.btn-group.form-control, -.form-group-sm .bootstrap-select.btn-group.form-control { padding: 0; } - -.form-inline .bootstrap-select.btn-group .form-control { width: 100%; } - -.bootstrap-select.btn-group.disabled, -.bootstrap-select.btn-group > .disabled { cursor: not-allowed; } - -.bootstrap-select.btn-group.disabled:focus, -.bootstrap-select.btn-group > .disabled:focus { outline: none !important; } - -.bootstrap-select.btn-group.bs-container { position: absolute; } - -.bootstrap-select.btn-group.bs-container .dropdown-menu { z-index: 1060; } - -.bootstrap-select.btn-group .dropdown-toggle .filter-option { - display: inline-block; - overflow: hidden; - width: 100%; - text-align: left; -} -.bootstrap-select.btn-group .dropdown-toggle .caret { - position: absolute; - top: 50%; - right: 12px; - margin-top: -2px; - vertical-align: middle; -} -.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle { width: 100%; } -.bootstrap-select.btn-group .dropdown-menu { - min-width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.bootstrap-select.btn-group .dropdown-menu.inner { - position: static; - float: none; - border: 0; - padding: 0; - margin: 0; - border-radius: 0; - -webkit-box-shadow: none; - box-shadow: none; -} -.bootstrap-select.btn-group .dropdown-menu li { position: relative; } -.bootstrap-select.btn-group .dropdown-menu li.active small { color: #fff; } -.bootstrap-select.btn-group .dropdown-menu li.disabled a { cursor: not-allowed; } -.bootstrap-select.btn-group .dropdown-menu li a { - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.bootstrap-select.btn-group .dropdown-menu li a.opt { - position: relative; - padding-left: 2.25em; -} -.bootstrap-select.btn-group .dropdown-menu li a span.check-mark { display: none; } -.bootstrap-select.btn-group .dropdown-menu li a span.text { display: inline-block; } -.bootstrap-select.btn-group .dropdown-menu li small { padding-left: 0.5em; } - -.bootstrap-select.btn-group .special { - font-weight: bold !important; - color: #FFF !important; - background: #BC0000 !important; - text-transform: uppercase; -} - -.bootstrap-select.btn-group .dropdown-menu .notify { - position: absolute; - bottom: 5px; - width: 96%; - margin: 0 2%; - min-height: 26px; - padding: 3px 5px; - background: #f5f5f5; - border: 1px solid #e3e3e3; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - pointer-events: none; - opacity: 0.9; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.bootstrap-select.btn-group .no-results { - padding: 3px; - background: #f5f5f5; - margin: 0 5px; - white-space: nowrap; -} -.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option { - position: static; -} -.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret { - position: static; - top: auto; - margin-top: -1px; -} -.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { - position: absolute; - display: inline-block; - right: 15px; -} -.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { - margin-right: 34px; -} -.bootstrap-select.show-menu-arrow.open > .dropdown-toggle { - z-index: 1061; -} -.bootstrap-select.show-menu-arrow .dropdown-toggle:before { - content: ''; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 7px solid rgba(204, 204, 204, 0.2); - position: absolute; - bottom: -4px; - left: 9px; - display: none; -} -.bootstrap-select.show-menu-arrow .dropdown-toggle:after { - content: ''; - border-left: 6px solid transparent; - border-right: 6px solid transparent; - border-bottom: 6px solid white; - position: absolute; - bottom: -4px; - left: 10px; - display: none; -} -.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { - bottom: auto; - top: -3px; - border-top: 7px solid rgba(204, 204, 204, 0.2); - border-bottom: 0; -} -.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { - bottom: auto; - top: -3px; - border-top: 6px solid white; - border-bottom: 0; -} -.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { - right: 12px; - left: auto; -} -.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { - right: 13px; - left: auto; -} -.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, -.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { - display: block; -} -.bs-searchbox, -.bs-actionsbox, -.bs-donebutton { - padding: 4px 8px; -} -.bs-actionsbox { - width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.bs-actionsbox .btn-group button { - width: 50%; -} -.bs-donebutton { - float: left; - width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.bs-donebutton .btn-group button { - width: 100%; -} -.bs-searchbox + .bs-actionsbox { - padding: 0 8px 4px; -} -.bs-searchbox .form-control { - margin-bottom: 0; - width: 100%; - float: none; -} \ No newline at end of file diff --git a/public/css/main/components/bs-switches.css b/public/css/main/components/bs-switches.css deleted file mode 100644 index da12f6e..0000000 --- a/public/css/main/components/bs-switches.css +++ /dev/null @@ -1,512 +0,0 @@ -/* ======================================================================== - * bootstrap-switch - v3.3.2 - * ====================================================================== */ - -.bootstrap-switch { - display: inline-block; - direction: ltr; - cursor: pointer; - border-radius: 2px; - border: 1px solid; - border-color: #CCC; - position: relative; - text-align: left; - overflow: hidden; - line-height: 8px; - z-index: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; - -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -} -.bootstrap-switch .bootstrap-switch-container { - display: inline-block; - top: 0; - border-radius: 2px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.bootstrap-switch .bootstrap-switch-handle-on, -.bootstrap-switch .bootstrap-switch-handle-off, -.bootstrap-switch .bootstrap-switch-label { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - cursor: pointer; - display: inline-block !important; - height: 100%; - padding: 6px 12px; - font-size: 14px; - line-height: 20px; -} -.bootstrap-switch .bootstrap-switch-handle-on, -.bootstrap-switch .bootstrap-switch-handle-off { - text-align: center; - z-index: 1; -} - -.bootstrap-switch .bootstrap-switch-handle-on i, -.bootstrap-switch .bootstrap-switch-handle-off i { - position: relative; - font-size: 16px; - left: -1px; -} -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary { - color: #fff; - background: #337ab7; -} -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info { - color: #fff; - background: #5bc0de; -} -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success { - color: #fff; - background: #5cb85c; -} -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning { - background: #f0ad4e; - color: #fff; -} -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger { - color: #fff; - background: #d9534f; -} -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default { - color: #000; - background: #eeeeee; -} - -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor { - color: #FFF; - background: #1ABC9C; -} - -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-black, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-black { - color: #FFF; - background: #000; -} - -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white { - color: #000; - background: #F5F5F5; -} - -.bootstrap-switch .bootstrap-switch-label { - text-align: center; - margin-top: -1px; - margin-bottom: -1px; - z-index: 100; - color: #333333; - background: #ffffff; -} -.bootstrap-switch .bootstrap-switch-handle-on { - border-bottom-left-radius: 1px; - border-top-left-radius: 1px; -} -.bootstrap-switch .bootstrap-switch-handle-off { - border-bottom-right-radius: 1px; - border-top-right-radius: 1px; -} -.bootstrap-switch input[type='radio'], -.bootstrap-switch input[type='checkbox'] { - position: absolute !important; - top: 0; - left: 0; - margin: 0; - z-index: -1; - opacity: 0; - filter: alpha(opacity=0); -} -.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, -.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, -.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; -} -.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, -.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, -.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; -} -.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, -.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, -.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label { - padding: 6px 16px; - font-size: 18px; - line-height: 1.3333333; -} -.bootstrap-switch.bootstrap-switch-disabled, -.bootstrap-switch.bootstrap-switch-readonly, -.bootstrap-switch.bootstrap-switch-indeterminate { cursor: default !important; } -.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, -.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, -.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, -.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, -.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, -.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, -.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, -.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, -.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label { - opacity: 0.5; - filter: alpha(opacity=50); - cursor: default !important; -} -.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container { - -webkit-transition: margin-left 0.2s ease; - -o-transition: margin-left 0.2s ease; - transition: margin-left 0.2s ease; -} -.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on { - border-bottom-left-radius: 0; - border-top-left-radius: 0; - border-bottom-right-radius: 1px; - border-top-right-radius: 1px; -} -.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - border-bottom-left-radius: 1px; - border-top-left-radius: 1px; -} -.bootstrap-switch.bootstrap-switch-focused { - outline: 0; -} -.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, -.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label { - border-bottom-right-radius: 1px; - border-top-right-radius: 1px; -} -.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, -.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label { - border-bottom-left-radius: 1px; - border-top-left-radius: 1px; -} - -.bootstrap-switch-label:after { - content: ''; - position: absolute; - top: 50%; - left: 50%; - width: 10px; - height: 3px; - margin-top: -2px; - margin-left: -5px; - display: inline-block; - border-top: 1px solid #DDD; - border-bottom: 1px solid #DDD; -} - - - - - - -/* -------------------------------------------------------------- - SWITCH --------------------------------------------------------------- */ -.switch-toggle { - position: absolute; - margin-left: -9999px; - visibility: hidden; -} - -.switch-toggle + label { - display: block; - position: relative; - cursor: pointer; - outline: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -/* -------------------------------------------------------------- - SWITCH 1 - ROUND ------------------------------------------------------------------ */ -input.switch-toggle-round + label { - padding: 2px; - width: 60px; - height: 30px; - background-color: #DDD; - -webkit-border-radius: 15px; - -o-border-radius: 15px; - border-radius: 15px; -} - -input.switch-toggle-round + label:before, -input.switch-toggle-round + label:after { - display: block; - position: absolute; - top: 1px; - left: 1px; - bottom: 1px; - content: ""; -} - -input.switch-toggle-round + label:before { - right: 1px; - background-color: #F1F1F1; - -webkit-border-radius: 15px; - -o-border-radius: 15px; - border-radius: 15px; - -webkit-transition: background 0.4s; - -moz-transition: background 0.4s; - -o-transition: background 0.4s; - transition: background 0.4s; -} - -input.switch-toggle-round + label:after { - width: 28px; - background-color: #FFF; - -webkit-border-radius: 100%; - -o-border-radius: 100%; - border-radius: 100%; - -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); - -webkit-transition: margin 0.4s; - -moz-transition: margin 0.4s; - -o-transition: margin 0.4s; - transition: margin 0.4s; -} - -input.switch-toggle-round:checked + label:before { background-color: #1ABC9C; } -input.switch-toggle-round:checked + label:after { margin-left: 30px; } - -/* -------------------------------------------------------------- - SWITCH 1 - ROUND- MINI ------------------------------------------------------------------ */ -input.switch-rounded-mini.switch-toggle-round + label { - padding: 1px; - width: 32px; - height: 16px; - -webkit-border-radius: 8px; - -o-border-radius: 8px; - border-radius: 8px; -} - -input.switch-rounded-mini.switch-toggle-round + label:before { - -webkit-border-radius: 8px; - -o-border-radius: 8px; - border-radius: 8px; -} - -input.switch-rounded-mini.switch-toggle-round + label:after { width: 15px; } -input.switch-rounded-mini.switch-toggle-round:checked + label:after { margin-left: 15px; } - -/* -------------------------------------------------------------- - SWITCH 1 - ROUND- LARGE ------------------------------------------------------------------ */ -input.switch-rounded-large.switch-toggle-round + label { - width: 90px; - height: 45px; - -webkit-border-radius: 45px; - -o-border-radius: 45px; - border-radius: 45px; -} - -input.switch-rounded-large.switch-toggle-round + label:before { - -webkit-border-radius: 45px; - -o-border-radius: 45px; - border-radius: 45px; -} - -input.switch-rounded-large.switch-toggle-round + label:after { width: 43px; } -input.switch-rounded-large.switch-toggle-round:checked + label:after { margin-left: 45px; } - - -/* -------------------------------------------------------------- - SWITCH 1 - ROUND- XLARGE ------------------------------------------------------------------ */ -input.switch-rounded-xlarge.switch-toggle-round + label { - width: 120px; - height: 60px; - -webkit-border-radius: 60px; - -o-border-radius: 60px; - border-radius: 60px; -} - -input.switch-rounded-xlarge.switch-toggle-round + label:before { - -webkit-border-radius: 60px; - -o-border-radius: 60px; - border-radius: 60px; -} - -input.switch-rounded-xlarge.switch-toggle-round + label:after { width: 58px; } -input.switch-rounded-xlarge.switch-toggle-round:checked + label:after { margin-left: 60px; } - - -/* ----------------------------------------------------------- - SWITCH 2 - ROUND FLAT --------------------------------------------------------------- */ -input.switch-toggle-flat + label { - padding: 2px; - width: 60px; - height: 30px; - background-color: #DDD; - -webkit-border-radius: 30px; - -moz-border-radius: 30px; - -ms-border-radius: 30px; - -o-border-radius: 30px; - border-radius: 30px; - -webkit-transition: background 0.4s; - -moz-transition: background 0.4s; - -o-transition: background 0.4s; - transition: background 0.4s; -} - -input.switch-toggle-flat + label:before, -input.switch-toggle-flat + label:after { - display: block; - position: absolute; - content: ""; -} - -input.switch-toggle-flat + label:before { - top: 2px; - left: 2px; - bottom: 2px; - right: 2px; - background-color: #FFF; - -webkit-border-radius: 30px; - -moz-border-radius: 30px; - -ms-border-radius: 30px; - -o-border-radius: 30px; - border-radius: 30px; - -webkit-transition: background 0.4s; - -moz-transition: background 0.4s; - -o-transition: background 0.4s; - transition: background 0.4s; -} - -input.switch-toggle-flat + label:after { - top: 4px; - left: 4px; - bottom: 4px; - width: 22px; - background-color: #DDD; - -webkit-border-radius: 22px; - -moz-border-radius: 22px; - -ms-border-radius: 22px; - -o-border-radius: 22px; - border-radius: 22px; - -webkit-transition: margin 0.4s, background 0.4s; - -moz-transition: margin 0.4s, background 0.4s; - -o-transition: margin 0.4s, background 0.4s; - transition: margin 0.4s, background 0.4s; -} - -input.switch-toggle-flat:checked + label { background-color: #1ABC9C; } - -input.switch-toggle-flat:checked + label:after { - margin-left: 30px; - background-color: #1ABC9C; -} - - -/* ----------------------------------------------------------- - SWITCH 2 - FLAT - MINI --------------------------------------------------------------- */ -input.switch-flat-mini.switch-toggle-flat + label { - padding: 1px; - width: 32px; - height: 16px; - -webkit-border-radius: 16px; - -o-border-radius: 16px; - border-radius: 16px; -} - -input.switch-flat-mini.switch-toggle-flat + label:before { - top: 1px; - left: 1px; - bottom: 1px; - right: 1px; - -webkit-border-radius: 16px; - -o-border-radius: 16px; - border-radius: 16px; -} - -input.switch-flat-mini.switch-toggle-flat + label:after { - top: 2px; - left: 2px; - bottom: 2px; - width: 12px; - -webkit-border-radius: 12px; - -o-border-radius: 12px; - border-radius: 12px; -} - -input.switch-flat-mini.switch-toggle-flat:checked + label:after { margin-left: 16px; } - - -/* ----------------------------------------------------------- - SWITCH 2 - FLAT - LARGE --------------------------------------------------------------- */ -input.switch-flat-large.switch-toggle-flat + label { - width: 90px; - height: 45px; - -webkit-border-radius: 45px; - -o-border-radius: 45px; - border-radius: 45px; -} - -input.switch-flat-large.switch-toggle-flat + label:before { - -webkit-border-radius: 45px; - -o-border-radius: 45px; - border-radius: 45px; -} - -input.switch-flat-large.switch-toggle-flat + label:after { - width: 37px; - -webkit-border-radius: 37px; - -o-border-radius: 37px; - border-radius: 37px; -} - -input.switch-flat-large.switch-toggle-flat:checked + label:after { margin-left: 45px; } - - - -/* ----------------------------------------------------------- - SWITCH 2 - FLAT - XLARGE --------------------------------------------------------------- */ -input.switch-flat-xlarge.switch-toggle-flat + label { - padding: 2px; - width: 120px; - height: 60px; - -webkit-border-radius: 60px; - -o-border-radius: 60px; - border-radius: 60px; -} - -input.switch-flat-xlarge.switch-toggle-flat + label:before { - -webkit-border-radius: 60px; - -o-border-radius: 60px; - border-radius: 60px; -} -input.switch-flat-xlarge.switch-toggle-flat + label:after { - width: 52px; - -webkit-border-radius: 52px; - -o-border-radius: 52px; - border-radius: 52px; -} - -input.switch-flat-xlarge.switch-toggle-flat:checked + label:after { margin-left: 60px; } - diff --git a/public/css/main/components/dark-components.css b/public/css/main/components/dark-components.css deleted file mode 100644 index ede762c..0000000 --- a/public/css/main/components/dark-components.css +++ /dev/null @@ -1,341 +0,0 @@ - -/* ======================================================================== - Dark - timepicker.css -======================================================================== */ -.dark .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-bottom: 7px solid #444; } -.dark .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-bottom-color: #222; } -.dark .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-top-color: #DDD; } -.dark .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-top-color: #222; } -.dark .bootstrap-datetimepicker-widget table th.disabled, -.dark .bootstrap-datetimepicker-widget table th.disabled:hover { color: #AAA; } -.dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #444; } -.dark .bootstrap-datetimepicker-widget table td.cw { color: #AAA; } -.dark .bootstrap-datetimepicker-widget table td.day:hover, -.dark .bootstrap-datetimepicker-widget table td.hour:hover, -.dark .bootstrap-datetimepicker-widget table td.minute:hover, -.dark .bootstrap-datetimepicker-widget table td.second:hover { background: #444; } -.dark .bootstrap-datetimepicker-widget table td.old, -.dark .bootstrap-datetimepicker-widget table td.new { color: #AAA; } -.dark .bootstrap-datetimepicker-widget table td.active, -.dark .bootstrap-datetimepicker-widget table td.active:hover { color: #222; } -.dark .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #222; } -.dark .bootstrap-datetimepicker-widget table td.disabled, -.dark .bootstrap-datetimepicker-widget table td.disabled:hover { color: #AAA; } -.dark .bootstrap-datetimepicker-widget table td span:hover { background: #444; } -.dark .bootstrap-datetimepicker-widget table td span.active { color: #222; } -.dark .bootstrap-datetimepicker-widget table td span.old { color: #AAA; } -.dark .bootstrap-datetimepicker-widget table td span.disabled, -.dark .bootstrap-datetimepicker-widget table td span.disabled:hover { color: #AAA; } - - - - -/* ======================================================================== - select-boxes.css -======================================================================== */ -.dark .select2-dropdown { - background-color: #333; - border-color: #555; -} -.dark .select2-close-mask { background-color: #333; } - -.dark .select2-container--default .select2-selection--single { - background-color: #333; - border-color: #555; -} -.dark .select2-container--default .select2-selection--single .select2-selection__rendered { color: #EEE; } -.dark .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; } - -.dark .select2-container--default .select2-selection--multiple { - background-color: #333; - border-color: #555; -} -.dark .select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; } -.dark .select2-container--default .select2-selection--multiple .select2-selection__choice { - background-color: #444; - border-color: #555; -} -.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; } -.dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #EEE; } - -.dark .select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #444; } - -.dark .select2-container--default .select2-search--dropdown .select2-search__field { - border-color: #555; - background-color: #555; - color: #EEE; -} - -.dark .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; } - -.dark .select2-container--default .select2-results__option[aria-selected=true] { background-color: #444; } - -.dark .select2-container--default .select2-results__option--highlighted[aria-selected] { - background-color: #5897fb; - color: #EEE; } - -.dark .select2-container--classic .select2-selection--single { - background-color: #444; - border-color: #555; - background-image: -webkit-linear-gradient(top, white 50%, #444 100%); - background-image: -o-linear-gradient(top, white 50%, #444 100%); - background-image: linear-gradient(to bottom, white 50%, #444 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44444444', endColorstr='#44EEEEEE', GradientType=0); -} -.dark .select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; } -.dark .select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; } -.dark .select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; } -.dark .select2-container--classic .select2-selection--single .select2-selection__arrow { - background-color: #444; - border-left-color: #555; - background-image: -webkit-linear-gradient(top, #444 50%, #444 100%); - background-image: -o-linear-gradient(top, #444 50%, #444 100%); - background-image: linear-gradient(to bottom, #444 50%, #444 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44EEEEEE', endColorstr='#44CCCCCC', GradientType=0); -} - -.dark .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border-right-color: #555; } - -.dark .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { - background-image: -webkit-linear-gradient(top, white 0%, #444 50%); - background-image: -o-linear-gradient(top, white 0%, #444 50%); - background-image: linear-gradient(to bottom, white 0%, #444 50%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44444444', endColorstr='#44EEEEEE', GradientType=0); -} - -.dark .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { - background-image: -webkit-linear-gradient(top, #444 50%, white 100%); - background-image: -o-linear-gradient(top, #444 50%, white 100%); - background-image: linear-gradient(to bottom, #444 50%, white 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44EEEEEE', endColorstr='#444', GradientType=0); -} - -.dark .select2-container--classic .select2-selection--multiple { - background-color: #333; - border-color: #555; -} - -.dark .select2-container--classic .select2-selection--multiple:focus { border-color: #5897fb; } -.dark .select2-container--classic .select2-selection--multiple .select2-selection__choice { - background-color: #444; - border-color: #555; -} -.dark .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #EEE; } - -.dark .select2-container--classic .select2-search--dropdown .select2-search__field { border-color: #555; } - -.dark .select2-container--classic .select2-dropdown { background-color: #333;} - -.dark .select2-container--classic .select2-results__option[aria-disabled=true] { color: #444; } - -.dark .select2-container--classic .select2-results__option--highlighted[aria-selected] { color: #333; } - -.dark .select2-container--default.select2-container--disabled .select2-selection--single { background-color: rgba(255,255,255,0.1); } - - - - - - -/* ======================================================================== - radio-checkbox.css -======================================================================== */ - -.dark .checkbox-style-1-label:before, -.dark .radio-style-1-label:before, -.dark .checkbox-style-2-label:before, -.dark .radio-style-2-label:before, -.dark .checkbox-style-3-label:before, -.dark .radio-style-3-label:before { - background: #333; - border-color: #444; -} - -.dark .radio-style:checked + .radio-style-1-label:before { background: #CCC; } - -/* Checkbox-small + Radio-small */ -.dark .checkbox-style-1-label.checkbox-small:before, -.dark .radio-style-1-label.radio-small:before, -.dark .checkbox-style-2-label.checkbox-small:before, -.dark .radio-style-2-label.radio-small:before, -.dark .checkbox-style-3-label.checkbox-small:before, -.dark .radio-style-3-label.radio-small:before { border-color: #444; } - -/* Style-2 */ -.dark .checkbox-style:checked + .checkbox-style-2-label:before { box-shadow: inset 0px 0px 0px 4px #000; } - -.dark .radio-style:checked + .radio-style-2-label:before { - background: #CCC; - box-shadow: inset 0px 0px 0px 4px #333; -} - -.dark .checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #000; } -.dark .radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #000; } - -/* style-3 */ -.dark .checkbox-style:checked + .checkbox-style-3-label:before, -.dark .radio-style:checked + .radio-style-3-label:before { color: #222; } -.dark .radio-style:checked + .radio-style-3-label:before { - color: #CCC; - border-color: #CCC; -} - -/* style-3 - Small */ -.dark .checkbox-style + .checkbox-style-3-label.checkbox-small:before, -.dark .radio-style + .radio-style-3-label.radio-small:before { border-color: #555; } - - - - - - - -/* ======================================================================== - ion.rangeslider.css -======================================================================== */ -.dark .irs-bar-edge, -.dark .irs-line-mid, -.dark .irs-line-left, -.dark .irs-line-right { background-color: #444; } - - - - -/*======================================================================== - daterangepicker.css - ======================================================================== */ -.dark .daterangepicker { background: #222; } - -.dark .daterangepicker.opensleft:before { - border-bottom-color: #444; - border-bottom-color: rgba(255, 255, 255, 0.2); -} - -.dark .daterangepicker.opensleft:after { - border-bottom-color: #555; - border-left-color: transparent; -} - -.dark .daterangepicker.openscenter:before { - border-bottom-color: #444; - border-left-color: transparent; - border-bottom-color- rgba(0, 0, 0, 0.2); -} - -.dark .daterangepicker.openscenter:after { - border-bottom-color: #222; - border-left-color: transparent; -} - -.dark .daterangepicker.opensright:before { - border-bottom-color: #444; - border-left-color: transparent; - border-bottom-color- rgba(0, 0, 0, 0.2); -} - -.dark .daterangepicker.opensright:after { - border-bottom-color: #222; - border-left-color: transparent; -} - -.dark .daterangepicker.dropup:before{ border-top-color: #444; } - -.dark .daterangepicker.dropup:after{ border-top-color: #222; } - -.dark .daterangepicker .calendar-table { - border-color: #444; - background: #222; -} - -.dark .daterangepicker td.off, .dark .daterangepicker td.off.in-range, .dark .daterangepicker td.off.start-date, .dark .daterangepicker td.off.end-date { - color: #999; - background: #222; -} - -.dark .daterangepicker td.disabled, .dark .daterangepicker option.disabled { color: #999; } - -.dark .daterangepicker td.available:hover, .dark .daterangepicker th.available:hover { background: #555; } - -.dark .daterangepicker td.in-range { - background: #444; - border-radius: 0; -} - -.dark .daterangepicker td.active, .dark .daterangepicker td.active:hover { - background-color: #357ebd; - border-color: #3071a9; - color: #EEE; -} - -.dark .daterangepicker td.week, .dark .daterangepicker th.week { color: #444; } - -.dark .reportrange { border-color: #444 !important; } - -/* Text Input Above Each Calendar */ -.dark .daterangepicker .input-mini { - border-color: #444; - color: #555; -} - -.dark .daterangepicker .input-mini.active { border-color: #357ebd; } - -.dark .daterangepicker .calendar-time select.disabled { color: #444; } - -.daterangepicker .daterangepicker_input i { color: #333; } - - /* Predefined Ranges */ -.dark .daterangepicker .ranges li { - background: #333; - border-color: #333; - color: #EEE; -} - -.dark .daterangepicker .ranges li.active, .dark .daterangepicker .ranges li:hover { - background: #08c; - border-color: #08c; - color: #EEE; -} - -.dark .input-daterange .input-group-addon { - background-color: #222; - border-color: #111; - text-shadow: none; -} - - - - -/* ======================================================================== -* bs-switches.css -* ====================================================================== */ - -.dark .bootstrap-switch { border-color: #444; } - -.dark .bootstrap-switch .bootstrap-switch-label { - color: #EEE; - background: #222; -} - -.dark .bootstrap-switch-label:after { - border-top-color: #444; - border-bottom-color: #444; -} - -/* Switches --------------------------------------------------------------- */ -.dark input.switch-toggle-round + label { background-color: #444; } - -.dark input.switch-toggle-round + label:before, -.dark input.switch-toggle-flat + label:before { background-color: #222; } - -.dark input.switch-toggle-flat + label, -.dark input.switch-toggle-flat + label:after { background-color: #AAA; } - -.dark input.switch-toggle-round + label:after { - background-color: #AAA; - -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); - -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); -} - diff --git a/public/css/main/components/daterangepicker.css b/public/css/main/components/daterangepicker.css deleted file mode 100644 index 5ce43f8..0000000 --- a/public/css/main/components/daterangepicker.css +++ /dev/null @@ -1,385 +0,0 @@ -/** - * A stylesheet for use with Bootstrap 3.x - * @author: Dan Grossman http://www.dangrossman.info/ - * @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved. - * @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php - * @website: https://www.improvely.com/ - */ - - /* Container Appearance */ - - .daterangepicker { - position: absolute; - background: #fff; - top: 100px; - left: 20px; - padding: 10px; - margin-top: 5px; - border-radius: 4px; - width:278px; - } - - .daterangepicker.opensleft:before { - position: absolute; - top: -7px; - right: 9px; - display: inline-block; - border-right: 7px solid transparent; - border-bottom: 7px solid #ccc; - border-left: 7px solid transparent; - border-bottom-color: rgba(0, 0, 0, 0.2); - content: ''; - } - - .daterangepicker.opensleft:after { - position: absolute; - top: -6px; - right: 10px; - display: inline-block; - border-right: 6px solid transparent; - border-bottom: 6px solid #fff; - border-left: 6px solid transparent; - content: ''; - } - - .daterangepicker.openscenter:before { - position: absolute; - top: -7px; - left: 0; - right: 0; - width: 0; - margin-left: auto; - margin-right: auto; - display: inline-block; - border-right: 7px solid transparent; - border-bottom: 7px solid #ccc; - border-left: 7px solid transparent; - border-bottom-color: rgba(0, 0, 0, 0.2); - content: ''; - } - - .daterangepicker.openscenter:after { - position: absolute; - top: -6px; - left: 0; - right: 0; - width: 0; - margin-left: auto; - margin-right: auto; - display: inline-block; - border-right: 6px solid transparent; - border-bottom: 6px solid #fff; - border-left: 6px solid transparent; - content: ''; - } - - .daterangepicker.opensright:before { - position: absolute; - top: -7px; - left: 9px; - display: inline-block; - border-right: 7px solid transparent; - border-bottom: 7px solid #ccc; - border-left: 7px solid transparent; - border-bottom-color: rgba(0, 0, 0, 0.2); - content: ''; - } - - .daterangepicker.opensright:after { - position: absolute; - top: -6px; - left: 10px; - display: inline-block; - border-right: 6px solid transparent; - border-bottom: 6px solid #fff; - border-left: 6px solid transparent; - content: ''; - } - - .daterangepicker.dropup{ - margin-top: -5px; - } - .daterangepicker.dropup:before{ - top: initial; - bottom:-7px; - border-bottom: initial; - border-top: 7px solid #ccc; - } - .daterangepicker.dropup:after{ - top: initial; - bottom:-6px; - border-bottom: initial; - border-top: 6px solid #fff; - } - - .daterangepicker.dropdown-menu { - max-width: none; - z-index: 3000; - } - - .daterangepicker.single .ranges, .daterangepicker.single .calendar { - float: none; - } - - .daterangepicker .calendar { - display: none; - max-width: 270px; - margin: 4px; - } - - .daterangepicker.show-calendar .calendar { - display: block; - } - - .daterangepicker .calendar.single .calendar-table { - border: none; - } - - /* Calendars */ - - .daterangepicker .calendar th, .daterangepicker .calendar td { - white-space: nowrap; - text-align: center; - min-width: 32px; - } - - .daterangepicker .calendar-table { - border: 2px solid #ddd; - padding: 8px; - border-radius: 2px; - background: #FFF; - } - - .daterangepicker table { - width: 100%; - margin: 0; - } - - .daterangepicker td, .daterangepicker th { - text-align: center; - width: 20px; - height: 20px; - border-radius: 4px; - white-space: nowrap; - cursor: pointer; - } - - .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { - color: #999; - background: #fff; - } - - .daterangepicker td.disabled, .daterangepicker option.disabled { - color: #999; - cursor: not-allowed; - text-decoration: line-through; - } - - .daterangepicker td.available:hover, .daterangepicker th.available:hover { - background: #eee; - } - - .daterangepicker td.in-range { - background: #ebf4f8; - border-radius: 0; - } - - .daterangepicker td.start-date { - border-radius: 4px 0 0 4px; - } - - .daterangepicker td.end-date { - border-radius: 0 4px 4px 0; - } - - .daterangepicker td.start-date.end-date { - border-radius: 4px; - } - - .daterangepicker td.active, .daterangepicker td.active:hover { - background-color: #357ebd; - border-color: #3071a9; - color: #fff; - } - - .daterangepicker td.week, .daterangepicker th.week { - font-size: 80%; - color: #ccc; - } - - .daterangepicker select.monthselect, .daterangepicker select.yearselect { - font-size: 12px; - padding: 1px; - height: auto; - margin: 0; - cursor: default; - } - - .daterangepicker select.monthselect { - margin-right: 2%; - width: 56%; - } - - .daterangepicker select.yearselect { - width: 40%; - } - - .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { - width: 50px; - margin-bottom: 0; - } - - .daterangepicker th.month { - width: auto; - } - - .reportrange { - border: 2px solid #CCC !important; - padding: 8px 12px !important; - } - - /* Text Input Above Each Calendar */ - - .daterangepicker .input-mini { - border: 2px solid #ccc; - border-radius: 2px; - color: #555; - display: block; - height: 30px; - line-height: 30px; - vertical-align: middle; - margin: 0 0 12px 0; - padding: 0 6px 0 28px; - width: 100%; - } - - .daterangepicker .input-mini.active { - border-color: #357ebd; - } - - .daterangepicker .daterangepicker_input i { - position: absolute; - left: 10px; - top: 5px; - } - - .daterangepicker .daterangepicker_input i.icon-time { - top: 1px; - left: 16px; - } - - .daterangepicker .daterangepicker_input { - position: relative; - } - - /* Time Picker */ - - .daterangepicker .calendar-time { - text-align: center; - margin: 10px auto; - line-height: 30px; - position: relative; - } - - .daterangepicker .calendar-time select.disabled { - color: #ccc; - cursor: not-allowed; - } - - /* Predefined Ranges */ - - .daterangepicker .ranges { - font-size: 11px; - float: none; - margin: 4px; - text-align: left; - } - - .daterangepicker .ranges ul { - list-style: none; - margin: 0 auto; - padding: 0; - width: 100%; - } - - .daterangepicker .ranges li { - font-size: 13px; - background: #f5f5f5; - border: 1px solid #f5f5f5; - color: #08c; - padding: 3px 12px; - margin-bottom: 8px; - border-radius: 5px; - cursor: pointer; - } - - .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover { - background: #08c; - border: 1px solid #08c; - color: #fff; - } - - /* Larger Screen Styling */ - @media (min-width: 564px) { - .daterangepicker{ - width: auto; - } - - .daterangepicker .ranges ul { - width: 160px; - } - .daterangepicker.single .ranges ul { - width: 100%; - } - .daterangepicker .calendar.left .calendar-table { - border-right: none; - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - - .daterangepicker .calendar.right .calendar-table { - border-left: none; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - - .daterangepicker .calendar.left { - clear: left; - margin-right: 0; - } - .daterangepicker.single .calendar.left { - clear: none; - } - .daterangepicker.single .ranges, - .daterangepicker.single .calendar{ - float:left; - } - - .daterangepicker .calendar.right { - margin-left: 0; - } - - .daterangepicker .left .daterangepicker_input { - padding-right: 12px; - } - - .daterangepicker .calendar.left .calendar-table { - padding-right: 12px; - } - - .daterangepicker .ranges, - .daterangepicker .calendar { - float: left; - } - } - - @media (min-width: 730px) { - .daterangepicker .ranges { - width: auto; - float: left; - } - .daterangepicker .calendar.left { - clear: none; - } - } - diff --git a/public/css/main/components/ion.rangeslider.css b/public/css/main/components/ion.rangeslider.css deleted file mode 100644 index ee4ccdf..0000000 --- a/public/css/main/components/ion.rangeslider.css +++ /dev/null @@ -1,266 +0,0 @@ -/* Ion.RangeSlider -// css version 2.0.3 -// © 2013-2014 Denis Ineshin | IonDen.com -// ===================================================================================================================*/ - -/* ===================================================================================================================== -// RangeSlider */ - -.irs { - position: relative; display: block; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .irs-line { - position: relative; display: block; - overflow: hidden; - outline: none !important; - } - .irs-line-left, .irs-line-mid, .irs-line-right { - position: absolute; display: block; - top: 0; - } - .irs-line-left { - left: 0; width: 11%; - } - .irs-line-mid { - left: 9%; width: 82%; - } - .irs-line-right { - right: 0; width: 11%; - } - - .irs-bar { - position: absolute; display: block; - left: 0; width: 0; - } - .irs-bar-edge { - position: absolute; display: block; - top: 0; left: 0; - } - - .irs-shadow { - position: absolute; display: none; - left: 0; width: 0; - } - - .irs-slider { - position: absolute; display: block; - cursor: pointer; - z-index: 1; - } - .irs-slider.single { - - } - .irs-slider.from { - - } - .irs-slider.to { - - } - .irs-slider.type_last { - z-index: 2; - } - - .irs-min { - position: absolute; display: block; - left: 0; - cursor: default; - } - .irs-max { - position: absolute; display: block; - right: 0; - cursor: default; - } - - .irs-from, .irs-to, .irs-single { - position: absolute; display: block; - top: 0; left: 0; - cursor: default; - white-space: nowrap; - } - -.irs-grid { - position: absolute; display: none; - bottom: 0; left: 0; - width: 100%; height: 20px; -} -.irs-with-grid .irs-grid { - display: block; -} - .irs-grid-pol { - position: absolute; - top: 0; left: 0; - width: 1px; height: 8px; - background: #000; - } - .irs-grid-pol.small { - height: 4px; - } - .irs-grid-text { - position: absolute; - bottom: 0; left: 0; - white-space: nowrap; - text-align: center; - font-size: 9px; line-height: 9px; - padding: 0 3px; - color: #000; - } - -.irs-disable-mask { - position: absolute; display: block; - top: 0; left: -1%; - width: 102%; height: 100%; - cursor: default; - background: rgba(0,0,0,0.0); - z-index: 2; -} -.lt-ie9 .irs-disable-mask { - background: #000; - filter: alpha(opacity=0); - cursor: not-allowed; -} - -.irs-disabled { - opacity: 0.4; -} - - -.irs-hidden-input { - position: absolute !important; - display: block !important; - top: 0 !important; - left: 0 !important; - width: 0 !important; - height: 0 !important; - font-size: 0 !important; - line-height: 0 !important; - padding: 0 !important; - margin: 0 !important; - outline: none !important; - z-index: -9999 !important; - background: none !important; - border-style: solid !important; - border-color: transparent !important; -} - - -/* Ion.RangeSlider, Nice Skin -// css version 2.0.3 -// © Denis Ineshin, 2014 https://github.com/IonDen -// ===================================================================================================================*/ - -/* ===================================================================================================================== -// Skin details */ - -.irs-slider { - background: url(rangeslider/sprite-skin-nice.png) repeat-x; -} - -.irs-bar-edge, -.irs-line-mid, -.irs-line-left, -.irs-line-right { - background-color: #EEE; - border-radius: 100px; -} - -.irs { - height: 40px; -} -.irs-with-grid { - height: 60px; -} -.irs-line { - height: 8px; top: 25px; -} - .irs-line-left { - height: 8px; - background-position: 0 -30px; - } - .irs-line-mid { - height: 8px; - background-position: 0 0; - } - .irs-line-right { - height: 8px; - background-position: 100% -30px; - } - -.irs-bar { - height: 8px; - top: 25px; - background-color: #1ABC9C; - border-radius: 100px -} - .irs-bar-edge { - top: 25px; - height: 8px; - width: 11px; - background-position: 0 -90px; - } - -.irs-shadow { - height: 8px; - top: 25px; - background: rgba(0,0,0,0.9); - opacity: 0.15; -} -.lt-ie9 .irs-shadow { - filter: alpha(opacity=15); -} - -.irs-slider { - width: 22px; height: 22px; - top: 17px; - background-position: 0 -120px; -} - -.irs-min, .irs-max { - color: #999; - font-size: 11px; - line-height: 1.333; - text-shadow: none; - top: -8px; - padding: 3px; - background: rgba(0,0,0,0.05); - -moz-border-radius: 2px; - border-radius: 2px; -} - -.irs-from, .irs-to, .irs-single { - color: #FFF; - top: -8px; - font-size: 11px; - line-height: 1.333; - text-shadow: none; - padding: 3px; - background: #1ABC9C; - -moz-border-radius: 2px; - border-radius: 2px; -} - -.irs-from:after, .irs-single:after, .irs-to:after { - content: ""; - position: absolute; - display: block; - bottom: -6px; - left: 50%; - width: 0; - height: 0; - margin-left: -3px; - overflow: hidden; - border: 3px solid transparent; - border-top-color: #1ABC9C; -} - -.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { background: #DDD; } - -.irs-grid-pol { background: #AAA; } -.irs-grid-text { color: #AAA } - -.irs-disabled { } diff --git a/public/css/main/components/pricing-table.css b/public/css/main/components/pricing-table.css deleted file mode 100644 index d26b02f..0000000 --- a/public/css/main/components/pricing-table.css +++ /dev/null @@ -1,1165 +0,0 @@ -/* Common styles */ - -.pricing { - display: -webkit-flex; - display: flex; - -webkit-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-justify-content: center; - justify-content: center; - width: 100%; - margin: 0 auto 3em; -} - -.pricing--item { - position: relative; - display: -webkit-flex; - display: flex; - -webkit-flex-direction: column; - flex-direction: column; - -webkit-align-items: stretch; - align-items: stretch; - text-align: center; - -webkit-flex: 0 1 330px; - flex: 0 1 330px; -} - -.pricing--feature-list { - text-align: left; -} - -.pricing--action { - color: inherit; - border: none; - background: none; -} - -.pricing--action:focus { - outline: none; -} - -/* Individual styles */ - -/* Sonam */ -.pricing--sonam .pricing--item { - margin: 1em; - padding: 2em; - cursor: default; - border-radius: 10px; - background: #1F1F1F; - box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3); - -webkit-transition: background 0.3s; - transition: background 0.3s; -} - -.pricing--sonam .pricing--item:hover { - background: #141315; -} - -.pricing--sonam .pricing--title { - font-size: 2em; - width: 100%; - margin: 0 0 0.25em; - padding: 0 0 0.5em; - border-bottom: 3px solid rgb(27, 26, 28); -} - -.pricing--sonam .pricing--price { - color: #E06060; - font-size: 1.75em; - padding: 1em 0 0.75em; -} - -.pricing--sonam .pricing--sentence { - font-weight: bold; -} - -.pricing--sonam .pricing--feature-list { - margin: 0; - padding: 1em 1.25em 2em; -} - -.pricing--sonam .pricing--action { - font-weight: bold; - margin-top: auto; - padding: 0.75em 2em; - border-radius: 5px; - background: #E06060; - -webkit-transition: background 0.3s; - transition: background 0.3s; -} - -.pricing--sonam .pricing--action:hover, -.pricing--sonam .pricing--action:focus { - background: #BD3C3C; -} - -/* Jinpa */ -.pricing--jinpa .pricing--item { - font-family: 'Raleway'; - margin: 1.5em 0; - padding: 2em; - cursor: default; - color: #333; - border: 1px solid #EEE; - -webkit-transition: background-color 0.6s, color 0.3s; - transition: background-color 0.6s, color 0.3s; -} - -.pricing--jinpa .pricing--item:nth-child(2) { - border-right: none; - border-left: none; -} - -.pricing--jinpa .pricing--item:hover { - color: #444; - background: #F5F5F5; -} - -.pricing--jinpa .pricing--title { - font-size: 2em; - width: 100%; - margin: 0; - padding: 0; -} - -.pricing--jinpa .pricing--price { - font-size: 1.45em; - font-weight: bold; - line-height: 95px; - width: 100px; - height: 100px; - margin: 1.15em auto 1em; - border-radius: 50%; - background: #ea716e; - color: #FFF; - -webkit-transition: color 0.3s, background 0.3s; - transition: color 0.3s, background 0.3s; -} - -.pricing--jinpa .pricing--item:first-child .pricing--price { - background: #eac36e; -} - -.pricing--jinpa .pricing--item:nth-child(2) .pricing--price { - background: #eaa36e; -} - -.pricing--jinpa .pricing--item:hover .pricing--price { - color: #fff; - background: #82C57E; -} - -.pricing--jinpa .pricing--sentence { - font-weight: bold; - font-size: 17px; - letter-spacing: 1px; -} - -.pricing--jinpa .pricing--feature-list { - margin: 0; - padding: 1em 1em 2em; - list-style: none; - text-align: center; -} - -.pricing--jinpa .pricing--action { - font-weight: bold; - margin-top: auto; - padding: 0.75em 2em; - opacity: 0; - color: #fff; - background: #82C57E; - -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; - transition: transform 0.3s, opacity 0.3s; - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); -} - -.pricing--jinpa .pricing--item:hover .pricing--action { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.pricing--jinpa .pricing--action:hover, -.pricing--jinpa .pricing--action:focus { - background: #6EA76B; -} - -@media screen and (max-width: 60em) { - .pricing--jinpa .pricing--item { - max-width: none; - width: 90%; - flex: none; - } - .pricing--jinpa .pricing--item:nth-child(2) { - border: 1px solid #fff; - } -} - -/* Tenzin */ -.pricing--tenzin .pricing--item { - margin: 1em; - padding: 2em 2.5em; - text-align: left; - color: #262b38; - background: #EEF0F3; - border-top: 3px solid #EEF0F3; - -webkit-transition: border-color 0.3s; - transition: border-color 0.3s; -} - -.pricing--tenzin .pricing--item:hover { - border-color: #3e62e0; -} - -.pricing--tenzin .pricing--title { - font-size: 1em; - margin: 0 0 1em; -} - -.pricing--tenzin .pricing--price { - font-size: 2em; - font-weight: bold; - padding: 0.5em 0 0.75em; - border-top: 3px solid rgba(139, 144, 157, 0.18); -} - -.pricing--tenzin .pricing--currency { - font-size: 0.5em; - vertical-align: super; -} - -.pricing--tenzin .pricing--sentence { - font-weight: bold; - padding: 0 0 0.5em; - color: #9CA0A9; - border-bottom: 3px solid rgba(139, 144, 157, 0.18); -} - -.pricing--tenzin .pricing--feature-list { - font-size: 0.85em; - font-style: italic; - margin: 0; - padding: 0.25em 0 2.5em; - list-style: none; - text-align: right; - color: #8b909d; -} - -.pricing--tenzin .pricing--action { - font-weight: bold; - margin-top: auto; - padding: 1em 2em; - color: #fff; - border-radius: 30px; - background: #3e62e0; - -webkit-transition: background-color 0.3s; - transition: background-color 0.3s; -} - -.pricing--tenzin .pricing--action:hover, -.pricing--tenzin .pricing--action:focus { - background-color: #3b5ac5; -} - -/* Yama */ -.pricing--yama .pricing--item { - margin: 1em; - padding: 0 0 2em; - color: #fff; - background: #1e1c20; -} - -.pricing--yama .pricing--title { - font-family: 'Playfair Display', serif; - font-size: 2.35em; - font-weight: 900; - line-height: 1; - width: 290px; - margin: 0 auto; - padding: 1em 1em 0em; -} - -.pricing--amp { - padding: 0.15em 0 0.1em; - color: #0f0e0f; -} - -.pricing--yama .pricing--sentence { - margin-bottom: 2em; - color: #555357; -} - -.pricing--yama .pricing--price { - font-size: 2em; - font-weight: bold; - position: relative; - z-index: 10; - overflow: hidden; - padding: 0.75em; - cursor: default; - color: #ef7d46; - background: #1a181b; - -webkit-transition: color 0.3s; - transition: color 0.3s; -} - -.pricing--yama .pricing--item:hover .pricing--price { - color: #fff; -} - -.pricing--yama .pricing--price::before { - content: ''; - position: absolute; - z-index: -1; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; - background: #141315; - -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; - transition: transform 0.3s, opacity 0.3s; - -webkit-transform: translate3d(-150%,0,0) skewX(40deg); - transform: translate3d(-150%,0,0) skewX(40deg); -} - -.pricing--yama .pricing--item:hover .pricing--price::before { - opacity: 1; - -webkit-transform: translate3d(0,0,0) skewX(0deg); - transform: translate3d(0,0,0) skewX(0deg); -} - -.pricing--yama .pricing--period { - font-size: 0.5em; - font-weight: normal; - display: block; - color: #2a272c; -} - -.pricing--yama .pricing--feature-list { - margin: 0; - padding: 2em 1em; - list-style: none; - text-align: center; - color: #6a6563; -} - -.pricing--yama .pricing--action { - font-weight: bold; - margin: 0 2em; - padding: 1em 2em; - border-radius: 4px; - background: #ef7d46; - -webkit-transition: background-color 0.3s, color 0.3s; - transition: background-color 0.3s, color 0.3s; -} - -.pricing--yama .pricing--action:hover, -.pricing--yama .pricing--action:focus { - color: #ef7d46; - background: #fff; -} - -/* Rabten */ -.pricing--rabten .pricing--item { - font-family: 'Roboto', sans-serif; - padding: 2em 4em; - cursor: default; - color: #262b38; - max-width: 320px; -} - -.pricing--rabten .pricing--item:nth-child(2) { - border-right: 1px solid rgba(139, 144, 157, 0.18); - border-left: 1px solid rgba(139, 144, 157, 0.18); -} - -.pricing--rabten .pricing--title { - font-size: 1em; - margin: 1.5em 0 0; -} - -.pricing--rabten .icon { - font-size: 2.5em; - color: #8b909d; - -webkit-transition: color 0.3s; - transition: color 0.3s; -} - -.pricing--rabten .pricing--item:hover .icon { - color: #E03E3E; -} - -.pricing--rabten .pricing--price { - font-size: 3em; - font-weight: bold; - margin: 0.5em 0 0.75em; - overflow: hidden; -} - -.pricing--rabten .pricing--currency { - font-size: 0.5em; - vertical-align: super; -} - -.pricing--rabten .pricing--period { - font-size: 0.35em; - color: #8b909d; -} - -.pricing--rabten .pricing--anim { - display: inline-block; - position: relative; -} - -.pricing--rabten .pricing--item:hover .pricing--anim { - -webkit-animation: moveUp 0.4s forwards; - animation: moveUp 0.4s forwards; - -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); - animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); -} - -.pricing--rabten .pricing--item:hover .pricing--anim--2 { - -webkit-animation-delay: 0.05s; - animation-delay: 0.05s; -} - -@-webkit-keyframes moveUp { - 50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); } - 51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); } - 52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); } - 100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } -} - -@keyframes moveUp { - 50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); } - 51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); } - 52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); } - 100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } -} - -.pricing--rabten .pricing--sentence { - font-weight: bold; - margin: 0 0 1em 0; - padding: 0 0 0.5em; - color: #8b909d; -} - -.pricing--rabten .pricing--feature-list { - font-size: 0.85em; - margin: 0; - padding: 0.25em 0 2.5em; - list-style: none; - text-align: center; - color: #8b909d; -} - -.pricing--rabten .pricing--action { - font-weight: bold; - margin-top: auto; - padding: 1em 2em; - color: #fff; - border-radius: 30px; - background: #E03E3E; - -webkit-transition: background-color 0.3s; - transition: background-color 0.3s; -} - -.pricing--rabten .pricing--action:hover, -.pricing--rabten .pricing--action:focus { - background-color: #C53737; -} - -@media screen and (max-width: 60em) { - .pricing--rabten .pricing--item { - max-width: none; - width: 90%; - flex: none; - border: none !important; - opacity: 1 !important; - } -} - -/* Pema */ -.pricing--pema .pricing--item { - font-family: 'Alegreya Sans', sans-serif; - padding: 2em 3em; - margin: 1em; - color: #262b38; - background: #fff; - cursor: default; - overflow: hidden; - box-shadow: 0 0 15px rgba(0,0,0,0.05); -} - -@media screen and (min-width: 66.250em) { - .pricing--pema .pricing--item { - margin: 1.5em 0; - } - .pricing--pema .pricing--item--featured { - z-index: 10; - margin: 0; - font-size: 1.15em; - } -} - -.pricing--pema .pricing--title { - font-size: 2em; - margin: 0.5em 0 0; - color: #1d211f; -} - -.pricing--pema .icon { - display: inline-block; - min-width: 2em; - color: #8A9790; - vertical-align: middle; - top: 2px; -} - -.pricing--pema .pricing--price { - font-size: 5em; - font-weight: 800; - color: #6ed19c; - position: relative; - z-index: 100; -} - -.pricing--pema .pricing--currency { - font-size: 0.5em; - vertical-align: super; -} - -.pricing--pema .pricing--period { - font-size: 0.25em; - display: inline-block; - padding: 0 0 0 0.5em; - color: #CEDED6; -} - -.pricing--pema .pricing--sentence { - font-weight: bold; - margin: 0 0 1em 0; - padding: 0 0 0.5em; - color: #6ed19c; -} - -.pricing--pema .pricing--feature-list { - font-size: 0.95em; - margin: 0; - padding: 1.5em 0.5em 2.5em; - list-style: none; -} - -.pricing--pema .pricing--feature { - padding: 0.15em 0; -} - -.pricing--pema .pricing--action { - font-weight: bold; - margin-top: auto; - padding: 1em 2em; - color: #fff; - border-radius: 5px; - background: #6ed19c; - -webkit-transition: background-color 0.3s; - transition: background-color 0.3s; - text-transform: uppercase; - letter-spacing: 2px; -} - -.pricing--pema .pricing--action:hover, -.pricing--pema .pricing--action:focus { - background-color: #4F5F56; -} - -/* karma */ -.pricing--karma .pricing--item { - margin: 1em; - color: #382628; - background: #fff; - cursor: default; - text-transform: uppercase; - letter-spacing: 4px; - border: 2px solid #382628; - border-radius: 5px; -} - -.pricing--karma .pricing--title { - font-size: 1em; - font-weight: 800; - margin: 0.5em 0 0; - padding: 1em; - color: #000; - border-bottom: 2px solid #382628; -} - -.pricing--karma .icon { - display: inline-block; - min-width: 2em; -} - -.pricing--karma .pricing--price { - font-size: 3em; - padding: 0.5em 0 0 0; - margin: 1em; - font-weight: bold; - border: 2px solid #382628; - position: relative; - z-index: 100; -} - -.pricing--karma .pricing--item--featured .pricing--price::after { - background: url('http://tympanus.net/Development/PricingTablesInspiration/img/stamp.png'); - background-size: cover; - content: ''; - position: absolute; - top: -30px; - right: -20px; - width: 100px; - height: 100px; - pointer-events: none; -} - -.pricing--karma .pricing--currency { - font-size: 0.5em; - vertical-align: super; -} - -.pricing--karma .pricing--period { - font-size: 0.25em; - display: block; - padding: 1em; - margin-top: 1.25em; - border-top: 2px solid #382628; -} - -.pricing--karma .pricing--sentence { - margin: 0 0 1em 0; - padding: 1em; - font-size: 0.85em; - border-bottom: 2px solid #382628; -} - -.pricing--karma .pricing--feature-list { - font-size: 0.85em; - margin: 0; - letter-spacing: 0; - padding: 0 1em 2.5em 4em; - list-style-type: square; -} - -.pricing--karma .pricing--action { - font-weight: bold; - flex: none; - margin: auto 1em 1em; - padding: 1.25em 2em; - color: #fff; - background: #382628; - letter-spacing: 2px; - border-radius: 5px; - border: 2px solid #382628; - font-size: 0.95em; - text-transform: uppercase; - -webkit-transition: background-color 0.3s, color 0.3s; - transition: background-color 0.3s, color 0.3s; -} - -.pricing--karma .pricing--action:hover, -.pricing--karma .pricing--action:focus { - background-color: #ffdbd5; - color: #382628; -} - -/* norbu */ -.pricing--norbu .pricing--item { - margin: 1em; - color: #fff; - cursor: default; - font-family: 'Myriad Pro', Arial, sans-serif; - border: 1px solid rgba(255,255,255,0.4); - background: rgba(255,255,255,0.08); - border-radius: 10px; - -webkit-transition: border-color 0.3s, background 0.3s; - transition: border-color 0.3s, background 0.3s; -} - -.pricing--norbu .pricing--item:hover { - border: 1px solid rgba(255,255,255,1); - background: rgba(255,255,255,0.18); -} - -.pricing--norbu .pricing--title { - font-size: 2em; - font-weight: 400; - margin: 0.5em 0; - padding: 1em; - position: relative; -} - -.pricing--norbu .pricing--title::after { - content: ''; - position: absolute; - width: 20%; - height: 1px; - background: #fff; - left: 40%; - bottom: 0; -} - -.pricing--norbu .icon { - display: inline-block; - min-width: 2em; -} - -.pricing--norbu .pricing--price { - font-size: 3.5em; - padding: 0.5em 0 0 0; - font-weight: 400; - position: relative; - z-index: 100; -} - -.pricing--norbu .pricing--currency { - font-size: 0.5em; - vertical-align: super; -} - -.pricing--norbu .pricing--period { - font-size: 0.25em; - display: block; - padding: 1em; -} - -.pricing--norbu .pricing--sentence { - padding: 1em 2em; - font-size: 1em; - margin: 0 auto 1em; -} - -.pricing--norbu .pricing--feature-list { - font-size: 1.15em; - margin: 0 2em; - letter-spacing: 0; - padding: 2em 0; - list-style: none; -} - -.pricing--norbu .pricing--feature { - line-height: 1.4; -} - -.pricing--norbu .pricing--feature::before { - content: "\e095"; - font-family: 'lined-icons'; - display: inline-block; - vertical-align: middle; - padding: 0 0.75em 0.188em 0; -} - -.pricing--norbu .pricing--action { - font-weight: bold; - flex: none; - margin: auto 1em 1em; - padding: 1.25em 2em; - color: #4aa8e4; - background: rgba(255,255,255,0.7); - border-radius: 5px; - -webkit-transition: background 0.3s; - transition: background 0.3s; - text-transform: uppercase; - letter-spacing: 2px; -} - -.pricing--norbu .pricing--action:hover, -.pricing--norbu .pricing--action:focus { - background: #fff; -} - -/* Dawa */ -.pricing--dawa .pricing--item { - padding: 0 2em; -} - -.pricing--dawa .pricing--title { - font-weight: bold; - font-size: 1.8em; - padding: 0 0 0.5em; - background: url('http://tympanus.net/Development/PricingTablesInspiration/img/line.png') no-repeat 50% 100%; -} - -.pricing--dawa .pricing--price { - font-size: 3.75em; - line-height: 1; - margin: 1em 0 0.65em; - font-family: 'Homemade Apple', cursive; -} - -.pricing--dawa .pricing--period { - font-size: 0.25em; - display: block; -} - -.pricing--dawa .pricing--sentence { - font-family: 'Homemade Apple', cursive; - margin: 0; -} - -.pricing--dawa .pricing--feature-list { - margin: 0 0 1.5em; - padding: 1em; - list-style: none; - text-align: center; -} - -.pricing--dawa .pricing--action { - border-radius: 30px; - font-size: 1.5em; - padding: 0.8em 1.5em; - font-family: 'Homemade Apple', cursive; - -webkit-transition: color 0.3s; - transition: color 0.3s; - background-color: #FFF; - color: #444; - -webkit-transition: all 0.4s ease; - -o-transition: all 0.4s ease; - transition: all 0.4s ease; -} - -.pricing--dawa .pricing--action:hover, -.pricing--dawa .pricing--action:focus { - color: #000; - background-color: #F5F5F5 -} - -@media screen and (max-width: 40em) { - .pricing--dawa .pricing--item { - border: 1px solid rgba(255,255,255,0.6); - margin: 1em; - } -} - -/* Yonten */ -.pricing--yonten .pricing--item { - font-family: 'PT Sans', sans-serif; - padding: 2em 4em; - cursor: default; - color: #fff; - margin: 1em; - border: 1px solid #5c6552; - max-width: 320px; -} - -@media screen and (min-width: 66.250em) { - .pricing--yonten .pricing--item { - margin: 0; - } - .pricing--yonten .pricing--item:nth-child(2) { - border-right: none; - border-left: none; - } -} - -.pricing--yonten .pricing--item:hover { - z-index: 100; -} - -.pricing--yonten .pricing--item:hover::after { - content: ''; - pointer-events: none; - position: absolute; - top: -5px; - left: -5px; - width: 100%; - height: 100%; - box-sizing: content-box; - border: 5px solid #8bc34a; -} - -.pricing--yonten .pricing--title { - font-size: 1.5em; - margin: 0 0 0.5em 0; - padding: 0 0 0.5em; -} - -.pricing--yonten .icon { - font-size: 3em; - margin: 0 0 0.5em 0; - color: #85c34a; -} - -.pricing--yonten .pricing--price { - font-size: 2em; - margin: 0 0 0.5em 0; - font-weight: bold; - color: #85c34a; -} - -.pricing--yonten .pricing--currency { - font-size: 0.5em; - vertical-align: super; -} - -.pricing--yonten .pricing--period { - font-size: 0.35em; - padding: 0 0 0 0.5em; - color: #646D5B; -} - -.pricing--yonten .pricing--feature-list { - margin: 0; - padding: 0.25em 0 8em; - list-style: none; - text-align: center; - color: #81867D; -} - -.pricing--yonten .pricing--feature { - padding: 0.25em; -} - -.pricing--yonten .pricing--action { - font-weight: bold; - margin-top: auto; - padding: 1em 2em; - border-radius: 40px; - background: #85c34a; - color: ; - -webkit-transition: background-color 0.3s, color 0.3s; - transition: background-color 0.3s, color 0.3s; -} - -.pricing--yonten .pricing--action:hover, -.pricing--yonten .pricing--action:focus { - color: #85c34a; - background: #fff; -} - -/* tashi */ -.pricing--tashi .pricing--item { - font-family: 'Roboto Condensed', sans-serif; - margin: 0.5em; - padding: 2em 2.5em; - text-align: left; - color: #fff; - background: #262c37; -} - -.pricing--tashi .pricing--title { - font-size: 2em; - font-weight: 300; - margin: 0 0 0.15em; - color: #E25A77; -} - -.pricing--tashi .pricing--item:nth-child(2) .pricing--title { - color: #E25ABC; -} - -.pricing--tashi .pricing--item:nth-child(3) .pricing--title { - color: #7E5AE2; -} - -.pricing--tashi .pricing--price { - font-size: 3em; - font-weight: 300; - padding: 0.85em 0; -} - -.pricing--tashi .pricing--currency { - font-size: 0.65em; - vertical-align: super; - color: #394150; -} - -.pricing--tashi .pricing--period { - font-size: 0.35em; - padding: 0 0 0 0.5em; - color: #535965; -} - -.pricing--tashi .pricing--sentence { - padding: 0 0 0.5em; - margin: 0; - color: #535965; -} - -.pricing--tashi .pricing--feature-list { - font-size: 0.95em; - margin: 0; - padding: 0 0 2.5em; - list-style: none; - color: #757983; -} - -.pricing--tashi .pricing--feature { - position: relative; - display: block; - padding: 0 0 0 20px; - line-height: 1.5; -} - -.pricing--tashi .pricing--feature::before { - content: ''; - position: absolute; - width: 10px; - height: 2px; - background: #1F242D; - left: 0; - top: 50%; - margin: -2px 0 0 0; -} - -.pricing--tashi .pricing--action { - -webkit-align-self: flex-end; - align-self: flex-end; - margin-top: auto; - font-size: 1.55em; - width: 60px; - height: 60px; - line-height: 60px; - color: #fff; - border-radius: 30px; - background: #E25A77; - -webkit-transition: background-color 0.3s, color 0.3s; - transition: background-color 0.3s, color 0.3s; -} - -.pricing--tashi .pricing--item:nth-child(2) .pricing--action { - background: #E25ABC; -} - -.pricing--tashi .pricing--item:nth-child(3) .pricing--action { - background: #7E5AE2; -} - -.pricing--tashi .pricing--action:hover, -.pricing--tashi .pricing--action:focus { - background: #1A1F28 !important; -} - -/* palden */ -.pricing--palden .pricing--item { - font-family: "Nunito", sans-serif; - cursor: default; - color: #84697c; - background: #fff; - box-shadow: 0 0 10px rgba(46, 59, 125, 0.23); - border-radius: 20px 20px 10px 10px; - margin: 1em; -} - -@media screen and (min-width: 66.250em) { - .pricing--palden .pricing--item { - margin: 1em -0.5em; - } - .pricing--palden .pricing--item--featured { - margin: 0; - z-index: 10; - box-shadow: 0 0 20px rgba(46, 59, 125, 0.23); - } -} - -.pricing--palden .pricing--deco { - border-radius: 10px 10px 0 0; - background: #7a90ff; - padding: 4em 0 9em; - position: relative; -} - -.pricing--palden .pricing--deco-img { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - height: 160px; -} - -.pricing--palden .pricing--item--featured .pricing--deco { - padding: 5em 0 8.885em 0; -} - -.pricing--palden .pricing--title { - font-size: 0.75em; - margin: 0; - text-transform: uppercase; - letter-spacing: 5px; - color: #ffd5bd; -} - -.pricing--palden .deco-layer { - -webkit-transition: -webkit-transform 0.5s; - transition: transform 0.5s; -} - -.pricing--palden .pricing--item:hover .deco-layer--1 { - -webkit-transform: translate3d(15px,0,0); - transform: translate3d(15px,0,0); -} - -.pricing--palden .pricing--item:hover .deco-layer--2 { - -webkit-transform: translate3d(-15px,0,0); - transform: translate3d(-15px,0,0); -} - -.pricing--palden .icon { - font-size: 2.5em; -} - -.pricing--palden .pricing--price { - font-size: 5em; - font-weight: bold; - padding: 0; - color: #fff; - margin: 0 0 0.25em 0; - line-height: 0.75; -} - -.pricing--palden .pricing--currency { - font-size: 0.15em; - vertical-align: top; - color: rgba(0,0,0,0.4); -} - -.pricing--palden .pricing--period { - font-size: 0.15em; - padding: 0 0 0 0.5em; - color: rgba(0,0,0,0.4); - font-style: italic; -} - -.pricing--palden .pricing--sentence { - font-weight: bold; - margin: 0 0 1em 0; - padding: 0 0 0.5em; -} - -.pricing--palden .pricing--feature-list { - margin: 0; - padding: 0.25em 0 2.5em; - list-style: none; - text-align: center; -} - -.pricing--palden .pricing--feature { - padding: 1em 0; -} - -.pricing--palden .pricing--action { - font-weight: bold; - margin: auto 3em 2em 3em; - padding: 1em 2em; - color: #fff; - border-radius: 30px; - background: #ffae7e; - -webkit-transition: background-color 0.3s; - transition: background-color 0.3s; -} - -.pricing--palden .pricing--action:hover, -.pricing--palden .pricing--action:focus { - background-color: #f38747; -} \ No newline at end of file diff --git a/public/css/main/components/radio-checkbox.css b/public/css/main/components/radio-checkbox.css deleted file mode 100644 index 7c58f50..0000000 --- a/public/css/main/components/radio-checkbox.css +++ /dev/null @@ -1,94 +0,0 @@ -/* Style-1 + Style-2 */ -.checkbox-style, -.radio-style { - opacity: 0; - position: absolute; -} - -.checkbox-style, .radio-style, -.checkbox-style-1-label, .radio-style-1-label, -.checkbox-style-2-label, .radio-style-2-label, -.checkbox-style-3-label, .radio-style-3-label { - display: inline-block; - vertical-align: middle; - margin: 5px; - cursor: pointer; -} - -.checkbox-style-1-label, .radio-style-1-label, -.checkbox-style-2-label, .radio-style-2-label, -.checkbox-style-3-label, .radio-style-3-label { position: relative; } - -.checkbox-style-1-label:before, .radio-style-1-label:before, -.checkbox-style-2-label:before, .radio-style-2-label:before, -.checkbox-style-3-label:before, .radio-style-3-label:before { - content: ''; - background: #FFF; - border: 2px solid #DDD; - display: inline-block; - vertical-align: middle; - width: 24px; - height: 24px; - padding: 4px; - margin-right: 10px; - line-height: 1; - text-align: center; -} - -.radio-style-1-label:before, -.radio-style-2-label:before, -.radio-style-3-label:before { border-radius: 50%; } - -.checkbox-style:checked + .checkbox-style-1-label:before { background: #1ABC9C; } -.radio-style:checked + .radio-style-1-label:before { background: #CCC; } - -/* Checkbox-small + Radio-small */ -.checkbox-style-1-label.checkbox-small:before, -.radio-style-1-label.radio-small:before, -.checkbox-style-2-label.checkbox-small:before, -.radio-style-2-label.radio-small:before, -.checkbox-style-3-label.checkbox-small:before, -.radio-style-3-label.radio-small:before { - border: 2px solid #DDD; - width: 16px; - height: 16px; - margin: 0 8px 1px 0; -} - -/* Style-2 */ -.checkbox-style:checked + .checkbox-style-2-label:before { - background: #1ABC9C; - box-shadow: inset 0px 0px 0px 4px #fff; -} - -.radio-style:checked + .radio-style-2-label:before { - background: #ccc; - box-shadow: inset 0px 0px 0px 4px #fff; -} - -.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before { box-shadow: inset 0px 0px 0px 2px #fff; } -.radio-style:checked + .radio-style-2-label.radio-small:before { box-shadow: inset 0px 0px 0px 2px #fff; } - -/* style-3 */ -.checkbox-style:checked + .checkbox-style-3-label:before, -.radio-style:checked + .radio-style-3-label:before { - content: "\e116"; - font-family: 'lined-icons'; - background: #1ABC9C; - color: #FFF; -} -.radio-style:checked + .radio-style-3-label:before { - color: #BBB; - background-color: transparent; -} - -/* style-3 - Small */ -.checkbox-style + .checkbox-style-3-label.checkbox-small:before, -.radio-style + .radio-style-3-label.radio-small:before { - border: 1px solid #BBB; - width: 16px; - height: 16px; - margin: 0 8px 1px 0; - font-size: 7px; - line-height: .8; -} diff --git a/public/css/main/components/rangeslider/sprite-skin-nice.png b/public/css/main/components/rangeslider/sprite-skin-nice.png deleted file mode 100644 index 9b0a4bc..0000000 Binary files a/public/css/main/components/rangeslider/sprite-skin-nice.png and /dev/null differ diff --git a/public/css/main/components/select-boxes.css b/public/css/main/components/select-boxes.css deleted file mode 100644 index d4ceb82..0000000 --- a/public/css/main/components/select-boxes.css +++ /dev/null @@ -1,482 +0,0 @@ -.select2-container { - box-sizing: border-box; - display: inline-block; - margin: 0; - position: relative; - vertical-align: middle; } - .select2-container .select2-selection--single { - box-sizing: border-box; - cursor: pointer; - display: block; - height: 28px; - user-select: none; - -webkit-user-select: none; } - .select2-container .select2-selection--single .select2-selection__rendered { - display: block; - padding-left: 8px; - padding-right: 20px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } - .select2-container .select2-selection--single .select2-selection__clear { - position: relative; } - .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { - padding-right: 8px; - padding-left: 20px; } - .select2-container .select2-selection--multiple { - box-sizing: border-box; - cursor: pointer; - display: block; - min-height: 32px; - user-select: none; - -webkit-user-select: none; } - .select2-container .select2-selection--multiple .select2-selection__rendered { - display: inline-block; - overflow: hidden; - padding-left: 8px; - text-overflow: ellipsis; - white-space: nowrap; } - .select2-container .select2-search--inline { - float: left; } - .select2-container .select2-search--inline .select2-search__field { - box-sizing: border-box; - border: none; - font-size: 100%; - margin-top: 5px; - padding: 0; } - .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { - -webkit-appearance: none; } - -.select2-dropdown { - background-color: white; - border: 1px solid #aaa; - border-radius: 4px; - box-sizing: border-box; - display: block; - position: absolute; - left: -100000px; - width: 100%; - z-index: 1051; } - -.select2-results { - display: block; } - -.select2-results__options { - list-style: none; - margin: 0; - padding: 0; } - -.select2-results__option { - padding: 6px; - user-select: none; - -webkit-user-select: none; } - .select2-results__option[aria-selected] { - cursor: pointer; } - -.select2-container--open .select2-dropdown { - left: 0; } - -.select2-container--open .select2-dropdown--above { - border-bottom: none; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -.select2-container--open .select2-dropdown--below { - border-top: none; - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.select2-search--dropdown { - display: block; - padding: 4px; } - .select2-search--dropdown .select2-search__field { - padding: 4px; - width: 100%; - box-sizing: border-box; } - .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { - -webkit-appearance: none; } - .select2-search--dropdown.select2-search--hide { - display: none; } - -.select2-close-mask { - border: 0; - margin: 0; - padding: 0; - display: block; - position: fixed; - left: 0; - top: 0; - min-height: 100%; - min-width: 100%; - height: auto; - width: auto; - opacity: 0; - z-index: 99; - background-color: #fff; - filter: alpha(opacity=0); } - -.select2-hidden-accessible { - border: 0 !important; - clip: rect(0 0 0 0) !important; - height: 1px !important; - margin: -1px !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - width: 1px !important; } - -.select2-container--default .select2-selection--single { - background-color: #fff; - border: 1px solid #aaa; - border-radius: 4px; } - .select2-container--default .select2-selection--single .select2-selection__rendered { - color: #444; - line-height: 28px; } - .select2-container--default .select2-selection--single .select2-selection__clear { - cursor: pointer; - float: right; - font-weight: bold; } - .select2-container--default .select2-selection--single .select2-selection__placeholder { - color: #999; } - .select2-container--default .select2-selection--single .select2-selection__arrow { - height: 26px; - position: absolute; - top: 1px; - right: 1px; - width: 20px; } - .select2-container--default .select2-selection--single .select2-selection__arrow b { - border-color: #888 transparent transparent transparent; - border-style: solid; - border-width: 5px 4px 0 4px; - height: 0; - left: 50%; - margin-left: -4px; - margin-top: -2px; - position: absolute; - top: 50%; - width: 0; } - -.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { - float: left; } - -.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { - left: 1px; - right: auto; } - -.select2-container--default.select2-container--disabled .select2-selection--single { - background-color: #eee; - cursor: default; } - .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { - display: none; } - -.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { - border-color: transparent transparent #888 transparent; - border-width: 0 4px 5px 4px; } - -.select2-container--default .select2-selection--multiple { - background-color: white; - border: 1px solid #aaa; - border-radius: 4px; - cursor: text; } - .select2-container--default .select2-selection--multiple .select2-selection__rendered { - box-sizing: border-box; - list-style: none; - margin: 0; - padding: 0 5px; - width: 100%; } - .select2-container--default .select2-selection--multiple .select2-selection__placeholder { - color: #999; - margin-top: 5px; - float: left; } - .select2-container--default .select2-selection--multiple .select2-selection__clear { - cursor: pointer; - float: right; - font-weight: bold; - margin-top: 5px; - margin-right: 10px; } - .select2-container--default .select2-selection--multiple .select2-selection__choice { - background-color: #e4e4e4; - border: 1px solid #aaa; - border-radius: 4px; - cursor: default; - float: left; - margin-right: 5px; - margin-top: 5px; - padding: 0 5px; } - .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { - color: #999; - cursor: pointer; - display: inline-block; - font-weight: bold; - margin-right: 2px; } - .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { - color: #333; } - -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { - float: right; } - -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { - margin-left: 5px; - margin-right: auto; } - -.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { - margin-left: 2px; - margin-right: auto; } - -.select2-container--default.select2-container--focus .select2-selection--multiple { - border: solid black 1px; - outline: 0; } - -.select2-container--default.select2-container--disabled .select2-selection--multiple { - background-color: #eee; - cursor: default; } - -.select2-container--default.select2-container--disabled .select2-selection__choice__remove { - display: none; } - -.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -.select2-container--default .select2-search--dropdown .select2-search__field { - border: 1px solid #aaa; } - -.select2-container--default .select2-search--inline .select2-search__field { - background: transparent; - border: none; - outline: 0; - box-shadow: none; - -webkit-appearance: textfield; } - -.select2-container--default .select2-results > .select2-results__options { - max-height: 200px; - overflow-y: auto; } - -.select2-container--default .select2-results__option[role=group] { - padding: 0; } - -.select2-container--default .select2-results__option[aria-disabled=true] { - color: #999; } - -.select2-container--default .select2-results__option[aria-selected=true] { - background-color: #ddd; } - -.select2-container--default .select2-results__option .select2-results__option { - padding-left: 1em; } - .select2-container--default .select2-results__option .select2-results__option .select2-results__group { - padding-left: 0; } - .select2-container--default .select2-results__option .select2-results__option .select2-results__option { - margin-left: -1em; - padding-left: 2em; } - .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { - margin-left: -2em; - padding-left: 3em; } - .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { - margin-left: -3em; - padding-left: 4em; } - .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { - margin-left: -4em; - padding-left: 5em; } - .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { - margin-left: -5em; - padding-left: 6em; } - -.select2-container--default .select2-results__option--highlighted[aria-selected] { - background-color: #5897fb; - color: white; } - -.select2-container--default .select2-results__group { - cursor: default; - display: block; - padding: 6px; } - -.select2-container--classic .select2-selection--single { - background-color: #f7f7f7; - border: 1px solid #aaa; - border-radius: 4px; - outline: 0; - background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); - background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); - background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } - .select2-container--classic .select2-selection--single:focus { - border: 1px solid #5897fb; } - .select2-container--classic .select2-selection--single .select2-selection__rendered { - color: #444; - line-height: 28px; } - .select2-container--classic .select2-selection--single .select2-selection__clear { - cursor: pointer; - float: right; - font-weight: bold; - margin-right: 10px; } - .select2-container--classic .select2-selection--single .select2-selection__placeholder { - color: #999; } - .select2-container--classic .select2-selection--single .select2-selection__arrow { - background-color: #ddd; - border: none; - border-left: 1px solid #aaa; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - height: 26px; - position: absolute; - top: 1px; - right: 1px; - width: 20px; - background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); - background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); - background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); } - .select2-container--classic .select2-selection--single .select2-selection__arrow b { - border-color: #888 transparent transparent transparent; - border-style: solid; - border-width: 5px 4px 0 4px; - height: 0; - left: 50%; - margin-left: -4px; - margin-top: -2px; - position: absolute; - top: 50%; - width: 0; } - -.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { - float: left; } - -.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { - border: none; - border-right: 1px solid #aaa; - border-radius: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - left: 1px; - right: auto; } - -.select2-container--classic.select2-container--open .select2-selection--single { - border: 1px solid #5897fb; } - .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { - background: transparent; - border: none; } - .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { - border-color: transparent transparent #888 transparent; - border-width: 0 4px 5px 4px; } - -.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { - border-top: none; - border-top-left-radius: 0; - border-top-right-radius: 0; - background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); - background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); - background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); } - -.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { - border-bottom: none; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); - background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); - background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); } - -.select2-container--classic .select2-selection--multiple { - background-color: white; - border: 1px solid #aaa; - border-radius: 4px; - cursor: text; - outline: 0; } - .select2-container--classic .select2-selection--multiple:focus { - border: 1px solid #5897fb; } - .select2-container--classic .select2-selection--multiple .select2-selection__rendered { - list-style: none; - margin: 0; - padding: 0 5px; } - .select2-container--classic .select2-selection--multiple .select2-selection__clear { - display: none; } - .select2-container--classic .select2-selection--multiple .select2-selection__choice { - background-color: #e4e4e4; - border: 1px solid #aaa; - border-radius: 4px; - cursor: default; - float: left; - margin-right: 5px; - margin-top: 5px; - padding: 0 5px; } - .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { - color: #888; - cursor: pointer; - display: inline-block; - font-weight: bold; - margin-right: 2px; } - .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { - color: #555; } - -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { - float: right; } - -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { - margin-left: 5px; - margin-right: auto; } - -.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { - margin-left: 2px; - margin-right: auto; } - -.select2-container--classic.select2-container--open .select2-selection--multiple { - border: 1px solid #5897fb; } - -.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { - border-top: none; - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { - border-bottom: none; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -.select2-container--classic .select2-search--dropdown .select2-search__field { - border: 1px solid #aaa; - outline: 0; } - -.select2-container--classic .select2-search--inline .select2-search__field { - outline: 0; - box-shadow: none; } - -.select2-container--classic .select2-dropdown { - background-color: white; - border: 1px solid transparent; } - -.select2-container--classic .select2-dropdown--above { - border-bottom: none; } - -.select2-container--classic .select2-dropdown--below { - border-top: none; } - -.select2-container--classic .select2-results > .select2-results__options { - max-height: 200px; - overflow-y: auto; } - -.select2-container--classic .select2-results__option[role=group] { - padding: 0; } - -.select2-container--classic .select2-results__option[aria-disabled=true] { - color: grey; } - -.select2-container--classic .select2-results__option--highlighted[aria-selected] { - background-color: #3875d7; - color: white; } - -.select2-container--classic .select2-results__group { - cursor: default; - display: block; - padding: 6px; } - -.select2-container--classic.select2-container--open .select2-dropdown { - border-color: #5897fb; } diff --git a/public/css/main/components/timepicker.css b/public/css/main/components/timepicker.css deleted file mode 100644 index 5dc9089..0000000 --- a/public/css/main/components/timepicker.css +++ /dev/null @@ -1,373 +0,0 @@ -/*! - * Datetimepicker for Bootstrap 3 - * version : 4.17.37 - * https://github.com/Eonasdan/bootstrap-datetimepicker/ - */ -.bootstrap-datetimepicker-widget { - list-style: none; -} -.bootstrap-datetimepicker-widget.dropdown-menu { - margin: 2px 0; - padding: 4px; - width: 19em; -} -@media (min-width: 768px) { - .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { - width: 38em; - } -} -@media (min-width: 992px) { - .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { - width: 38em; - } -} -@media (min-width: 1200px) { - .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { - width: 38em; - } -} -.bootstrap-datetimepicker-widget.dropdown-menu:before, -.bootstrap-datetimepicker-widget.dropdown-menu:after { - content: ''; - display: inline-block; - position: absolute; -} -.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 7px solid #cccccc; - border-bottom-color: rgba(0, 0, 0, 0.2); - top: -7px; - left: 7px; -} -.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { - border-left: 6px solid transparent; - border-right: 6px solid transparent; - border-bottom: 6px solid white; - top: -6px; - left: 8px; -} -.bootstrap-datetimepicker-widget.dropdown-menu.top:before { - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-top: 7px solid #cccccc; - border-top-color: rgba(0, 0, 0, 0.2); - bottom: -7px; - left: 6px; -} -.bootstrap-datetimepicker-widget.dropdown-menu.top:after { - border-left: 6px solid transparent; - border-right: 6px solid transparent; - border-top: 6px solid white; - bottom: -6px; - left: 7px; -} -.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { - left: auto; - right: 6px; -} -.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { - left: auto; - right: 7px; -} -.bootstrap-datetimepicker-widget .list-unstyled { - margin: 0; -} -.bootstrap-datetimepicker-widget a[data-action] { - padding: 6px 0; -} -.bootstrap-datetimepicker-widget a[data-action]:active { - box-shadow: none; -} -.bootstrap-datetimepicker-widget .timepicker-hour, -.bootstrap-datetimepicker-widget .timepicker-minute, -.bootstrap-datetimepicker-widget .timepicker-second { - width: 54px; - font-weight: bold; - font-size: 1.2em; - margin: 0; -} -.bootstrap-datetimepicker-widget button[data-action] { - padding: 6px; -} -.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Increment Hours"; -} -.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Increment Minutes"; -} -.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Decrement Hours"; -} -.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Decrement Minutes"; -} -.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Show Hours"; -} -.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Show Minutes"; -} -.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Toggle AM/PM"; -} -.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Clear the picker"; -} -.bootstrap-datetimepicker-widget .btn[data-action="today"]::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Set the date to today"; -} -.bootstrap-datetimepicker-widget .picker-switch { - text-align: center; -} -.bootstrap-datetimepicker-widget .picker-switch::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Toggle Date and Time Screens"; -} -.bootstrap-datetimepicker-widget .picker-switch td { - padding: 0; - margin: 0; - height: auto; - width: auto; - line-height: inherit; -} -.bootstrap-datetimepicker-widget .picker-switch td span { - line-height: 2.5; - height: 2.5em; - width: 100%; -} -.bootstrap-datetimepicker-widget table { - width: 100%; - margin: 0; -} -.bootstrap-datetimepicker-widget table td, -.bootstrap-datetimepicker-widget table th { - text-align: center; - border-radius: 4px; -} -.bootstrap-datetimepicker-widget table th { - height: 20px; - line-height: 20px; - width: 20px; -} -.bootstrap-datetimepicker-widget table th.picker-switch { - width: 145px; -} -.bootstrap-datetimepicker-widget table th.disabled, -.bootstrap-datetimepicker-widget table th.disabled:hover { - background: none; - color: #777777; - cursor: not-allowed; -} -.bootstrap-datetimepicker-widget table th.prev::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Previous Month"; -} -.bootstrap-datetimepicker-widget table th.next::after { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; - content: "Next Month"; -} -.bootstrap-datetimepicker-widget table thead tr:first-child th { - cursor: pointer; -} -.bootstrap-datetimepicker-widget table thead tr:first-child th:hover { - background: #eeeeee; -} -.bootstrap-datetimepicker-widget table td { - height: 54px; - line-height: 54px; - width: 54px; -} -.bootstrap-datetimepicker-widget table td.cw { - font-size: .8em; - height: 20px; - line-height: 20px; - color: #777777; -} -.bootstrap-datetimepicker-widget table td.day { - height: 20px; - line-height: 20px; - width: 20px; -} -.bootstrap-datetimepicker-widget table td.day:hover, -.bootstrap-datetimepicker-widget table td.hour:hover, -.bootstrap-datetimepicker-widget table td.minute:hover, -.bootstrap-datetimepicker-widget table td.second:hover { - background: #eeeeee; - cursor: pointer; -} -.bootstrap-datetimepicker-widget table td.old, -.bootstrap-datetimepicker-widget table td.new { - color: #777777; -} -.bootstrap-datetimepicker-widget table td.today { - position: relative; -} -.bootstrap-datetimepicker-widget table td.today:before { - content: ''; - display: inline-block; - border: solid transparent; - border-width: 0 0 7px 7px; - border-bottom-color: #337ab7; - border-top-color: rgba(0, 0, 0, 0.2); - position: absolute; - bottom: 4px; - right: 4px; -} -.bootstrap-datetimepicker-widget table td.active, -.bootstrap-datetimepicker-widget table td.active:hover { - background-color: #337ab7; - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} -.bootstrap-datetimepicker-widget table td.active.today:before { - border-bottom-color: #fff; -} -.bootstrap-datetimepicker-widget table td.disabled, -.bootstrap-datetimepicker-widget table td.disabled:hover { - background: none; - color: #777777; - cursor: not-allowed; -} -.bootstrap-datetimepicker-widget table td span { - display: inline-block; - width: 54px; - height: 54px; - line-height: 54px; - margin: 2px 1.5px; - cursor: pointer; - border-radius: 4px; -} -.bootstrap-datetimepicker-widget table td span:hover { - background: #eeeeee; -} -.bootstrap-datetimepicker-widget table td span.active { - background-color: #337ab7; - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} -.bootstrap-datetimepicker-widget table td span.old { - color: #777777; -} -.bootstrap-datetimepicker-widget table td span.disabled, -.bootstrap-datetimepicker-widget table td span.disabled:hover { - background: none; - color: #777777; - cursor: not-allowed; -} -.bootstrap-datetimepicker-widget.usetwentyfour td.hour { - height: 27px; - line-height: 27px; -} -.bootstrap-datetimepicker-widget.wider { - width: 21em; -} -.bootstrap-datetimepicker-widget .datepicker-decades .decade { - line-height: 1.8em !important; -} -.input-group.date .input-group-addon { - cursor: pointer; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} \ No newline at end of file diff --git a/public/css/main/css/colors.css b/public/css/main/css/colors.css deleted file mode 100644 index a09fd24..0000000 --- a/public/css/main/css/colors.css +++ /dev/null @@ -1,239 +0,0 @@ -/* ---------------------------------------------------------------- - Colors - - Replace the HEX Code with your Desired Color HEX ------------------------------------------------------------------*/ - - -::selection { background: #ffc013; } - -::-moz-selection { background: #ffc013; } - -::-webkit-selection { background: #ffc013; } - - -a, -h1 > span:not(.nocolor), -h2 > span:not(.nocolor), -h3 > span:not(.nocolor), -h4 > span:not(.nocolor), -h5 > span:not(.nocolor), -h6 > span:not(.nocolor), -.header-extras li .he-text span, -#primary-menu ul li:hover > a, -#primary-menu ul li.current > a, -#primary-menu div ul li:hover > a, -#primary-menu div ul li.current > a, -#primary-menu ul ul li:hover > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover, -#top-cart a:hover, -.top-cart-action span.top-checkout-price, -.breadcrumb a:hover, -.portfolio-filter li a:hover, -.portfolio-desc h3 a:hover, -.portfolio-overlay a:hover, -#portfolio-navigation a:hover, -.entry-title h2 a:hover, -.entry-meta li a:hover, -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider, -.ipost .entry-title h3 a:hover, -.ipost .entry-title h4 a:hover, -.spost .entry-title h4 a:hover, -.mpost .entry-title h4 a:hover, -.comment-content .comment-author a:hover, -.product-title h3 a:hover, -.single-product .product-title h2 a:hover, -.product-price ins, -.single-product .product-price, -.feature-box.fbox-border .fbox-icon i, -.feature-box.fbox-border .fbox-icon img, -.feature-box.fbox-plain .fbox-icon i, -.feature-box.fbox-plain .fbox-icon img, -.process-steps li.active h5, -.process-steps li.ui-tabs-active h5, -.team-title span, -.pricing-box.best-price .pricing-price, -.btn-link, -.pagination > li > a, .pagination > li > span, -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus, -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider, -.clear-rating-active:hover { color: #ffc013; } - -.color, -.top-cart-item-desc a:hover, -.portfolio-filter.style-3 li.activeFilter a, -.faqlist li a:hover, -.tagcloud a:hover, -.dark .top-cart-item-desc a:hover, -.iconlist-color li i, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, -.overlay-menu #primary-menu.dark > ul > li:hover > a, -.overlay-menu #primary-menu.dark > ul > li.current > a, -.nav-tree li:hover > a, -.nav-tree li.current > a, -.nav-tree li.active > a { color: #ffc013 !important; } - -#primary-menu.style-3 > ul > li.current > a, -#primary-menu.sub-title > ul > li:hover > a, -#primary-menu.sub-title > ul > li.current > a, -#primary-menu.sub-title > div > ul > li:hover > a, -#primary-menu.sub-title > div > ul > li.current > a, -#top-cart > a > span, -#page-menu-wrap, -#page-menu ul ul, -#page-menu.dots-menu nav li.current a, -#page-menu.dots-menu nav li span, -.portfolio-filter li.activeFilter a, -.portfolio-shuffle:hover, -.entry-link:hover, -.sale-flash, -.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime), -.button.button-dark:hover, -.promo.promo-flat, -.feature-box .fbox-icon i, -.feature-box .fbox-icon img, -.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-effect.fbox-dark:hover .fbox-icon i, -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, -.i-rounded:hover, -.i-circled:hover, -ul.tab-nav.tab-nav2 li.ui-state-active a, -.testimonial .flex-control-nav li a, -.skills li .progress, -.owl-carousel .owl-dots .owl-dot span, -#gotoTop:hover, -.dark .button-dark:hover, -.dark .fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .i-rounded:hover, -.dark .i-circled:hover, -.dark ul.tab-nav.tab-nav2 li.ui-state-active a, -.dark .tagcloud a:hover, -.ei-slider-thumbs li.ei-slider-element, -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus, -.checkbox-style:checked + .checkbox-style-1-label:before, -.checkbox-style:checked + .checkbox-style-2-label:before, -.checkbox-style:checked + .checkbox-style-3-label:before, -.radio-style:checked + .radio-style-3-label:before, -.irs-bar, -.irs-from, -.irs-to, -.irs-single, -input.switch-toggle-flat:checked + label, -input.switch-toggle-flat:checked + label:after, -input.switch-toggle-round:checked + label:before, -.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-themecolor, -.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-themecolor { background-color: #ffc013; } - -.bgcolor, -.button.button-3d:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime):hover, -.process-steps li.active a, -.process-steps li.ui-tabs-active a, -.sidenav > .ui-tabs-active > a, -.sidenav > .ui-tabs-active > a:hover, -.owl-carousel .owl-nav [class*=owl-]:hover, -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { background-color: #ffc013 !important; } - -#primary-menu.style-4 > ul > li:hover > a, -#primary-menu.style-4 > ul > li.current > a, -.top-cart-item-image:hover, -.portfolio-filter.style-3 li.activeFilter a, -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider, -.cart-product-thumbnail img:hover, -.feature-box.fbox-outline .fbox-icon, -.feature-box.fbox-border .fbox-icon, -.dark .top-cart-item-image:hover, -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider, -.dark .cart-product-thumbnail img:hover, -.heading-block.border-color:after { border-color: #ffc013; } - -.top-links ul ul, -.top-links ul div.top-link-section, -#primary-menu ul ul:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content, -#primary-menu.style-6 > ul > li > a:after, -#primary-menu.style-6 > ul > li.current > a:after, -#top-cart .top-cart-content, -.fancy-title.title-border-color:before, -.dark #primary-menu:not(.not-dark) ul ul, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content, -#primary-menu.dark ul ul, -#primary-menu.dark ul li .mega-menu-content, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2, -#primary-menu.dark ul li .mega-menu-content.style-2, -.dark #top-cart .top-cart-content, -.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a, -.irs-from:after, -.irs-single:after, -.irs-to:after { border-top-color: #ffc013; } - -#page-menu.dots-menu nav li span:after, -.title-block { border-left-color: #ffc013; } - -.title-block-right { border-right-color: #ffc013; } - -.fancy-title.title-bottom-border h1, -.fancy-title.title-bottom-border h2, -.fancy-title.title-bottom-border h3, -.fancy-title.title-bottom-border h4, -.fancy-title.title-bottom-border h5, -.fancy-title.title-bottom-border h6, -.more-link, -.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom-color: #ffc013; } - -.border-color, -.process-steps li.active a, -.process-steps li.ui-tabs-active a, -.tagcloud a:hover, -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { border-color: #ffc013 !important; } - -.fbox-effect.fbox-dark .fbox-icon i:after, -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #ffc013; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i, -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #ffc013; } - - -@media only screen and (max-width: 991px) { - - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a, - #primary-menu ul ul li:hover > a, - #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a, - #primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #ffc013 !important; } - - #page-menu nav { background-color: #ffc013; } - -} - - -@media only screen and (max-width: 767px) { - - .portfolio-filter li a:hover { color: #ffc013; } - -} \ No newline at end of file diff --git a/public/css/main/css/css/addons/revolution.addon.filmstrip.css b/public/css/main/css/css/addons/revolution.addon.filmstrip.css deleted file mode 100644 index 91d472a..0000000 --- a/public/css/main/css/css/addons/revolution.addon.filmstrip.css +++ /dev/null @@ -1,60 +0,0 @@ -.rs-addon-strip .tp-bgimg, -.rs-addon-strip .tp-kbimg-wrap { - - display: none; - -} - -.rs-addon-strip-wrap { - - position: absolute; - top: 0; - left: 0; - z-index: 99; - -} - -.rs-addon-strip-horizontal { - - width: auto; - height: 100%; - display: inline-block; - white-space: nowrap; - -} - -.rs-addon-strip-vertical { - - width: 100%; - height: auto; - -} - -.rs-addon-strip-wrap , -.rs-addon-strip-img { - - -webkit-user-select: none; - -moz-user-select: none - -ms-user-select: none - user-select: none; - - -webkit-touch-callout: none; - touch-callout: none; - -} - -.rs-addon-strip-horizontal .rs-addon-strip-img { - - display: inline-block; - width: auto !important; - height: inherit; - vertical-align: top; - -} - -.rs-addon-strip-vertical .rs-addon-strip-img { - - width: 100% !important; - height: auto; - -} diff --git a/public/css/main/css/css/addons/revolution.addon.particles.css b/public/css/main/css/css/addons/revolution.addon.particles.css deleted file mode 100644 index 4dbea61..0000000 --- a/public/css/main/css/css/addons/revolution.addon.particles.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * @author ThemePunch - * @link http://www.themepunch.com/ - * @copyright 2017 ThemePunch -*/ - -.rs-particles-canvas { - - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - pointer-events: none; - transition: opacity 0.5s linear; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -} - -/* interactive, no slidelink */ -.rs-particles-interactive .rs-particles-canvas { - - pointer-events: auto; - -} - -/* interactive + slidelink */ -.rs-particles-slidelink .rs-particles-canvas { - - cursor: pointer; - pointer-events: auto; - -} \ No newline at end of file diff --git a/public/css/main/css/css/addons/revolution.addon.polyfold.css b/public/css/main/css/css/addons/revolution.addon.polyfold.css deleted file mode 100644 index c2c51c4..0000000 --- a/public/css/main/css/css/addons/revolution.addon.polyfold.css +++ /dev/null @@ -1,39 +0,0 @@ -/** - * @author ThemePunch - * @link http://www.themepunch.com/ - * @copyright 2017 ThemePunch - */ - -.rs-addon-polyfold { - - position: absolute; - left: 0; - width: 100%; - height: auto; - z-index: 1099; - pointer-events: none; - -} - -.rs-addon-polyfold div { - - position: absolute; - border-style: solid; - box-sizing: content-box; - -} - -.rs-addon-poly-nav-level {z-index: 999} -.rs-addon-poly-static-level {z-index: 99} - -.rs-addon-polyfold:not(.rs-addon-poly-center) div:first-child {left: 0} -.rs-addon-polyfold:not(.rs-addon-poly-center) div:last-child {right: 0} - -.rs-addon-poly-center div:first-child {right: 50%} -.rs-addon-poly-center div:last-child {left: 50%} - -.rs-addon-polyfold:not(.rs-addon-poly-top), -.rs-addon-polyfold:not(.rs-addon-poly-top) div {bottom: 0} - -.rs-addon-poly-top {top: 0} -.rs-addon-poly-top div {top: 0} \ No newline at end of file diff --git a/public/css/main/css/css/closedhand.cur b/public/css/main/css/css/closedhand.cur deleted file mode 100644 index 41aaa62..0000000 Binary files a/public/css/main/css/css/closedhand.cur and /dev/null differ diff --git a/public/css/main/css/css/index.php b/public/css/main/css/css/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/css/main/css/css/layers.css b/public/css/main/css/css/layers.css deleted file mode 100644 index 18b49f5..0000000 --- a/public/css/main/css/css/layers.css +++ /dev/null @@ -1,5805 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Layer Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 18/03/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited -{ - color:#0084B4!important; -} - -.tp-caption.Twitter-Content a:hover -{ - color:#0084B4!important; - text-decoration:underline!important; -} - -.tp-caption.medium_grey,.medium_grey -{ - background-color:#888; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:20px; - font-weight:700; - line-height:20px; - margin:0; - padding:2px 4px; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.small_text,.small_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:14px; - font-weight:700; - line-height:20px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.medium_text,.medium_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:20px; - font-weight:700; - line-height:20px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.large_text,.large_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:40px; - font-weight:700; - line-height:40px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.very_large_text,.very_large_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:60px; - font-weight:700; - letter-spacing:-2px; - line-height:60px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.very_big_white,.very_big_white -{ - background-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:60px; - font-weight:800; - line-height:60px; - margin:0; - padding:1px 4px 0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.very_big_black,.very_big_black -{ - background-color:#fff; - border-style:none; - border-width:0; - color:#000; - font-family:Arial; - font-size:60px; - font-weight:700; - line-height:60px; - margin:0; - padding:1px 4px 0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_fat,.modern_medium_fat -{ - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:800; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_fat_white,.modern_medium_fat_white -{ - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:800; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_light,.modern_medium_light -{ - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:300; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_big_bluebg,.modern_big_bluebg -{ - background-color:#4e5b6c; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:30px; - font-weight:800; - letter-spacing:0; - line-height:36px; - margin:0; - padding:3px 10px; - position:absolute; - text-shadow:none; -} - -.tp-caption.modern_big_redbg,.modern_big_redbg -{ - background-color:#de543e; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:30px; - font-weight:300; - letter-spacing:0; - line-height:36px; - margin:0; - padding:1px 10px 3px; - position:absolute; - text-shadow:none; -} - -.tp-caption.modern_small_text_dark,.modern_small_text_dark -{ - border-style:none; - border-width:0; - color:#555; - font-family:Arial; - font-size:14px; - line-height:22px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.boxshadow,.boxshadow -{ - box-shadow:0 0 20px rgba(0,0,0,0.5); -} - -.tp-caption.black,.black -{ - color:#000; - text-shadow:none; -} - -.tp-caption.noshadow,.noshadow -{ - text-shadow:none; -} - -.tp-caption.thinheadline_dark,.thinheadline_dark -{ - background-color:transparent; - color:rgba(0,0,0,0.85); - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:30px; - position:absolute; - text-shadow:none; -} - -.tp-caption.thintext_dark,.thintext_dark -{ - background-color:transparent; - color:rgba(0,0,0,0.85); - font-family:"Open Sans"; - font-size:16px; - font-weight:300; - line-height:26px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largeblackbg,.largeblackbg -{ - - - background-color:#000; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largepinkbg,.largepinkbg -{ - - - background-color:#db4360; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largewhitebg,.largewhitebg -{ - - - background-color:#fff; - border-radius:0; - color:#000; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largegreenbg,.largegreenbg -{ - - - background-color:#67ae73; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.excerpt,.excerpt -{ - background-color:rgba(0,0,0,1); - border-color:#fff; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:36px; - font-weight:700; - height:auto; - letter-spacing:-1.5px; - line-height:36px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; - white-space:normal!important; - width:150px; -} - -.tp-caption.large_bold_grey,.large_bold_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#666; - font-family:"Open Sans"; - font-size:60px; - font-weight:800; - line-height:60px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.medium_thin_grey,.medium_thin_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#666; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:30px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.small_thin_grey,.small_thin_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#757575; - font-family:"Open Sans"; - font-size:18px; - font-weight:300; - line-height:26px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.lightgrey_divider,.lightgrey_divider -{ - background-color:rgba(235,235,235,1); - background-position:initial; - background-repeat:initial; - border-color:#222; - border-style:none; - border-width:0; - height:3px; - text-decoration:none; - width:370px; -} - -.tp-caption.large_bold_darkblue,.large_bold_darkblue -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#34495e; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.medium_bg_darkblue,.medium_bg_darkblue -{ - background-color:#34495e; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_bold_red,.medium_bold_red -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#e33a0c; - font-family:"Open Sans"; - font-size:24px; - font-weight:800; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.medium_light_red,.medium_light_red -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#e33a0c; - font-family:"Open Sans"; - font-size:21px; - font-weight:300; - line-height:26px; - padding:0; - text-decoration:none; -} - -.tp-caption.medium_bg_red,.medium_bg_red -{ - background-color:#e33a0c; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_bold_orange,.medium_bold_orange -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#f39c12; - font-family:"Open Sans"; - font-size:24px; - font-weight:800; - line-height:30px; - text-decoration:none; -} - -.tp-caption.medium_bg_orange,.medium_bg_orange -{ - background-color:#f39c12; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.grassfloor,.grassfloor -{ - background-color:rgba(160,179,151,1); - border-color:#222; - border-style:none; - border-width:0; - height:150px; - text-decoration:none; - width:4000px; -} - -.tp-caption.large_bold_white,.large_bold_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.medium_light_white,.medium_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:36px; - padding:0; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_white,.mediumlarge_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-align:center; - text-decoration:none; -} - -.tp-caption.medium_bg_asbestos,.medium_bg_asbestos -{ - background-color:#7f8c8d; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_light_black,.medium_light_black -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:36px; - padding:0; - text-decoration:none; -} - -.tp-caption.large_bold_black,.large_bold_black -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#34495e; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.small_light_white,.small_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:17px; - font-weight:300; - line-height:28px; - padding:0; - text-decoration:none; -} - -.tp-caption.roundedimage,.roundedimage -{ - border-color:#222; - border-style:none; - border-width:0; -} - -.tp-caption.large_bg_black,.large_bg_black -{ - background-color:#000; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:40px; - font-weight:800; - line-height:40px; - padding:10px 20px 15px; - text-decoration:none; -} - -.tp-caption.mediumwhitebg,.mediumwhitebg -{ - background-color:#fff; - border-color:#000; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:30px; - padding:5px 15px 10px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.maincaption,.maincaption -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#212a40; - font-family:roboto; - font-size:33px; - font-weight:500; - line-height:43px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_title_60px,.miami_title_60px -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:"Source Sans Pro"; - font-size:60px; - font-weight:700; - letter-spacing:1px; - line-height:60px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_subtitle,.miami_subtitle -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.65); - font-family:"Source Sans Pro"; - font-size:17px; - font-weight:400; - letter-spacing:2px; - line-height:24px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.divideline30px,.divideline30px -{ - background:#fff; - background-color:#fff; - border-color:#222; - border-style:none; - border-width:0; - height:2px; - min-width:30px; - text-decoration:none; -} - -.tp-caption.Miami_nostyle,.Miami_nostyle -{ - border-color:#222; - border-style:none; - border-width:0; -} - -.tp-caption.miami_content_light,.miami_content_light -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:"Source Sans Pro"; - font-size:22px; - font-weight:400; - letter-spacing:0; - line-height:28px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_title_60px_dark,.miami_title_60px_dark -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#333; - font-family:"Source Sans Pro"; - font-size:60px; - font-weight:700; - letter-spacing:1px; - line-height:60px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_content_dark,.miami_content_dark -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#666; - font-family:"Source Sans Pro"; - font-size:22px; - font-weight:400; - letter-spacing:0; - line-height:28px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.divideline30px_dark,.divideline30px_dark -{ - background-color:#333; - border-color:#222; - border-style:none; - border-width:0; - height:2px; - min-width:30px; - text-decoration:none; -} - -.tp-caption.ellipse70px,.ellipse70px -{ - background-color:rgba(0,0,0,0.14902); - border-color:#222; - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - cursor:pointer; - line-height:1px; - min-height:70px; - min-width:70px; - text-decoration:none; -} - -.tp-caption.arrowicon,.arrowicon -{ - border-color:#222; - border-style:none; - border-width:0; - line-height:1px; -} - -.tp-caption.MarkerDisplay,.MarkerDisplay -{ - background-color:transparent; - border-color:#000; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - font-family:"Permanent Marker"; - font-style:normal; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Restaurant-Display,.Restaurant-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:120px; - font-style:normal; - font-weight:700; - line-height:120px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Cursive,.Restaurant-Cursive -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:"Nothing you could do"; - font-size:30px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:17px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Description,.Restaurant-Description -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Price,.Restaurant-Price -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:30px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem -{ - background-color:rgba(0,0,0,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:17px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Furniture-LogoText,.Furniture-LogoText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(230,207,163,1.00); - font-family:Raleway; - font-size:160px; - font-style:normal; - font-weight:300; - line-height:150px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Plus,.Furniture-Plus -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - box-shadow:rgba(0,0,0,0.1) 0 1px 3px; - color:rgba(230,207,163,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:6px 7px 4px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Title,.Furniture-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:700; - letter-spacing:3px; - line-height:20px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Subtitle,.Furniture-Subtitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - line-height:20px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Gym-Display,.Gym-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:80px; - font-style:normal; - font-weight:900; - line-height:70px; - padding:0; - text-decoration:none; -} - -.tp-caption.Gym-Subline,.Gym-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:100; - letter-spacing:5px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Gym-SmallText,.Gym-SmallText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - line-height:22; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Fashion-SmallText,.Fashion-SmallText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:12px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:60px; - font-style:normal; - font-weight:900; - letter-spacing:2px; - line-height:60px; - padding:0; - text-decoration:none; -} - -.tp-caption.Fashion-TextBlock,.Fashion-TextBlock -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-Display,.Sports-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:130px; - font-style:normal; - font-weight:100; - letter-spacing:13px; - line-height:130px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-DisplayFat,.Sports-DisplayFat -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:130px; - font-style:normal; - font-weight:900; - line-height:130px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-Subline,.Sports-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:32px; - font-style:normal; - font-weight:400; - letter-spacing:4px; - line-height:32px; - padding:0; - text-decoration:none; -} - -.tp-caption.Instagram-Caption,.Instagram-Caption -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:900; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Title,.News-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:70px; - font-style:normal; - font-weight:400; - line-height:60px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Subtitle,.News-Subtitle -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:15px; - font-style:normal; - font-weight:300; - line-height:24px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Subtitle:hover,.News-Subtitle:hover -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:solid; - border-width:0; - color:rgba(255,255,255,0.65); - text-decoration:none; -} - -.tp-caption.Photography-Display,.Photography-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:80px; - font-style:normal; - font-weight:100; - letter-spacing:5px; - line-height:70px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-Subline,.Photography-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(119,119,119,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover,.Photography-ImageHover -{ - background-color:transparent; - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-size:20px; - font-style:normal; - font-weight:400; - line-height:22; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Menuitem,.Photography-Menuitem -{ - background-color:rgba(0,0,0,0.65); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-decoration:none; -} - -.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover -{ - background-color:rgba(0,255,222,0.65); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Textblock,.Photography-Textblock -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-Subline-2,.Photography-Subline-2 -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.35); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover2,.Photography-ImageHover2 -{ - background-color:transparent; - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Arial; - font-size:20px; - font-style:normal; - font-weight:400; - line-height:22; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Title,.WebProduct-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(51,51,51,1.00); - font-family:Raleway; - font-size:90px; - font-style:normal; - font-weight:100; - line-height:90px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-Content,.WebProduct-Content -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - line-height:24px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem -{ - background-color:rgba(51,51,51,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:500; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:90px; - font-style:normal; - font-weight:100; - line-height:90px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.35); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.65); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - line-height:24px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.FatRounded,.FatRounded -{ - background-color:rgba(0,0,0,0.50); - border-color:rgba(211,211,211,1.00); - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:900; - line-height:30px; - padding:20px 22px 20px 25px; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.FatRounded:hover,.FatRounded:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(211,211,211,1.00); - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-Title,.NotGeneric-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:70px; - font-style:normal; - font-weight:800; - line-height:70px; - padding:10px 0; - text-decoration:none; -} - -.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:13px; - font-style:normal; - font-weight:500; - letter-spacing:4px; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-Icon,.NotGeneric-Icon -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:400; - letter-spacing:3px; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.15); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:27px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.MarkerStyle,.MarkerStyle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Permanent Marker"; - font-size:17px; - font-style:normal; - font-weight:100; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Menuitem,.Gym-Menuitem -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(255,255,255,0); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(255,255,255,0.25); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Button,.Newspaper-Button -{ - background-color:rgba(255,255,255,0); - border-color:rgba(255,255,255,0.25); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:13px; - font-style:normal; - font-weight:700; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(0,0,0,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(168,216,238,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:900; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Title,.Newspaper-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:50px; - font-style:normal; - font-weight:400; - line-height:55px; - padding:0 0 10px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:50px; - font-style:normal; - font-weight:400; - line-height:55px; - padding:0 0 10px; - text-align:center; - text-decoration:none; -} - -.tp-caption.Hero-Button,.Hero-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Hero-Button:hover,.Hero-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(0,0,0,1.00); - text-decoration:none; -} - -.tp-caption.Video-Title,.Video-Title -{ - background-color:rgba(0,0,0,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:900; - line-height:30px; - padding:5px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Video-SubTitle,.Video-SubTitle -{ - background-color:rgba(0,0,0,0.35); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:12px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:12px; - padding:5px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Button,.NotGeneric-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.15); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:27px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Button,.WebProduct-Button -{ - background-color:rgba(51,51,51,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:48px; - padding:0 40px; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:2px; - color:rgba(51,51,51,1.00); - text-decoration:none; -} - -.tp-caption.Restaurant-Button,.Restaurant-Button -{ - background-color:rgba(10,10,10,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,224,129,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Gym-Button,.Gym-Button -{ - background-color:rgba(139,192,39,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:15px; - padding:13px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Button:hover,.Gym-Button:hover -{ - background-color:rgba(114,168,0,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Gym-Button-Light,.Gym-Button-Light -{ - background-color:transparent; - border-color:rgba(255,255,255,0.25); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - line-height:15px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover -{ - background-color:rgba(114,168,0,0); - border-color:rgba(139,192,39,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Sports-Button-Light,.Sports-Button-Light -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Sports-Button-Red,.Sports-Button-Red -{ - background-color:rgba(219,28,34,1.00); - border-color:rgba(219,28,34,0); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Button,.Photography-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.25); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:15px; - padding:13px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Photography-Button:hover,.Photography-Button:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Button-2,.Newspaper-Button-2 -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:900; - line-height:15px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Tour,.Feature-Tour -{ - background-color:rgba(139,192,39,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:17px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Tour:hover,.Feature-Tour:hover -{ - background-color:rgba(114,168,0,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Examples,.Feature-Examples -{ - background-color:transparent; - border-color:rgba(33,42,64,0.15); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(33,42,64,0.50); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:15px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Examples:hover,.Feature-Examples:hover -{ - background-color:transparent; - border-color:rgba(139,192,39,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(139,192,39,1.00); - text-decoration:none; -} - -.tp-caption.subcaption,.subcaption -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(111,124,130,1.00); - font-family:roboto; - font-size:19px; - font-style:normal; - font-weight:400; - line-height:24px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.menutab,.menutab -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,46,49,1.00); - font-family:roboto; - font-size:25px; - font-style:normal; - font-weight:300; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.menutab:hover,.menutab:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(213,0,0,1.00); - text-decoration:none; -} - -.tp-caption.maincontent,.maincontent -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,46,49,1.00); - font-family:roboto; - font-size:21px; - font-style:normal; - font-weight:300; - line-height:26px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.minitext,.minitext -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(185,186,187,1.00); - font-family:roboto; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Feature-Buy,.Feature-Buy -{ - background-color:rgba(0,154,238,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:17px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Buy:hover,.Feature-Buy:hover -{ - background-color:rgba(0,133,214,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Examples-Light,.Feature-Examples-Light -{ - background-color:transparent; - border-color:rgba(255,255,255,0.15); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:15px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Facebook-Likes,.Facebook-Likes -{ - background-color:rgba(59,89,153,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:5px 15px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Favorites,.Twitter-Favorites -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(136,153,166,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Link,.Twitter-Link -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - color:rgba(135,153,165,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:15px; - padding:11px 11px 9px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Link:hover,.Twitter-Link:hover -{ - background-color:rgba(0,132,180,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Twitter-Retweet,.Twitter-Retweet -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(136,153,166,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Content,.Twitter-Content -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,47,51,1.00); - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:500; - line-height:28px; - padding:30px 30px 70px; - text-align:left; - text-decoration:none; -} - -.revtp-searchform input[type="text"], -.revtp-searchform input[type="email"], -.revtp-form input[type="text"], -.revtp-form input[type="email"]{ - font-family: "Arial", sans-serif; - font-size: 15px; - color: #000; - background-color: #fff; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 0; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - - - border-radius: 0px; -} - - -.tp-caption.BigBold-Title, -.BigBold-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 110px; - line-height: 100px; - font-weight: 800; - font-style: normal; - font-family: Raleway; - padding: 10px 0px 10px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.BigBold-SubTitle, -.BigBold-SubTitle { - color: rgba(255, 255, 255, 0.50); - font-size: 15px; - line-height: 24px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.BigBold-Button, -.BigBold-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 15px 50px 15px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.BigBold-Button:hover, -.BigBold-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.FoodCarousel-Content, -.FoodCarousel-Content { - color: rgba(41, 46, 49, 1.00); - font-size: 17px; - line-height: 28px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 30px 30px 30px 30px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.FoodCarousel-Button, -.FoodCarousel-Button { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 15px 70px 15px 50px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.FoodCarousel-Button:hover, -.FoodCarousel-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.FoodCarousel-CloseButton, -.FoodCarousel-CloseButton { - color: rgba(41, 46, 49, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 14px 14px 14px 16px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.FoodCarousel-CloseButton:hover, -.FoodCarousel-CloseButton:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 0); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px -} -.tp-caption.Video-SubTitle, -.Video-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 12px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 5px 5px 5px 5px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0.35); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 2px; - text-align: left -} -.tp-caption.Video-Title, -.Video-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 5px 5px 5px 5px; - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-BigCaption, -.Travel-BigCaption { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-SmallCaption, -.Travel-SmallCaption { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-CallToAction, -.Travel-CallToAction { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 25px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 20px 12px 20px; - text-decoration: none; - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 5px 5px 5px 5px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.Travel-CallToAction:hover, -.Travel-CallToAction:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 5px 5px 5px 5px -} - - -.tp-caption.RotatingWords-TitleWhite, -.RotatingWords-TitleWhite { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 800; - font-style: normal; - font-family: Raleway; - padding: 0px 0px 0px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.RotatingWords-Button, -.RotatingWords-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 20px 50px 20px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.15); - border-style: solid; - border-width: 2px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 3px -} -.tp-caption.RotatingWords-Button:hover, -.RotatingWords-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.RotatingWords-SmallText, -.RotatingWords-SmallText { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - text-shadow: none -} - - - - -.tp-caption.ContentZoom-SmallTitle, -.ContentZoom-SmallTitle { - color: rgba(41, 46, 49, 1.00); - font-size: 33px; - line-height: 45px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallSubtitle, -.ContentZoom-SmallSubtitle { - color: rgba(111, 124, 130, 1.00); - font-size: 16px; - line-height: 24px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallIcon, -.ContentZoom-SmallIcon { - color: rgba(41, 46, 49, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 10px 10px 10px 10px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallIcon:hover, -.ContentZoom-SmallIcon:hover { - color: rgba(111, 124, 130, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px -} -.tp-caption.ContentZoom-DetailTitle, -.ContentZoom-DetailTitle { - color: rgba(41, 46, 49, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-DetailSubTitle, -.ContentZoom-DetailSubTitle { - color: rgba(111, 124, 130, 1.00); - font-size: 25px; - line-height: 25px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-DetailContent, -.ContentZoom-DetailContent { - color: rgba(111, 124, 130, 1.00); - font-size: 17px; - line-height: 28px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-Button, -.ContentZoom-Button { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 15px 50px 15px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.ContentZoom-Button:hover, -.ContentZoom-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.ContentZoom-ButtonClose, -.ContentZoom-ButtonClose { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 14px 14px 14px 16px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.ContentZoom-ButtonClose:hover, -.ContentZoom-ButtonClose:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px -} -.tp-caption.Newspaper-Title, -.Newspaper-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 55px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Slab"; - padding: 0 0 10px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Newspaper-Subtitle, -.Newspaper-Subtitle { - color: rgba(168, 216, 238, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Newspaper-Button, -.Newspaper-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 17px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px; - text-align: left -} -.tp-caption.Newspaper-Button:hover, -.Newspaper-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.rtwhitemedium, -.rtwhitemedium { - font-size: 22px; - line-height: 26px; - color: rgb(255, 255, 255); - text-decoration: none; - background-color: transparent; - border-width: 0px; - border-color: rgb(0, 0, 0); - border-style: none; - text-shadow: none -} - -@media only screen and (max-width: 767px) { - .revtp-searchform input[type="text"], - .revtp-searchform input[type="email"], - .revtp-form input[type="text"], - .revtp-form input[type="email"] { width: 200px !important; } -} - -.revtp-searchform input[type="submit"], -.revtp-form input[type="submit"] { - font-family: "Arial", sans-serif; - line-height: 46px; - letter-spacing: 1px; - text-transform: uppercase; - font-size: 15px; - font-weight: 700; - padding: 0 20px; - border: 0; - background: #009aee; - color: #fff; - - - border-radius: 0px; -} - -.tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - .tp-caption.Concept-Title, - .Concept-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 700; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 5px - } - .tp-caption.Concept-SubTitle, - .Concept-SubTitle { - color: rgba(255, 255, 255, 0.65); - font-size: 25px; - line-height: 25px; - font-weight: 700; - font-style: italic; - font-family: ""Playfair Display""; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-Content, - .Concept-Content { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: none; - border-width: 2px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-MoreBtn, - .Concept-MoreBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 10px 8px 7px 10px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px; - letter-spacing: 1px; - text-align: left - } - .tp-caption.Concept-MoreBtn:hover, - .Concept-MoreBtn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.Concept-LessBtn, - .Concept-LessBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 10px 8px 7px 10px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px; - letter-spacing: 1px; - text-align: left - } - .tp-caption.Concept-LessBtn:hover, - .Concept-LessBtn:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.Concept-SubTitle-Dark, - .Concept-SubTitle-Dark { - color: rgba(0, 0, 0, 0.65); - font-size: 25px; - line-height: 25px; - font-weight: 700; - font-style: italic; - font-family: "Playfair Display"; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-Title-Dark, - .Concept-Title-Dark { - color: rgba(0, 0, 0, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 700; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 5px - } - .tp-caption.Concept-MoreBtn-Dark, - .Concept-MoreBtn-Dark { - color: rgba(0, 0, 0, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 10px 8px 7px 10px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px; - letter-spacing: 1px; - text-align: left - } - .tp-caption.Concept-MoreBtn-Dark:hover, - .Concept-MoreBtn-Dark:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.Concept-Content-Dark, - .Concept-Content-Dark { - color: rgba(0, 0, 0, 1.00); - font-size: 20px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: none; - border-width: 2px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-Notice, - .Concept-Notice { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: none; - border-width: 2px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px - } - .tp-caption.Concept-Content a, - .tp-caption.Concept-Content a:visited { - color: #fff !important; - border-bottom: 1px solid #fff !important; - font-weight: 700 !important; - } - .tp-caption.Concept-Content a:hover { - border-bottom: 1px solid transparent !important; - } - .tp-caption.Concept-Content-Dark a, - .tp-caption.Concept-Content-Dark a:visited { - color: #000 !important; - border-bottom: 1px solid #000 !important; - font-weight: 700 !important; - } - .tp-caption.Concept-Content-Dark a:hover { - border-bottom: 1px solid transparent !important; - } - - .tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - .tp-caption.Creative-Title, - .Creative-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Creative-SubTitle, - .Creative-SubTitle { - color: rgba(205, 176, 131, 1.00); - font-size: 14px; - line-height: 14px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px - } - .tp-caption.Creative-Button, - .Creative-Button { - color: rgba(205, 176, 131, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 15px 50px 15px 50px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(205, 176, 131, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px - } - .tp-caption.Creative-Button:hover, - .Creative-Button:hover { - color: rgba(205, 176, 131, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(205, 176, 131, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px - } - -.tp-caption.subcaption, - .subcaption { - color: rgba(111, 124, 130, 1.00); - font-size: 19px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 0, 0, 1.00); - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-shadow: none; - text-align: left - } - .tp-caption.RedDot, - .RedDot { - color: rgba(0, 0, 0, 1.00); - font-weight: 400; - font-style: normal; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: left; - background-color: rgba(213, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 5px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.RedDot:hover, - .RedDot:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.75); - border-color: rgba(213, 0, 0, 1.00); - border-style: solid; - border-width: 5px; - border-radius: 50px 50px 50px 50px - } - - .tp-caption.SlidingOverlays-Title, - .SlidingOverlays-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.SlidingOverlays-Title, - .SlidingOverlays-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - - .tp-caption.Woo-TitleLarge, - .Woo-TitleLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-Rating, - .Woo-Rating { - color: rgba(0, 0, 0, 1.00); - font-size: 14px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - - } - .tp-caption.Woo-SubTitle, - .Woo-SubTitle { - color: rgba(0, 0, 0, 1.00); - font-size: 18px; - line-height: 18px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - - } - .tp-caption.Woo-PriceLarge, - .Woo-PriceLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 60px; - line-height: 60px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-ProductInfo, - .Woo-ProductInfo { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 75px 12px 50px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-ProductInfo:hover, - .Woo-ProductInfo:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - .tp-caption.Woo-AddToCart, - .Woo-AddToCart { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-AddToCart:hover, - .Woo-AddToCart:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - .tp-caption.Woo-TitleLarge, - .Woo-TitleLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-SubTitle, - .Woo-SubTitle { - color: rgba(0, 0, 0, 1.00); - font-size: 18px; - line-height: 18px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - - } - .tp-caption.Woo-PriceLarge, - .Woo-PriceLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 60px; - line-height: 60px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-ProductInfo, - .Woo-ProductInfo { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 75px 12px 50px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-ProductInfo:hover, - .Woo-ProductInfo:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - .tp-caption.Woo-AddToCart, - .Woo-AddToCart { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-AddToCart:hover, - .Woo-AddToCart:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - - .tp-caption.FullScreen-Toggle, - .FullScreen-Toggle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 11px 8px 11px 12px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 0, 0, 0.50); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 3px; - text-align: left - } - .tp-caption.FullScreen-Toggle:hover, - .FullScreen-Toggle:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - - .tp-caption.Agency-Title, -.Agency-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 900; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 10px -} -.tp-caption.Agency-SubTitle, -.Agency-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: italic; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Agency-PlayBtn, -.Agency-PlayBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 71px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.Agency-PlayBtn:hover, -.Agency-PlayBtn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} -.tp-caption.Agency-SmallText, -.Agency-SmallText { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 12px; - font-weight: 900; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 5px -} -.tp-caption.Agency-Social, -.Agency-Social { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 30px 30px 30px 30px; - text-align: center -} -.tp-caption.Agency-Social:hover, -.Agency-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(51, 51, 51, 1.00); - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 30px 30px 30px 30px; - cursor: pointer -} -.tp-caption.Agency-CloseBtn, -.Agency-CloseBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: none; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.Agency-CloseBtn:hover, -.Agency-CloseBtn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: none; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} - -.tp-caption.Dining-Title, -.Dining-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 10px -} -.tp-caption.Dining-SubTitle, -.Dining-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Dining-BtnLight, -.Dining-BtnLight { - color: rgba(255, 255, 255, 0.50); - font-size: 15px; - line-height: 15px; - font-weight: 700; - font-style: normal; - font-family: Lato; - padding: 17px 73px 17px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 2px -} -.tp-caption.Dining-BtnLight:hover, -.Dining-BtnLight:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.Dining-Social, -.Dining-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center -} -.tp-caption.Dining-Social:hover, -.Dining-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer -} -tp-caption.Team-Thumb, -.Team-Thumb { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 22px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Thumb:hover, -.Team-Thumb:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Team-Name, -.Team-Name { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Position, -.Team-Position { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Description, -.Team-Description { - color: rgba(255, 255, 255, 1.00); - font-size: 18px; - line-height: 28px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Social, -.Team-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Team-Social:hover, -.Team-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} - -.tp-caption.VideoControls-Play, -.VideoControls-Play { - color: rgba(0, 0, 0, 1.00); - font-size: 50px; - line-height: 120px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 7px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.VideoControls-Play:hover, -.VideoControls-Play:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} -.tp-caption.VideoPlayer-Title, -.VideoPlayer-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 900; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 10px -} -.tp-caption.VideoPlayer-SubTitle, -.VideoPlayer-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: italic; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.VideoPlayer-Social, -.VideoPlayer-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.VideoPlayer-Social:hover, -.VideoPlayer-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.VideoControls-Mute, -.VideoControls-Mute { - color: rgba(0, 0, 0, 1.00); - font-size: 20px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.VideoControls-Mute:hover, -.VideoControls-Mute:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} -.tp-caption.VideoControls-Pause, -.VideoControls-Pause { - color: rgba(0, 0, 0, 1.00); - font-size: 20px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.VideoControls-Pause:hover, -.VideoControls-Pause:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer - } - -.soundcloudwrapper iframe { - width: 100% !important -} -.tp-caption.SleekLanding-Title, -.SleekLanding-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 35px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 5px -} -.tp-caption.SleekLanding-ButtonBG, -.SleekLanding-ButtonBG { - color: rgba(0, 0, 0, 1.00); - - font-weight: 700; - font-style: normal; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: rgba(255, 255, 255, 0.10); - border-color: rgba(0, 0, 0, 0); - border-style: solid; - border-width: 0px; - border-radius: 5px 5px 5px 5px; - text-align: left; - box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15) -} -.tp-caption.SleekLanding-SmallTitle, -.SleekLanding-SmallTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 50px; - font-weight: 900; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 2px -} -.tp-caption.SleekLanding-BottomText, -.SleekLanding-BottomText { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.SleekLanding-Social, -.SleekLanding-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 22px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.SleekLanding-Social:hover, -.SleekLanding-Social:hover { - color: rgba(0, 0, 0, 0.25); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -#rev_slider_429_1_wrapper .tp-loader.spinner2 { - background-color: #555555 !important; -} -.tp-fat { - font-weight: 900 !important; -} - -.tp-caption.PostSlider-Category, -.PostSlider-Category { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 3px; - text-align: left -} -.tp-caption.PostSlider-Title, -.PostSlider-Title { - color: rgba(0, 0, 0, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.PostSlider-Content, -.PostSlider-Content { - color: rgba(119, 119, 119, 1.00); - font-size: 15px; - line-height: 23px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.PostSlider-Button, -.PostSlider-Button { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 40px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 56px 1px 32px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left -} -.tp-caption.PostSlider-Button:hover, -.PostSlider-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(238, 238, 238, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} - -/* media queries */ - -@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title, -.LandingPage-Title { - color:rgba(255, - 255, - 255, - 1.00); - font-size:70px; - line-height:80px; - font-weight:900; - font-style:normal; - font-family:Lato; - padding:0 0 0 0px; - text-decoration:none; - background-color:transparent; - border-color:transparent; - border-style:none; - border-width:0px; - border-radius:0 0 0 0px; - text-align:left; - letter-spacing:10px -} -.tp-caption.LandingPage-SubTitle, -.LandingPage-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 30px; - font-weight: 400; - font-style: italic; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.LandingPage-Button, -.LandingPage-Button { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 54px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 35px 0px 35px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 3px -} -.tp-caption.LandingPage-Button:hover, -.LandingPage-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.App-Content a, -.tp-caption.App-Content a:visited { - color: #89124e !important; - border-bottom: 1px solid transparent !important; - font-weight: bold !important; -} -.tp-caption.App-Content a:hover { - border-bottom: 1px solid #89124e !important; -} -.tp-caption.RockBand-LogoText, -.RockBand-LogoText { - color: rgba(255, 255, 255, 1.00); - font-size: 60px; - line-height: 60px; - font-weight: 700; - font-style: normal; - font-family: Oswald; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #fff !important; - text-decoration: underline !important; -} -.tp-caption.Twitter-Content a:hover { - color: #fff !important; - text-decoration: none !important; -} -.soundcloudwrapper iframe { - width: 100% !important -} - -.tp-caption.Agency-LogoText, -.Agency-LogoText { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 1px -} -.tp-caption.ComingSoon-Highlight, -.ComingSoon-Highlight { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 37px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 20px 3px 20px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 154, 238, 1.00); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ComingSoon-Count, -.ComingSoon-Count { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 900; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ComingSoon-CountUnit, -.ComingSoon-CountUnit { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.ComingSoon-NotifyMe, -.ComingSoon-NotifyMe { - color: rgba(164, 157, 143, 1.00); - font-size: 27px; - line-height: 35px; - font-weight: 600; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} - -#mc_embed_signup input#mce-EMAIL { - font-family: "Lato", sans-serif; - font-size: 15px; - color: #000; - background-color: #fff; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 1px solid #fff; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - - - border-radius: 0px; -} -#mc_embed_signup input#mce-EMAIL[type="email"]:focus { - background-color: #fff; - border: 1px solid #666; - border-right: 0; -} -#mc_embed_signup input#mc-embedded-subscribe, -#mc_embed_signup input#mc-embedded-subscribe:focus { - font-family: "Lato", sans-serif; - line-height: 46px; - letter-spacing: 1px; - text-transform: uppercase; - font-size: 13px; - font-weight: 900; - padding: 0 20px; - border: 1px solid #009aee; - background: #009aee; - color: #fff; - - - border-radius: 0px; -} -#mc_embed_signup input#mc-embedded-subscribe:hover { - background: #0083d4; -} -@media only screen and (max-width: 767px) { - #mc_embed_signup input#mce-EMAIL { - width: 200px; - } -} -.tp-caption.Agency-SmallTitle, -.Agency-SmallTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 22px; - font-weight: 400; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 6px -} -.tp-caption.Agency-SmallContent, -.Agency-SmallContent { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Agency-SmallLink, -.Agency-SmallLink { - color: rgba(248, 124, 9, 1.00); - font-size: 12px; - line-height: 22px; - font-weight: 700; - font-style: normal; - font-family: lato; - padding: 0 0 0px 0; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - border-bottom: 1px solid #f87c09 !important -} -.tp-caption.Agency-SmallLink:hover, -.Agency-SmallLink:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Agency-NavButton, -.Agency-NavButton { - color: rgba(51, 51, 51, 1.00); - font-size: 17px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - text-align: center -} -.tp-caption.Agency-NavButton:hover, -.Agency-NavButton:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(51, 51, 51, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.Agency-SmallLinkGreen, -.Agency-SmallLinkGreen { - color: rgba(109, 177, 155, 1.00); - font-size: 12px; - line-height: 22px; - font-weight: 700; - font-style: normal; - font-family: lato; - padding: 0 0 0px 0; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - border-bottom: 1px solid #6db19b !important -} -.tp-caption.Agency-SmallLinkGreen:hover, -.Agency-SmallLinkGreen:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Agency-SmallLinkBlue, -.Agency-SmallLinkBlue { - color: rgba(153, 153, 153, 1.00); - font-size: 12px; - line-height: 22px; - font-weight: 700; - font-style: normal; - font-family: lato; - padding: 0 0 0px 0; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - border-bottom: 1px solid #999 !important -} -.tp-caption.Agency-SmallLinkBlue:hover, -.Agency-SmallLinkBlue:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Agency-LogoText, -.Agency-LogoText { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 1px -} -.tp-caption.Agency-ArrowTooltip, -.Agency-ArrowTooltip { - color: rgba(51, 51, 51, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: "Permanent Marker"; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Agency-SmallSocial, -.Agency-SmallSocial { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Agency-SmallSocial:hover, -.Agency-SmallSocial:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #0084B4 !important -} -.tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important -} -.tp-caption.CreativeFrontPage-Btn, -.CreativeFrontPage-Btn { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 60px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0px 50px 0px 50px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 104, 92, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 4px 4px 4px 4px; - letter-spacing: 2px -} -.tp-caption.CreativeFrontPage-Btn:hover, -.CreativeFrontPage-Btn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 0.25); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 4px 4px 4px 4px; - cursor: pointer -} -.tp-caption.CreativeFrontPage-Menu, -.CreativeFrontPage-Menu { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 14px; - font-weight: 500; - font-style: normal; - font-family: roboto; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 2px -} -.tp-flip-index { - z-index: 1000 !important; -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #0084B4 !important -} -.tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important -} -.tp-caption.FullScreenMenu-Category, -.FullScreenMenu-Category { - color: rgba(17, 17, 17, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: BenchNine; - padding: 21px 30px 16px 30px; - text-decoration: none; - text-align: left; - background-color: rgba(255, 255, 255, 0.90); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 3px -} -.tp-caption.FullScreenMenu-Title, -.FullScreenMenu-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 65px; - line-height: 70px; - font-weight: 700; - font-style: normal; - font-family: BenchNine; - padding: 21px 30px 16px 30px; - text-decoration: none; - text-align: left; - background-color: rgba(17, 17, 17, 0.90); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #0084B4 !important -} -.tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important -} -.tp-caption.TechJournal-Button, -.TechJournal-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 40px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 1px 30px 1px 30px; - text-decoration: none; - text-align: left; - background-color: rgba(138, 0, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 3px -} -.tp-caption.TechJournal-Button:hover, -.TechJournal-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.TechJournal-Big, -.TechJournal-Big { - color: rgba(255, 255, 255, 1.00); - font-size: 120px; - line-height: 120px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 0px -} -.rev_slider { - overflow: hidden; -} -.effect_layer { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} - -.tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - #menu_forcefullwidth { - z-index: 5000; - position: fixed !important; - top: 0px; - left: 0px; - width: 100% - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .rev_slider { - overflow: hidden; - } - .effect_layer { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - } - .gyges .tp-thumb { - opacity: 1 - } - .gyges .tp-thumb-img-wrap { - padding: 3px; - background-color: rgba(0, 0, 0, 0.25); - display: inline-block; - width: 100%; - height: 100%; - position: relative; - margin: 0px; - box-sizing: border-box; - transition: all 0.3s; - -webkit-transition: all 0.3s; - } - .gyges .tp-thumb-image { - padding: 3px; - display: block; - box-sizing: border-box; - position: relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); - } - .gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); - background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-FooterLink, - .FullSiteBlock-FooterLink { - color: rgba(85, 85, 85, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left - } - .tp-caption.FullSiteBlock-FooterLink:hover, - .FullSiteBlock-FooterLink:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .fb-share-button.fb_iframe_widget iframe { - width: 115px!important; - } - #tp-socialwrapper { - opacity: 0; - } - - .tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - #menu_forcefullwidth { - z-index: 5000; - position: fixed !important; - top: 0px; - left: 0px; - width: 100% - } - #tp-menubg { - background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); - /* FF3.6-15 */ - - background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); - /* Chrome10-25,Safari5.1-6 */ - - background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); - /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - - filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0); - /* IE6-9 */ - } - #mc_embed_signup input[type="email"] { - font-family: "Lato", sans-serif; - font-size: 16px; - font-weight: 400; - background-color: #fff; - color: #888 !important; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 0; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - } - #mc_embed_signup input[type="email"]::-webkit-input-placeholder { - color: #888 !important; - } - #mc_embed_signup input[type="email"]::-moz-placeholder { - color: #888 !important; - } - #mc_embed_signup input[type="email"]:-ms-input-placeholder { - color: #888 !important; - } - #mc_embed_signup input[type="email"]:focus { - background-color: #f5f5f5; - color: #454545; - } - #mc_embed_signup input#mc-embedded-subscribe, - #mc_embed_signup input#mc-embedded-subscribe:focus { - font-family: "Lato", sans-serif; - line-height: 46px; - font-size: 16px; - font-weight: 700; - padding: 0 30px; - border: 0; - background: #f04531; - text-transform: none; - color: #fff; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - } - #mc_embed_signup input#mc-embedded-subscribe:hover { - background: #e03727; - } - @media only screen and (max-width: 767px) { - #mc_embed_signup input[type="email"] { - width: 260px; - } - } - @media only screen and (max-width: 480px) { - #mc_embed_signup input[type="email"] { - width: 160px; - } - } - #rev_slider_167_6 .uranus.tparrows { - width: 50px; - height: 50px; - background: rgba(255, 255, 255, 0); - } - #rev_slider_167_6 .uranus.tparrows:before { - width: 50px; - height: 50px; - line-height: 50px; - font-size: 40px; - transition: all 0.3s; - -webkit-transition: all 0.3s; - } - #rev_slider_167_6 .uranus.tparrows:hover:before { - opacity: 0.75; - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.ParallaxWebsite-FooterItem, - .ParallaxWebsite-FooterItem { - color: rgba(255, 255, 255, 0.50); - font-size: 16px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px - } - .tp-caption.ParallaxWebsite-FooterItem:hover, - .ParallaxWebsite-FooterItem:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .fb-share-button.fb_iframe_widget iframe { - width: 115px!important; - } - iframe.twitter-share-button { - display: none; - } - .fb-share-button.fb_iframe_widget iframe { - display: none; - } - - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0,150,255,1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; -} \ No newline at end of file diff --git a/public/css/main/css/css/navigation-skins/ares.css b/public/css/main/css/css/navigation-skins/ares.css deleted file mode 100644 index da4fb61..0000000 --- a/public/css/main/css/css/navigation-skins/ares.css +++ /dev/null @@ -1,241 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ARES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -.ares.tparrows { - cursor:pointer; - background:#fff; - min-width:60px; - min-height:60px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.ares.tparrows:hover { -} -.ares.tparrows:before { - font-family: "revicons"; - font-size:25px; - color:#aaa; - display:block; - line-height: 60px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; -} -.ares.tparrows.tp-leftarrow:before { - content: "\e81f"; -} -.ares.tparrows.tp-rightarrow:before { - content: "\e81e"; -} -.ares.tparrows:hover:before { - color:#000; - } -.tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#fff; - min-height:60px; - line-height:60px; - top:0px; - margin-left:30px; - border-radius:0px 30px 30px 0px; - overflow:hidden; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .ares.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:30px;margin-left:0px; - -webkit-transform-origin:100% 50%; -border-radius:30px 0px 0px 30px; - } -.ares.tparrows:hover .tp-title-wrap { - transform:scaleX(1) scaleY(1); - -webkit-transform:scaleX(1) scaleY(1); -} -.ares .tp-arr-titleholder { - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#000; - font-weight:400; - font-size:14px; - line-height:60px; - white-space:nowrap; - padding:0px 20px; - margin-left:10px; - opacity:0; -} - -.ares.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:10px; - } - -.ares.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.ares.tp-bullets { -} -.ares.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.ares .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.ares .tp-bullet:hover, -.ares .tp-bullet.selected { - background:#fff; -} -.ares .tp-bullet-title { - position:absolute; - color:#888; - font-size:12px; - padding:0px 10px; - font-weight:600; - right:27px; - top:-4px; - background:#fff; - background:rgba(255,255,255,0.75); - visibility:hidden; - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - transition:transform 0.3s; - -webkit-transition:transform 0.3s; - line-height:20px; - white-space:nowrap; -} - -.ares .tp-bullet-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent rgba(255,255,255,0.75); - content:" "; - position:absolute; - right:-10px; - top:0px; -} - -.ares .tp-bullet:hover .tp-bullet-title{ - visibility:visible; - transform:translateX(0px); - -webkit-transform:translateX(0px); -} - -.ares .tp-bullet.selected:hover .tp-bullet-title { - background:#fff; - } -.ares .tp-bullet.selected:hover .tp-bullet-title:after { - border-color:transparent transparent transparent #fff; -} -.ares.tp-bullets:hover .tp-bullet-title { - visibility:hidden; -} -.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { - visibility:visible; - } - -/* TABS */ -.ares .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.ares .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.ares .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.ares .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.ares .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.ares .tp-tab:hover, -.ares .tp-tab.selected { - background:#eee; -} - -.ares .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - diff --git a/public/css/main/css/css/navigation-skins/custom.css b/public/css/main/css/css/navigation-skins/custom.css deleted file mode 100644 index 6d80ed4..0000000 --- a/public/css/main/css/css/navigation-skins/custom.css +++ /dev/null @@ -1,79 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - CUSTOM SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.custom.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; -} -.custom.tparrows:hover { - background:#000; -} -.custom.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.custom.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.custom.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.custom.tp-bullets { -} -.custom.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.custom .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - background:rgba(125,125,125,0.5); - cursor: pointer; - box-sizing:content-box; -} -.custom .tp-bullet:hover, -.custom .tp-bullet.selected { - background:rgb(125,125,125); -} -.custom .tp-bullet-image { -} -.custom .tp-bullet-title { -} - - -/* THUMBS */ - - -/* TABS */ - - diff --git a/public/css/main/css/css/navigation-skins/dione.css b/public/css/main/css/css/navigation-skins/dione.css deleted file mode 100644 index 82c18c8..0000000 --- a/public/css/main/css/css/navigation-skins/dione.css +++ /dev/null @@ -1,177 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - DIONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.dione.tparrows { - height:100%; - width:100px; - background:transparent; - background:rgba(0,0,0,0); - line-height:100%; - transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows:hover { - background:rgba(0,0,0,0.45); - } -.dione .tp-arr-imgwrapper { - width:100px; - left:0px; - position:absolute; - height:100%; - top:0px; - overflow:hidden; - } -.dione.tp-rightarrow .tp-arr-imgwrapper { -left:auto; -right:0px; -} - -.dione .tp-arr-imgholder { -background-position:center center; -background-size:cover; -width:100px; -height:100%; -top:0px; -visibility:hidden; -transform:translateX(-50px); --webkit-transform:translateX(-50px); -transition:all 0.3s; --webkit-transition:all 0.3s; -opacity:0; -left:0px; -} - -.dione.tparrows.tp-rightarrow .tp-arr-imgholder { - right:0px; - left:auto; - transform:translateX(50px); - -webkit-transform:translateX(50px); -} - -.dione.tparrows:before { -position:absolute; -line-height:30px; -margin-left:-22px; -top:50%; -left:50%; -font-size:30px; -margin-top:-15px; -transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows.tp-rightarrow:before { -margin-left:6px; -} - -.dione.tparrows:hover:before { - transform:translateX(-20px); --webkit-transform:translateX(-20px); -opacity:0; -} - -.dione.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); --webkit-transform:translateX(20px); -} - -.dione.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); --webkit-transform:translateX(0px); -opacity:1; -visibility:visible; -} - - - -/* BULLETS */ -.dione .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - - } - -.dione .tp-bullet-image { - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.dione .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.dione .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.dione .tp-bullet.selected, -.dione .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.dione .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - diff --git a/public/css/main/css/css/navigation-skins/erinyen.css b/public/css/main/css/css/navigation-skins/erinyen.css deleted file mode 100644 index 60a0821..0000000 --- a/public/css/main/css/css/navigation-skins/erinyen.css +++ /dev/null @@ -1,276 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ERINYEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.erinyen.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; -} - -.erinyen.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.erinyen.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.erinyen.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.erinyen .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.5); - min-height:70px; - line-height:70px; - top:0px; - margin-left:0px; - border-radius:35px; - overflow:hidden; - transition: opacity 0.3s; - -webkit-transition:opacity 0.3s; - -moz-transition:opacity 0.3s; - -webkit-transform: scale(0); - -moz-transform: scale(0); - transform: scale(0); - visibility:hidden; - opacity:0; -} - -.erinyen.tparrows:hover .tp-title-wrap{ - -webkit-transform: scale(1); - -moz-transform: scale(1); - transform: scale(1); - opacity:1; - visibility:visible; -} - - .erinyen.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:0px;margin-left:0px; - -webkit-transform-origin:100% 50%; - border-radius:35px; - padding-right:20px; - padding-left:10px; - } - - -.erinyen.tp-leftarrow .tp-title-wrap { - padding-left:20px; - padding-right:10px; -} - -.erinyen .tp-arr-titleholder { - letter-spacing: 3px; - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:13px; - line-height:70px; - white-space:nowrap; - padding:0px 20px; - margin-left:11px; - opacity:0; -} - -.erinyen .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - } - .erinyen .tp-arr-img-over { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background:#000; - background:rgba(0,0,0,0.5); - } -.erinyen.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:11px; - } - -.erinyen.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.erinyen.tp-bullets { -} -.erinyen.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #555555; /* old browsers */ - background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ - background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ - padding:10px 15px; - margin-left:-15px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; - box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); -} -.erinyen .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#111; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.erinyen .tp-bullet:hover, -.erinyen .tp-bullet.selected { - background: #e5e5e5; /* old browsers */ -background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ -background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ -background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ -background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ -background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ -filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ - border:1px solid #555; - width:12px;height:12px; -} -.erinyen .tp-bullet-image { -} -.erinyen .tp-bullet-title { -} - - -/* THUMBS */ -.erinyen .tp-thumb { -opacity:1 -} - -.erinyen .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.erinyen .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.erinyen .tp-thumb-more:before { - content: "\e825"; -} - -.erinyen .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.erinyen .tp-thumb.selected .tp-thumb-more:before, -.erinyen .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.erinyen .tp-thumb.selected .tp-thumb-over, -.erinyen .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.erinyen .tp-thumb.selected .tp-thumb-title, -.erinyen .tp-thumb:hover .tp-thumb-title { - color:#000; - -} - - -/* TABS */ -.erinyen .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.erinyen .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - diff --git a/public/css/main/css/css/navigation-skins/gyges.css b/public/css/main/css/css/navigation-skins/gyges.css deleted file mode 100644 index e3b9f14..0000000 --- a/public/css/main/css/css/navigation-skins/gyges.css +++ /dev/null @@ -1,209 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - GYGES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ - - -/* BULLETS */ -.gyges.tp-bullets { -} -.gyges.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #777777; /* Old browsers */ - background: -moz-linear-gradient(top, #777777 0%, #666666 100%); - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#777777), color-stop(100%,#666666)); - background: -webkit-linear-gradient(top, #777777 0%,#666666 100%); - background: -o-linear-gradient(top, #777777 0%,#666666 100%); - background: -ms-linear-gradient(top, #777777 0%,#666666 100%); - background: linear-gradient(to bottom, #777777 0%,#666666 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", - endColorstr="#666666",GradientType=0 ); - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; -} -.gyges .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#333; - border:3px solid #444; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.gyges .tp-bullet:hover, -.gyges .tp-bullet.selected { - background: #ffffff; /* Old browsers */ - background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */ - background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", - endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */ - -} -.gyges .tp-bullet-image { -} -.gyges .tp-bullet-title { -} - - -/* THUMBS */ -.gyges .tp-thumb { - opacity:1 - } -.gyges .tp-thumb-img-wrap { - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - display:inline-block; - - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.gyges .tp-thumb-image { - padding:3px; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } -.gyges .tp-thumb-title { - position:absolute; - bottom:100%; - display:inline-block; - left:50%; - background:rgba(255,255,255,0.8); - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - margin-bottom:20px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - white-space:nowrap; - } -.gyges .tp-thumb:hover .tp-thumb-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - } -.gyges .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(255,255,255,0.8) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.gyges .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid rgba(255,255,255,0.15); - } -.gyges .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.gyges .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.gyges .tp-tab-date - { - display:block; - color: rgba(255,255,255,0.25); - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.gyges .tp-tab-title -{ - display:block; - text-align:left; - color:#fff; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.gyges .tp-tab:hover, -.gyges .tp-tab.selected { - background:rgba(0,0,0,0.5); -} - -.gyges .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - diff --git a/public/css/main/css/css/navigation-skins/hades.css b/public/css/main/css/css/navigation-skins/hades.css deleted file mode 100644 index 4bbe920..0000000 --- a/public/css/main/css/css/navigation-skins/hades.css +++ /dev/null @@ -1,256 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HADES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hades.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.15); - width:100px; - height:100px; - position:absolute; - display:block; - z-index:100; -} - -.hades.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#fff; - display:block; - line-height: 100px; - text-align: center; - transition: background 0.3s, color 0.3s; -} -.hades.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hades.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.hades.tparrows:hover:before { - color:#aaa; - background:#fff; - background:rgba(255,255,255,1); - } -.hades .tp-arr-allwrapper { - position:absolute; - left:100%; - top:0px; - background:#888; - width:100px;height:100px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; - filter: alpha(opacity=0); - -moz-opacity: 0.0; - -khtml-opacity: 0.0; - opacity: 0.0; - -webkit-transform: rotatey(-90deg); - transform: rotatey(-90deg); - -webkit-transform-origin: 0% 50%; - transform-origin: 0% 50%; -} -.hades.tp-rightarrow .tp-arr-allwrapper { - left:auto; - right:100%; - -webkit-transform-origin: 100% 50%; - transform-origin: 100% 50%; - -webkit-transform: rotatey(90deg); - transform: rotatey(90deg); -} - -.hades:hover .tp-arr-allwrapper { - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; - filter: alpha(opacity=100); - -moz-opacity: 1; - -khtml-opacity: 1; - opacity: 1; - -webkit-transform: rotatey(0deg); - transform: rotatey(0deg); - - } - -.hades .tp-arr-iwrapper { -} -.hades .tp-arr-imgholder { - background-size:cover; - position:absolute; - top:0px;left:0px; - width:100%;height:100%; -} -.hades .tp-arr-titleholder { -} -.hades .tp-arr-subtitleholder { -} - - -/* BULLETS */ -.hades.tp-bullets { -} -.hades.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hades .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#888; - cursor: pointer; - border:5px solid #fff; - box-sizing:content-box; - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - -webkit-perspective:400; - perspective:400; - -webkit-transform:translatez(0.01px); - transform:translatez(0.01px); -} -.hades .tp-bullet:hover, -.hades .tp-bullet.selected { - background:#555; - -} - -.hades .tp-bullet-image { - position:absolute;top:-80px; left:-60px;width:120px;height:60px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: rotatex(-90deg); - -webkit-transform: rotatex(-90deg); - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; - - -} -.hades .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: rotatex(0deg); - -webkit-transform: rotatex(0deg); - visibility:visible; - } -.hades .tp-bullet-title { -} - - -/* THUMBS */ -.hades .tp-thumb { - opacity:1 - } -.hades .tp-thumb-img-wrap { - border-radius:50%; - padding:3px; - display:inline-block; -background:#000; - background-color:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hades .tp-thumb-image { - padding:3px; - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } - - -.hades .tp-thumb:hover .tp-thumb-img-wrap, -.hades .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.hades .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.hades .tp-tab { - opacity:1; - } - -.hades .tp-tab-title - { - display:block; - color:#333; - font-weight:600; - font-size:18px; - text-align:center; - line-height:25px; - } -.hades .tp-tab-price - { - display:block; - text-align:center; - color:#999; - font-size:16px; - margin-top:10px; - line-height:20px -} - -.hades .tp-tab-button { - display:inline-block; - margin-top:15px; - text-align:center; - padding:5px 15px; - color:#fff; - font-size:14px; - background:#219bd7; - border-radius:4px; - font-weight:400; -} -.hades .tp-tab-inner { - text-align:center; -} - - - diff --git a/public/css/main/css/css/navigation-skins/hebe.css b/public/css/main/css/css/navigation-skins/hebe.css deleted file mode 100644 index 1156bd4..0000000 --- a/public/css/main/css/css/navigation-skins/hebe.css +++ /dev/null @@ -1,196 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEBE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hebe.tparrows { - cursor:pointer; - background:#fff; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; -} -.hebe.tparrows:hover { -} -.hebe.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#aaa; - display:block; - line-height: 70px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; - background:#fff; - min-width:70px; - min-height:70px; -} -.hebe.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hebe.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hebe.tparrows:hover:before { - color:#000; - } -.tp-title-wrap { - position:absolute; - z-index:0; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.75); - min-height:60px; - line-height:60px; - top:-10px; - margin-left:0px; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .hebe.tp-rightarrow .tp-title-wrap { - right:0px; - -webkit-transform-origin:100% 50%; - } -.hebe.tparrows:hover .tp-title-wrap { - transform:scaleX(1); - -webkit-transform:scaleX(1); -} -.hebe .tp-arr-titleholder { - position:relative; - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:12px; - line-height:90px; - white-space:nowrap; - padding:0px 20px 0px 90px; -} - -.hebe.tp-rightarrow .tp-arr-titleholder { - margin-left:0px; - padding:0px 90px 0px 20px; - } - -.hebe.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -.hebe .tp-arr-imgholder{ - width:90px; - height:90px; - position:absolute; - left:100%; - display:block; - background-size:cover; - background-position:center center; - top:0px; right:-90px; - } -.hebe.tp-rightarrow .tp-arr-imgholder{ - right:auto;left:-90px; - } - -/* BULLETS */ -.hebe.tp-bullets { -} -.hebe.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} - -.hebe .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#fff; - cursor: pointer; - border:5px solid #222; - border-radius:50%; - box-sizing:content-box; - -webkit-perspective:400; - perspective:400; - -webkit-transform:translateZ(0.01px); - transform:translateZ(0.01px); - transition:all 0.3s; -} -.hebe .tp-bullet:hover, -.hebe .tp-bullet.selected { - background:#222; - border-color:#fff; -} - -.hebe .tp-bullet-image { - position:absolute; - top:-90px; left:-40px; - width:70px; - height:70px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: scale(0); - -webkit-transform: scale(0); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; -border-radius:6px; - - -} -.hebe .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: scale(1); - -webkit-transform: scale(1); - visibility:visible; - } -.hebe .tp-bullet-title { -} - - -/* TABS */ -.hebe .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.hebe .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - diff --git a/public/css/main/css/css/navigation-skins/hephaistos.css b/public/css/main/css/css/navigation-skins/hephaistos.css deleted file mode 100644 index 735eecf..0000000 --- a/public/css/main/css/css/navigation-skins/hephaistos.css +++ /dev/null @@ -1,81 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEPHAISTOS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hephaistos.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.hephaistos.tparrows:hover { - background:#000; -} -.hephaistos.tparrows:before { - font-family: "revicons"; - font-size:18px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hephaistos.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-2px; - -} -.hephaistos.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-2px; -} - - - -/* BULLETS */ -.hephaistos.tp-bullets { -} -.hephaistos.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hephaistos .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#999; - border:3px solid #f5f5f5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; - box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); - -} -.hephaistos .tp-bullet:hover, -.hephaistos .tp-bullet.selected { - background:#fff; - border-color:#000; -} -.hephaistos .tp-bullet-image { -} -.hephaistos .tp-bullet-title { -} - - diff --git a/public/css/main/css/css/navigation-skins/hermes.css b/public/css/main/css/css/navigation-skins/hermes.css deleted file mode 100644 index df6cf50..0000000 --- a/public/css/main/css/css/navigation-skins/hermes.css +++ /dev/null @@ -1,223 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HERMES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hermes.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:30px; - height:110px; - position:absolute; - display:block; - z-index:100; -} - -.hermes.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 110px; - text-align: center; - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hermes.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hermes.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hermes.tparrows.tp-leftarrow:hover:before { - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - opacity:0; -} -.hermes.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); - -webkit-transform:translateX(20px); - opacity:0; -} - -.hermes .tp-arr-allwrapper { - overflow:hidden; - position:absolute; - width:180px; - height:140px; - top:0px; - left:0px; - visibility:hidden; - -webkit-transition: -webkit-transform 0.3s 0.3s; - transition: transform 0.3s 0.3s; - -webkit-perspective: 1000px; - perspective: 1000px; - } -.hermes.tp-rightarrow .tp-arr-allwrapper { - right:0px;left:auto; - } -.hermes.tparrows:hover .tp-arr-allwrapper { - visibility:visible; - } -.hermes .tp-arr-imgholder { - width:180px;position:absolute; - left:0px;top:0px;height:110px; - transform:translateX(-180px); - -webkit-transform:translateX(-180px); - transition:all 0.3s; - transition-delay:0.3s; -} -.hermes.tp-rightarrow .tp-arr-imgholder{ - transform:translateX(180px); - -webkit-transform:translateX(180px); - } - -.hermes.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); -} -.hermes .tp-arr-titleholder { - top:110px; - width:180px; - text-align:left; - display:block; - padding:0px 10px; - line-height:30px; background:#000; - background:rgba(0,0,0,0.75);color:#fff; - font-weight:600; position:absolute; - font-size:12px; - white-space:nowrap; - letter-spacing:1px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - transform-origin: 50% 0; - box-sizing:border-box; - -} -.hermes.tparrows:hover .tp-arr-titleholder { - -webkit-transition-delay: 0.6s; - transition-delay: 0.6s; - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); -} - - -/* BULLETS */ -.hermes.tp-bullets { -} - -.hermes .tp-bullet { - overflow:hidden; - border-radius:50%; - width:16px; - height:16px; - background-color: rgba(0, 0, 0, 0); - box-shadow: inset 0 0 0 2px #FFF; - -webkit-transition: background 0.3s ease; - transition: background 0.3s ease; - position:absolute; -} - -.hermes .tp-bullet:hover { - background-color: rgba(0, 0, 0, 0.2); -} -.hermes .tp-bullet:after { - content: ' '; - position: absolute; - bottom: 0; - height: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 1px #FFF; - -webkit-transition: height 0.3s ease; - transition: height 0.3s ease; -} -.hermes .tp-bullet.selected:after { - height:100%; -} - - -/* TABS */ -.hermes .tp-tab { - opacity:1; - padding-right:10px; - box-sizing:border-box; - } -.hermes .tp-tab-image -{ - width:100%; - height:60%; - position:relative; -} -.hermes .tp-tab-content -{ - background:rgb(54,54,54); - position:absolute; - padding:20px 20px 20px 30px; - box-sizing:border-box; - color:#fff; - display:block; - width:100%; - min-height:40%; - bottom:0px; - left:-10px; - } -.hermes .tp-tab-date - { - display:block; - color:#888; - font-weight:600; - font-size:12px; - margin-bottom:10px; - } -.hermes .tp-tab-title -{ - display:block; - color:#fff; - font-size:16px; - font-weight:800; - text-transform:uppercase; - line-height:19px; -} - -.hermes .tp-tab.selected .tp-tab-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 30px 0 30px 10px; - border-color: transparent transparent transparent rgb(54,54,54); - content:" "; - position:absolute; - right:-9px; - bottom:50%; - margin-bottom:-30px; -} -.hermes .tp-tab-mask { - padding-right:10px !important; - } - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} - .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} - .hermes .tp-tab-content { padding:15px 15px 15px 25px;} -} -@media only screen and (max-width: 768px) { - .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} - .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} - .hermes .tp-tab-content {padding:10px 10px 10px 20px;} -} - diff --git a/public/css/main/css/css/navigation-skins/hesperiden.css b/public/css/main/css/css/navigation-skins/hesperiden.css deleted file mode 100644 index 4994583..0000000 --- a/public/css/main/css/css/navigation-skins/hesperiden.css +++ /dev/null @@ -1,187 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HESPERIDEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hesperiden.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border-radius: 50%; -} -.hesperiden.tparrows:hover { - background:#000; -} -.hesperiden.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hesperiden.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-3px; -} -.hesperiden.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-3px; -} - -/* BULLETS */ -.hesperiden.tp-bullets { -} -.hesperiden.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:8px; - -} -.hesperiden .tp-bullet { - width:12px; - height:12px; - position:absolute; - background: #999999; /* old browsers */ - background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), - color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ - background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( - startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ - border:3px solid #e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.hesperiden .tp-bullet:hover, -.hesperiden .tp-bullet.selected { - background:#666; -} -.hesperiden .tp-bullet-image { -} -.hesperiden .tp-bullet-title { -} - - -/* THUMBS */ -.hesperiden .tp-thumb { - opacity:1; - -webkit-perspective: 600px; - perspective: 600px; -} -.hesperiden .tp-thumb .tp-thumb-title { - font-size:12px; - position:absolute; - margin-top:-10px; - color:#fff; - display:block; - z-index:1000; - background-color:#000; - padding:5px 10px; - bottom:0px; - left:0px; - width:100%; - box-sizing:border-box; - text-align:center; - overflow:hidden; - white-space:nowrap; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform:rotatex(90deg) translatez(0.001px); - transform-origin:50% 100%; - -webkit-transform:rotatex(90deg) translatez(0.001px); - -webkit-transform-origin:50% 100%; - opacity:0; - } -.hesperiden .tp-thumb:hover .tp-thumb-title { - transform:rotatex(0deg); - -webkit-transform:rotatex(0deg); - opacity:1; -} - -/* TABS */ -.hesperiden .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.hesperiden .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.hesperiden .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.hesperiden .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.hesperiden .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.hesperiden .tp-tab:hover, -.hesperiden .tp-tab.selected { - background:#eee; -} - -.hesperiden .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - diff --git a/public/css/main/css/css/navigation-skins/metis.css b/public/css/main/css/css/navigation-skins/metis.css deleted file mode 100644 index 47559d6..0000000 --- a/public/css/main/css/css/navigation-skins/metis.css +++ /dev/null @@ -1,206 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - METIS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.metis.tparrows { - background:#fff; - padding:10px; - transition:all 0.3s; - -webkit-transition:all 0.3s; - width:60px; - height:60px; - box-sizing:border-box; - } - - .metis.tparrows:hover { - background:#fff; - background:rgba(255,255,255,0.75); - } - - .metis.tparrows:before { - color:#000; - transition:all 0.3s; - -webkit-transition:all 0.3s; - } - - .metis.tparrows:hover:before { - transform:scale(1.5); - } - - -/* BULLETS */ -.metis .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - border-radius:50%; - } - -.metis .tp-bullet-image { - - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.metis .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.metis .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.metis .tp-bullet.selected, -.metis .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.metis .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - -/* METIS TAB */ -.metis .tp-tab-number { - color: #fff; - font-size: 40px; - line-height: 30px; - font-weight: 400; - font-family: "Playfair Display"; - width: 50px; - margin-right: 17px; - display: inline-block; - float: left; - } - .metis .tp-tab-mask { - padding-left: 20px; - left: 0px; - max-width: 90px !important; - transition: 0.4s padding-left, 0.4s left, 0.4s max-width; - } - .metis:hover .tp-tab-mask { - padding-left: 0px; - left: 50px; - max-width: 500px !important; - } - .metis .tp-tab-divider { - border-right: 1px solid transparent; - height: 30px; - width: 1px; - margin-top: 5px; - display: inline-block; - float: left; - } - .metis .tp-tab-title { - color: #fff; - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-family: "Playfair Display"; - position: relative; - padding-top: 10px; - padding-left: 30px; - display: inline-block; - transform: translateX(-100%); - transition: 0.4s all; - } - .metis .tp-tab-title-mask { - position: absolute; - overflow: hidden; - left: 67px; - } - .metis:hover .tp-tab-title { - transform: translateX(0); - } - .metis .tp-tab { - opacity: 0.15; - transition: 0.4s all; - } - .metis .tp-tab:hover, - .metis .tp-tab.selected { - opacity: 1; - } - .metis .tp-tab.selected .tp-tab-divider { - border-right: 1px solid #cdb083; - } - .metis.tp-tabs { - max-width: 118px !important; - padding-left: 50px; - } - .metis.tp-tabs:before { - content: " "; - height: 100%; - width: 88px; - background: rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(255, 255, 255, 0.10); - left: 0px; - top: 0px; - position: absolute; - transition: 0.4s all; - } - .metis.tp-tabs:hover:before { - width: 118px; - } - @media (max-width: 499px) { - .metis.tp-tabs:before { - background: rgba(0, 0, 0, 0.75); - } - } diff --git a/public/css/main/css/css/navigation-skins/persephone.css b/public/css/main/css/css/navigation-skins/persephone.css deleted file mode 100644 index 3ea192f..0000000 --- a/public/css/main/css/css/navigation-skins/persephone.css +++ /dev/null @@ -1,74 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - PERSEPHONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.persephone.tparrows { - cursor:pointer; - background:#aaa; - background:rgba(200,200,200,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border:1px solid #f5f5f5; -} -.persephone.tparrows:hover { - background:#333; -} -.persephone.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.persephone.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.persephone.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.persephone.tp-bullets { -} -.persephone.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:#transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.persephone .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - border:1px solid #e5e5e5; - cursor: pointer; - box-sizing:content-box; -} -.persephone .tp-bullet:hover, -.persephone .tp-bullet.selected { - background:#222; -} -.persephone .tp-bullet-image { -} -.persephone .tp-bullet-title { -} - - diff --git a/public/css/main/css/css/navigation-skins/uranus.css b/public/css/main/css/css/navigation-skins/uranus.css deleted file mode 100644 index b3fc192..0000000 --- a/public/css/main/css/css/navigation-skins/uranus.css +++ /dev/null @@ -1,72 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - URANUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.uranus.tparrows { - width:50px; - height:50px; - background:transparent; - } - .uranus.tparrows:before { - width:50px; - height:50px; - line-height:50px; - font-size:40px; - transition:all 0.3s; --webkit-transition:all 0.3s; - } - - .uranus.tparrows:hover:before { - opacity:0.75; - } - -/* BULLETS */ -.uranus .tp-bullet{ - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); - -webkit-transition: box-shadow 0.3s ease; - transition: box-shadow 0.3s ease; - background:transparent; -} -.uranus .tp-bullet.selected, -.uranus .tp-bullet:hover { - box-shadow: 0 0 0 2px #FFF; - border:none; - border-radius: 50%; - - background:transparent; -} - - - -.uranus .tp-bullet-inner { - background-color: rgba(255, 255, 255, 0.7); - -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; - transition: background-color 0.3s ease, transform 0.3s ease; - top: 0; - left: 0; - width: 100%; - height: 100%; - outline: none; - border-radius: 50%; - background-color: #FFF; - background-color: rgba(255, 255, 255, 0.3); - text-indent: -999em; - cursor: pointer; - position: absolute; -} - -.uranus .tp-bullet.selected .tp-bullet-inner, -.uranus .tp-bullet:hover .tp-bullet-inner{ - transform: scale(0.4); - -webkit-transform: scale(0.4); - background-color:#fff; -} - diff --git a/public/css/main/css/css/navigation-skins/zeus.css b/public/css/main/css/css/navigation-skins/zeus.css deleted file mode 100644 index 2631f2e..0000000 --- a/public/css/main/css/css/navigation-skins/zeus.css +++ /dev/null @@ -1,280 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.zeus.tparrows { - cursor:pointer; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; - overflow:hidden; - background:rgba(0,0,0,0.10); -} - -.zeus.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.zeus.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.zeus.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.zeus .tp-title-wrap { - background:#000; - background:rgba(0,0,0,0.5); - width:100%; - height:100%; - top:0px; - left:0px; - position:absolute; - opacity:0; - transform:scale(0); - -webkit-transform:scale(0); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - border-radius:50%; - } -.zeus .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - border-radius:50%; - transform:translateX(-100%); - -webkit-transform:translateX(-100%); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - - } -.zeus.tp-rightarrow .tp-arr-imgholder { - transform:translateX(100%); - -webkit-transform:translateX(100%); - } -.zeus.tparrows:hover .tp-arr-imgholder { - transform:translateX(0); - -webkit-transform:translateX(0); - opacity:1; -} - -.zeus.tparrows:hover .tp-title-wrap { - transform:scale(1); - -webkit-transform:scale(1); - opacity:1; -} - - -/* BULLETS */ -.zeus .tp-bullet { - box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; - background-color: rgba(0, 0, 0, 0); - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; - width:13px;height:13px; - border:2px solid #fff; - } -.zeus .tp-bullet:after { - content: ""; - position: absolute; - width: 100%; - height: 100%; - left: 0; - border-radius: 50%; - background-color: #FFF; - -webkit-transform: scale(0); - transform: scale(0); - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: -webkit-transform 0.3s ease; - transition: transform 0.3s ease; -} -.zeus .tp-bullet:hover:after, -.zeus .tp-bullet.selected:after{ - -webkit-transform: scale(1.2); - transform: scale(1.2); -} - - .zeus .tp-bullet-image, - .zeus .tp-bullet-imageoverlay{ - width:135px; - height:60px; - position:absolute; - background:#000; - background:rgba(0,0,0,0.5); - bottom:25px; - left:50%; - margin-left:-65px; - box-sizing:border-box; - background-size:cover; - background-position:center center; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - border-radius:4px; - -} - - -.zeus .tp-bullet-title, -.zeus .tp-bullet-imageoverlay { - z-index:2; - -webkit-transition: all 0.5s ease; - transition: all 0.5s ease; -} -.zeus .tp-bullet-title { - color:#fff; - text-align:center; - line-height:15px; - font-size:13px; - font-weight:600; - z-index:3; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - position:absolute; - bottom:45px; - width:135px; - vertical-align:middle; - left:-57px; -} - -.zeus .tp-bullet:hover .tp-bullet-title, -.zeus .tp-bullet:hover .tp-bullet-image, -.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ - opacity:1; - visibility:visible; - -webkit-transform:translateY(0px); - transform:translateY(0px); - } - -/* THUMBS */ -.zeus .tp-thumb { -opacity:1 -} - -.zeus .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.zeus .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.zeus .tp-thumb-more:before { - content: "\e825"; -} - -.zeus .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.zeus .tp-thumb.selected .tp-thumb-more:before, -.zeus .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.zeus .tp-thumb.selected .tp-thumb-over, -.zeus .tp-thumb:hover .tp-thumb-over { - background:#000; -} -.zeus .tp-thumb.selected .tp-thumb-title, -.zeus .tp-thumb:hover .tp-thumb-title { - color:#fff; - -} - - -/* TABS */ -.zeus .tp-tab { - opacity:1; - box-sizing:border-box; -} - -.zeus .tp-tab-title { -display: block; -text-align: center; -background: rgba(0,0,0,0.25); -font-family: "Roboto Slab", serif; -font-weight: 700; -font-size: 13px; -line-height: 13px; -color: #fff; -padding: 9px 10px; } - -.zeus .tp-tab:hover .tp-tab-title, -.zeus .tp-tab.selected .tp-tab-title { - color: #000; - background:rgba(255,255,255,1); -} - diff --git a/public/css/main/css/css/navigation.css b/public/css/main/css/css/navigation.css deleted file mode 100644 index f30f274..0000000 --- a/public/css/main/css/css/navigation.css +++ /dev/null @@ -1,2642 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ARES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -.ares.tparrows { - cursor:pointer; - background:#fff; - min-width:60px; - min-height:60px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.ares.tparrows:hover { -} -.ares.tparrows:before { - font-family: "revicons"; - font-size:25px; - color:#aaa; - display:block; - line-height: 60px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; -} -.ares.tparrows.tp-leftarrow:before { - content: "\e81f"; -} -.ares.tparrows.tp-rightarrow:before { - content: "\e81e"; -} -.ares.tparrows:hover:before { - color:#000; - } -.ares .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#fff; - min-height:60px; - line-height:60px; - top:0px; - margin-left:30px; - border-radius:0px 30px 30px 0px; - overflow:hidden; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .ares.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:30px;margin-left:0px; - -webkit-transform-origin:100% 50%; -border-radius:30px 0px 0px 30px; - } -.ares.tparrows:hover .tp-title-wrap { - transform:scaleX(1) scaleY(1); - -webkit-transform:scaleX(1) scaleY(1); -} -.ares .tp-arr-titleholder { - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#000; - font-weight:400; - font-size:14px; - line-height:60px; - white-space:nowrap; - padding:0px 20px; - margin-left:10px; - opacity:0; -} - -.ares.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:10px; - } - -.ares.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.ares.tp-bullets { -} -.ares.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.ares .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.ares .tp-bullet:hover, -.ares .tp-bullet.selected { - background:#fff; -} -.ares .tp-bullet-title { - position:absolute; - color:#888; - font-size:12px; - padding:0px 10px; - font-weight:600; - right:27px; - top:-4px; - background:#fff; - background:rgba(255,255,255,0.75); - visibility:hidden; - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - transition:transform 0.3s; - -webkit-transition:transform 0.3s; - line-height:20px; - white-space:nowrap; -} - -.ares .tp-bullet-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent rgba(255,255,255,0.75); - content:" "; - position:absolute; - right:-10px; - top:0px; -} - -.ares .tp-bullet:hover .tp-bullet-title{ - visibility:visible; - transform:translateX(0px); - -webkit-transform:translateX(0px); -} - -.ares .tp-bullet.selected:hover .tp-bullet-title { - background:#fff; - } -.ares .tp-bullet.selected:hover .tp-bullet-title:after { - border-color:transparent transparent transparent #fff; -} -.ares.tp-bullets:hover .tp-bullet-title { - visibility:hidden; -} -.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { - visibility:visible; - } - -/* TABS */ -.ares .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.ares .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.ares .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.ares .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.ares .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.ares .tp-tab:hover, -.ares .tp-tab.selected { - background:#eee; -} - -.ares .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - CUSTOM SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.custom.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:10000; -} -.custom.tparrows:hover { - background:#000; -} -.custom.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.custom.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.custom.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.custom.tp-bullets { -} -.custom.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.custom .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - background:rgba(125,125,125,0.5); - cursor: pointer; - box-sizing:content-box; -} -.custom .tp-bullet:hover, -.custom .tp-bullet.selected { - background:rgb(125,125,125); -} -.custom .tp-bullet-image { -} -.custom .tp-bullet-title { -} - - -/* THUMBS */ - - -/* TABS */ - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - DIONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.dione.tparrows { - height:100%; - width:100px; - background:transparent; - background:rgba(0,0,0,0); - line-height:100%; - transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows:hover { - background:rgba(0,0,0,0.45); - } -.dione .tp-arr-imgwrapper { - width:100px; - left:0px; - position:absolute; - height:100%; - top:0px; - overflow:hidden; - } -.dione.tp-rightarrow .tp-arr-imgwrapper { -left:auto; -right:0px; -} - -.dione .tp-arr-imgholder { -background-position:center center; -background-size:cover; -width:100px; -height:100%; -top:0px; -visibility:hidden; -transform:translateX(-50px); --webkit-transform:translateX(-50px); -transition:all 0.3s; --webkit-transition:all 0.3s; -opacity:0; -left:0px; -} - -.dione.tparrows.tp-rightarrow .tp-arr-imgholder { - right:0px; - left:auto; - transform:translateX(50px); - -webkit-transform:translateX(50px); -} - -.dione.tparrows:before { -position:absolute; -line-height:30px; -margin-left:-22px; -top:50%; -left:50%; -font-size:30px; -margin-top:-15px; -transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows.tp-rightarrow:before { -margin-left:6px; -} - -.dione.tparrows:hover:before { - transform:translateX(-20px); --webkit-transform:translateX(-20px); -opacity:0; -} - -.dione.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); --webkit-transform:translateX(20px); -} - -.dione.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); --webkit-transform:translateX(0px); -opacity:1; -visibility:visible; -} - - - -/* BULLETS */ -.dione .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - - } - -.dione .tp-bullet-image { - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.dione .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.dione .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.dione .tp-bullet.selected, -.dione .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.dione .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ERINYEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.erinyen.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:1000; - border-radius:35px; -} - -.erinyen.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.erinyen.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.erinyen.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.erinyen .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.5); - min-height:70px; - line-height:70px; - top:0px; - margin-left:0px; - border-radius:35px; - overflow:hidden; - transition: opacity 0.3s; - -webkit-transition:opacity 0.3s; - -moz-transition:opacity 0.3s; - -webkit-transform: scale(0); - -moz-transform: scale(0); - transform: scale(0); - visibility:hidden; - opacity:0; -} - -.erinyen.tparrows:hover .tp-title-wrap{ - -webkit-transform: scale(1); - -moz-transform: scale(1); - transform: scale(1); - opacity:1; - visibility:visible; -} - - .erinyen.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:0px;margin-left:0px; - -webkit-transform-origin:100% 50%; - border-radius:35px; - padding-right:20px; - padding-left:10px; - } - - -.erinyen.tp-leftarrow .tp-title-wrap { - padding-left:20px; - padding-right:10px; -} - -.erinyen .tp-arr-titleholder { - letter-spacing: 3px; - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:13px; - line-height:70px; - white-space:nowrap; - padding:0px 20px; - margin-left:11px; - opacity:0; -} - -.erinyen .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - } - .erinyen .tp-arr-img-over { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background:#000; - background:rgba(0,0,0,0.5); - } -.erinyen.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:11px; - } - -.erinyen.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.erinyen.tp-bullets { -} -.erinyen.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #555555; /* old browsers */ - background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ - background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ - padding:10px 15px; - margin-left:-15px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; - box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); -} -.erinyen .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#111; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.erinyen .tp-bullet:hover, -.erinyen .tp-bullet.selected { - background: #e5e5e5; /* old browsers */ -background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ -background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ -background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ -background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ -background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ -filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ - border:1px solid #555; - width:12px;height:12px; -} -.erinyen .tp-bullet-image { -} -.erinyen .tp-bullet-title { -} - - -/* THUMBS */ -.erinyen .tp-thumb { -opacity:1 -} - -.erinyen .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.erinyen .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.erinyen .tp-thumb-more:before { - content: "\e825"; -} - -.erinyen .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.erinyen .tp-thumb.selected .tp-thumb-more:before, -.erinyen .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.erinyen .tp-thumb.selected .tp-thumb-over, -.erinyen .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.erinyen .tp-thumb.selected .tp-thumb-title, -.erinyen .tp-thumb:hover .tp-thumb-title { - color:#000; - -} - - -/* TABS */ -.erinyen .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.erinyen .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - GYGES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ - - -/* BULLETS */ -.gyges.tp-bullets { -} -.gyges.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #777777; /* Old browsers */ - background: -moz-linear-gradient(top, #777777 0%, #666666 100%); - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#777777), color-stop(100%,#666666)); - background: -webkit-linear-gradient(top, #777777 0%,#666666 100%); - background: -o-linear-gradient(top, #777777 0%,#666666 100%); - background: -ms-linear-gradient(top, #777777 0%,#666666 100%); - background: linear-gradient(to bottom, #777777 0%,#666666 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", - endColorstr="#666666",GradientType=0 ); - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; -} -.gyges .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#333; - border:3px solid #444; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.gyges .tp-bullet:hover, -.gyges .tp-bullet.selected { - background: #ffffff; /* Old browsers */ - background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */ - background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", - endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */ - -} -.gyges .tp-bullet-image { -} -.gyges .tp-bullet-title { -} - - -/* THUMBS */ -.gyges .tp-thumb { - opacity:1 - } -.gyges .tp-thumb-img-wrap { - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - display:inline-block; - - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.gyges .tp-thumb-image { - padding:3px; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } -.gyges .tp-thumb-title { - position:absolute; - bottom:100%; - display:inline-block; - left:50%; - background:rgba(255,255,255,0.8); - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - margin-bottom:20px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - white-space:nowrap; - } -.gyges .tp-thumb:hover .tp-thumb-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - } -.gyges .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(255,255,255,0.8) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.gyges .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid rgba(255,255,255,0.15); - } -.gyges .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.gyges .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.gyges .tp-tab-date - { - display:block; - color: rgba(255,255,255,0.25); - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.gyges .tp-tab-title -{ - display:block; - text-align:left; - color:#fff; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.gyges .tp-tab:hover, -.gyges .tp-tab.selected { - background:rgba(0,0,0,0.5); -} - -.gyges .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HADES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hades.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.15); - width:100px; - height:100px; - position:absolute; - display:block; - z-index:1000; -} - -.hades.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#fff; - display:block; - line-height: 100px; - text-align: center; - transition: background 0.3s, color 0.3s; -} -.hades.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hades.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.hades.tparrows:hover:before { - color:#aaa; - background:#fff; - background:rgba(255,255,255,1); - } -.hades .tp-arr-allwrapper { - position:absolute; - left:100%; - top:0px; - background:#888; - width:100px;height:100px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; - filter: alpha(opacity=0); - -moz-opacity: 0.0; - -khtml-opacity: 0.0; - opacity: 0.0; - -webkit-transform: rotatey(-90deg); - transform: rotatey(-90deg); - -webkit-transform-origin: 0% 50%; - transform-origin: 0% 50%; -} -.hades.tp-rightarrow .tp-arr-allwrapper { - left:auto; - right:100%; - -webkit-transform-origin: 100% 50%; - transform-origin: 100% 50%; - -webkit-transform: rotatey(90deg); - transform: rotatey(90deg); -} - -.hades:hover .tp-arr-allwrapper { - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; - filter: alpha(opacity=100); - -moz-opacity: 1; - -khtml-opacity: 1; - opacity: 1; - -webkit-transform: rotatey(0deg); - transform: rotatey(0deg); - - } - -.hades .tp-arr-iwrapper { -} -.hades .tp-arr-imgholder { - background-size:cover; - position:absolute; - top:0px;left:0px; - width:100%;height:100%; -} -.hades .tp-arr-titleholder { -} -.hades .tp-arr-subtitleholder { -} - - -/* BULLETS */ -.hades.tp-bullets { -} -.hades.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hades .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#888; - cursor: pointer; - border:5px solid #fff; - box-sizing:content-box; - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - -webkit-perspective:400; - perspective:400; - -webkit-transform:translatez(0.01px); - transform:translatez(0.01px); -} -.hades .tp-bullet:hover, -.hades .tp-bullet.selected { - background:#555; - -} - -.hades .tp-bullet-image { - position:absolute;top:-80px; left:-60px;width:120px;height:60px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: rotatex(-90deg); - -webkit-transform: rotatex(-90deg); - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; - - -} -.hades .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: rotatex(0deg); - -webkit-transform: rotatex(0deg); - visibility:visible; - } -.hades .tp-bullet-title { -} - - -/* THUMBS */ -.hades .tp-thumb { - opacity:1 - } -.hades .tp-thumb-img-wrap { - border-radius:50%; - padding:3px; - display:inline-block; -background:#000; - background-color:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hades .tp-thumb-image { - padding:3px; - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } - - -.hades .tp-thumb:hover .tp-thumb-img-wrap, -.hades .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.hades .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.hades .tp-tab { - opacity:1; - } - -.hades .tp-tab-title - { - display:block; - color:#333; - font-weight:600; - font-size:18px; - text-align:center; - line-height:25px; - } -.hades .tp-tab-price - { - display:block; - text-align:center; - color:#999; - font-size:16px; - margin-top:10px; - line-height:20px -} - -.hades .tp-tab-button { - display:inline-block; - margin-top:15px; - text-align:center; - padding:5px 15px; - color:#fff; - font-size:14px; - background:#219bd7; - border-radius:4px; - font-weight:400; -} -.hades .tp-tab-inner { - text-align:center; -} - - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEBE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hebe.tparrows { - cursor:pointer; - background:#fff; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:1000; -} -.hebe.tparrows:hover { -} -.hebe.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#aaa; - display:block; - line-height: 70px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; - background:#fff; - min-width:70px; - min-height:70px; -} -.hebe.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hebe.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hebe.tparrows:hover:before { - color:#000; - } -.hebe .tp-title-wrap { - position:absolute; - z-index:0; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.75); - min-height:60px; - line-height:60px; - top:-10px; - margin-left:0px; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .hebe.tp-rightarrow .tp-title-wrap { - right:0px; - -webkit-transform-origin:100% 50%; - } -.hebe.tparrows:hover .tp-title-wrap { - transform:scaleX(1); - -webkit-transform:scaleX(1); -} -.hebe .tp-arr-titleholder { - position:relative; - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:12px; - line-height:90px; - white-space:nowrap; - padding:0px 20px 0px 90px; -} - -.hebe.tp-rightarrow .tp-arr-titleholder { - margin-left:0px; - padding:0px 90px 0px 20px; - } - -.hebe.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -.hebe .tp-arr-imgholder{ - width:90px; - height:90px; - position:absolute; - left:100%; - display:block; - background-size:cover; - background-position:center center; - top:0px; right:-90px; - } -.hebe.tp-rightarrow .tp-arr-imgholder{ - right:auto;left:-90px; - } - -/* BULLETS */ -.hebe.tp-bullets { -} -.hebe.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} - -.hebe .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#fff; - cursor: pointer; - border:5px solid #222; - border-radius:50%; - box-sizing:content-box; - -webkit-perspective:400; - perspective:400; - -webkit-transform:translateZ(0.01px); - transform:translateZ(0.01px); - transition:all 0.3s; -} -.hebe .tp-bullet:hover, -.hebe .tp-bullet.selected { - background:#222; - border-color:#fff; -} - -.hebe .tp-bullet-image { - position:absolute; - top:-90px; left:-40px; - width:70px; - height:70px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: scale(0); - -webkit-transform: scale(0); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; -border-radius:6px; - - -} -.hebe .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: scale(1); - -webkit-transform: scale(1); - visibility:visible; - } -.hebe .tp-bullet-title { -} - - -/* TABS */ -.hebe .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.hebe .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEPHAISTOS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hephaistos.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:1000; - border-radius:50%; -} -.hephaistos.tparrows:hover { - background:#000; -} -.hephaistos.tparrows:before { - font-family: "revicons"; - font-size:18px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hephaistos.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-2px; - -} -.hephaistos.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-2px; -} - - - -/* BULLETS */ -.hephaistos.tp-bullets { -} -.hephaistos.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hephaistos .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#999; - border:3px solid #f5f5f5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; - box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); - -} -.hephaistos .tp-bullet:hover, -.hephaistos .tp-bullet.selected { - background:#fff; - border-color:#000; -} -.hephaistos .tp-bullet-image { -} -.hephaistos .tp-bullet-title { -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HERMES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hermes.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:30px; - height:110px; - position:absolute; - display:block; - z-index:1000; -} - -.hermes.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 110px; - text-align: center; - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hermes.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hermes.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hermes.tparrows.tp-leftarrow:hover:before { - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - opacity:0; -} -.hermes.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); - -webkit-transform:translateX(20px); - opacity:0; -} - -.hermes .tp-arr-allwrapper { - overflow:hidden; - position:absolute; - width:180px; - height:140px; - top:0px; - left:0px; - visibility:hidden; - -webkit-transition: -webkit-transform 0.3s 0.3s; - transition: transform 0.3s 0.3s; - -webkit-perspective: 1000px; - perspective: 1000px; - } -.hermes.tp-rightarrow .tp-arr-allwrapper { - right:0px;left:auto; - } -.hermes.tparrows:hover .tp-arr-allwrapper { - visibility:visible; - } -.hermes .tp-arr-imgholder { - width:180px;position:absolute; - left:0px;top:0px;height:110px; - transform:translateX(-180px); - -webkit-transform:translateX(-180px); - transition:all 0.3s; - transition-delay:0.3s; -} -.hermes.tp-rightarrow .tp-arr-imgholder{ - transform:translateX(180px); - -webkit-transform:translateX(180px); - } - -.hermes.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); -} -.hermes .tp-arr-titleholder { - top:110px; - width:180px; - text-align:left; - display:block; - padding:0px 10px; - line-height:30px; background:#000; - background:rgba(0,0,0,0.75);color:#fff; - font-weight:600; position:absolute; - font-size:12px; - white-space:nowrap; - letter-spacing:1px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - transform-origin: 50% 0; - box-sizing:border-box; - -} -.hermes.tparrows:hover .tp-arr-titleholder { - -webkit-transition-delay: 0.6s; - transition-delay: 0.6s; - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); -} - - -/* BULLETS */ -.hermes.tp-bullets { -} - -.hermes .tp-bullet { - overflow:hidden; - border-radius:50%; - width:16px; - height:16px; - background-color: rgba(0, 0, 0, 0); - box-shadow: inset 0 0 0 2px #FFF; - -webkit-transition: background 0.3s ease; - transition: background 0.3s ease; - position:absolute; -} - -.hermes .tp-bullet:hover { - background-color: rgba(0, 0, 0, 0.2); -} -.hermes .tp-bullet:after { - content: ' '; - position: absolute; - bottom: 0; - height: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 1px #FFF; - -webkit-transition: height 0.3s ease; - transition: height 0.3s ease; -} -.hermes .tp-bullet.selected:after { - height:100%; -} - - -/* TABS */ -.hermes .tp-tab { - opacity:1; - padding-right:10px; - box-sizing:border-box; - } -.hermes .tp-tab-image -{ - width:100%; - height:60%; - position:relative; -} -.hermes .tp-tab-content -{ - background:rgb(54,54,54); - position:absolute; - padding:20px 20px 20px 30px; - box-sizing:border-box; - color:#fff; - display:block; - width:100%; - min-height:40%; - bottom:0px; - left:-10px; - } -.hermes .tp-tab-date - { - display:block; - color:#888; - font-weight:600; - font-size:12px; - margin-bottom:10px; - } -.hermes .tp-tab-title -{ - display:block; - color:#fff; - font-size:16px; - font-weight:800; - text-transform:uppercase; - line-height:19px; -} - -.hermes .tp-tab.selected .tp-tab-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 30px 0 30px 10px; - border-color: transparent transparent transparent rgb(54,54,54); - content:" "; - position:absolute; - right:-9px; - bottom:50%; - margin-bottom:-30px; -} -.hermes .tp-tab-mask { - padding-right:10px !important; - } - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} - .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} - .hermes .tp-tab-content { padding:15px 15px 15px 25px;} -} -@media only screen and (max-width: 768px) { - .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} - .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} - .hermes .tp-tab-content {padding:10px 10px 10px 20px;} -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HESPERIDEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hesperiden.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:1000; - border-radius: 50%; -} -.hesperiden.tparrows:hover { - background:#000; -} -.hesperiden.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hesperiden.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-3px; -} -.hesperiden.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-3px; -} - -/* BULLETS */ -.hesperiden.tp-bullets { -} -.hesperiden.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:8px; - -} -.hesperiden .tp-bullet { - width:12px; - height:12px; - position:absolute; - background: #999999; /* old browsers */ - background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), - color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ - background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( - startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ - border:3px solid #e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.hesperiden .tp-bullet:hover, -.hesperiden .tp-bullet.selected { - background:#666; -} -.hesperiden .tp-bullet-image { -} -.hesperiden .tp-bullet-title { -} - - -/* THUMBS */ -.hesperiden .tp-thumb { - opacity:1; - -webkit-perspective: 600px; - perspective: 600px; -} -.hesperiden .tp-thumb .tp-thumb-title { - font-size:12px; - position:absolute; - margin-top:-10px; - color:#fff; - display:block; - z-index:10000; - background-color:#000; - padding:5px 10px; - bottom:0px; - left:0px; - width:100%; - box-sizing:border-box; - text-align:center; - overflow:hidden; - white-space:nowrap; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform:rotatex(90deg) translatez(0.001px); - transform-origin:50% 100%; - -webkit-transform:rotatex(90deg) translatez(0.001px); - -webkit-transform-origin:50% 100%; - opacity:0; - } -.hesperiden .tp-thumb:hover .tp-thumb-title { - transform:rotatex(0deg); - -webkit-transform:rotatex(0deg); - opacity:1; -} - -/* TABS */ -.hesperiden .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.hesperiden .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.hesperiden .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.hesperiden .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.hesperiden .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.hesperiden .tp-tab:hover, -.hesperiden .tp-tab.selected { - background:#eee; -} - -.hesperiden .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - METIS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.metis.tparrows { - background:#fff; - padding:10px; - transition:all 0.3s; - -webkit-transition:all 0.3s; - width:60px; - height:60px; - box-sizing:border-box; - } - - .metis.tparrows:hover { - background:#fff; - background:rgba(255,255,255,0.75); - } - - .metis.tparrows:before { - color:#000; - transition:all 0.3s; - -webkit-transition:all 0.3s; - } - - .metis.tparrows:hover:before { - transform:scale(1.5); - } - - -/* BULLETS */ -.metis .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - border-radius:50%; - } - -.metis .tp-bullet-image { - - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.metis .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.metis .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.metis .tp-bullet.selected, -.metis .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.metis .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - -.metis .tp-tab-number { - color: #fff; - font-size: 40px; - line-height: 30px; - font-weight: 400; - font-family: "Playfair Display"; - width: 50px; - margin-right: 17px; - display: inline-block; - float: left; - } - .metis .tp-tab-mask { - padding-left: 20px; - left: 0px; - max-width: 90px !important; - transition: 0.4s padding-left, 0.4s left, 0.4s max-width; - } - .metis:hover .tp-tab-mask { - padding-left: 0px; - left: 50px; - max-width: 500px !important; - } - .metis .tp-tab-divider { - border-right: 1px solid transparent; - height: 30px; - width: 1px; - margin-top: 5px; - display: inline-block; - float: left; - } - .metis .tp-tab-title { - color: #fff; - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-family: "Playfair Display"; - position: relative; - padding-top: 10px; - padding-left: 30px; - display: inline-block; - transform: translateX(-100%); - transition: 0.4s all; - } - .metis .tp-tab-title-mask { - position: absolute; - overflow: hidden; - left: 67px; - } - .metis:hover .tp-tab-title { - transform: translateX(0); - } - .metis .tp-tab { - opacity: 0.15; - transition: 0.4s all; - } - .metis .tp-tab:hover, - .metis .tp-tab.selected { - opacity: 1; - } - .metis .tp-tab.selected .tp-tab-divider { - border-right: 1px solid #cdb083; - } - .metis.tp-tabs { - max-width: 118px !important; - padding-left: 50px; - } - .metis.tp-tabs:before { - content: " "; - height: 100%; - width: 88px; - background: rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(255, 255, 255, 0.10); - left: 0px; - top: 0px; - position: absolute; - transition: 0.4s all; - } - .metis.tp-tabs:hover:before { - width: 118px; - } - @media (max-width: 499px) { - .metis.tp-tabs:before { - background: rgba(0, 0, 0, 0.75); - } - } - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - PERSEPHONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.persephone.tparrows { - cursor:pointer; - background:#aaa; - background:rgba(200,200,200,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border:1px solid #f5f5f5; -} -.persephone.tparrows:hover { - background:#333; -} -.persephone.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.persephone.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.persephone.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.persephone.tp-bullets { -} -.persephone.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:#transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.persephone .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - border:1px solid #e5e5e5; - cursor: pointer; - box-sizing:content-box; -} -.persephone .tp-bullet:hover, -.persephone .tp-bullet.selected { - background:#222; -} -.persephone .tp-bullet-image { -} -.persephone .tp-bullet-title { -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - URANUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.uranus.tparrows { - width:50px; - height:50px; - background:transparent; - } - .uranus.tparrows:before { - width:50px; - height:50px; - line-height:50px; - font-size:40px; - transition:all 0.3s; --webkit-transition:all 0.3s; - } - - .uranus.tparrows:hover:before { - opacity:0.75; - } - -/* BULLETS */ -.uranus .tp-bullet{ - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); - -webkit-transition: box-shadow 0.3s ease; - transition: box-shadow 0.3s ease; - background:transparent; -} -.uranus .tp-bullet.selected, -.uranus .tp-bullet:hover { - box-shadow: 0 0 0 2px #FFF; - border:none; - border-radius: 50%; - - background:transparent; -} - - - -.uranus .tp-bullet-inner { - background-color: rgba(255, 255, 255, 0.7); - -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; - transition: background-color 0.3s ease, transform 0.3s ease; - top: 0; - left: 0; - width: 100%; - height: 100%; - outline: none; - border-radius: 50%; - background-color: #FFF; - background-color: rgba(255, 255, 255, 0.3); - text-indent: -999em; - cursor: pointer; - position: absolute; -} - -.uranus .tp-bullet.selected .tp-bullet-inner, -.uranus .tp-bullet:hover .tp-bullet-inner{ - transform: scale(0.4); - -webkit-transform: scale(0.4); - background-color:#fff; -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.zeus.tparrows { - cursor:pointer; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; - overflow:hidden; - background:rgba(0,0,0,0.10); -} - -.zeus.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.zeus.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.zeus.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.zeus .tp-title-wrap { - background:#000; - background:rgba(0,0,0,0.5); - width:100%; - height:100%; - top:0px; - left:0px; - position:absolute; - opacity:0; - transform:scale(0); - -webkit-transform:scale(0); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - border-radius:50%; - } -.zeus .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - border-radius:50%; - transform:translateX(-100%); - -webkit-transform:translateX(-100%); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - - } -.zeus.tp-rightarrow .tp-arr-imgholder { - transform:translateX(100%); - -webkit-transform:translateX(100%); - } -.zeus.tparrows:hover .tp-arr-imgholder { - transform:translateX(0); - -webkit-transform:translateX(0); - opacity:1; -} - -.zeus.tparrows:hover .tp-title-wrap { - transform:scale(1); - -webkit-transform:scale(1); - opacity:1; -} - - -/* BULLETS */ -.zeus .tp-bullet { - box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; - background-color: rgba(0, 0, 0, 0); - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; - width:13px;height:13px; - border:2px solid #fff; - } -.zeus .tp-bullet:after { - content: ""; - position: absolute; - width: 100%; - height: 100%; - left: 0; - border-radius: 50%; - background-color: #FFF; - -webkit-transform: scale(0); - transform: scale(0); - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: -webkit-transform 0.3s ease; - transition: transform 0.3s ease; -} -.zeus .tp-bullet:hover:after, -.zeus .tp-bullet.selected:after{ - -webkit-transform: scale(1.2); - transform: scale(1.2); -} - - .zeus .tp-bullet-image, - .zeus .tp-bullet-imageoverlay{ - width:135px; - height:60px; - position:absolute; - background:#000; - background:rgba(0,0,0,0.5); - bottom:25px; - left:50%; - margin-left:-65px; - box-sizing:border-box; - background-size:cover; - background-position:center center; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - border-radius:4px; - -} - - -.zeus .tp-bullet-title, -.zeus .tp-bullet-imageoverlay { - z-index:2; - -webkit-transition: all 0.5s ease; - transition: all 0.5s ease; -} -.zeus .tp-bullet-title { - color:#fff; - text-align:center; - line-height:15px; - font-size:13px; - font-weight:600; - z-index:3; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - position:absolute; - bottom:45px; - width:135px; - vertical-align:middle; - left:-57px; -} - -.zeus .tp-bullet:hover .tp-bullet-title, -.zeus .tp-bullet:hover .tp-bullet-image, -.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ - opacity:1; - visibility:visible; - -webkit-transform:translateY(0px); - transform:translateY(0px); - } - -/* THUMBS */ -.zeus .tp-thumb { -opacity:1 -} - -.zeus .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.zeus .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.zeus .tp-thumb-more:before { - content: "\e825"; -} - -.zeus .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.zeus .tp-thumb.selected .tp-thumb-more:before, -.zeus .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.zeus .tp-thumb.selected .tp-thumb-over, -.zeus .tp-thumb:hover .tp-thumb-over { - background:#000; -} -.zeus .tp-thumb.selected .tp-thumb-title, -.zeus .tp-thumb:hover .tp-thumb-title { - color:#fff; - -} - - -/* TABS */ -.zeus .tp-tab { - opacity:1; - box-sizing:border-box; -} - -.zeus .tp-tab-title { -display: block; -text-align: center; -background: rgba(0,0,0,0.25); -font-family: "Roboto Slab", serif; -font-weight: 700; -font-size: 13px; -line-height: 13px; -color: #fff; -padding: 9px 10px; } - -.zeus .tp-tab:hover .tp-tab-title, -.zeus .tp-tab.selected .tp-tab-title { - color: #000; - background:rgba(255,255,255,1); -} - - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - - -.post-tabs .tp-thumb { -opacity:1 -} - -.post-tabs .tp-thumb-over { - background:#252525; - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.post-tabs .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:15px; - right:15px; - z-index:2; -} -.post-tabs .tp-thumb-more:before { - content: "\e825"; -} - -.post-tabs .tp-thumb-title { - font-family:"raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:15px 30px 15px 15px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.post-tabs .tp-thumb.selected .tp-thumb-more:before, -.post-tabs .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.post-tabs .tp-thumb.selected .tp-thumb-over, -.post-tabs .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.post-tabs .tp-thumb.selected .tp-thumb-title, -.post-tabs .tp-thumb:hover .tp-thumb-title { - color:#000; - -} diff --git a/public/css/main/css/css/openhand.cur b/public/css/main/css/css/openhand.cur deleted file mode 100644 index fba3ddc..0000000 Binary files a/public/css/main/css/css/openhand.cur and /dev/null differ diff --git a/public/css/main/css/css/settings-ver.5.2.3.css b/public/css/main/css/css/settings-ver.5.2.3.css deleted file mode 100644 index 387ab7a..0000000 --- a/public/css/main/css/css/settings-ver.5.2.3.css +++ /dev/null @@ -1,1261 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Default Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 29/10/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - - - -.rtl { direction: rtl;} -@font-face { - font-family: 'revicons'; - src: url('../fonts/revicons/revicons.eot?5510888'); - src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), - url('../fonts/revicons/revicons.woff?5510888') format('woff'), - url('../fonts/revicons/revicons.ttf?5510888') format('truetype'), - url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg'); - font-weight: normal; - font-style: normal; -} - - [class^="revicon-"]:before, [class*=" revicon-"]:before { - font-family: "revicons"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.revicon-search-1:before { content: '\e802'; } /* '' */ -.revicon-pencil-1:before { content: '\e831'; } /* '' */ -.revicon-picture-1:before { content: '\e803'; } /* '' */ -.revicon-cancel:before { content: '\e80a'; } /* '' */ -.revicon-info-circled:before { content: '\e80f'; } /* '' */ -.revicon-trash:before { content: '\e801'; } /* '' */ -.revicon-left-dir:before { content: '\e817'; } /* '' */ -.revicon-right-dir:before { content: '\e818'; } /* '' */ -.revicon-down-open:before { content: '\e83b'; } /* '' */ -.revicon-left-open:before { content: '\e819'; } /* '' */ -.revicon-right-open:before { content: '\e81a'; } /* '' */ -.revicon-angle-left:before { content: '\e820'; } /* '' */ -.revicon-angle-right:before { content: '\e81d'; } /* '' */ -.revicon-left-big:before { content: '\e81f'; } /* '' */ -.revicon-right-big:before { content: '\e81e'; } /* '' */ -.revicon-magic:before { content: '\e807'; } /* '' */ -.revicon-picture:before { content: '\e800'; } /* '' */ -.revicon-export:before { content: '\e80b'; } /* '' */ -.revicon-cog:before { content: '\e832'; } /* '' */ -.revicon-login:before { content: '\e833'; } /* '' */ -.revicon-logout:before { content: '\e834'; } /* '' */ -.revicon-video:before { content: '\e805'; } /* '' */ -.revicon-arrow-combo:before { content: '\e827'; } /* '' */ -.revicon-left-open-1:before { content: '\e82a'; } /* '' */ -.revicon-right-open-1:before { content: '\e82b'; } /* '' */ -.revicon-left-open-mini:before { content: '\e822'; } /* '' */ -.revicon-right-open-mini:before { content: '\e823'; } /* '' */ -.revicon-left-open-big:before { content: '\e824'; } /* '' */ -.revicon-right-open-big:before { content: '\e825'; } /* '' */ -.revicon-left:before { content: '\e836'; } /* '' */ -.revicon-right:before { content: '\e826'; } /* '' */ -.revicon-ccw:before { content: '\e808'; } /* '' */ -.revicon-arrows-ccw:before { content: '\e806'; } /* '' */ -.revicon-palette:before { content: '\e829'; } /* '' */ -.revicon-list-add:before { content: '\e80c'; } /* '' */ -.revicon-doc:before { content: '\e809'; } /* '' */ -.revicon-left-open-outline:before { content: '\e82e'; } /* '' */ -.revicon-left-open-2:before { content: '\e82c'; } /* '' */ -.revicon-right-open-outline:before { content: '\e82f'; } /* '' */ -.revicon-right-open-2:before { content: '\e82d'; } /* '' */ -.revicon-equalizer:before { content: '\e83a'; } /* '' */ -.revicon-layers-alt:before { content: '\e804'; } /* '' */ -.revicon-popup:before { content: '\e828'; } /* '' */ - - - -/****************************** - - BASIC STYLES - -******************************/ - -.rev_slider_wrapper{ - position:relative; - z-index: 0; -} - - -.rev_slider{ - position:relative; - overflow:visible; -} - -.tp-overflow-hidden { overflow:hidden;} - -.tp-simpleresponsive img, -.rev_slider img{ - max-width:none !important; - -moz-transition: none; - -webkit-transition: none; - -o-transition: none; - transition: none; - margin:0px; - padding:0px; - border-width:0px; - border:none; -} - -.rev_slider .no-slides-text{ - font-weight:bold; - text-align:center; - padding-top:80px; -} - -.rev_slider >ul, -.rev_slider_wrapper >ul, -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li{ - list-style:none !important; - position:absolute; - margin:0px !important; - padding:0px !important; - overflow-x: visible; - overflow-y: visible; - list-style-type: none !important; - background-image:none; - background-position:0px 0px; - text-indent: 0em; - top:0px;left:0px; -} - - -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li { - visibility:hidden; -} - -.tp-revslider-slidesli, -.tp-revslider-mainul { - padding:0 !important; - margin:0 !important; - list-style:none !important; -} - -.rev_slider li.tp-revslider-slidesli { - position: absolute !important; -} - - -.tp-caption .rs-untoggled-content { display:block;} -.tp-caption .rs-toggled-content { display:none;} - -.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;} -.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;} - -.rev_slider .tp-caption, -.rev_slider .caption { - position:relative; - visibility:hidden; - white-space: nowrap; - display: block; -} - - -.rev_slider .tp-mask-wrap .tp-caption, -.rev_slider .tp-mask-wrap *:last-child, -.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, -.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{ - margin-bottom:0; - -} - -.tp-svg-layer svg { width:100%; height:100%;position: relative;vertical-align: top} - - -/* CAROUSEL FUNCTIONS */ -.tp-carousel-wrapper { - cursor:url(openhand.cur), move; -} -.tp-carousel-wrapper.dragged { - cursor:url(closedhand.cur), move; -} - -/* ADDED FOR SLIDELINK MANAGEMENT */ -.tp-caption { - z-index:1 -} - -.tp_inner_padding { - box-sizing:border-box; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - max-height:none !important; -} - - -.tp-caption { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; - position:absolute; - -webkit-font-smoothing: antialiased !important; -} - -.tp-caption.tp-layer-selectable { - -moz-user-select: all; - -khtml-user-select: all; - -webkit-user-select: all; - -o-user-select: all; -} - -.tp-forcenotvisible, -.tp-hide-revslider, -.tp-caption.tp-hidden-caption { - visibility:hidden !important; - display:none !important -} - -.rev_slider embed, -.rev_slider iframe, -.rev_slider object, -.rev_slider audio, -.rev_slider video { - max-width: none !important -} - - - - - - -/********************************************** - - FULLSCREEN AND FULLWIDHT CONTAINERS - -**********************************************/ -.rev_slider_wrapper { width:100%;} - -.fullscreen-container { - position:relative; - padding:0; -} - - -.fullwidthbanner-container{ - position:relative; - padding:0; - overflow:hidden; -} - -.fullwidthbanner-container .fullwidthabanner{ - width:100%; - position:relative; -} - - - -/********************************* - - SPECIAL TP CAPTIONS - -**********************************/ - -.tp-static-layers { - position:absolute; z-index:101; top:0px;left:0px; - /*pointer-events:none;*/ - -} - - -.tp-caption .frontcorner { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcorner { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-caption .frontcornertop { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcornertop { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-layer-inner-rotation { - position: relative !important; -} - - -/*********************************************** - - SPECIAL ALTERNATIVE IMAGE SETTINGS - -***********************************************/ - -img.tp-slider-alternative-image { - width:100%; height:auto; -} - - -/****************************** - - IE8 HACKS - -*******************************/ -.noFilterClass { - filter:none !important; -} - - -/******************************** - - FULLSCREEN VIDEO - -*********************************/ - -.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;} - -.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;} -.caption.fullscreenvideo, -.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} - -.caption.fullscreenvideo iframe, -.caption.fullscreenvideo audio, -.caption.fullscreenvideo video, -.tp-caption.fullscreenvideo iframe, -.tp-caption.fullscreenvideo iframe audio, -.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} - -.fullcoveredvideo audio, -.fullscreenvideo audio -.fullcoveredvideo video, -.fullscreenvideo video { background: #000} - -.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} - - -.videoisplaying .html5vid .tp-poster { display: none} - -.tp-video-play-button { - background:#000; - background:rgba(0,0,0,0.3); - border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; - position: absolute; - top: 50%; - left: 50%; - color: #FFF; - z-index: 3; - margin-top: -25px; - margin-left: -25px; - line-height: 50px !important; - text-align: center; - cursor: pointer; - width: 50px; - height:50px; - box-sizing: border-box; - -moz-box-sizing: border-box; - display: inline-block; - vertical-align: top; - z-index: 4; - opacity: 0; - -webkit-transition:opacity 300ms ease-out !important; - -moz-transition:opacity 300ms ease-out !important; - -o-transition:opacity 300ms ease-out !important; - transition:opacity 300ms ease-out !important; -} - -.tp-hiddenaudio, -.tp-audio-html5 .tp-video-play-button { display:none !important;} -.tp-caption .html5vid { width:100% !important; height:100% !important;} -.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;} -.tp-caption:hover .tp-video-play-button { opacity: 1;} -.tp-caption .tp-revstop { display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;} -.videoisplaying .revicon-right-dir { display:none} -.videoisplaying .tp-revstop { display:inline-block} - -.videoisplaying .tp-video-play-button { display:none} -.tp-caption:hover .tp-video-play-button { display:block} - -.fullcoveredvideo .tp-video-play-button { display:none !important} - - -.fullscreenvideo .fullscreenvideo audio { object-fit:contain !important;} -.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;} - -.fullscreenvideo .fullcoveredvideo audio { object-fit:cover !important;} -.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;} - -.tp-video-controls { - position: absolute; - bottom: 0; - left: 0; - right: 0; - padding: 5px; - opacity: 0; - -webkit-transition: opacity .3s; - -moz-transition: opacity .3s; - -o-transition: opacity .3s; - -ms-transition: opacity .3s; - transition: opacity .3s; - background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50))); - display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; -} - -.tp-caption:hover .tp-video-controls { opacity: .9;} - -.tp-video-button { - background: rgba(0,0,0,.5); - border: 0; - color: #EEE; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - cursor:pointer; - line-height:12px; - font-size:12px; - color:#fff; - padding:0px; - margin:0px; - outline: none; - } -.tp-video-button:hover { cursor: pointer;} - - -.tp-video-button-wrap, -.tp-video-seek-bar-wrap, -.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; vertical-align: middle;} - -.tp-video-seek-bar-wrap { width:80%} -.tp-video-vol-bar-wrap { width:20%} - -.tp-volume-bar, -.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} - - -.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;} - - -.rs-background-video-layer video::-webkit-media-controls { display:none !important;} -.rs-background-video-layer audio::-webkit-media-controls { display:none !important;} - -.tp-audio-html5 .tp-video-controls { opacity: 1 !important; visibility: visible !important} - -/******************************** - - DOTTED OVERLAYS - -*********************************/ -.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3} -.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} -.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} -.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} -.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} - - -/****************************** - - SHADOWS - -******************************/ - -.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;} -.tp-shadow1 { - -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); -} - -.tp-shadow2:before, .tp-shadow2:after, -.tp-shadow3:before, .tp-shadow4:after -{ - z-index: -2; - position: absolute; - content: ""; - bottom: 10px; - left: 10px; - width: 50%; - top: 85%; - max-width:300px; - background: transparent; - -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -webkit-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -o-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - transform: rotate(-3deg); -} - -.tp-shadow2:after, -.tp-shadow4:after -{ - -webkit-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -o-transform: rotate(3deg); - -ms-transform: rotate(3deg); - transform: rotate(3deg); - right: 10px; - left: auto; -} - -.tp-shadow5 -{ - position:relative; - -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -} -.tp-shadow5:before, .tp-shadow5:after -{ - content:""; - position:absolute; - z-index:-2; - -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - -moz-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - top:30%; - bottom:0; - left:20px; - right:20px; - -moz-border-radius:100px / 20px; - border-radius:100px / 20px; -} - -/****************************** - - BUTTONS - -*******************************/ - -.tp-button{ - padding:6px 13px 5px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - height:30px; - cursor:pointer; - color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; - font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; - text-decoration:none; -} - -.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; } - - -.purchase:hover, -.tp-button:hover, -.tp-button.big:hover { background-position:bottom, 15px 11px} - - -/* BUTTON COLORS */ - -.tp-button.green, .tp-button:hover.green, -.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } - -.tp-button.blue, .tp-button:hover.blue, -.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68} - -.tp-button.red, .tp-button:hover.red, -.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212} - -.tp-button.orange, .tp-button:hover.orange, -.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00} - -.tp-button.darkgrey,.tp-button.grey, -.tp-button:hover.darkgrey,.tp-button:hover.grey, -.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222} - -.tp-button.lightgrey, .tp-button:hover.lightgrey, -.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555} - - - -/* TP BUTTONS DESKTOP SIZE */ - -.rev-btn, -.rev-btn:visited { outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Roboto", sans-serif; cursor: pointer;} - -.rev-btn.rev-uppercase, -.rev-btn.rev-uppercase:visited { text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; } - -.rev-btn.rev-withicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;} - -.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important; } -.rev-btn.rev-hiddenicon:hover i { opacity: 1 !important; margin-left:10px !important; width:auto !important;} - -/* REV BUTTONS MEDIUM */ -.rev-btn.rev-medium, -.rev-btn.rev-medium:visited { line-height: 36px; font-size: 14px; padding: 10px 30px; } - -.rev-btn.rev-medium.rev-withicon i { font-size: 14px; top: 0px; } - -.rev-btn.rev-medium.rev-hiddenicon i { font-size: 14px; top: 0px; } - - -/* REV BUTTONS SMALL */ -.rev-btn.rev-small, -.rev-btn.rev-small:visited { line-height: 28px; font-size: 12px; padding: 7px 20px; } - -.rev-btn.rev-small.rev-withicon i { font-size: 12px; top: 0px; } - -.rev-btn.rev-small.rev-hiddenicon i { font-size: 12px; top: 0px; } - - -/* ROUNDING OPTIONS */ -.rev-maxround { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } -.rev-minround { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } - - -/* BURGER BUTTON */ -.rev-burger { - position: relative; - width: 60px; - height: 60px; - box-sizing: border-box; - padding: 22px 0 0 14px; - border-radius: 50%; - border: 1px solid rgba(51,51,51,0.25); - tap-highlight-color: transparent; - cursor: pointer; -} -.rev-burger span { - display: block; - width: 30px; - height: 3px; - background: #333; - transition: .7s; - pointer-events: none; - transform-style: flat !important; -} -.rev-burger span:nth-child(2) { - margin: 3px 0; -} - -#dialog_addbutton .rev-burger:hover :first-child, -.open .rev-burger :first-child, -.open.rev-burger :first-child { - transform: translateY(6px) rotate(-45deg); - -webkit-transform: translateY(6px) rotate(-45deg); -} -#dialog_addbutton .rev-burger:hover :nth-child(2), -.open .rev-burger :nth-child(2), -.open.rev-burger :nth-child(2) { - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - opacity: 0; -} -#dialog_addbutton .rev-burger:hover :last-child, -.open .rev-burger :last-child, -.open.rev-burger :last-child { - transform: translateY(-6px) rotate(-135deg); - -webkit-transform: translateY(-6px) rotate(-135deg); -} - -.rev-burger.revb-white { - border: 2px solid rgba(255,255,255,0.2); -} -.rev-burger.revb-white span { - background: #fff; -} -.rev-burger.revb-whitenoborder { - border: 0; -} -.rev-burger.revb-whitenoborder span { - background: #fff; -} -.rev-burger.revb-darknoborder { - border: 0; -} -.rev-burger.revb-darknoborder span { - background: #333; -} - -.rev-burger.revb-whitefull { - background: #fff; - border:none; -} - -.rev-burger.revb-whitefull span { - background:#333; -} - -.rev-burger.revb-darkfull { - background: #333; - border:none; -} - -.rev-burger.revb-darkfull span { - background:#fff; -} - - -/* SCROLL DOWN BUTTON */ -@-webkit-keyframes rev-ani-mouse { - 0% { opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% { opacity: 0;top: 50%;} - 100% { opacity: 0;top: 29%;} -} -@-moz-keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -@keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -.rev-scroll-btn { - display: inline-block; - position: relative; - left: 0; - right: 0; - text-align: center; - cursor: pointer; - width:35px; - height:55px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - border: 3px solid white; - border-radius: 23px; -} -.rev-scroll-btn > * { - display: inline-block; - line-height: 18px; - font-size: 13px; - font-weight: normal; - color: #7f8c8d; - color: #ffffff; - font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; - letter-spacing: 2px; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *.active { - color: #ffffff; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *:active, -.rev-scroll-btn > *.active { - filter: alpha(opacity=80); -} - -.rev-scroll-btn.revs-fullwhite { - background:#fff; -} - -.rev-scroll-btn.revs-fullwhite span { - background: #333; -} - -.rev-scroll-btn.revs-fulldark { - background:#333; - border:none; -} - -.rev-scroll-btn.revs-fulldark span { - background: #fff; -} - -.rev-scroll-btn span { - position: absolute; - display: block; - top: 29%; - left: 50%; - width: 8px; - height: 8px; - margin: -4px 0 0 -4px; - background: white; - border-radius: 50%; - -webkit-animation: rev-ani-mouse 2.5s linear infinite; - -moz-animation: rev-ani-mouse 2.5s linear infinite; - animation: rev-ani-mouse 2.5s linear infinite; -} - -.rev-scroll-btn.revs-dark { - border-color:#333; -} -.rev-scroll-btn.revs-dark span { - background: #333; -} - -.rev-control-btn { - position: relative; - display: inline-block; - z-index: 5; - color: #FFF; - font-size: 20px; - line-height: 60px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - text-decoration: none; - text-align: center; - background-color: #000; - border-radius: 50px; - text-shadow: none; - background-color: rgba(0, 0, 0, 0.50); - width:60px; - height:60px; - box-sizing: border-box; - cursor: pointer; -} - -.rev-cbutton-dark-sr { - border-radius: 3px; -} - -.rev-cbutton-light { - color: #333; - background-color: rgba(255,255,255, 0.75); -} - -.rev-cbutton-light-sr { - color: #333; - border-radius: 3px; - background-color: rgba(255,255,255, 0.75); -} - - -.rev-sbutton { - line-height: 37px; - width:37px; - height:37px; -} - -.rev-sbutton-blue { - background-color: #3B5998 -} -.rev-sbutton-lightblue { - background-color: #00A0D1; -} -.rev-sbutton-red { - background-color: #DD4B39; -} - - - - -/************************************ -- TP BANNER TIMER - -*************************************/ -.tp-bannertimer { visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px} -.tp-bannertimer.tp-bottom { top:auto; bottom:0px !important;height:5px} - - -/********************************************* -- BASIC SETTINGS FOR THE BANNER - -***********************************************/ - - .tp-simpleresponsive img { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; -} - -.tp-caption img { - background: transparent; - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); - zoom: 1; -} - - - -/* CAPTION SLIDELINK **/ -.caption.slidelink a div, -.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} -.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat} -.tp-shape { width:100%;height:100%;} - - - -/********************************************* -- WOOCOMMERCE STYLES - -***********************************************/ - -.tp-caption .rs-starring { display: inline-block} -.tp-caption .rs-starring .star-rating { float: none;} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; - display: inline-block; - vertical-align: top; -} - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - position: relative; - height: 1em; - - width: 5.4em; - font-family: star; -} - -.tp-caption .rs-starring .star-rating:before, -.tp-caption .rs-starring-page .star-rating:before { - content: "\73\73\73\73\73"; - color: #E0DADF; - float: left; - top: 0; - left: 0; - position: absolute; -} - -.tp-caption .rs-starring .star-rating span { - overflow: hidden; - float: left; - top: 0; - left: 0; - position: absolute; - padding-top: 1.5em; - font-size: 1em !important; -} - -.tp-caption .rs-starring .star-rating span:before, -.tp-caption .rs-starring .star-rating span:before { - content: "\53\53\53\53\53"; - top: 0; - position: absolute; - left: 0; -} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; -} - - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - - font-size: 1em !important; - font-family: star; -} - - -/****************************** - - LOADER FORMS - -********************************/ - -.tp-loader { - top:50%; left:50%; - z-index:10000; - position:absolute; -} - -.tp-loader.spinner0 { - width: 40px; - height: 40px; - background-color: #fff; - background:url(../assets/loader.gif) no-repeat center center; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -.tp-loader.spinner1 { - width: 40px; - height: 40px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - - -.tp-loader.spinner5 { - background:url(../assets/loader.gif) no-repeat 10px 10px; - background-color:#fff; - margin:-22px -22px; - width:44px;height:44px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -@-webkit-keyframes tp-rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes tp-rotateplane { - 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} - 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} - 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} -} - - -.tp-loader.spinner2 { - width: 40px; - height: 40px; - margin-top:-20px;margin-left:-20px; - background-color: #ff0000; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; - animation: tp-scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes tp-scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% {-webkit-transform: scale(1.0); opacity: 0;} -} - -@keyframes tp-scaleout { - 0% {transform: scale(0.0);-webkit-transform: scale(0.0);} - 100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;} -} - - -.tp-loader.spinner3 { - margin: -9px 0px 0px -35px; - width: 70px; - text-align: center; -} - -.tp-loader.spinner3 .bounce1, -.tp-loader.spinner3 .bounce2, -.tp-loader.spinner3 .bounce3 { - width: 18px; - height: 18px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - display: inline-block; - -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; - animation: tp-bouncedelay 1.4s infinite ease-in-out; - /* Prevent first frame from flickering when animation starts */ - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.tp-loader.spinner3 .bounce1 { - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.tp-loader.spinner3 .bounce2 { - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes tp-bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bouncedelay { - 0%, 80%, 100% {transform: scale(0.0);} - 40% {transform: scale(1.0);} -} - - - - -.tp-loader.spinner4 { - margin: -20px 0px 0px -20px; - width: 40px; - height: 40px; - text-align: center; - -webkit-animation: tp-rotate 2.0s infinite linear; - animation: tp-rotate 2.0s infinite linear; -} - -.tp-loader.spinner4 .dot1, -.tp-loader.spinner4 .dot2 { - width: 60%; - height: 60%; - display: inline-block; - position: absolute; - top: 0; - background-color: #fff; - border-radius: 100%; - -webkit-animation: tp-bounce 2.0s infinite ease-in-out; - animation: tp-bounce 2.0s infinite ease-in-out; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -} - -.tp-loader.spinner4 .dot2 { - top: auto; - bottom: 0px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }} -@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} - -@-webkit-keyframes tp-bounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bounce { - 0%, 100% {transform: scale(0.0);} - 50% { transform: scale(1.0);} -} - - - -/*********************************************** - - STANDARD NAVIGATION SETTINGS -***********************************************/ - - -.tp-thumbs.navbar, -.tp-bullets.navbar, -.tp-tabs.navbar { border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;} - -.tp-tabs, -.tp-thumbs, -.tp-bullets { position:absolute; display:block; z-index:1000; top:0px; left:0px;} - -.tp-tab, -.tp-thumb { cursor: pointer; position:absolute;opacity:0.5; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;} - -.tp-arr-imgholder, -.tp-videoposter, -.tp-thumb-image, -.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;} - -.tp-tab:hover, -.tp-tab.selected, -.tp-thumb:hover, -.tp-thumb.selected { opacity:1;} - -.tp-tab-mask, -.tp-thumb-mask { box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important} - -.tp-tabs, -.tp-thumbs { box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important} - -.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;} -.tp-bullet.selected, -.tp-bullet:hover { background:#fff;} - -.tp-bannertimer { background:#000; background:rgba(0,0,0,0.15); height:5px;} - - -.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; } -.tparrows:hover { background:#000;} -.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;} -.tparrows.tp-leftarrow:before { content: '\e824'; } -.tparrows.tp-rightarrow:before { content: '\e825'; } - - - -/*************************** - - KEN BURNS FIXES - -***************************/ - -body.rtl .tp-kbimg {left: 0 !important} - - - -/*************************** - - 3D SHADOW MODE - -***************************/ - -.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} - -/******************* - - DEBUG MODE - -*******************/ - -.hglayerinfo { position: fixed; - bottom: 0px; - left: 0px; - color: #FFF; - font-size: 12px; - line-height: 20px; - font-weight: 600; - background: rgba(0, 0, 0, 0.75); - padding: 5px 10px; - z-index: 2000; - white-space: normal;} -.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;} -.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;} -.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 } -#revsliderlogloglog { padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} - - - - - diff --git a/public/css/main/css/css/settings.css b/public/css/main/css/css/settings.css deleted file mode 100644 index a153537..0000000 --- a/public/css/main/css/css/settings.css +++ /dev/null @@ -1,1395 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Default Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 29/10/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - -#debungcontrolls { - z-index:100000; - position:fixed; - bottom:0px; width:100%; - height:auto; - background:rgba(0,0,0,0.6); - padding:10px; - box-sizing: border-box; -} - -.debugtimeline { - width:100%; - height:10px; - position:relative; - display:block; - margin-bottom:3px; - display:none; - white-space: nowrap; - box-sizing: border-box; -} - -.debugtimeline:hover { - height:15px; - -} - -.the_timeline_tester { - background:#e74c3c; - position:absolute; - top:0px; - left:0px; - height:100%; - width:0; -} - - -.debugtimeline.tl_slide .the_timeline_tester { - background:#f39c12; -} - -.debugtimeline.tl_frame .the_timeline_tester { - background:#3498db; -} - -.debugtimline_txt { - color:#fff; - font-weight: 400; - font-size:7px; - position:absolute; - left:10px; - top:0px; - white-space: nowrap; - line-height: 10px; -} - - -.rtl { direction: rtl;} -@font-face { - font-family: 'revicons'; - src: url('../fonts/revicons/revicons.eot?5510888'); - src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), - url('../fonts/revicons/revicons.woff?5510888') format('woff'), - url('../fonts/revicons/revicons.ttf?5510888') format('truetype'), - url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg'); - font-weight: normal; - font-style: normal; -} - - [class^="revicon-"]:before, [class*=" revicon-"]:before { - font-family: "revicons"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.revicon-search-1:before { content: '\e802'; } /* '' */ -.revicon-pencil-1:before { content: '\e831'; } /* '' */ -.revicon-picture-1:before { content: '\e803'; } /* '' */ -.revicon-cancel:before { content: '\e80a'; } /* '' */ -.revicon-info-circled:before { content: '\e80f'; } /* '' */ -.revicon-trash:before { content: '\e801'; } /* '' */ -.revicon-left-dir:before { content: '\e817'; } /* '' */ -.revicon-right-dir:before { content: '\e818'; } /* '' */ -.revicon-down-open:before { content: '\e83b'; } /* '' */ -.revicon-left-open:before { content: '\e819'; } /* '' */ -.revicon-right-open:before { content: '\e81a'; } /* '' */ -.revicon-angle-left:before { content: '\e820'; } /* '' */ -.revicon-angle-right:before { content: '\e81d'; } /* '' */ -.revicon-left-big:before { content: '\e81f'; } /* '' */ -.revicon-right-big:before { content: '\e81e'; } /* '' */ -.revicon-magic:before { content: '\e807'; } /* '' */ -.revicon-picture:before { content: '\e800'; } /* '' */ -.revicon-export:before { content: '\e80b'; } /* '' */ -.revicon-cog:before { content: '\e832'; } /* '' */ -.revicon-login:before { content: '\e833'; } /* '' */ -.revicon-logout:before { content: '\e834'; } /* '' */ -.revicon-video:before { content: '\e805'; } /* '' */ -.revicon-arrow-combo:before { content: '\e827'; } /* '' */ -.revicon-left-open-1:before { content: '\e82a'; } /* '' */ -.revicon-right-open-1:before { content: '\e82b'; } /* '' */ -.revicon-left-open-mini:before { content: '\e822'; } /* '' */ -.revicon-right-open-mini:before { content: '\e823'; } /* '' */ -.revicon-left-open-big:before { content: '\e824'; } /* '' */ -.revicon-right-open-big:before { content: '\e825'; } /* '' */ -.revicon-left:before { content: '\e836'; } /* '' */ -.revicon-right:before { content: '\e826'; } /* '' */ -.revicon-ccw:before { content: '\e808'; } /* '' */ -.revicon-arrows-ccw:before { content: '\e806'; } /* '' */ -.revicon-palette:before { content: '\e829'; } /* '' */ -.revicon-list-add:before { content: '\e80c'; } /* '' */ -.revicon-doc:before { content: '\e809'; } /* '' */ -.revicon-left-open-outline:before { content: '\e82e'; } /* '' */ -.revicon-left-open-2:before { content: '\e82c'; } /* '' */ -.revicon-right-open-outline:before { content: '\e82f'; } /* '' */ -.revicon-right-open-2:before { content: '\e82d'; } /* '' */ -.revicon-equalizer:before { content: '\e83a'; } /* '' */ -.revicon-layers-alt:before { content: '\e804'; } /* '' */ -.revicon-popup:before { content: '\e828'; } /* '' */ - - - -/****************************** - - BASIC STYLES - -******************************/ - -.rev_slider_wrapper{ - position:relative; - z-index: 0; -} - - -.rev_slider{ - position:relative; - overflow:visible; -} - -.tp-overflow-hidden { overflow:hidden !important;} -.group_ov_hidden { overflow:hidden} - -.tp-simpleresponsive img, -.rev_slider img{ - max-width:none !important; - -moz-transition: none; - -webkit-transition: none; - -o-transition: none; - transition: none; - margin:0px; - padding:0px; - border-width:0px; - border:none; -} - -.rev_slider .no-slides-text{ - font-weight:bold; - text-align:center; - padding-top:80px; -} - -.rev_slider >ul, -.rev_slider_wrapper >ul, -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li{ - list-style:none !important; - position:absolute; - margin:0px !important; - padding:0px !important; - overflow-x: visible; - overflow-y: visible; - list-style-type: none !important; - background-image:none; - background-position:0px 0px; - text-indent: 0em; - top:0px;left:0px; -} - - -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li { - visibility:hidden; -} - -.tp-revslider-slidesli, -.tp-revslider-mainul { - padding:0 !important; - margin:0 !important; - list-style:none !important; -} - -.rev_slider li.tp-revslider-slidesli { - position: absolute !important; -} - - -.tp-caption .rs-untoggled-content { display:block;} -.tp-caption .rs-toggled-content { display:none;} - -.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;} -.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;} - -.rev_slider .tp-caption, -.rev_slider .caption { - position:relative; - visibility:hidden; - white-space: nowrap; - display: block; -} - - -.rev_slider .tp-mask-wrap .tp-caption, -.rev_slider .tp-mask-wrap *:last-child, -.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, -.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{ - margin-bottom:0; - -} - -.tp-svg-layer svg { width:100%; height:100%;position: relative;vertical-align: top} - - -/* CAROUSEL FUNCTIONS */ -.tp-carousel-wrapper { - cursor:url(openhand.cur), move; -} -.tp-carousel-wrapper.dragged { - cursor:url(closedhand.cur), move; -} - -/* ADDED FOR SLIDELINK MANAGEMENT */ -.tp-caption { - z-index:1 -} - -.tp_inner_padding { - box-sizing:border-box; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - max-height:none !important; -} - - -.tp-caption { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; - position:absolute; - -webkit-font-smoothing: antialiased !important; -} - -.tp-caption.tp-layer-selectable { - -moz-user-select: all; - -khtml-user-select: all; - -webkit-user-select: all; - -o-user-select: all; -} - -.tp-forcenotvisible, -.tp-hide-revslider, -.tp-caption.tp-hidden-caption, -.tp-parallax-wrap.tp-hidden-caption { - visibility:hidden !important; - display:none !important -} - -.rev_slider embed, -.rev_slider iframe, -.rev_slider object, -.rev_slider audio, -.rev_slider video { - max-width: none !important -} - -.tp-element-background { position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;} - -/*********************************************************** - - ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS - -***********************************************************/ -.rev_row_zone { position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; } - -.rev_row_zone_top { top:0px;} -.rev_row_zone_middle { top:50%; -webit-transform:translateY(-50%);transform:translateY(-50%);} -.rev_row_zone_bottom { bottom:0px;} - -.rev_column .tp-parallax-wrap { vertical-align: top } - -.rev_slider .tp-caption.rev_row { - display:table; - position:relative; - width:100% !important; - table-layout: fixed; - box-sizing: border-box; - vertical-align: top; - height:auto !important; -} - -.rev_column { - display: table-cell; - position: relative; - vertical-align: top; - height: auto; - box-sizing: border-box; -} - -.rev_column_inner { - box-sizing: border-box; - display: block; - position: relative; - width:100% !important; - height:auto !important; -} - -.rev_column_bg { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 0; - box-sizing: border-box; - background-clip: content-box; - border: 0px solid transparent; -} - - - -.rev_column_inner .tp-parallax-wrap, -.rev_column_inner .tp-loop-wrap, -.rev_column_inner .tp-mask-wrap { text-align: inherit; } -.rev_column_inner .tp-mask-wrap { display: inline-block;} - - -.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, -.rev_column_inner .tp-parallax-wrap .tp-mask-wrap, -.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;} - -.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, -.rev_column_inner .tp-parallax-wrap .tp-mask-wrap, -.rev_column_inner .tp-parallax-wrap, -.rev_column_inner .rev_layer_in_column { vertical-align: top; } - -.rev_break_columns { display: block !important } -.rev_break_columns .tp-parallax-wrap.rev_column { display:block !important; width:100% !important; } - - -/********************************************** - - FULLSCREEN AND FULLWIDHT CONTAINERS - -**********************************************/ -.rev_slider_wrapper { width:100%;} - -.fullscreen-container { - position:relative; - padding:0; -} - - -.fullwidthbanner-container{ - position:relative; - padding:0; - overflow:hidden; -} - -.fullwidthbanner-container .fullwidthabanner{ - width:100%; - position:relative; -} - - - -/********************************* - - SPECIAL TP CAPTIONS - -**********************************/ - -.tp-static-layers { - position:absolute; z-index:101; top:0px;left:0px; - /*pointer-events:none;*/ - -} - - -.tp-caption .frontcorner { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcorner { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-caption .frontcornertop { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcornertop { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-layer-inner-rotation { - position: relative !important; -} - - -/*********************************************** - - SPECIAL ALTERNATIVE IMAGE SETTINGS - -***********************************************/ - -img.tp-slider-alternative-image { - width:100%; height:auto; -} - - -/****************************** - - IE8 HACKS - -*******************************/ -.noFilterClass { - filter:none !important; -} - - -/******************************** - - FULLSCREEN VIDEO - -*********************************/ - -.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;} - -.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;} -.caption.fullscreenvideo, -.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} - -.caption.fullscreenvideo iframe, -.caption.fullscreenvideo audio, -.caption.fullscreenvideo video, -.tp-caption.fullscreenvideo iframe, -.tp-caption.fullscreenvideo iframe audio, -.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} - -.fullcoveredvideo audio, -.fullscreenvideo audio -.fullcoveredvideo video, -.fullscreenvideo video { background: #000} - -.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} - - -.videoisplaying .html5vid .tp-poster { display: none} - -.tp-video-play-button { - background:#000; - background:rgba(0,0,0,0.3); - border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; - position: absolute; - top: 50%; - left: 50%; - color: #FFF; - z-index: 3; - margin-top: -25px; - margin-left: -25px; - line-height: 50px !important; - text-align: center; - cursor: pointer; - width: 50px; - height:50px; - box-sizing: border-box; - -moz-box-sizing: border-box; - display: inline-block; - vertical-align: top; - z-index: 4; - opacity: 0; - -webkit-transition:opacity 300ms ease-out !important; - -moz-transition:opacity 300ms ease-out !important; - -o-transition:opacity 300ms ease-out !important; - transition:opacity 300ms ease-out !important; -} - -.tp-hiddenaudio, -.tp-audio-html5 .tp-video-play-button { display:none !important;} -.tp-caption .html5vid { width:100% !important; height:100% !important;} -.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;} -.tp-caption:hover .tp-video-play-button { opacity: 1;} -.tp-caption .tp-revstop { display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;} -.videoisplaying .revicon-right-dir { display:none} -.videoisplaying .tp-revstop { display:inline-block} - -.videoisplaying .tp-video-play-button { display:none} -.tp-caption:hover .tp-video-play-button { display:block} - -.fullcoveredvideo .tp-video-play-button { display:none !important} - - -.fullscreenvideo .fullscreenvideo audio { object-fit:contain !important;} -.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;} - -.fullscreenvideo .fullcoveredvideo audio { object-fit:cover !important;} -.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;} - -.tp-video-controls { - position: absolute; - bottom: 0; - left: 0; - right: 0; - padding: 5px; - opacity: 0; - -webkit-transition: opacity .3s; - -moz-transition: opacity .3s; - -o-transition: opacity .3s; - -ms-transition: opacity .3s; - transition: opacity .3s; - background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50))); - display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; -} - -.tp-caption:hover .tp-video-controls { opacity: .9;} - -.tp-video-button { - background: rgba(0,0,0,.5); - border: 0; - color: #EEE; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - cursor:pointer; - line-height:12px; - font-size:12px; - color:#fff; - padding:0px; - margin:0px; - outline: none; - } -.tp-video-button:hover { cursor: pointer;} - - -.tp-video-button-wrap, -.tp-video-seek-bar-wrap, -.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; vertical-align: middle;} - -.tp-video-seek-bar-wrap { width:80%} -.tp-video-vol-bar-wrap { width:20%} - -.tp-volume-bar, -.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} - - -.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;} - - -.rs-background-video-layer video::-webkit-media-controls { display:none !important;} -.rs-background-video-layer audio::-webkit-media-controls { display:none !important;} - -.tp-audio-html5 .tp-video-controls { opacity: 1 !important; visibility: visible !important} - -.disabled_lc .tp-video-play-button { display:none !important; } -.disabled_lc .tp-video-play-button { display:none !important; } - -/******************************** - - DOTTED OVERLAYS - -*********************************/ -.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3} -.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} -.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} -.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} -.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} - - -/****************************** - - SHADOWS - -******************************/ - -.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;} -.tp-shadow1 { - -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); -} - -.tp-shadow2:before, .tp-shadow2:after, -.tp-shadow3:before, .tp-shadow4:after -{ - z-index: -2; - position: absolute; - content: ""; - bottom: 10px; - left: 10px; - width: 50%; - top: 85%; - max-width:300px; - background: transparent; - -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -webkit-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -o-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - transform: rotate(-3deg); -} - -.tp-shadow2:after, -.tp-shadow4:after -{ - -webkit-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -o-transform: rotate(3deg); - -ms-transform: rotate(3deg); - transform: rotate(3deg); - right: 10px; - left: auto; -} - -.tp-shadow5 -{ - position:relative; - -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -} -.tp-shadow5:before, .tp-shadow5:after -{ - content:""; - position:absolute; - z-index:-2; - -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - -moz-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - top:30%; - bottom:0; - left:20px; - right:20px; - -moz-border-radius:100px / 20px; - border-radius:100px / 20px; -} - -/****************************** - - BUTTONS - -*******************************/ - -.tp-button{ - padding:6px 13px 5px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - height:30px; - cursor:pointer; - color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; - font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; - text-decoration:none; -} - -.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; } - - -.purchase:hover, -.tp-button:hover, -.tp-button.big:hover { background-position:bottom, 15px 11px} - - -/* BUTTON COLORS */ - -.tp-button.green, .tp-button:hover.green, -.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } - -.tp-button.blue, .tp-button:hover.blue, -.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68} - -.tp-button.red, .tp-button:hover.red, -.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212} - -.tp-button.orange, .tp-button:hover.orange, -.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00} - -.tp-button.darkgrey,.tp-button.grey, -.tp-button:hover.darkgrey,.tp-button:hover.grey, -.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222} - -.tp-button.lightgrey, .tp-button:hover.lightgrey, -.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555} - - - -/* TP BUTTONS DESKTOP SIZE */ - -.rev-btn, -.rev-btn:visited { outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Roboto", sans-serif; cursor: pointer;} - -.rev-btn.rev-uppercase, -.rev-btn.rev-uppercase:visited { text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; } - -.rev-btn.rev-withicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;} - -.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important; } -.rev-btn.rev-hiddenicon:hover i { opacity: 1 !important; margin-left:10px !important; width:auto !important;} - -/* REV BUTTONS MEDIUM */ -.rev-btn.rev-medium, -.rev-btn.rev-medium:visited { line-height: 36px; font-size: 14px; padding: 10px 30px; } - -.rev-btn.rev-medium.rev-withicon i { font-size: 14px; top: 0px; } - -.rev-btn.rev-medium.rev-hiddenicon i { font-size: 14px; top: 0px; } - - -/* REV BUTTONS SMALL */ -.rev-btn.rev-small, -.rev-btn.rev-small:visited { line-height: 28px; font-size: 12px; padding: 7px 20px; } - -.rev-btn.rev-small.rev-withicon i { font-size: 12px; top: 0px; } - -.rev-btn.rev-small.rev-hiddenicon i { font-size: 12px; top: 0px; } - - -/* ROUNDING OPTIONS */ -.rev-maxround { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } -.rev-minround { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } - - -/* BURGER BUTTON */ -.rev-burger { - position: relative; - width: 60px; - height: 60px; - box-sizing: border-box; - padding: 22px 0 0 14px; - border-radius: 50%; - border: 1px solid rgba(51,51,51,0.25); - tap-highlight-color: transparent; - cursor: pointer; -} -.rev-burger span { - display: block; - width: 30px; - height: 3px; - background: #333; - transition: .7s; - pointer-events: none; - transform-style: flat !important; -} -.rev-burger span:nth-child(2) { - margin: 3px 0; -} - -#dialog_addbutton .rev-burger:hover :first-child, -.open .rev-burger :first-child, -.open.rev-burger :first-child { - transform: translateY(6px) rotate(-45deg); - -webkit-transform: translateY(6px) rotate(-45deg); -} -#dialog_addbutton .rev-burger:hover :nth-child(2), -.open .rev-burger :nth-child(2), -.open.rev-burger :nth-child(2) { - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - opacity: 0; -} -#dialog_addbutton .rev-burger:hover :last-child, -.open .rev-burger :last-child, -.open.rev-burger :last-child { - transform: translateY(-6px) rotate(-135deg); - -webkit-transform: translateY(-6px) rotate(-135deg); -} - -.rev-burger.revb-white { - border: 2px solid rgba(255,255,255,0.2); -} -.rev-burger.revb-white span { - background: #fff; -} -.rev-burger.revb-whitenoborder { - border: 0; -} -.rev-burger.revb-whitenoborder span { - background: #fff; -} -.rev-burger.revb-darknoborder { - border: 0; -} -.rev-burger.revb-darknoborder span { - background: #333; -} - -.rev-burger.revb-whitefull { - background: #fff; - border:none; -} - -.rev-burger.revb-whitefull span { - background:#333; -} - -.rev-burger.revb-darkfull { - background: #333; - border:none; -} - -.rev-burger.revb-darkfull span { - background:#fff; -} - - -/* SCROLL DOWN BUTTON */ -@-webkit-keyframes rev-ani-mouse { - 0% { opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% { opacity: 0;top: 50%;} - 100% { opacity: 0;top: 29%;} -} -@-moz-keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -@keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -.rev-scroll-btn { - display: inline-block; - position: relative; - left: 0; - right: 0; - text-align: center; - cursor: pointer; - width:35px; - height:55px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - border: 3px solid white; - border-radius: 23px; -} -.rev-scroll-btn > * { - display: inline-block; - line-height: 18px; - font-size: 13px; - font-weight: normal; - color: #7f8c8d; - color: #ffffff; - font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; - letter-spacing: 2px; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *.active { - color: #ffffff; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *:active, -.rev-scroll-btn > *.active { - filter: alpha(opacity=80); -} - -.rev-scroll-btn.revs-fullwhite { - background:#fff; -} - -.rev-scroll-btn.revs-fullwhite span { - background: #333; -} - -.rev-scroll-btn.revs-fulldark { - background:#333; - border:none; -} - -.rev-scroll-btn.revs-fulldark span { - background: #fff; -} - -.rev-scroll-btn span { - position: absolute; - display: block; - top: 29%; - left: 50%; - width: 8px; - height: 8px; - margin: -4px 0 0 -4px; - background: white; - border-radius: 50%; - -webkit-animation: rev-ani-mouse 2.5s linear infinite; - -moz-animation: rev-ani-mouse 2.5s linear infinite; - animation: rev-ani-mouse 2.5s linear infinite; -} - -.rev-scroll-btn.revs-dark { - border-color:#333; -} -.rev-scroll-btn.revs-dark span { - background: #333; -} - -.rev-control-btn { - position: relative; - display: inline-block; - z-index: 5; - color: #FFF; - font-size: 20px; - line-height: 60px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - text-decoration: none; - text-align: center; - background-color: #000; - border-radius: 50px; - text-shadow: none; - background-color: rgba(0, 0, 0, 0.50); - width:60px; - height:60px; - box-sizing: border-box; - cursor: pointer; -} - -.rev-cbutton-dark-sr { - border-radius: 3px; -} - -.rev-cbutton-light { - color: #333; - background-color: rgba(255,255,255, 0.75); -} - -.rev-cbutton-light-sr { - color: #333; - border-radius: 3px; - background-color: rgba(255,255,255, 0.75); -} - - -.rev-sbutton { - line-height: 37px; - width:37px; - height:37px; -} - -.rev-sbutton-blue { - background-color: #3B5998 -} -.rev-sbutton-lightblue { - background-color: #00A0D1; -} -.rev-sbutton-red { - background-color: #DD4B39; -} - - - - -/************************************ -- TP BANNER TIMER - -*************************************/ -.tp-bannertimer { visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px} -.tp-bannertimer.tp-bottom { top:auto; bottom:0px !important;height:5px} - - -/********************************************* -- BASIC SETTINGS FOR THE BANNER - -***********************************************/ - - .tp-simpleresponsive img { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; -} - -.tp-caption img { - background: transparent; - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); - zoom: 1; -} - - - -/* CAPTION SLIDELINK **/ -.caption.slidelink a div, -.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} -.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat} -.tp-shape { width:100%;height:100%;} - - - -/********************************************* -- WOOCOMMERCE STYLES - -***********************************************/ - -.tp-caption .rs-starring { display: inline-block} -.tp-caption .rs-starring .star-rating { float: none;} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; - display: inline-block; - vertical-align: top; -} - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - position: relative; - height: 1em; - - width: 5.4em; - font-family: star; -} - -.tp-caption .rs-starring .star-rating:before, -.tp-caption .rs-starring-page .star-rating:before { - content: "\73\73\73\73\73"; - color: #E0DADF; - float: left; - top: 0; - left: 0; - position: absolute; -} - -.tp-caption .rs-starring .star-rating span { - overflow: hidden; - float: left; - top: 0; - left: 0; - position: absolute; - padding-top: 1.5em; - font-size: 1em !important; -} - -.tp-caption .rs-starring .star-rating span:before, -.tp-caption .rs-starring .star-rating span:before { - content: "\53\53\53\53\53"; - top: 0; - position: absolute; - left: 0; -} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; -} - - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - - font-size: 1em !important; - font-family: star; -} - - -/****************************** - - LOADER FORMS - -********************************/ - -.tp-loader { - top:50%; left:50%; - z-index:10000; - position:absolute; -} - -.tp-loader.spinner0 { - width: 40px; - height: 40px; - background-color: #fff; - background-image:url(../assets/loader.gif); - background-repeat:no-repeat; - background-position: center center; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -.tp-loader.spinner1 { - width: 40px; - height: 40px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - - -.tp-loader.spinner5 { - background-image:url(../assets/loader.gif); - background-repeat:no-repeat; - background-position:10px 10px; - background-color:#fff; - margin:-22px -22px; - width:44px;height:44px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -@-webkit-keyframes tp-rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes tp-rotateplane { - 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} - 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} - 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} -} - - -.tp-loader.spinner2 { - width: 40px; - height: 40px; - margin-top:-20px;margin-left:-20px; - background-color: #ff0000; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; - animation: tp-scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes tp-scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% {-webkit-transform: scale(1.0); opacity: 0;} -} - -@keyframes tp-scaleout { - 0% {transform: scale(0.0);-webkit-transform: scale(0.0);} - 100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;} -} - - -.tp-loader.spinner3 { - margin: -9px 0px 0px -35px; - width: 70px; - text-align: center; -} - -.tp-loader.spinner3 .bounce1, -.tp-loader.spinner3 .bounce2, -.tp-loader.spinner3 .bounce3 { - width: 18px; - height: 18px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - display: inline-block; - -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; - animation: tp-bouncedelay 1.4s infinite ease-in-out; - /* Prevent first frame from flickering when animation starts */ - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.tp-loader.spinner3 .bounce1 { - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.tp-loader.spinner3 .bounce2 { - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes tp-bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bouncedelay { - 0%, 80%, 100% {transform: scale(0.0);} - 40% {transform: scale(1.0);} -} - - - - -.tp-loader.spinner4 { - margin: -20px 0px 0px -20px; - width: 40px; - height: 40px; - text-align: center; - -webkit-animation: tp-rotate 2.0s infinite linear; - animation: tp-rotate 2.0s infinite linear; -} - -.tp-loader.spinner4 .dot1, -.tp-loader.spinner4 .dot2 { - width: 60%; - height: 60%; - display: inline-block; - position: absolute; - top: 0; - background-color: #fff; - border-radius: 100%; - -webkit-animation: tp-bounce 2.0s infinite ease-in-out; - animation: tp-bounce 2.0s infinite ease-in-out; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -} - -.tp-loader.spinner4 .dot2 { - top: auto; - bottom: 0px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }} -@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} - -@-webkit-keyframes tp-bounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bounce { - 0%, 100% {transform: scale(0.0);} - 50% { transform: scale(1.0);} -} - - - -/*********************************************** - - STANDARD NAVIGATION SETTINGS -***********************************************/ - - -.tp-thumbs.navbar, -.tp-bullets.navbar, -.tp-tabs.navbar { border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;} - -.tp-tabs, -.tp-thumbs, -.tp-bullets { position:absolute; display:block; z-index:1000; top:0px; left:0px;} - -.tp-tab, -.tp-thumb { cursor: pointer; position:absolute;opacity:0.5; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;} - -.tp-arr-imgholder, -.tp-videoposter, -.tp-thumb-image, -.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;} - -.tp-tab:hover, -.tp-tab.selected, -.tp-thumb:hover, -.tp-thumb.selected { opacity:1;} - -.tp-tab-mask, -.tp-thumb-mask { box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important} - -.tp-tabs, -.tp-thumbs { box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important} - -.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;} -.tp-bullet.selected, -.tp-bullet:hover { background:#fff;} - -.tp-bannertimer { background:#000; background:rgba(0,0,0,0.15); height:5px;} - - -.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; } -.tparrows:hover { background:#000;} -.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;} -.tparrows.tp-leftarrow:before { content: '\e824'; } -.tparrows.tp-rightarrow:before { content: '\e825'; } - - - -/*************************** - - KEN BURNS FIXES - -***************************/ - -body.rtl .tp-kbimg {left: 0 !important} - - - -/*************************** - - 3D SHADOW MODE - -***************************/ - -.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} - -/******************* - - DEBUG MODE - -*******************/ - -.hglayerinfo { position: fixed; - bottom: 0px; - left: 0px; - color: #FFF; - font-size: 12px; - line-height: 20px; - font-weight: 600; - background: rgba(0, 0, 0, 0.75); - padding: 5px 10px; - z-index: 2000; - white-space: normal;} -.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;} -.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;} -.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 } -#revsliderlogloglog { padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} - - - -/** -INSTAGRAM FILTERS BY UNA -https://una.im/CSSgram/ -**/ -.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten} - diff --git a/public/css/main/css/fonts.css b/public/css/main/css/fonts.css deleted file mode 100644 index cdb63b9..0000000 --- a/public/css/main/css/fonts.css +++ /dev/null @@ -1,54 +0,0 @@ -/* ---------------------------------------------------------------- - Fonts - - Replace your Fonts as necessary ------------------------------------------------------------------*/ - -body, -small, -#primary-menu ul ul li > a, -.wp-caption, -.feature-box.fbox-center.fbox-italic p, -.skills li .progress-percent .counter, -.nav-tree ul ul a, -.font-body { font-family: 'Lato', serif; } - -h1, -h2, -h3, -h4, -h5, -h6, -#logo, -#primary-menu ul li > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, -#top-search form input, -.entry-link, -.entry.entry-date-section span, -.button.button-desc, -.counter, -label, -.nav-tree li a, -.wedding-head .first-name, -.wedding-head .last-name, -.font-primary, -.testi-content p { font-family: 'Raleway', sans-serif; - text-transform: uppercase; - font-weight: bold; - font-size: 13px ; - } - -.entry-meta li, -.entry-link span, -.entry blockquote p, -.more-link, -.comment-content .comment-author span, -.button.button-desc span, -.team-title span, -.before-heading, -.wedding-head .first-name span, -.wedding-head .last-name span, -.font-secondary { font-family: 'Parisienne', cursive; } - - - diff --git a/public/css/main/custom.css b/public/css/main/custom.css deleted file mode 100644 index c56c61b..0000000 --- a/public/css/main/custom.css +++ /dev/null @@ -1,10 +0,0 @@ -/* ---------------------------------------------------------------- - Custom CSS - - Add all your Custom Styled CSS here for New Styles or - Overwriting Default Theme Styles for Better Hanlding Updates ------------------------------------------------------------------*/ - - - - diff --git a/public/css/main/dark-rtl.css b/public/css/main/dark-rtl.css deleted file mode 100644 index a3d0211..0000000 --- a/public/css/main/dark-rtl.css +++ /dev/null @@ -1,209 +0,0 @@ -/* ---------------------------------------------------------------- - Dark Scheme ------------------------------------------------------------------*/ - -.dark .top-links ul li { - border-right-color: rgba(255,255,255,0.1); - border-left-color: transparent; -} - -.dark .top-links ul ul li { - border-right: 1px solid #444; - border-left: 0; -} - -.dark .top-links ul ul li:first-child { - border-right: 1px solid #444; - border-left: 0; -} - -.dark #top-social li { - border-right: 1px solid rgba(255,255,255,0.1); - border-left: 0; -} - -.dark #header.full-header #header-wrap:not(.not-dark) #logo, -#header.full-header.dark #header-wrap:not(.not-dark) #logo { - border-left-color: rgba(255,255,255,0.15); - border-right-color: transparent; -} - -.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo, -#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo { - border-left-color: rgba(255,255,255,0.2); - border-right-color: transparent; -} - -.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul, -#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul { - border-left-color: rgba(255,255,255,0.15); - border-right-color: transparent; -} - -.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul, -#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul { - border-left-color: rgba(255,255,255,0.2); - border-right-color: transparent; -} - -.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a, -.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a, -#primary-menu.dark ul ul > li.sub-menu > a, -#primary-menu.dark ul ul > li.sub-menu:hover > a { background-image: url("../images/icons/submenu-dark-rtl.png"); } - -.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child), -#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { - border-right-color: #3F3F3F; - border-left-color: transparent; -} - -.dark #primary-menu.style-5:not(.not-dark) > ul, -#primary-menu.dark.style-5 > ul { - border-left-color: rgba(255,255,255,0.1); - border-right-color: transparent; -} - -.dark.side-header #header { - border-left-color: #3F3F3F; - border-right-color: transparent; -} - -.dark.side-header.side-header-right #header { - border-right-color: #3F3F3F; - border-left-color: transparent; -} - -.dark #portfolio-filter li a { - border-right-color: rgba(255,255,255,0.08); - border-left-color: transparent; -} - -.dark .entry-meta li { - border-right-color: rgba(255,255,255,0.08); - border-left-color: transparent; -} - -.dark .spost .entry-meta li, -.dark .mpost .entry-meta li { - border-right-color: #666; - border-left-color: transparent; -} - -.dark .product-overlay a { - border-left-color: rgba(255,255,255,0.15); - border-right-color: transparent; -} - -.dark .product-overlay a:last-child { - border-left: 0; - border-right: 0; -} - -.dark .countdown-section { - border-right-color: rgba(255,255,255,0.2); - border-left-color: transparent; -} - -.dark .fbox-effect .fbox-icon i:after { box-shadow: 0 2px 0 0 #494949; } - -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 2px 0 0 #1ABC9C; } - -.dark .fbox-border.fbox-effect .fbox-icon i:hover, -.dark .fbox-border.fbox-effect:hover .fbox-icon i { box-shadow: 0 1px 0 0 #494949; } - -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 1px 0 0 #1ABC9C; } - -.dark .style-msg2 { - border-right: 4px solid rgba(0,0,0,0.3); - border-left: 0; -} - -.dark .style-msg .sb-msg, -.dark .style-msg2 .msgtitle, -.dark .style-msg2 .sb-msg { - border-right-color: rgba(255,255,255,0.1); - border-left-color: transparent; -} - -.dark ul.tab-nav li:first-child { - border-right-color: #494949; - border-left-color: transparent; -} - -.dark .side-tabs ul.tab-nav { - border-left-color: #494949; - border-right-color: transparent; -} - -.dark .side-tabs ul.tab-nav li:first-child { - border-right-color: #494949; - border-left-color: transparent; -} - -.dark .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { - border-left-color: #383838; - border-right-color: transparent; -} - -.dark .clients-grid li:before, -.dark .testimonials-grid li:before { - border-right-color: rgba(255,255,255,0.15); - border-left-color: transparent; -} - -.dark .pricing-box.pricing-extended .pricing-action-area { - border-right-color: rgba(255,255,255,0.15); - border-left-color: transparent; -} - -.dark blockquote { - border-right-color: rgba(255,255,255,0.2); - border-left-color: transparent; -} - -.dark .blockquote-reverse, -.dark blockquote.pull-right { - border-left-color: rgba(255,255,255,0.2); - border-right-color: transparent; -} - -.dark .popover.right > .arrow { - border-left-color: #494949; - border-right-color: transparent; -} - -.dark .popover.right > .arrow:after { - border-left-color: #282828; - border-right-color: transparent; -} - -.dark .popover.left > .arrow { - border-right-color: #494949; - border-left-color: transparent; -} - -.dark .popover.left > .arrow:after { - border-right-color: #282828; - border-left-color: transparent; -} - -.dark .widget_nav_menu li a, -.dark .widget_links li a, -.dark .widget_meta li a, -.dark .widget_archive li a, -.dark .widget_recent_comments li a, -.dark .widget_recent_entries li a, -.dark .widget_categories li a, -.dark .widget_pages li a, -.dark .widget_rss li a { - background-image: url("../images/icons/widget-link-dark-rtl.png"); -} - -@media (max-width: 991px) { - - .dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a, - .dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a { background-image: url("../images/icons/submenu-dark-rtl.png"); } - -} - diff --git a/public/css/main/dark.css b/public/css/main/dark.css deleted file mode 100644 index cf1a04f..0000000 --- a/public/css/main/dark.css +++ /dev/null @@ -1,1748 +0,0 @@ -/* ---------------------------------------------------------------- - Dark Scheme ------------------------------------------------------------------*/ - - -.dark, -.dark h1, -.dark h2, -.dark h3, -.dark h4, -.dark h5, -.dark h6 { color: #EEE; } - -.dark a:hover { color: #EEE; } - -body.dark, -.dark #wrapper, -.dark #content, -.dark .shop-quick-view-ajax, -.dark .portfolio-ajax-modal, -.dark .modal-content, -.dark .css3-spinner, -body.dark #side-panel, -body #side-panel.dark { background-color: #383838; } - -.dark .css3-spinner > div, -.dark .css3-spinner-grid-pulse > div, -.dark .css3-spinner-ball-rotate > div, -.dark .css3-spinner-zig-zag > div, -.dark .css3-spinner-ball-scale-multiple > div, -.dark .css3-spinner-triangle-path > div, -.dark .css3-spinner-ball-pulse-sync > div { background-color: rgba(255,255,255,0.35); } - - -.dark .css3-spinner-clip-rotate > div, -.dark .css3-spinner-scale-ripple > div { border-color: rgba(255,255,255,0.35); } - -.dark .line, -.dark .double-line { border-top-color: rgba(255,255,255,0.1); } - -.dark .section, -.section.dark { - background-color: #282828; - border-color: rgba(255,255,255,0.1); -} - -.dark #top-bar, -#top-bar.dark { - border-bottom-color: rgba(255,255,255,0.1); - background-color: #282828; -} - -.dark .top-links ul li { border-left-color: rgba(255,255,255,0.1); } - -.dark .top-links li > a { color: #AAA; } - -.dark .top-links li:hover { - background-color: #333; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.dark .top-links ul ul, -.dark .top-links ul div.top-link-section { - background: #333; - border-bottom: none; -} - -.dark .top-links ul ul li { - border-top: 1px solid #444; - border-left: 1px solid #444; -} - -.dark .top-links ul ul li:hover { background-color: #383838; } - -.dark .top-links ul ul li:first-child { border-left: 1px solid #444; } - -.dark #top-social li { border-left: 1px solid rgba(255,255,255,0.1); } - -.dark #top-social li a { color: #BBB; } - -.dark #header:not(.transparent-header), -#header.dark:not(.transparent-header) { - background-color: #333; - border-bottom: 1px solid rgba(255,255,255,0.05); -} - -.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), -.dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark), -.dark #header.transparent-header.floating-header .container, -.dark #header.transparent-header.floating-header.sticky-header .container, -#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), -#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark), -#header.dark.transparent-header.floating-header .container, -#header.dark.transparent-header.floating-header.sticky-header .container, -.dark .responsive-sticky-header #header-wrap, -.responsive-sticky-header.dark #header-wrap { background-color: #333; } - -.dark #header.full-header #header-wrap:not(.not-dark), -#header.full-header.dark #header-wrap:not(.not-dark) { border-bottom-color: rgba(255,255,255,0.15); } - -.dark #slider + #header.full-header #header-wrap:not(.not-dark), -#slider + #header.full-header.dark #header-wrap:not(.not-dark) { border-top-color: rgba(255,255,255,0.15); } - -.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark), -#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) { border-bottom-color: rgba(255,255,255,0.2); } - -.dark #slider + #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark), -#slider + #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) { border-top-color: rgba(255,255,255,0.2); } - -.dark #header.semi-transparent, -.dark #header.semi-transparent.floating-header .container, -#header.dark.semi-transparent, -#header.dark.semi-transparent.floating-header .container { background-color: rgba(0,0,0,0.6); } - -.dark #header.sticky-header.semi-transparent, -.dark #header.semi-transparent.floating-header, -.dark #header.semi-transparent.floating-header.sticky-header .container, -#header.dark.sticky-header.semi-transparent, -#header.dark.semi-transparent.floating-header, -#header.dark.semi-transparent.floating-header.sticky-header .container { background-color: transparent; } - -.dark #header.semi-transparent.sticky-header #header-wrap, -#header.dark.semi-transparent.sticky-header #header-wrap { background-color: rgba(0,0,0,0.6); } - -.dark #logo a { color: #FFF; } - -.dark #header.full-header #header-wrap:not(.not-dark) #logo, -#header.full-header.dark #header-wrap:not(.not-dark) #logo { border-right-color: rgba(255,255,255,0.15); } - -.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo, -#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo { border-right-color: rgba(255,255,255,0.2); } - - -.dark #header-wrap:not(.not-dark) #primary-menu > ul > li > a, -.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li > a, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li > a, -.overlay-menu #primary-menu.dark > ul > li > a, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > #overlay-menu-close, -.overlay-menu #primary-menu.dark > #overlay-menu-close, -.dark #header-wrap:not(.not-dark) #top-search a, -.dark #header-wrap:not(.not-dark) #top-cart a, -.dark #header-wrap:not(.not-dark) #side-panel-trigger a, -.dark #header-wrap:not(.not-dark) #top-account a, -.dark #top-cart .top-cart-item-desc a, -body.top-search-open .dark #header-wrap:not(.not-dark) #top-search a, -.dark #header-wrap:not(.not-dark) #top-search a:hover, -.dark #header-wrap:not(.not-dark) #top-cart a:hover, -.dark #header-wrap:not(.not-dark) #side-panel-trigger a:hover, -.dark #header-wrap:not(.not-dark) #top-account a:hover, -.dark #header-wrap:not(.not-dark) #top-search form input { - color: #EEE; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul, -#header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul { border-right-color: rgba(255,255,255,0.15); } - -.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul, -#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul { border-right-color: rgba(255,255,255,0.2); } - -.dark #header.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input, -#header.dark.transparent-header:not(.sticky-header) #header-wrap:not(.not-dark) form input { border-bottom-color: rgba(255,255,255,0.15) !important; } - -.dark #header-wrap:not(.not-dark) #top-search form input::-moz-placeholder { color: rgba(255,255,255,0.6); } -.dark #header-wrap:not(.not-dark) #top-search form input:-ms-input-placeholder { color: rgba(255,255,255,0.6); } -.dark #header-wrap:not(.not-dark) #top-search form input::-webkit-input-placeholder { color: rgba(255,255,255,0.6); } - -.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, -.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, -.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a, -.dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a { color: #EEE; } - -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, -.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, -.overlay-menu #primary-menu.dark > ul > li:hover > a, -.overlay-menu #primary-menu.dark > ul > li.current > a { color: #1ABC9C !important; } - -.dark #primary-menu:not(.not-dark) ul ul, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content, -#primary-menu.dark ul ul, -#primary-menu.dark ul li .mega-menu-content { - background-color: #333; - border-color: #3F3F3F; - border-top-color: #1ABC9C; -} - -.dark.overlay-menu #primary-menu:not(.not-dark) ul, -.dark.overlay-menu #primary-menu:not(.not-dark) ul, -.overlay-menu #primary-menu.dark ul, -.overlay-menu #primary-menu.dark ul { background-color: rgba(0,0,0,0.9); } - -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2, -#primary-menu.dark ul li .mega-menu-content.style-2 { - border-color: transparent; - border-top-color: #1ABC9C; -} - -.dark #primary-menu:not(.not-dark) ul ul li, -#primary-menu.dark ul ul li { border-top-color: #3F3F3F; } - -.dark #primary-menu:not(.not-dark) ul ul li:first-child, -#primary-menu.dark ul ul li:first-child { border-top: 0; } - -.dark #primary-menu:not(.not-dark) ul ul li > a, -#primary-menu.dark ul ul li > a { color: #999 !important; } - -.dark #primary-menu:not(.not-dark) ul ul li:hover > a, -#primary-menu.dark ul ul li:hover > a { - background-color: rgba(0,0,0,0.1); - color: #CCC !important; -} - -.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu > a, -.dark #primary-menu:not(.not-dark) ul ul > li.sub-menu:hover > a, -#primary-menu.dark ul ul > li.sub-menu > a, -#primary-menu.dark ul ul > li.sub-menu:hover > a { background-image: url("../images/icons/submenu-dark.png"); } - -.dark #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child), -#primary-menu.dark ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left-color: #3F3F3F; } - -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a, -#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, -#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { - color: #BBB !important; - background: transparent; -} - -.dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover, -#primary-menu.dark ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #DDD !important; } - - -.dark #primary-menu.style-2:not(.not-dark) { border-top-color: rgba(255,255,255,0.1); } - -.dark #primary-menu.style-3:not(.not-dark) > ul > li:hover > a, -#primary-menu.dark.style-3 > ul > li:hover > a { - color: #EEE; - background-color: rgba(255,255,255,0.05); -} - -.dark #primary-menu.style-3:not(.not-dark) > ul > li.current > a, -#primary-menu.dark.style-3 > ul > li.current > a { color: #EEE; } - -.dark #primary-menu.style-5:not(.not-dark) > ul, -#primary-menu.dark.style-5 > ul { border-right-color: rgba(255,255,255,0.1); } - -.dark #primary-menu.sub-title:not(.not-dark) > ul > li > a span, -#primary-menu.dark.sub-title > ul > li > a span { color: #999; } - -.dark #primary-menu.sub-title:not(.not-dark) > ul > li:hover > a span, -.dark #primary-menu.sub-title:not(.not-dark) > ul > li.current > a span, -.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li:hover > a span, -.dark #primary-menu.sub-title.style-2:not(.not-dark) > div > ul > li.current > a span, -#primary-menu.dark.sub-title > ul > li:hover > a span, -#primary-menu.dark.sub-title > ul > li.current > a span, -#primary-menu.dark.sub-title.style-2 > div > ul > li:hover > a span, -#primary-menu.dark.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; } - - -.dark #top-cart .top-cart-content { - background-color: #333; - border-color: #3F3F3F; - border-top-color: #1ABC9C; -} - -.dark .top-cart-title { border-bottom-color: #3F3F3F; } - -.dark .top-cart-item { border-top-color: #3F3F3F; } - -.dark .top-cart-item-image { border-color: #444; } - -.dark .top-cart-item-image:hover { border-color: #1ABC9C; } - -.dark .top-cart-item-desc a:hover { color: #1ABC9C !important; } - -.dark .top-cart-item-desc span.top-cart-item-price { color: #AAA; } - -.dark .top-cart-item-desc span.top-cart-item-quantity { color: #888; } - -.dark .top-cart-action { border-top-color: #3F3F3F; } - -.dark .one-page-arrow, -.one-page-arrow.dark { color: #FFF; } - - -.dark.side-header #header { - background-color: #333; - border-right-color: #3F3F3F; -} - -.dark.side-header #logo:not(.nobottomborder):after, -.dark.side-header #primary-menu:not(.nobottomborder):after { border-bottom-color: #3F3F3F; } - -.dark.side-header #primary-menu:not(.not-dark) > ul > li > a, -.dark.side-header #primary-menu ul ul li:hover > a { color: #DDD !important; } - -.dark.side-header.open-header #header-trigger { - background-color: rgba(0,0,0,0.3); - color: #EEE; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -.dark.side-header.side-header-right #header { border-left-color: #3F3F3F; } - -.dark.side-header #primary-menu ul ul a { color: #AAA !important; } - -.dark .swiper-pagination span { border-color: rgba(255,255,255,0.08); } - -.dark .swiper-pagination span:hover, -.dark .swiper-pagination span.swiper-pagination-bullet-active { background-color: #333 !important; } - - -.dark .slider-caption, -.dark .slider-caption h2 { - color: #EEE; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.not-dark .slider-caption, -.not-dark .slider-caption h2 { - color: #222; - text-shadow: none; -} - -.dark .ei-title h2, -.dark .ei-title h3, -.dark .ei-title h2 span, -.dark .ei-title h3 span { - color: #EEE !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.not-dark .ei-title h2, -.not-dark .ei-title h3, -.not-dark .ei-title h2 span, -.not-dark .ei-title h3 span { - color: #222 !important; - text-shadow: none; -} - -.dark #page-title { - background-color: #282828; - border-bottom-color: #3F3F3F; -} - -.dark #page-title h1 { color: rgba(255,255,255,0.9) !important; } - -.dark #page-title span { color: rgba(255,255,255,0.7); } - -.dark .breadcrumb a { color: #BBB; } - -.dark .breadcrumb a:hover { color: #EEE; } - -.dark #page-title.page-title-pattern { background-image: url('../images/pattern2.png'); } - - -.dark .portfolio-filter { border-color: rgba(255,255,255,0.08); } - -.dark .portfolio-filter li a { - color: #999; - border-left-color: rgba(255,255,255,0.08); -} - -.dark .portfolio-filter li a:hover { color: #EEE; } - -.dark .portfolio-shuffle { - color: #999; - border-color: rgba(255,255,255,0.08); -} - -.dark .portfolio-filter li.activeFilter a, -.dark .portfolio-shuffle:hover { color: #FFF; } - -.dark .portfolio-desc h3 a { color: #EEE; } - -.dark .portfolio-desc h3 a:hover { color: #BBB; } - -.dark .portfolio-desc span { color: #888; } - -.dark .portfolio-desc span a { color: #888; } - -.dark .portfolio-desc span a:hover { color: #CCC; } - -.dark .portfolio-notitle .portfolio-desc { - background-color: #333; - border-bottom: 1px solid rgba(255,255,255,0.08); -} - -.dark .portfolio-1 .portfolio-item { border-bottom-color: rgba(255,255,255,0.08); } - -.dark .portfolio-1.portfolio-fullwidth .portfolio-desc { background-color: #333; } - -.dark .portfolio-overlay a { - background-color: rgba(0,0,0,0.5); - color: #FFF; -} - -.dark .portfolio-overlay a:hover { background-color: rgba(0,0,0,0.7); } - -.dark .ajax-modal-title { - background-color: #333; - border-bottom-color: rgba(255,255,255,0.08); -} - -.dark .portfolio-meta li { color: #999; } - -.dark .portfolio-meta li span { color: #BBB; } - -.dark .well .line { border-color: rgba(255,255,255,0.08); } - -.dark #portfolio-navigation a { color: #BBB; } - -.dark #portfolio-navigation a:hover { color: #EEE; } - -.dark .entry { border-bottom-color: rgba(255,255,255,0.08); } - -.dark .entry-title h2 a, -.dark .ipost .entry-title h3 a, -.dark .ipost .entry-title h4 a { color: #EEE; } - -.dark .entry-title h2 a:hover, -.dark .ipost .entry-title h3 a:hover, -.dark .ipost .entry-title h4 a:hover { color: #BBB; } - -.dark .entry-meta li { - border-left-color: rgba(255,255,255,0.08); - color: #888; -} - -.dark .entry-meta li a { color: #888; } - -.dark .entry-meta li a:hover { color: #CCC; } - -.dark .entry-link { background-color: rgba(0,0,0,0.2); } - -.dark .post-masonry-full .entry { border-color: rgba(255,255,255,0.08); } - -.dark .timeline-border { border-left-color: rgba(255,255,255,0.1); } - -.dark .post-timeline .entry-timeline { - border-color: rgba(255,255,255,0.1); - background-color: rgba(255,255,255,0.08); - color: #AAA; -} - -.dark .post-timeline .entry.entry-date-section span { - border-color: rgba(255,255,255,0.1); - background-color: #333; -} - -.dark .post-timeline .entry-timeline div.timeline-divider { border-top-color: rgba(255,255,255,0.1); } - -.dark .post-timeline .entry:hover .entry-timeline, -.dark .post-timeline .entry:hover .timeline-divider { - border-color: #1ABC9C; - color: #1ABC9C; -} - -.dark .spost, -.dark .mpost { border-top-color: rgba(255,255,255,0.1); } - -.dark .spost .entry-image a i, -.dark .mpost .entry-image a i { - color: #CCC; - background-color: rgba(0,0,0,0.2); -} - -.dark .spost .entry-title h4 a, -.dark .mpost .entry-title h4 a { color: #BBB; } - -.dark .spost .entry-title h4 a:hover, -.dark .mpost .entry-title h4 a:hover { color: #999; } - -.dark .spost .entry-meta li, -.dark .mpost .entry-meta li { border-left-color: #666; } - -.dark .spost .entry-meta li a, -.dark .mpost .entry-meta li a, -.dark .testimonial.twitter-scroll .testi-meta span a { color: #AAA; } - -.dark .spost .entry-meta li a:hover, -.dark .mpost .entry-meta li a:hover, -.dark .testimonial.twitter-scroll .testi-meta span a:hover { color: #888; } - -.dark #comments { border-top-color: rgba(255,255,255,0.08); } - -.dark .commentlist { border-bottom-color: rgba(255,255,255,0.08); } - -.dark .comment-wrap { border-color: rgba(255,255,255,0.08); } - -.dark .comment-avatar { - background: rgba(255,255,255,0.08); - border-color: rgba(255,255,255,0.1); -} - -.dark .comment-content .comment-author { color: #CCC; } - -.dark .comment-content .comment-author a { color: #BBB; } - -.dark .comment-content .comment-author a:hover { color: #EEE; } - -.dark .review-comment-ratings { color: #CCC; } - -.dark .comment-reply-link:hover { color: #888; } - -.dark p.wp-caption-text { background-color: rgba(0,0,0,0.2); } - - -.dark .product-title h3 a, -.dark .single-product .product-title h2 a { color: #EEE; } - -.dark .product-title h3 a:hover, -.dark .single-product .product-title h2 a:hover { color: #BBB; } - -.dark .product-price { color: #BBB; } - -.dark .product-overlay a { - color: #EEE; - background-color: rgba(0,0,0,0.8); - border-right-color: rgba(255,255,255,0.15); -} - -.dark .product-overlay a:last-child { border-right: 0; } - -.dark .product-overlay a:hover { background-color: rgba(0,0,0,0.9); } - -.dark .bothsidebar .product-1 .product { border-top-color: rgba(255,255,255,0.08); } - - -.dark .quantity .qty { - border-left-color: rgba(255,255,255,0.08); - border-right-color: rgba(255,255,255,0.08); - background-color: rgba(0,0,0,0.2); -} - -.dark .quantity .plus, -.dark .quantity .minus { background-color: rgba(0,0,0,0.2); } - -.dark .quantity .plus:hover, -.dark .quantity .minus:hover { background-color: rgba(0,0,0,0.4); } - -.dark .product-meta { color: #888; } - -.dark .cart .remove { color: #BBB; } - -.dark .cart .remove:hover { color: #EEE; } - -.dark .cart th { color: #DDD; } - -.dark .cart td { border-color: rgba(255,255,255,0.08) !important; } - -.dark .cart-product-thumbnail img { border-color: rgba(0,0,0,0.2); } - -.dark .cart-product-thumbnail img:hover { border-color: #1ABC9C; } - -.dark .cart-product-name a, -.dark .product-name a { color: #EEE; } - -.dark .cart-product-name a:hover, -.dark .product-name a:hover { color: #BBB; } - -.dark td.actions { background-color: rgba(0,0,0,0.2); } - -.dark .events .entry, -.dark .ievent { - background-color: rgba(0,0,0,0.2); - border-bottom-color: rgba(0,0,0,0.1); -} - -.dark .countdown-section { - color: #DDD; - border-left-color: rgba(255,255,255,0.2); -} - -.dark .countdown-amount, -.dark .rounded-skill { color: #EEE; } - -.dark .button-dark:not(.button-border), -.dark .button:hover { background-color: rgba(0,0,0,0.3); } - -.dark .button-dark:hover { background-color: #1ABC9C; } - -.dark .button-light:not(.button-border):hover { background-color: #282828; } - -.dark .button.button-border:not(.button-light) { - border-color: rgba(255,255,255,0.4); - color: rgba(255,255,255,0.5); -} - -.dark .button.button-border:not(.button-light):hover { color: #EEE; } - -.not-dark .button.button-border:not(.button-light) { - border-color: #444; - color: #333; -} - -.not-dark .button.button-border:not(.button-light):hover { - background-color: #444; - color: #FFF; -} - -.dark .promo > span, -.dark .promo > .container > span { color: rgba(255,255,255,0.8); } - -.dark .promo.promo-border { border-color: rgba(255,255,255,0.08); } - -.dark .promo.promo-light { background-color: rgba(255,255,255,0.1); } - -.dark .promo.promo-dark:not(.promo-flat) { background-color: rgba(0,0,0,0.3); } - -.dark .feature-box h3 { color: #CCC; } - -.dark .feature-box p { color: #888; } - -.dark .feature-box.fbox-light.fbox-outline .fbox-icon { border-color: rgba(255,255,255,0.15); } - -.dark .feature-box.fbox-light .fbox-icon i, -.dark .feature-box.fbox-light .fbox-icon img { - border-color: rgba(255,255,255,0.1); - background-color: rgba(255,255,255,0.1); - color: #FFF; -} - -.dark .feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: rgba(255,255,255,0.15); } - -.dark .feature-box.fbox-dark .fbox-icon i, -.dark .feature-box.fbox-dark .fbox-icon img { background-color: rgba(255,255,255,0.1); } - -.dark .feature-box.fbox-border.fbox-light .fbox-icon, -.dark .feature-box.fbox-border.fbox-dark .fbox-icon { border-color: rgba(255,255,255,0.15); } - -.dark .feature-box.fbox-border.fbox-light .fbox-icon i, -.dark .feature-box.fbox-border.fbox-light .fbox-icon img, -.dark .feature-box.fbox-border.fbox-dark .fbox-icon i, -.dark .feature-box.fbox-border.fbox-dark .fbox-icon img, -.dark .feature-box.fbox-plain.fbox-light .fbox-icon i, -.dark .feature-box.fbox-plain.fbox-light .fbox-icon img, -.dark .feature-box.fbox-plain.fbox-dark .fbox-icon i, -.dark .feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #FFF; } - -.dark .feature-box h3 span.subtitle { color: #AAA; } - -.dark .feature-box.fbox-bg.fbox-center, -.dark .feature-box.media-box.fbox-bg .fbox-desc { - background-color: #383838; - border-color: rgba(255,255,255,0.1); -} - -.dark .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, -.dark .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, -.dark .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #383838 !important; } - -.dark .feature-box.fbox-bg.fbox-center.fbox-light .fbox-icon i { background-color: #444 !important; } - -.dark .fbox-effect .fbox-icon i:after { box-shadow: 0 0 0 2px #494949; } - -.dark .fbox-effect .fbox-icon i:hover, -.dark .fbox-effect:hover .fbox-icon i { background-color: #494949; } - -.dark .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; } - -.dark .fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; } - -.dark .fbox-border.fbox-effect .fbox-icon i:hover, -.dark .fbox-border.fbox-effect:hover .fbox-icon i { box-shadow: 0 0 0 1px #494949; } - -.dark .fbox-border.fbox-effect .fbox-icon i:after { background-color: #494949; } - -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.dark .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #1ABC9C; } - -.dark .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #1ABC9C; } - -.dark .process-steps li .i-bordered { background-color: #494949; } - -.dark .process-steps li:before, -.dark .process-steps li:after, -.dark .feature-box.fbox-center:not(.fbox-bg) h3:after { border-top-color: rgba(255,255,255,0.15); } - -.dark .heading-block:not(.not-dark):after { border-top-color: rgba(255,255,255,0.4); } - -.dark .style-msg2 { border-left: 4px solid rgba(0,0,0,0.3); } - -.dark .style-msg .sb-msg, -.dark .style-msg2 .msgtitle, -.dark .style-msg2 .sb-msg { border-left-color: rgba(255,255,255,0.1); } - - -.dark .i-rounded, -.dark .i-circled, -.dark .i-bordered { background-color: #494949; } - -.dark .i-bordered { - border-color: #DDD; - color: #DDD; -} - -.dark .i-light { - background-color: #F5F5F5; - color: #444; - text-shadow: none; -} - -.dark .i-rounded:hover, -.dark .i-circled:hover { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - box-shadow: 0 0 0 rgba(0,0,0,0.2); -} - -.dark .i-bordered:hover { - background-color: #444; - color: #FFF; - border-color: #444; -} - -.dark .i-plain { - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.dark .i-plain:hover { color: #DDD; } - -.dark .social-icon { - color: #DDD !important; - border-color: #DDD; -} - -.dark #footer .social-icon.si-borderless, -#footer.dark .social-icon.si-borderless { color: #555 !important; } - -.dark .si-dark { - background-color: rgba(0,0,0,0.2); - color: #DDD !important; - border-color: transparent; -} - -.dark .si-light { - background-color: rgba(255,255,255,0.1); - color: #EEE !important; - border-color: transparent; -} - -.dark .social-icon i:last-child { color: #FFF !important; } - -.dark .social-icon:hover { - color: #FFF !important; - border-color: transparent; -} - -.dark .si-share { - border-top-color: rgba(255,255,255,0.1); - border-bottom-color: rgba(255,255,255,0.1); -} - - -.dark .toggle .togglet, -.dark .toggle .toggleta { color: #CCC; } - -.dark .toggle.toggle-bg .togglet, -.dark .toggle.toggle-bg .toggleta { background-color: rgba(0,0,0,0.2); } - -.dark .toggle.toggle-border { border-color: rgba(255,255,255,0.15); } - -.dark .faqs .toggle { border-bottom-color: rgba(255,255,255,0.1); } - -.dark .acctitle, -.dark .acctitlec { - color: #CCC; - border-top-color: rgba(255,255,255,0.15); -} - -.dark .accordion.accordion-bg .acctitle, -.dark .accordion.accordion-bg .acctitlec { background-color: rgba(0,0,0,0.2); } - -.dark .accordion.accordion-border { border-color: rgba(255,255,255,0.1); } - -.dark .accordion.accordion-border .acctitle, -.dark .accordion.accordion-border .acctitlec { border-color: rgba(255,255,255,0.15); } - -.dark ul.tab-nav { border-bottom-color: #494949; } - -.dark ul.tab-nav li, -.dark .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border-color: #494949; } - -.dark ul.tab-nav li:first-child { border-left-color: #494949; } - -.dark ul.tab-nav li a { - color: #DDD; - background-color: rgba(0,0,0,0.15); -} - -.dark .tabs.tabs-alt ul.tab-nav li a, -.dark ul.tab-nav li.ui-tabs-active a { background-color: #383838; } - -.dark ul.tab-nav.tab-nav2 li a { background-color: rgba(0,0,0,0.2); } - -.dark ul.tab-nav.tab-nav2 li.ui-state-active a { background-color: #1ABC9C; } - -.dark .tabs-bordered .tab-container { border-color: #494949; } - -.dark .side-tabs ul.tab-nav { border-right-color: #494949; } - -.dark .side-tabs ul.tab-nav li { border-color: #494949; } - -.dark .side-tabs ul.tab-nav li:first-child { - border-top-color: #494949; - border-left-color: #494949; -} - -.dark .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { border-right-color: #383838; } - -.dark .tabs-bordered.side-tabs .tab-container { border-top-color: #494949; } - -.dark .sidenav { background-color: rgba(0,0,0,0.2); } - -.dark .sidenav > li > a { - border-color: #494949; - color: #BBB; -} - -.dark .sidenav > li > a:hover { background-color: rgba(0,0,0,0.3); } - -.dark .faqlist li a { color: #CCC; } - -.dark .clients-grid li:before, -.dark .testimonials-grid li:before { border-left-color: rgba(255,255,255,0.15); } - -.dark .clients-grid li:after, -.dark .testimonials-grid li:after { border-bottom-color: rgba(255,255,255,0.15); } - -.dark .testimonial { - background-color: rgba(0,0,0,0.2); - border: 1px solid rgba(0,0,0,0.1); - box-shadow: 0 1px 1px rgba(0,0,0,0.1); -} - -.dark .testimonial.twitter-scroll .testi-content p a { border-bottom: 1px dotted #AAA; } - -.dark .testimonial.twitter-scroll .testi-content p a:hover { border-bottom: 1px solid #888; } - -.dark .testimonial.twitter-scroll .testi-image i { - background-color: rgba(0,0,0,0.2); - color: #EEE; - text-shadow: none; -} - -.parallax.dark .testimonial .flex-control-nav { - height: 8px; - margin-top: 30px; -} - -.parallax.dark .testimonial .flex-control-nav li { - width: 8px; - height: 8px; - margin: 0 3px; -} - -.parallax.dark .testimonial .flex-control-nav li a { - width: 8px !important; - height: 8px !important; - border: 1px solid #FFF; - background-color: transparent; -} - -.parallax.dark .testimonial .flex-control-nav li:hover a, -.parallax.dark .testimonial .flex-control-nav li a.flex-active { background-color: #FFF; } - -.dark .team-desc.team-desc-bg { background-color: rgba(255,255,255,0.05); } - -.dark .team-content { color: #999; } - -.dark .pricing-box { - border-color: rgba(255,255,255,0.1); - background-color: rgba(0,0,0,0.2); - box-shadow: 0 1px 1px rgba(0,0,0,0.1); -} - -.dark .pricing-title { - background-color: rgba(255,255,255,0.03); - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - border-bottom-color: rgba(255,255,255,0.1); -} - -.dark .pricing-title h3 { color: #DDD; } - -.dark .pricing-price { color: #EEE; } - -.dark .pricing-price:after { border-top-color: rgba(255,255,255,0.1); } - -.dark .pricing-features { border-bottom-color: rgba(255,255,255,0.1); } - -.dark .pricing-box.best-price { - background-color: transparent; - box-shadow: 0 0 8px rgba(0,0,0,0.1); -} - -.dark .pricing-box.best-price .pricing-title { background-color: transparent; } - -.dark .pricing-box.pricing-minimal .pricing-price { - background-color: transparent; - border-bottom-color: rgba(255,255,255,0.1); -} - -.dark .pricing-box.pricing-extended { background-color: transparent; } - -.dark .pricing-box.pricing-extended .pricing-action-area { - border-left-color: rgba(255,255,255,0.15); - background-color: rgba(0,0,0,0.2); -} - -.dark .pricing-box.pricing-extended .pricing-meta { color: #999; } - -.dark .counter.counter-lined + h5:before { border-color: #EEE; } - -.dark .easyPieChart { color: #EEE; } - -.dark .skills li { background-color: rgba(255,255,255,0.15); } - -.dark .skills li .progress-percent { background-color: #4E4E4E; } - -.dark .progress-percent:after, -.dark .progress-percent:before { border-top-color: #4E4E4E; } - -.dark .skills li > span { - font-weight: 600; - color: #CCC; -} - -.dark .owl-carousel.owl-loading { background-image: url('../images/preloader-dark.gif'); } - -.dark .owl-carousel .owl-nav [class*=owl-] { - border-color: transparent; - color: #EEE; - background-color: rgba(0,0,0,0.5); -} - -.dark label { color: #BBB; } - -.dark label.label-muted { color: #777; } - -.dark #contact-form-overlay, -.dark #contact-form-overlay-mini { background-color: #383838; } - -.dark .title-block > span { color: #999; } - -.dark .heading-block:not(.not-dark), -.dark .counter { text-shadow: 1px 1px 1px rgba(0,0,0,0.1); } - -.dark .heading-block:not(.not-dark) h1, -.dark .heading-block:not(.not-dark) h2, -.dark .heading-block:not(.not-dark) h3, -.dark .heading-block:not(.not-dark) h4, -.dark .emphasis-title:not(.not-dark) h1, -.dark .emphasis-title:not(.not-dark) h2 { color: #FFF; } - -.dark .heading-block.not-dark h1, -.dark .heading-block.not-dark h2, -.dark .heading-block.not-dark h3, -.dark .heading-block.not-dark h4, -.dark .emphasis-title.not-dark h1, -.dark .emphasis-title.not-dark h2 { color: #333; } - -.dark .heading-block:not(.not-dark) > span { color: #EEE; } - -.dark .emphasis-title.not-dark { color: #444; } - -.dark .fancy-title h1, -.dark .fancy-title h2, -.dark .fancy-title h3, -.dark .fancy-title h4, -.dark .fancy-title h5, -.dark .fancy-title h6 { background-color: #383838; } - -.dark .fancy-title.title-double-border:before, -.dark .fancy-title.title-border:before, -.dark .fancy-title.title-border-color:before, -.dark .fancy-title.title-border:before { border-top-color: rgba(255,255,255,0.15); } - -.dark .divider { color: rgba(255,255,255,0.15); } - -.dark .divider:after, -.dark .divider.divider-center:before, -.dark .divider.divider-center.divider-short:before { border-top-color: rgba(255,255,255,0.1); } - -.dark .divider.divider-rounded, -.dark .divider.divider-border { color: #999; } - -.dark .divider.divider-rounded i, -.dark .divider.divider-border i { background-color: rgba(255,255,255,0.1); } - -.dark .divider.divider-border i { - background-color: transparent; - border-color: rgba(255,255,255,0.15); -} - -.dark .quote:before { color: rgba(255,255,255,0.1); } - -.dark .highlight { background-color: rgba(0,0,0,0.2); } - -.dark .top-advert { - border-left-color: rgba(255,255,255,0.1); - border-right-color: rgba(255,255,255,0.1); -} - -.dark .error404 { color: rgba(255,255,255,0.15); } - -.dark.error404-wrap .form-control::-webkit-input-placeholder { color: #888; } -.dark.error404-wrap .form-control::-moz-placeholder { color: #888; } -.dark.error404-wrap .form-control:-ms-input-placeholder { color: #888; } - -.dark .preloader { background-color: rgba(0,0,0,0.2); } - -.dark .preloader, -.dark .preloader2, -.dark .form-process { background-image: url('../images/preloader-dark.gif'); } - -.dark .form-process { background-color: transparent; } - - -#footer.dark, -.dark #footer { - background-color: #333; - color: #CCC; - border-top-color: rgba(0,0,0,0.2); -} - -.dark #copyrights { - background-color: rgba(0,0,0,0.2); - color: rgba(255,255,255,0.25); - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -.dark #copyrights i.footer-icon { color: rgba(255,255,255,0.3); } - -.dark .copyright-links a { - color: rgba(255,255,255,0.25); - border-bottom-color: rgba(255,255,255,0.25); -} - -.dark .copyright-links a:hover { - color: rgba(255,255,255,0.35); - border-bottom-color: rgba(255,255,255,0.35); -} - - -.dark .footer-widgets-wrap a { color: #CCC; } - -.dark .footer-widgets-wrap a:hover { color: #999; } - -.dark .sidebar-widgets-wrap .widget, -body.dark #side-panel .widget, -body #side-panel.dark .widget { border-top-color: rgba(255,255,255,0.1); } - -body.dark #side-panel #side-panel-trigger-close a, -body #side-panel.dark #side-panel-trigger-close a { - background-color: rgba(0,0,0,0.2); - color: #FFF; -} - -.dark .widget h4 { color: #DDD; } - -.dark .widget p { opacity: 0.8; } - -.dark .tagcloud a { - color: #999; - border-color: transparent; - background-color: rgba(0,0,0,0.2); -} - -.dark .tagcloud a:hover { - border-color: transparent !important; - background-color: #1ABC9C; - color: #FFF !important; -} - -.dark .widget_recent_comments li { background-image: url("../images/icons/widget-comment-dark.png"); } - -.dark .widget_nav_menu li a, -.dark .widget_links li a, -.dark .widget_meta li a, -.dark .widget_archive li a, -.dark .widget_recent_comments li a, -.dark .widget_recent_entries li a, -.dark .widget_categories li a, -.dark .widget_pages li a, -.dark .widget_rss li a { - color: #CCC; - background-image: url("../images/icons/widget-link-dark.png"); -} - -.dark .widget_nav_menu li a:hover, -.dark .widget_links li a:hover, -.dark .widget_meta li a:hover, -.dark .widget_archive li a:hover, -.dark .widget_recent_comments li a:hover, -.dark .widget_recent_entries li a:hover, -.dark .widget_categories li a:hover, -.dark .widget_pages li a:hover, -.dark .widget_rss li a:hover { color: #AAA; } - - -.dark .nav-tree li a { color: #BBB; } - - -.dark #cookie-notification, -#cookie-notification.dark { - background-color: rgba(0,0,0,0.85); - color: #EEE; -} - - -/* Dark Scheme - Bootstrap ------------------------------------------------------------------*/ - -.dark .show-grid [class^=col-] { - background-color: rgba(255,255,255,0.05); - border-color: rgba(255,255,255,0.1); -} - -.dark mark { - background: rgba(0,0,0,0.5); - color: #FFF; -} - -.dark fieldset { border-color: rgba(255,255,255,0.1); } - -.dark .img-thumbnail { - background-color: rgba(0,0,0,0.2); - border-color: rgba(255,255,255,0.1); -} - -.dark hr { border-top-color: rgba(255,255,255,0.1); } - -.dark .page-header { border-bottom-color: rgba(255,255,255,0.1); } - -.dark blockquote { border-left-color: rgba(255,255,255,0.2); } - -.dark .blockquote-reverse, -.dark blockquote.pull-right { border-right-color: rgba(255,255,255,0.2); } - -.dark code { - color: #DF6F72; - background-color: rgba(0,0,0,0.3); -} - -.dark kbd { background-color: rgba(255,255,255,0.1); } - -.dark pre { - color: #FFF; - background-color: rgba(0,0,0,0.3); - border-color: rgba(255,255,255,0.15); -} - -.dark .table > thead > tr > th, -.dark .table > tbody > tr > th, -.dark .table > tfoot > tr > th, -.dark .table > thead > tr > td, -.dark .table > tbody > tr > td, -.dark .table > tfoot > tr > td { border-top-color: rgba(255,255,255,0.1); } - -.dark .table > thead > tr > th { border-bottom-color: rgba(255,255,255,0.1); } - -.dark .table > tbody + tbody { border-top-color: rgba(255,255,255,0.1); } - -.dark .table .table { background-color: rgba(0,0,0,0.2); } - -.dark .table-bordered { border-color: rgba(255,255,255,0.1); } - -.dark .table-bordered > thead > tr > th, -.dark .table-bordered > tbody > tr > th, -.dark .table-bordered > tfoot > tr > th, -.dark .table-bordered > thead > tr > td, -.dark .table-bordered > tbody > tr > td, -.dark .table-bordered > tfoot > tr > td { border-color: rgba(255,255,255,0.1); } - -.dark .table-striped > tbody > tr:nth-child(odd) > td, -.dark .table-striped > tbody > tr:nth-child(odd) > th, -.table-striped > tbody > tr:nth-child(odd) { background-color: rgba(0,0,0,0.05); } - -.dark .table-hover > tbody > tr:hover > td, -.dark .table-hover > tbody > tr:hover > th { background-color: rgba(0,0,0,0.1); } - -.dark .table > thead > tr > td.active, -.dark .table > tbody > tr > td.active, -.dark .table > tfoot > tr > td.active, -.dark .table > thead > tr > th.active, -.dark .table > tbody > tr > th.active, -.dark .table > tfoot > tr > th.active, -.dark .table > thead > tr.active > td, -.dark .table > tbody > tr.active > td, -.dark .table > tfoot > tr.active > td, -.dark .table > thead > tr.active > th, -.dark .table > tbody > tr.active > th, -.dark .table > tfoot > tr.active > th { background-color: rgba(0,0,0,0.1); } - -.dark .table-hover > tbody > tr > td.active:hover, -.dark .table-hover > tbody > tr > th.active:hover, -.dark .table-hover > tbody > tr.active:hover > td, -.dark .table-hover > tbody > tr.active:hover > th { background-color: rgba(255,255,255,0.1); } - -@media (max-width: 767px) { - .table-responsive { border-color: rgba(255,255,255,0.1); } -} - -.dark legend { - color: #DDD; - border-bottom-color: rgba(255,255,255,0.1); -} - -.dark output { color: #999; } - -.dark .form-control:not(.not-dark), -.dark .sm-form-control:not(.not-dark) { - color: #999; - background-color: rgba(0,0,0,0.2); - border-color: rgba(0,0,0,0.25); -} - -.dark .form-control:not(.not-dark) option, -.dark .sm-form-control:not(.not-dark) option { background-color: #282828; } - -.dark .form-control:not(.not-dark):active, -.dark .form-control:not(.not-dark):focus, -.dark .sm-form-control:not(.not-dark):active, -.dark .sm-form-control:not(.not-dark):focus { - background-color: rgba(0,0,0,0.3); - border-color: rgba(0,0,0,0.25) !important; -} - -.dark .form-control:not(.not-dark)::-moz-placeholder { color: #666; } -.dark .form-control:not(.not-dark):-ms-input-placeholder { color: #666; } -.dark .form-control:not(.not-dark)::-webkit-input-placeholder { color: #666; } -.dark .sm-form-control:not(.not-dark)::-moz-placeholder { color: #666; } -.dark .sm-form-control:not(.not-dark):-ms-input-placeholder { color: #666; } -.dark .sm-form-control:not(.not-dark)::-webkit-input-placeholder { color: #666; } - -.dark .form-control:not(.not-dark)[disabled], -.dark .form-control:not(.not-dark)[readonly], -.dark fieldset[disabled] .form-control:not(.not-dark), -.dark .sm-form-control:not(.not-dark)[disabled], -.dark .sm-form-control:not(.not-dark)[readonly], -.dark fieldset[disabled] .sm-form-control:not(.not-dark) { background-color: rgba(255,255,255,0.1); } - -.dark .input-group .form-control.error:not(.not-dark) { color: #E42C3E; } - -.dark .sm-form-control.error:not(.not-dark) { border-color: #E42C3E !important; } - -.dark .form-control.error:not(.not-dark)::-moz-placeholder { color: rgba(228,44,62,0.6); } -.dark .form-control.error:not(.not-dark):-ms-input-placeholder { color: rgba(228,44,62,0.6); } -.dark .form-control.error:not(.not-dark)::-webkit-input-placeholder { color: rgba(228,44,62,0.6); } - -.dark .btn:hover, -.dark .btn:focus { color: #FFF; } - -.dark .btn-default { - color: #FFF; - background-color: rgba(0,0,0,0.2); - border-color: rgba(255,255,255,0.15); -} - -.dark .btn-default:hover, -.dark .btn-default:focus, -.dark .btn-default:active, -.dark .btn-default.active, -.dark .open .dropdown-toggle.btn-default { - color: #FFF; - background-color: rgba(0,0,0,0.3); - border-color: rgba(255,255,255,0.2); -} - -.dark .btn-default.disabled, -.dark .btn-default[disabled], -.dark fieldset[disabled] .btn-default, -.dark .btn-default.disabled:hover, -.dark .btn-default[disabled]:hover, -.dark fieldset[disabled] .btn-default:hover, -.dark .btn-default.disabled:focus, -.dark .btn-default[disabled]:focus, -.dark fieldset[disabled] .btn-default:focus, -.dark .btn-default.disabled:active, -.dark .btn-default[disabled]:active, -.dark fieldset[disabled] .btn-default:active, -.dark .btn-default.disabled.active, -.dark .btn-default[disabled].active, -.dark fieldset[disabled] .btn-default.active { - color: #BBB; - background-color: rgba(255,255,255,0.1); - border-color: rgba(255,255,255,0.1); -} - -.dark .btn-default .badge { background-color: rgba(255,255,255,0.1); } - -.dark .btn-link:hover, -.dark .btn-link:focus { color: #EEE; } - -.dark .dropdown-menu { - background-color: #333; - border-color: #3F3F3F; -} - -.dark .dropdown-menu .divider { background-color: rgba(255,255,255,0.1); } - -.dark .dropdown-menu > li > a { color: #DDD; } - -.dark .dropdown-menu > li > a:hover, -.dark .dropdown-menu > li > a:focus { - color: #EEE; - background-color: rgba(255,255,255,0.1); -} - -.dark .input-group-addon, -.dark .input-group-btn .btn-default { - color: #999; - background-color: rgba(0,0,0,0.35); - border-color: rgba(0,0,0,0.25); -} - -.dark .input-group-btn .btn-default { color: #FFF; } - -.dark .input-group-btn .btn-default:hover { background-color: rgba(0,0,0,0.30); } - -.dark .nav > li > a:hover, -.dark .nav > li > a:focus, -.dark .nav .open > a, -.dark .nav .open > a:hover, -.dark .nav .open > a:focus { background-color: rgba(0,0,0,0.2); } - -.dark .nav .nav-divider { background-color: rgba(255,255,255,0.1); } - -.dark .nav-tabs { border-bottom-color: rgba(255,255,255,0.15); } - -.dark .nav-tabs > li > a:hover { - border-color: rgba(255,255,255,0.2); - border-bottom: none; -} - -.dark .nav-tabs.nav-justified > li > a:hover, -.dark .nav-tabs-justified > li > a:hover { border-bottom: 1px solid rgba(255,255,255,0.2); } - -.dark .nav-tabs > li.active > a, -.dark .nav-tabs > li.active > a:hover, -.dark .nav-tabs > li.active > a:focus { - color: #DDD; - background-color: #383838; - border: 1px solid rgba(255,255,255,0.2); - border-bottom-color: #383838; -} - -.dark .nav-tabs.nav-justified > .active > a, -.dark .nav-tabs.nav-justified > .active > a:hover, -.dark .nav-tabs.nav-justified > .active > a:focus { border-color: rgba(255,255,255,0.15); } - -@media (min-width: 768px) { - .dark .nav-tabs.nav-justified > li > a { border-bottom-color: rgba(255,255,255,0.15); } - - .dark .nav-tabs.nav-justified > .active > a, - .dark .nav-tabs.nav-justified > .active > a:hover, - .dark .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #383838; } -} - -.dark .nav-tabs-justified > .active > a, -.dark .nav-tabs-justified > .active > a:hover, -.dark .nav-tabs-justified > .active > a:focus { border-color: rgba(255,255,255,0.15); } - -@media (min-width: 768px) { - .dark .nav-tabs-justified > li > a { border-bottom-color: rgba(255,255,255,0.15); } - - .dark .nav-tabs-justified > .active > a, - .dark .nav-tabs-justified > .active > a:hover, - .dark .nav-tabs-justified > .active > a:focus { border-bottom-color: #383838; } -} - -.dark .navbar-default { - background-color: rgba(255,255,255,0.1); - border-color: rgba(255,255,255,0.1); -} - -.dark .navbar-default .navbar-brand { color: #EEE; } - -.dark .navbar-default .navbar-brand:hover, -.dark .navbar-default .navbar-brand:focus { color: #BBB; } - -.dark .navbar-default .navbar-text { color: #999; } - -.dark .navbar-default .navbar-nav > li > a { color: #BBB; } - -.dark .navbar-default .navbar-nav > li > a:hover, -.dark .navbar-default .navbar-nav > li > a:focus { - color: #EEE; - background-color: transparent; -} - -.dark .navbar-default .navbar-nav > .active > a, -.dark .navbar-default .navbar-nav > .active > a:hover, -.dark .navbar-default .navbar-nav > .active > a:focus { - color: #EEE; - background-color: rgba(0,0,0,0.25); -} - -.dark .navbar-default .navbar-nav > .disabled > a, -.dark .navbar-default .navbar-nav > .disabled > a:hover, -.dark .navbar-default .navbar-nav > .disabled > a:focus { color: #999; } - -.dark .navbar-default .navbar-toggle { border-color: rgba(255,255,255,0.15); } - -.dark .navbar-default .navbar-toggle:hover, -.dark .navbar-default .navbar-toggle:focus { background-color: rgba(255,255,255,0.15); } - -.dark .navbar-default .navbar-toggle .icon-bar { background-color: #BBB; } - -.dark .navbar-default .navbar-collapse, -.dark .navbar-default .navbar-form { border-color: rgba(255,255,255,0.15); } - -.dark .navbar-default .navbar-nav > .open > a, -.dark .navbar-default .navbar-nav > .open > a:hover, -.dark .navbar-default .navbar-nav > .open > a:focus { - background-color: rgba(0,0,0,0.25); - color: #EEE; -} - -@media (max-width: 767px) { - .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #BBB; } - - .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #EEE; } - - .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - background-color: rgba(0,0,0,0.25); - color: #EEE; - } - - .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #999; } -} - -.dark .navbar-default .navbar-link { color: #BBB; } - -.dark .navbar-default .navbar-link:hover { color: #EEE; } - -.dark .pagination > li > a, -.dark .pagination > li > span, -.dark .pager li > a, -.dark .pager li > span { - color: #BBB; - background-color: rgba(255,255,255,0.1); - border-color: #666; -} - -.dark .pagination > li > a:hover, -.dark .pagination > li > span:hover, -.dark .pagination > li > a:focus, -.dark .pagination > li > span:focus, -.dark .pager li > a:hover, -.dark .pager li > a:focus { - color: #EEE; - background-color: rgba(0,0,0,0.1); -} - -.dark .pagination > .disabled > span, -.dark .pagination > .disabled > span:hover, -.dark .pagination > .disabled > span:focus, -.dark .pagination > .disabled > a, -.dark .pagination > .disabled > a:hover, -.dark .pagination > .disabled > a:focus, -.dark .pager .disabled > a, -.dark .pager .disabled > a:hover, -.dark .pager .disabled > a:focus, -.dark .pager .disabled > span { - color: #999; - background-color: rgba(255,255,255,0.2); - border-color: #777; -} - -.dark .label-default { background-color: rgba(255,255,255,0.2); } - -.dark .label-default[href]:hover, -.dark .label-default[href]:focus { background-color: rgba(0,0,0,0.2); } - -.dark .badge { background-color: rgba(255,255,255,0.2); } - -.btn .badge { background-color: #FFF; } - -.dark .jumbotron { background-color: rgba(255,255,255,0.15); } - -.dark .thumbnail { - background-color: rgba(255,255,255,0.15); - border-color: rgba(255,255,255,0.1); -} - -.dark .thumbnail .caption { color: #EEE; } - -.dark .progress { background-color: rgba(255,255,255,0.15); } - -.dark .list-group-item { - background-color: rgba(0,0,0,0.2); - border-color: #444; -} - -.dark a.list-group-item { color: #BBB; } - -.dark a.list-group-item .list-group-item-heading { color: #DDD; } - -.dark a.list-group-item:hover, -.dark a.list-group-item:focus { background-color: rgba(255,255,255,0.05); } - -.dark a.list-group-item.active, -.dark a.list-group-item.active:hover, -.dark a.list-group-item.active:focus { - color: #ffffff; - background-color: #428bca; - border-color: #428bca; -} - -.dark .list-group-item-success { - color: #3c763d; - background-color: #dff0d8; -} - -.dark a.list-group-item-success { color: #3c763d; } - -.dark a.list-group-item-success:hover, -.dark a.list-group-item-success:focus { - color: #3c763d; - background-color: #d0e9c6; -} - -.dark a.list-group-item-success.active, -.dark a.list-group-item-success.active:hover, -.dark a.list-group-item-success.active:focus { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; -} - -.dark .list-group-item-info { - color: #31708f; - background-color: #d9edf7; -} - -.dark a.list-group-item-info { color: #31708f; } - -.dark a.list-group-item-info:hover, -.dark a.list-group-item-info:focus { - color: #31708f; - background-color: #c4e3f3; -} - -.dark a.list-group-item-info.active, -.dark a.list-group-item-info.active:hover, -.dark a.list-group-item-info.active:focus { - color: #fff; - background-color: #31708f; - border-color: #31708f; -} - -.dark .list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; -} - -.dark a.list-group-item-warning { color: #8a6d3b; } - -.dark a.list-group-item-warning:hover, -.dark a.list-group-item-warning:focus { - color: #8a6d3b; - background-color: #faf2cc; -} - -.dark a.list-group-item-warning.active, -.dark a.list-group-item-warning.active:hover, -.dark a.list-group-item-warning.active:focus { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; -} - -.dark .list-group-item-danger { - color: #a94442; - background-color: #f2dede; -} - -.dark a.list-group-item-danger { color: #a94442; } - -.dark a.list-group-item-danger:hover, -.dark a.list-group-item-danger:focus { - color: #a94442; - background-color: #ebcccc; -} - -.dark a.list-group-item-danger.active, -.dark a.list-group-item-danger.active:hover, -.dark a.list-group-item-danger.active:focus { - color: #fff; - background-color: #a94442; - border-color: #a94442; -} - -.dark .panel { background-color: rgba(0,0,0,0.2); } - -.dark .panel-footer { - background-color: rgba(255,255,255,0.1); - border-top-color: rgba(255,255,255,0.1); -} - -.dark .panel > .panel-body + .table, -.dark .panel > .panel-body + .table-responsive { border-top-color: rgba(255,255,255,0.1); } - -.dark .panel-group .panel-heading + .panel-collapse .panel-body { border-top-color: rgba(255,255,255,0.1); } - -.dark .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom-color: rgba(255,255,255,0.1); } - -.dark .panel-default { border-color: rgba(255,255,255,0.15); } - -.dark .panel-default > .panel-heading { - color: #DDD; - background-color: rgba(255,255,255,0.1); - border-color: rgba(255,255,255,0.1); -} - -.dark .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: rgba(255,255,255,0.15); } - -.dark .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: rgba(255,255,255,0.15); } - -.dark .well { - background-color: rgba(0,0,0,0.2); - border-color: rgba(255,255,255,0.15); -} - -.dark .well blockquote { border-color: rgba(255,255,255,0.15); } - -.dark .close { - opacity: 1; - color: rgba(0,0,0,0.15); - text-shadow: 0 1px 0 rgba(0,0,0,0.2); -} - -.dark .close:hover, -.dark .close:focus { - color: rgba(0,0,0,0.4); -} - -.dark .modal-content { border-color: #555; } - -.dark .modal-header { border-bottom-color: rgba(255,255,255,0.15); } - -.dark .modal-footer { border-top-color: rgba(255,255,255,0.15); } - -.dark .popover { - background-color: #282828; - border-color: #494949; -} -.dark .popover-title { - background-color: rgba(255,255,255,0.1); - border-bottom-color: rgba(255,255,255,0.075); -} -.dark .popover.top > .arrow { border-top-color: #494949; } - -.dark .popover.top > .arrow:after { border-top-color: #282828; } - -.dark .popover.right > .arrow { border-right-color: #494949; } - -.dark .popover.right > .arrow:after { border-right-color: #282828; } - -.dark .popover.bottom > .arrow { border-bottom-color: #494949; } - -.dark .popover.bottom > .arrow:after { border-bottom-color: #282828; } - -.dark .popover.left > .arrow { border-left-color: #494949; } - -.dark .popover.left > .arrow:after { border-left-color: #282828; } - - -@media (max-width: 991px) { - - .dark .postcontent, - .dark .postcontent.bothsidebar, - .dark .sidebar { border-bottom-color: rgba(255,255,255,0.1); } - - .dark #header.transparent-header, - .dark #header.semi-transparent, - #header.dark.transparent-header, - #header.dark.semi-transparent { - background-color: #333; - border-bottom-color: rgba(255,255,255,0.1); - } - - .dark #primary-menu.mobile-menu-off-canvas:not(.not-dark) > ul, - .dark #primary-menu.mobile-menu-off-canvas:not(.not-dark) > div > ul, - #primary-menu.mobile-menu-off-canvas.dark > ul, - #primary-menu.mobile-menu-off-canvas.dark > div > ul { - background-color: #333; - border-right: 1px solid rgba(255,255,255,0.05) !important; - } - - .dark #primary-menu.mobile-menu-off-canvas.from-right:not(.not-dark) > ul, - .dark #primary-menu.mobile-menu-off-canvas.from-right:not(.not-dark) > div > ul, - #primary-menu.mobile-menu-off-canvas.from-right.dark > ul, - #primary-menu.mobile-menu-off-canvas.from-right.dark > div > ul { - border-right: 0 !important; - border-left: 1px solid rgba(255,255,255,0.05) !important; - } - - .dark #primary-menu:not(.not-dark) ul li, - .dark #primary-menu:not(.not-dark) ul ul, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, - .dark #primary-menu:not(.not-dark) ul ul li, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content ul ul, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-2 > ul, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-3 > ul, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-4 > ul, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.col-5 > ul, - .dark #primary-menu:not(.not-dark) ul li .mega-menu-content.style-2 li { border-top-color: rgba(255,255,255,0.1) !important; } - - .dark #primary-menu:not(.not-dark) > ul > li.sub-menu > a, - .dark #primary-menu:not(.not-dark) > .container > ul > li.sub-menu > a { background-image: url("../images/icons/submenu-dark.png"); } - - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul li, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content ul ul, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-2 > ul, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-3 > ul, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-4 > ul, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.col-5 > ul, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li .mega-menu-content.style-2 li { border-top-color: #EEE !important; } - - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a { color: #1ABC9C !important; } - - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a, - body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a { color: #444 !important; } - - .dark .pricing-box.pricing-extended .pricing-action-area { border-top-color: rgba(255,255,255,0.15); } - -} - diff --git a/public/css/main/elastic.css b/public/css/main/elastic.css deleted file mode 100644 index 4991f4b..0000000 --- a/public/css/main/elastic.css +++ /dev/null @@ -1,133 +0,0 @@ -.ei-slider{ - position: relative; - width: 100%; - max-width: 1920px; - height: 500px; - margin: 0 auto; -} -.ei-slider-loading{ - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index:20; - background: transparent url("../images/preloader.gif") no-repeat center center; - color: #fff; - text-align: center; - line-height: 500px; - text-indent: -9999px; -} -.ei-slider-large{ - height: 100%; - width: 100%; - position:relative; - overflow: hidden; - margin: 0; -} -.ei-slider-large li{ - position: absolute; - top: 0px; - left: 0px; - overflow: hidden; - height: 100%; - width: 100%; -} -.ei-slider-large li img{ - width: 100%; - margin: 0 !important; -} -.ei-title{ - position: absolute; - right: 50%; - margin-right: 7%; - top: 35%; - max-width: 500px; -} -.ei-title h2, .ei-title h3{ - text-align: right; - display: block; - position: relative; -} - -.ei-title h2, -.ei-title h3 { - display: block; - position: relative; - padding: 0; - color: #222; -} - -.ei-title h2 span, -.ei-title h3 span { - display: inline-block; - font-size: 44px; - color: #222; - font-weight: 700; -} -.ei-title h2 span { - line-height: 1.1; - text-transform: uppercase; -} -.ei-title h3 span { - font-size: 22px; - font-weight: 300; -} -.ei-slider-thumbs{ - height: 4px; - margin: 0 auto; - position: relative; - top: -34px; -} -.ei-slider-thumbs li{ - position: relative; - float: left; - height: 100%; - z-index: 14; - padding: 0 2px; -} -.ei-slider-thumbs li.ei-slider-element{ - top: 0px; - left: 0px; - position: absolute; - height: 100%; - z-index: 15; - text-indent: -9000px; - background: #1E73BE; -} -.ei-slider-thumbs li a { - display: block; - text-indent: -9000px; - background: rgba(255,255,255,0.9); - width: 100%; - height: 100%; - cursor: pointer; - -webkit-transition: background 0.2s ease; - -moz-transition: background 0.2s ease; - -o-transition: background 0.2s ease; - -ms-transition: background 0.2s ease; - transition: background 0.2s ease; -} -.ei-slider-thumbs li a:hover{ - background-color: #f0f0f0; -} -.ei-slider-thumbs li img{ - position: absolute; - bottom: 50px; - opacity: 0; - z-index: 16; - width: 100%; - padding-right: 4px; - -webkit-transition: all 0.4s ease; - -moz-transition: all 0.4s ease; - -o-transition: all 0.4s ease; - -ms-transition: all 0.4s ease; - transition: all 0.4s ease; -} - - -.ei-slider-thumbs li:hover img { - opacity: 1; - bottom: 4px; - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -} diff --git a/public/css/main/et-line.css b/public/css/main/et-line.css deleted file mode 100644 index 42da4e7..0000000 --- a/public/css/main/et-line.css +++ /dev/null @@ -1,343 +0,0 @@ -@font-face { - font-family: 'et-line'; - src:url('et-line/et-line.eot'); - src:url('et-line/et-line.eot?#iefix') format('embedded-opentype'), - url('et-line/et-line.woff') format('woff'), - url('et-line/et-line.ttf') format('truetype'), - url('et-line/et-line.svg#et-line') format('svg'); - font-weight: normal; - font-style: normal; -} - -/* Use the following CSS code if you want to use data attributes for inserting your icons */ -[data-icon]:before { - font-family: 'et-line'; - content: attr(data-icon); - speak: none; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - display:inline-block; -} - -/* Use the following CSS code if you want to have a class per icon */ -/* -Instead of a list of all class selectors, -you can use the generic selector below, but it's slower: -[class*="icon-"] { -*/ -.icon-et-mobile, .icon-et-laptop, .icon-et-desktop, .icon-et-tablet, .icon-et-phone, .icon-et-document, .icon-et-documents, .icon-et-search, .icon-et-clipboard, .icon-et-newspaper, .icon-et-notebook, .icon-et-book-open, .icon-et-browser, .icon-et-calendar, .icon-et-presentation, .icon-et-picture, .icon-et-pictures, .icon-et-video, .icon-et-camera, .icon-et-printer, .icon-et-toolbox, .icon-et-briefcase, .icon-et-wallet, .icon-et-gift, .icon-et-bargraph, .icon-et-grid, .icon-et-expand, .icon-et-focus, .icon-et-edit, .icon-et-adjustments, .icon-et-ribbon, .icon-et-hourglass, .icon-et-lock, .icon-et-megaphone, .icon-et-shield, .icon-et-trophy, .icon-et-flag, .icon-et-map, .icon-et-puzzle, .icon-et-basket, .icon-et-envelope, .icon-et-streetsign, .icon-et-telescope, .icon-et-gears, .icon-et-key, .icon-et-paperclip, .icon-et-attachment, .icon-et-pricetags, .icon-et-lightbulb, .icon-et-layers, .icon-et-pencil, .icon-et-tools, .icon-et-tools-2, .icon-et-scissors, .icon-et-paintbrush, .icon-et-magnifying-glass, .icon-et-circle-compass, .icon-et-linegraph, .icon-et-mic, .icon-et-strategy, .icon-et-beaker, .icon-et-caution, .icon-et-recycle, .icon-et-anchor, .icon-et-profile-male, .icon-et-profile-female, .icon-et-bike, .icon-et-wine, .icon-et-hotairballoon, .icon-et-globe, .icon-et-genius, .icon-et-map-pin, .icon-et-dial, .icon-et-chat, .icon-et-heart, .icon-et-cloud, .icon-et-upload, .icon-et-download, .icon-et-target, .icon-et-hazardous, .icon-et-piechart, .icon-et-speedometer, .icon-et-global, .icon-et-compass, .icon-et-lifesaver, .icon-et-clock, .icon-et-aperture, .icon-et-quote, .icon-et-scope, .icon-et-alarmclock, .icon-et-refresh, .icon-et-happy, .icon-et-sad, .icon-et-facebook, .icon-et-twitter, .icon-et-googleplus, .icon-et-rss, .icon-et-tumblr, .icon-et-linkedin, .icon-et-dribbble { - font-family: 'et-line'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - display:inline-block; -} -.icon-et-mobile:before { - content: "\e000"; -} -.icon-et-laptop:before { - content: "\e001"; -} -.icon-et-desktop:before { - content: "\e002"; -} -.icon-et-tablet:before { - content: "\e003"; -} -.icon-et-phone:before { - content: "\e004"; -} -.icon-et-document:before { - content: "\e005"; -} -.icon-et-documents:before { - content: "\e006"; -} -.icon-et-search:before { - content: "\e007"; -} -.icon-et-clipboard:before { - content: "\e008"; -} -.icon-et-newspaper:before { - content: "\e009"; -} -.icon-et-notebook:before { - content: "\e00a"; -} -.icon-et-book-open:before { - content: "\e00b"; -} -.icon-et-browser:before { - content: "\e00c"; -} -.icon-et-calendar:before { - content: "\e00d"; -} -.icon-et-presentation:before { - content: "\e00e"; -} -.icon-et-picture:before { - content: "\e00f"; -} -.icon-et-pictures:before { - content: "\e010"; -} -.icon-et-video:before { - content: "\e011"; -} -.icon-et-camera:before { - content: "\e012"; -} -.icon-et-printer:before { - content: "\e013"; -} -.icon-et-toolbox:before { - content: "\e014"; -} -.icon-et-briefcase:before { - content: "\e015"; -} -.icon-et-wallet:before { - content: "\e016"; -} -.icon-et-gift:before { - content: "\e017"; -} -.icon-et-bargraph:before { - content: "\e018"; -} -.icon-et-grid:before { - content: "\e019"; -} -.icon-et-expand:before { - content: "\e01a"; -} -.icon-et-focus:before { - content: "\e01b"; -} -.icon-et-edit:before { - content: "\e01c"; -} -.icon-et-adjustments:before { - content: "\e01d"; -} -.icon-et-ribbon:before { - content: "\e01e"; -} -.icon-et-hourglass:before { - content: "\e01f"; -} -.icon-et-lock:before { - content: "\e020"; -} -.icon-et-megaphone:before { - content: "\e021"; -} -.icon-et-shield:before { - content: "\e022"; -} -.icon-et-trophy:before { - content: "\e023"; -} -.icon-et-flag:before { - content: "\e024"; -} -.icon-et-map:before { - content: "\e025"; -} -.icon-et-puzzle:before { - content: "\e026"; -} -.icon-et-basket:before { - content: "\e027"; -} -.icon-et-envelope:before { - content: "\e028"; -} -.icon-et-streetsign:before { - content: "\e029"; -} -.icon-et-telescope:before { - content: "\e02a"; -} -.icon-et-gears:before { - content: "\e02b"; -} -.icon-et-key:before { - content: "\e02c"; -} -.icon-et-paperclip:before { - content: "\e02d"; -} -.icon-et-attachment:before { - content: "\e02e"; -} -.icon-et-pricetags:before { - content: "\e02f"; -} -.icon-et-lightbulb:before { - content: "\e030"; -} -.icon-et-layers:before { - content: "\e031"; -} -.icon-et-pencil:before { - content: "\e032"; -} -.icon-et-tools:before { - content: "\e033"; -} -.icon-et-tools-2:before { - content: "\e034"; -} -.icon-et-scissors:before { - content: "\e035"; -} -.icon-et-paintbrush:before { - content: "\e036"; -} -.icon-et-magnifying-glass:before { - content: "\e037"; -} -.icon-et-circle-compass:before { - content: "\e038"; -} -.icon-et-linegraph:before { - content: "\e039"; -} -.icon-et-mic:before { - content: "\e03a"; -} -.icon-et-strategy:before { - content: "\e03b"; -} -.icon-et-beaker:before { - content: "\e03c"; -} -.icon-et-caution:before { - content: "\e03d"; -} -.icon-et-recycle:before { - content: "\e03e"; -} -.icon-et-anchor:before { - content: "\e03f"; -} -.icon-et-profile-male:before { - content: "\e040"; -} -.icon-et-profile-female:before { - content: "\e041"; -} -.icon-et-bike:before { - content: "\e042"; -} -.icon-et-wine:before { - content: "\e043"; -} -.icon-et-hotairballoon:before { - content: "\e044"; -} -.icon-et-globe:before { - content: "\e045"; -} -.icon-et-genius:before { - content: "\e046"; -} -.icon-et-map-pin:before { - content: "\e047"; -} -.icon-et-dial:before { - content: "\e048"; -} -.icon-et-chat:before { - content: "\e049"; -} -.icon-et-heart:before { - content: "\e04a"; -} -.icon-et-cloud:before { - content: "\e04b"; -} -.icon-et-upload:before { - content: "\e04c"; -} -.icon-et-download:before { - content: "\e04d"; -} -.icon-et-target:before { - content: "\e04e"; -} -.icon-et-hazardous:before { - content: "\e04f"; -} -.icon-et-piechart:before { - content: "\e050"; -} -.icon-et-speedometer:before { - content: "\e051"; -} -.icon-et-global:before { - content: "\e052"; -} -.icon-et-compass:before { - content: "\e053"; -} -.icon-et-lifesaver:before { - content: "\e054"; -} -.icon-et-clock:before { - content: "\e055"; -} -.icon-et-aperture:before { - content: "\e056"; -} -.icon-et-quote:before { - content: "\e057"; -} -.icon-et-scope:before { - content: "\e058"; -} -.icon-et-alarmclock:before { - content: "\e059"; -} -.icon-et-refresh:before { - content: "\e05a"; -} -.icon-et-happy:before { - content: "\e05b"; -} -.icon-et-sad:before { - content: "\e05c"; -} -.icon-et-facebook:before { - content: "\e05d"; -} -.icon-et-twitter:before { - content: "\e05e"; -} -.icon-et-googleplus:before { - content: "\e05f"; -} -.icon-et-rss:before { - content: "\e060"; -} -.icon-et-tumblr:before { - content: "\e061"; -} -.icon-et-linkedin:before { - content: "\e062"; -} -.icon-et-dribbble:before { - content: "\e063"; -} diff --git a/public/css/main/font-icons-rtl.css b/public/css/main/font-icons-rtl.css deleted file mode 100644 index 08ef537..0000000 --- a/public/css/main/font-icons-rtl.css +++ /dev/null @@ -1,38 +0,0 @@ - - -.iconlist { - padding-right: 0; - margin-left: 0; - margin-right: 1.75em; -} - -.iconlist ul { - margin: 5px 25px 5px 0; -} - -.iconlist li { text-align: right; } - -.iconlist > li [class^="icon-"], .iconlist > li [class*=" icon-"] { - right: -1.75em; - left: auto; -} - -.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] { - margin-left: 5px; - margin-right: 0; -} - -.icon.pull-left { - margin-left: .3em; - margin-right: 0; -} -.icon.pull-right { - margin-right: .3em; - margin-left: 0; -} - -.icon-stacked-1x, -.icon-stacked-2x { - right: 0; - left: auto; -} diff --git a/public/css/main/font-icons-snapchat.css b/public/css/main/font-icons-snapchat.css deleted file mode 100644 index a233765..0000000 --- a/public/css/main/font-icons-snapchat.css +++ /dev/null @@ -1,23 +0,0 @@ -@font-face { - font-family: 'font-icons-snapchat'; - src:url('fonts/font-icons-snapchat.eot?lp15pn'); - src:url('fonts/font-icons-snapchat.eot?lp15pn#iefix') format('embedded-opentype'), - url('fonts/font-icons-snapchat.ttf?lp15pn') format('truetype'), - url('fonts/font-icons-snapchat.woff?lp15pn') format('woff'), - url('fonts/font-icons-snapchat.svg?lp15pn#font-icons-snapchat') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="icon-snapchat-"], [class*=" icon-snapchat-"] { font-family: 'font-icons-snapchat' !important; } - -.icon-snapchat:before { - content: "\f2ab"; -} -.icon-snapchat-ghost:before { - content: "\f2ac"; -} -.icon-snapchat-square:before { - content: "\f2ad"; -} - diff --git a/public/css/main/font-icons.css b/public/css/main/font-icons.css deleted file mode 100644 index 144037c..0000000 --- a/public/css/main/font-icons.css +++ /dev/null @@ -1,3061 +0,0 @@ -@font-face { - font-family: 'font-icons'; - src:url('fonts/font-icons.eot'); - src:url('fonts/font-icons.eot') format('embedded-opentype'), - url('fonts/font-icons.woff') format('woff'), - url('fonts/font-icons.ttf') format('truetype'), - url('fonts/font-icons.svg') format('svg'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'lined-icons'; - src:url('fonts/lined-icons.eot'); - src:url('fonts/lined-icons.eot') format('embedded-opentype'), - url('fonts/lined-icons.woff') format('woff'), - url('fonts/lined-icons.ttf') format('truetype'), - url('fonts/lined-icons.svg') format('svg'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Simple-Line-Icons'; - src:url('fonts/Simple-Line-Icons.eot'); - src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), - url('fonts/Simple-Line-Icons.woff') format('woff'), - url('fonts/Simple-Line-Icons.ttf') format('truetype'), - url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="icon-"], [class*=" icon-"], -[class^="icon-line-"], [class*=" icon-line-"], -[class^="icon-line2-"], [class*=" icon-line2-"], -.side-header #primary-menu ul > li.sub-menu > a:after { - display: inline-block; - font-family: 'font-icons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: inherit; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -[class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; } - -[class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; } - -.icon-lg { - font-size: 1.3333333333333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.icon-2x { - font-size: 2em; -} -.icon-3x { - font-size: 3em; -} -.icon-4x { - font-size: 4em; -} -.icon-5x { - font-size: 5em; -} -.icon-fw { - width: 1.2857142857142858em; - text-align: center; -} - -.iconlist { - padding-left: 0; - margin-left: 1.75em; - list-style-type: none; -} - -.iconlist li { position: relative; } - -.iconlist ul { - list-style-type: none; - margin: 5px 0 5px 25px; -} - -.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child { - position: absolute; - left: -1.75em; - width: 1.75em; - text-align: center; - top: 1px; - width: 14px; -} - -.iconlist.iconlist-large { font-size: 16px; } - -.iconlist.iconlist-large li { margin: 4px 0; } - -.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] { - width: 16px; - margin-right: 5px; -} - -.iconlist-color li i { color: #1ABC9C; } - -.icon-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.icon.pull-left { - margin-right: .3em; -} -.icon.pull-right { - margin-left: .3em; -} -.icon-spin { - -webkit-animation: spin 2s infinite linear; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} -@-moz-keyframes spin { - 0% { - -moz-transform: rotate(0deg); - } - 100% { - -moz-transform: rotate(359deg); - } -} -@-webkit-keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - } -} -@-o-keyframes spin { - 0% { - -o-transform: rotate(0deg); - } - 100% { - -o-transform: rotate(359deg); - } -} -@-ms-keyframes spin { - 0% { - -ms-transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); - } -} -@keyframes spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(359deg); - } -} -.icon-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); -} -.icon-rotate-180 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); -} -.icon-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); - -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); - transform: rotate(270deg); -} -.icon-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); - -webkit-transform: scale(-1, 1); - -moz-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.icon-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -moz-transform: scale(1, -1); - -ms-transform: scale(1, -1); - -o-transform: scale(1, -1); - transform: scale(1, -1); -} -.icon-stacked { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.icon-stacked-1x, -.icon-stacked-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.icon-stacked-1x { - line-height: inherit; -} -.icon-stacked-2x { - font-size: 2em; -} -.icon-inverse { - color: #ffffff; -} - -.icon-type:before { - content: "\e600"; -} -.icon-box:before { - content: "\e601"; -} -.icon-archive:before { - content: "\e602"; -} -.icon-envelope:before { - content: "\e603"; -} -.icon-email:before { - content: "\e604"; -} -.icon-files:before { - content: "\e605"; -} -.icon-printer2:before { - content: "\e606"; -} -.icon-folder-add:before { - content: "\e607"; -} -.icon-folder-settings:before { - content: "\e608"; -} -.icon-folder-check:before { - content: "\e609"; -} -.icon-wifi-low:before { - content: "\e60a"; -} -.icon-wifi-mid:before { - content: "\e60b"; -} -.icon-wifi-full:before { - content: "\e60c"; -} -.icon-connection-empty:before { - content: "\e60d"; -} -.icon-battery-full:before { - content: "\e60e"; -} -.icon-settings:before { - content: "\e60f"; -} -.icon-arrow-left:before { - content: "\e610"; -} -.icon-arrow-up:before { - content: "\e611"; -} -.icon-arrow-down:before { - content: "\e612"; -} -.icon-arrow-right:before { - content: "\e613"; -} -.icon-reload:before { - content: "\e614"; -} -.icon-download:before { - content: "\e615"; -} -.icon-tag:before { - content: "\e616"; -} -.icon-trashcan:before { - content: "\e617"; -} -.icon-search:before { - content: "\e618"; -} -.icon-zoom-in:before { - content: "\e619"; -} -.icon-zoom-out:before { - content: "\e61a"; -} -.icon-chat:before { - content: "\e61b"; -} -.icon-clock:before { - content: "\e61c"; -} -.icon-printer:before { - content: "\e61d"; -} -.icon-home:before { - content: "\e61e"; -} -.icon-flag:before { - content: "\e61f"; -} -.icon-meter:before { - content: "\e620"; -} -.icon-switch:before { - content: "\e621"; -} -.icon-forbidden:before { - content: "\e622"; -} -.icon-phone-landscape:before { - content: "\e623"; -} -.icon-tablet:before { - content: "\e624"; -} -.icon-tablet-landscape:before { - content: "\e625"; -} -.icon-laptop:before { - content: "\e626"; -} -.icon-camera:before { - content: "\e627"; -} -.icon-microwave-oven:before { - content: "\e628"; -} -.icon-credit-cards:before { - content: "\e629"; -} -.icon-map-marker:before { - content: "\e62a"; -} -.icon-map:before { - content: "\e62b"; -} -.icon-support:before { - content: "\e62c"; -} -.icon-newspaper2:before { - content: "\e62d"; -} -.icon-barbell:before { - content: "\e62e"; -} -.icon-stopwatch:before { - content: "\e62f"; -} -.icon-atom:before { - content: "\e630"; -} -.icon-image:before { - content: "\e631"; -} -.icon-cube:before { - content: "\e632"; -} -.icon-bars:before { - content: "\e633"; -} -.icon-chart:before { - content: "\e634"; -} -.icon-pencil:before { - content: "\e635"; -} -.icon-measure:before { - content: "\e636"; -} -.icon-eyedropper:before { - content: "\e637"; -} -.icon-file-settings:before { - content: "\e638"; -} -.icon-file-add:before { - content: "\e639"; -} -.icon-file:before { - content: "\e63a"; -} -.icon-align-left:before { - content: "\e63b"; -} -.icon-align-right:before { - content: "\e63c"; -} -.icon-align-center:before { - content: "\e63d"; -} -.icon-align-justify:before { - content: "\e63e"; -} -.icon-file-broken:before { - content: "\e63f"; -} -.icon-browser:before { - content: "\e640"; -} -.icon-windows:before { - content: "\e641"; -} -.icon-window:before { - content: "\e642"; -} -.icon-folder:before { - content: "\e643"; -} -.icon-connection-25:before { - content: "\e644"; -} -.icon-connection-50:before { - content: "\e645"; -} -.icon-connection-75:before { - content: "\e646"; -} -.icon-connection-full:before { - content: "\e647"; -} -.icon-list:before { - content: "\e648"; -} -.icon-grid:before { - content: "\e649"; -} -.icon-stack3:before { - content: "\e64a"; -} -.icon-battery-charging:before { - content: "\e64b"; -} -.icon-battery-empty:before { - content: "\e64c"; -} -.icon-battery-25:before { - content: "\e64d"; -} -.icon-battery-50:before { - content: "\e64e"; -} -.icon-battery-75:before { - content: "\e64f"; -} -.icon-refresh:before { - content: "\e650"; -} -.icon-volume:before { - content: "\e651"; -} -.icon-volume-increase:before { - content: "\e652"; -} -.icon-volume-decrease:before { - content: "\e653"; -} -.icon-mute:before { - content: "\e654"; -} -.icon-microphone:before { - content: "\e655"; -} -.icon-microphone-off:before { - content: "\e656"; -} -.icon-book:before { - content: "\e657"; -} -.icon-checkmark:before { - content: "\e658"; -} -.icon-checkbox-checked:before { - content: "\e659"; -} -.icon-checkbox:before { - content: "\e65a"; -} -.icon-paperclip:before { - content: "\e65b"; -} -.icon-chat-1:before { - content: "\e65c"; -} -.icon-chat-2:before { - content: "\e65d"; -} -.icon-chat-3:before { - content: "\e65e"; -} -.icon-comment:before { - content: "\e65f"; -} -.icon-calendar:before { - content: "\e660"; -} -.icon-bookmark:before { - content: "\e661"; -} -.icon-email2:before { - content: "\e662"; -} -.icon-heart:before { - content: "\e663"; -} -.icon-enter:before { - content: "\e664"; -} -.icon-cloud:before { - content: "\e665"; -} -.icon-book2:before { - content: "\e666"; -} -.icon-star:before { - content: "\e667"; -} -.icon-lock:before { - content: "\e668"; -} -.icon-unlocked:before { - content: "\e669"; -} -.icon-unlocked2:before { - content: "\e66a"; -} -.icon-users:before { - content: "\e66b"; -} -.icon-user:before { - content: "\e66c"; -} -.icon-users2:before { - content: "\e66d"; -} -.icon-user2:before { - content: "\e66e"; -} -.icon-bullhorn:before { - content: "\e66f"; -} -.icon-share:before { - content: "\e670"; -} -.icon-screen:before { - content: "\e671"; -} -.icon-phone:before { - content: "\e672"; -} -.icon-phone-portrait:before { - content: "\e673"; -} -.icon-calculator:before { - content: "\e674"; -} -.icon-bag:before { - content: "\e675"; -} -.icon-diamond:before { - content: "\e676"; -} -.icon-drink:before { - content: "\e677"; -} -.icon-shorts:before { - content: "\e678"; -} -.icon-vcard:before { - content: "\e679"; -} -.icon-sun:before { - content: "\e67a"; -} -.icon-bill:before { - content: "\e67b"; -} -.icon-coffee:before { - content: "\e67c"; -} -.icon-tv2:before { - content: "\e67d"; -} -.icon-newspaper:before { - content: "\e67e"; -} -.icon-stack:before { - content: "\e67f"; -} -.icon-syringe:before { - content: "\e680"; -} -.icon-health:before { - content: "\e681"; -} -.icon-bolt:before { - content: "\e682"; -} -.icon-pill:before { - content: "\e683"; -} -.icon-bones:before { - content: "\e684"; -} -.icon-lab:before { - content: "\e685"; -} -.icon-clipboard:before { - content: "\e686"; -} -.icon-mug:before { - content: "\e687"; -} -.icon-bucket:before { - content: "\e688"; -} -.icon-select:before { - content: "\e689"; -} -.icon-graph:before { - content: "\e68a"; -} -.icon-crop:before { - content: "\e68b"; -} -.icon-heart2:before { - content: "\e68c"; -} -.icon-cloud2:before { - content: "\e68d"; -} -.icon-star2:before { - content: "\e68e"; -} -.icon-pen:before { - content: "\e68f"; -} -.icon-diamond2:before { - content: "\e690"; -} -.icon-display:before { - content: "\e691"; -} -.icon-paperplane:before { - content: "\e692"; -} -.icon-params:before { - content: "\e693"; -} -.icon-banknote:before { - content: "\e694"; -} -.icon-vynil:before { - content: "\e695"; -} -.icon-truck:before { - content: "\e696"; -} -.icon-world:before { - content: "\e697"; -} -.icon-tv:before { - content: "\e698"; -} -.icon-sound:before { - content: "\e699"; -} -.icon-video:before { - content: "\e69a"; -} -.icon-trash:before { - content: "\e69b"; -} -.icon-user3:before { - content: "\e69c"; -} -.icon-key:before { - content: "\e69d"; -} -.icon-search2:before { - content: "\e69e"; -} -.icon-settings2:before { - content: "\e69f"; -} -.icon-camera2:before { - content: "\e6a0"; -} -.icon-tag2:before { - content: "\e6a1"; -} -.icon-lock2:before { - content: "\e6a2"; -} -.icon-bulb:before { - content: "\e6a3"; -} -.icon-location:before { - content: "\e6a4"; -} -.icon-eye:before { - content: "\e6a5"; -} -.icon-bubble:before { - content: "\e6a6"; -} -.icon-stack2:before { - content: "\e6a7"; -} -.icon-cup:before { - content: "\e6a8"; -} -.icon-phone2:before { - content: "\e6a9"; -} -.icon-news:before { - content: "\e6aa"; -} -.icon-mail:before { - content: "\e6ab"; -} -.icon-like:before { - content: "\e6ac"; -} -.icon-photo:before { - content: "\e6ad"; -} -.icon-note:before { - content: "\e6ae"; -} -.icon-clock2:before { - content: "\e6af"; -} -.icon-data:before { - content: "\e6b0"; -} -.icon-music:before { - content: "\e6b1"; -} -.icon-megaphone:before { - content: "\e6b2"; -} -.icon-study:before { - content: "\e6b3"; -} -.icon-lab2:before { - content: "\e6b4"; -} -.icon-food:before { - content: "\e6b5"; -} -.icon-t-shirt:before { - content: "\e6b6"; -} -.icon-fire:before { - content: "\e6b7"; -} -.icon-clip:before { - content: "\e6b8"; -} -.icon-shop:before { - content: "\e6b9"; -} -.icon-calendar2:before { - content: "\e6ba"; -} -.icon-wallet:before { - content: "\e6bb"; -} -.icon-duckduckgo:before { - content: "\e830"; -} -.icon-lkdto:before { - content: "\e896"; -} -.icon-delicious:before { - content: "\e832"; -} -.icon-paypal:before { - content: "\e833"; -} -.icon-flattr:before { - content: "\e834"; -} -.icon-android:before { - content: "\e835"; -} -.icon-eventful:before { - content: "\e836"; -} -.icon-smashmag:before { - content: "\e837"; -} -.icon-gplus:before { - content: "\e838"; -} -.icon-wikipedia:before { - content: "\e839"; -} -.icon-lanyrd:before { - content: "\e83a"; -} -.icon-calendar-1:before { - content: "\e83b"; -} -.icon-stumbleupon:before { - content: "\e83c"; -} -.icon-bitcoin:before { - content: "\e83f"; -} -.icon-w3c:before { - content: "\e840"; -} -.icon-foursquare:before { - content: "\e841"; -} -.icon-html5:before { - content: "\e842"; -} -.icon-ie:before { - content: "\e843"; -} -.icon-call:before { - content: "\e844"; -} -.icon-grooveshark:before { - content: "\e845"; -} -.icon-ninetyninedesigns:before { - content: "\e846"; -} -.icon-forrst:before { - content: "\e847"; -} -.icon-digg:before { - content: "\e848"; -} -.icon-spotify:before { - content: "\e849"; -} -.icon-reddit:before { - content: "\e84a"; -} -.icon-guest:before { - content: "\e84b"; -} -.icon-blogger:before { - content: "\e84e"; -} -.icon-cc:before { - content: "\e84f"; -} -.icon-dribbble:before { - content: "\e850"; -} -.icon-evernote:before { - content: "\e851"; -} -.icon-flickr:before { - content: "\e852"; -} -.icon-google:before { - content: "\e853"; -} -.icon-viadeo:before { - content: "\e854"; -} -.icon-instapaper:before { - content: "\e855"; -} -.icon-weibo:before { - content: "\e856"; -} -.icon-klout:before { - content: "\e857"; -} -.icon-linkedin:before { - content: "\e858"; -} -.icon-meetup:before { - content: "\e859"; -} -.icon-vk:before { - content: "\e85a"; -} -.icon-rss:before { - content: "\e85d"; -} -.icon-skype:before { - content: "\e85e"; -} -.icon-twitter:before { - content: "\e85f"; -} -.icon-youtube:before { - content: "\e860"; -} -.icon-vimeo:before { - content: "\e861"; -} -.icon-windows2:before { - content: "\e862"; -} -.icon-aim:before { - content: "\e831"; -} -.icon-yahoo:before { - content: "\e864"; -} -.icon-chrome:before { - content: "\e865"; -} -.icon-email3:before { - content: "\e866"; -} -.icon-macstore:before { - content: "\e867"; -} -.icon-myspace:before { - content: "\e868"; -} -.icon-podcast:before { - content: "\e869"; -} -.icon-cloudapp:before { - content: "\e86c"; -} -.icon-dropbox:before { - content: "\e86d"; -} -.icon-ebay:before { - content: "\e86e"; -} -.icon-facebook:before { - content: "\e86f"; -} -.icon-github:before { - content: "\e870"; -} -.icon-github-circled:before { - content: "\e871"; -} -.icon-googleplay:before { - content: "\e872"; -} -.icon-itunes:before { - content: "\e873"; -} -.icon-plurk:before { - content: "\e874"; -} -.icon-songkick:before { - content: "\e875"; -} -.icon-lastfm:before { - content: "\e876"; -} -.icon-gmail:before { - content: "\e877"; -} -.icon-pinboard:before { - content: "\e878"; -} -.icon-soundcloud:before { - content: "\e87b"; -} -.icon-tumblr:before { - content: "\e87c"; -} -.icon-eventasaurus:before { - content: "\e87d"; -} -.icon-wordpress:before { - content: "\e87e"; -} -.icon-yelp:before { - content: "\e87f"; -} -.icon-intensedebate:before { - content: "\e880"; -} -.icon-eventbrite:before { - content: "\e881"; -} -.icon-scribd:before { - content: "\e882"; -} -.icon-posterous:before { - content: "\e883"; -} -.icon-stripe:before { - content: "\e884"; -} -.icon-opentable:before { - content: "\e885"; -} -.icon-cart:before { - content: "\e886"; -} -.icon-print:before { - content: "\e887"; -} -.icon-dwolla:before { - content: "\e88a"; -} -.icon-appnet:before { - content: "\e88b"; -} -.icon-statusnet:before { - content: "\e88c"; -} -.icon-acrobat:before { - content: "\e88d"; -} -.icon-drupal:before { - content: "\e88e"; -} -.icon-buffer:before { - content: "\e88f"; -} -.icon-pocket:before { - content: "\e890"; -} -.icon-bitbucket:before { - content: "\e891"; -} -.icon-lego:before { - content: "\e892"; -} -.icon-login:before { - content: "\e893"; -} -.icon-stackoverflow:before { - content: "\e894"; -} -.icon-hackernews:before { - content: "\e895"; -} -.icon-xing:before { - content: "\e863"; -} -.icon-instagram:before { - content: "\e889"; -} -.icon-angellist:before { - content: "\e888"; -} -.icon-quora:before { - content: "\e87a"; -} -.icon-openid:before { - content: "\e879"; -} -.icon-steam:before { - content: "\e86b"; -} -.icon-amazon:before { - content: "\e86a"; -} -.icon-disqus:before { - content: "\e85c"; -} -.icon-plancast:before { - content: "\e85b"; -} -.icon-appstore:before { - content: "\e84d"; -} -.icon-gowalla:before { - content: "\e84c"; -} -.icon-pinterest:before { - content: "\e83e"; -} -.icon-fivehundredpx:before { - content: "\e83d"; -} -.icon-glass:before { - content: "\e6bc"; -} -.icon-music2:before { - content: "\e6bd"; -} -.icon-search3:before { - content: "\e6be"; -} -.icon-envelope2:before { - content: "\e6bf"; -} -.icon-heart3:before { - content: "\e6c0"; -} -.icon-star3:before { - content: "\e6c1"; -} -.icon-star-empty:before { - content: "\e6c2"; -} -.icon-user4:before { - content: "\e6c3"; -} -.icon-film:before { - content: "\e6c4"; -} -.icon-th-large:before { - content: "\e6c5"; -} -.icon-th:before { - content: "\e6c6"; -} -.icon-th-list:before { - content: "\e6c7"; -} -.icon-ok:before { - content: "\e6c8"; -} -.icon-remove:before { - content: "\e6c9"; -} -.icon-zoom-in2:before { - content: "\e6ca"; -} -.icon-zoom-out2:before { - content: "\e6cb"; -} -.icon-off:before { - content: "\e6cc"; -} -.icon-signal:before { - content: "\e6cd"; -} -.icon-cog:before { - content: "\e6ce"; -} -.icon-trash2:before { - content: "\e6cf"; -} -.icon-home2:before { - content: "\e6d0"; -} -.icon-file2:before { - content: "\e6d1"; -} -.icon-time:before { - content: "\e6d2"; -} -.icon-road:before { - content: "\e6d3"; -} -.icon-download-alt:before { - content: "\e6d4"; -} -.icon-download2:before { - content: "\e6d5"; -} -.icon-upload:before { - content: "\e6d6"; -} -.icon-inbox:before { - content: "\e6d7"; -} -.icon-play-circle:before { - content: "\e6d8"; -} -.icon-repeat:before { - content: "\e6d9"; -} -.icon-refresh2:before { - content: "\e6da"; -} -.icon-list-alt:before { - content: "\e6db"; -} -.icon-lock3:before { - content: "\e6dc"; -} -.icon-flag2:before { - content: "\e6dd"; -} -.icon-headphones:before { - content: "\e6de"; -} -.icon-volume-off:before { - content: "\e6df"; -} -.icon-volume-down:before { - content: "\e6e0"; -} -.icon-volume-up:before { - content: "\e6e1"; -} -.icon-qrcode:before { - content: "\e6e2"; -} -.icon-barcode:before { - content: "\e6e3"; -} -.icon-tag3:before { - content: "\e6e4"; -} -.icon-tags:before { - content: "\e6e5"; -} -.icon-book3:before { - content: "\e6e6"; -} -.icon-bookmark2:before { - content: "\e6e7"; -} -.icon-print2:before { - content: "\e6e8"; -} -.icon-camera3:before { - content: "\e6e9"; -} -.icon-font:before { - content: "\e6ea"; -} -.icon-bold:before { - content: "\e6eb"; -} -.icon-italic:before { - content: "\e6ec"; -} -.icon-text-height:before { - content: "\e6ed"; -} -.icon-text-width:before { - content: "\e6ee"; -} -.icon-align-left2:before { - content: "\e6ef"; -} -.icon-align-center2:before { - content: "\e6f0"; -} -.icon-align-right2:before { - content: "\e6f1"; -} -.icon-align-justify2:before { - content: "\e6f2"; -} -.icon-list2:before { - content: "\e6f3"; -} -.icon-indent-left:before { - content: "\e6f4"; -} -.icon-indent-right:before { - content: "\e6f5"; -} -.icon-facetime-video:before { - content: "\e6f6"; -} -.icon-picture:before { - content: "\e6f7"; -} -.icon-pencil2:before { - content: "\e6f8"; -} -.icon-map-marker2:before { - content: "\e6f9"; -} -.icon-adjust:before { - content: "\e6fa"; -} -.icon-tint:before { - content: "\e6fb"; -} -.icon-edit:before { - content: "\e6fc"; -} -.icon-share2:before { - content: "\e6fd"; -} -.icon-check:before { - content: "\e6fe"; -} -.icon-move:before { - content: "\e6ff"; -} -.icon-step-backward:before { - content: "\e700"; -} -.icon-fast-backward:before { - content: "\e701"; -} -.icon-backward:before { - content: "\e702"; -} -.icon-play:before { - content: "\e703"; -} -.icon-pause:before { - content: "\e704"; -} -.icon-stop:before { - content: "\e705"; -} -.icon-forward:before { - content: "\e706"; -} -.icon-fast-forward:before { - content: "\e707"; -} -.icon-step-forward:before { - content: "\e708"; -} -.icon-eject:before { - content: "\e709"; -} -.icon-chevron-left:before { - content: "\e70a"; -} -.icon-chevron-right:before { - content: "\e70b"; -} -.icon-plus-sign:before { - content: "\e70c"; -} -.icon-minus-sign:before { - content: "\e70d"; -} -.icon-remove-sign:before { - content: "\e70e"; -} -.icon-ok-sign:before { - content: "\e70f"; -} -.icon-question-sign:before { - content: "\e710"; -} -.icon-info-sign:before { - content: "\e711"; -} -.icon-screenshot:before { - content: "\e712"; -} -.icon-remove-circle:before { - content: "\e713"; -} -.icon-ok-circle:before { - content: "\e714"; -} -.icon-ban-circle:before { - content: "\e715"; -} -.icon-arrow-left2:before { - content: "\e716"; -} -.icon-arrow-right2:before { - content: "\e717"; -} -.icon-arrow-up2:before { - content: "\e718"; -} -.icon-arrow-down2:before { - content: "\e719"; -} -.icon-share-alt:before { - content: "\e71a"; -} -.icon-resize-full:before { - content: "\e71b"; -} -.icon-resize-small:before { - content: "\e71c"; -} -.icon-plus:before { - content: "\e71d"; -} -.icon-minus:before { - content: "\e71e"; -} -.icon-asterisk:before { - content: "\e71f"; -} -.icon-exclamation-sign:before { - content: "\e720"; -} -.icon-gift:before { - content: "\e721"; -} -.icon-leaf:before { - content: "\e722"; -} -.icon-fire2:before { - content: "\e723"; -} -.icon-eye-open:before { - content: "\e724"; -} -.icon-eye-close:before { - content: "\e725"; -} -.icon-warning-sign:before { - content: "\e726"; -} -.icon-plane:before { - content: "\e727"; -} -.icon-calendar3:before { - content: "\e728"; -} -.icon-random:before { - content: "\e729"; -} -.icon-comment2:before { - content: "\e72a"; -} -.icon-magnet:before { - content: "\e72b"; -} -.icon-chevron-up:before { - content: "\e72c"; -} -.icon-chevron-down:before { - content: "\e72d"; -} -.icon-retweet:before { - content: "\e72e"; -} -.icon-shopping-cart:before { - content: "\e72f"; -} -.icon-folder-close:before { - content: "\e730"; -} -.icon-folder-open:before { - content: "\e731"; -} -.icon-resize-vertical:before { - content: "\e732"; -} -.icon-resize-horizontal:before { - content: "\e733"; -} -.icon-bar-chart:before { - content: "\e734"; -} -.icon-twitter-sign:before { - content: "\e735"; -} -.icon-facebook-sign:before { - content: "\e736"; -} -.icon-camera-retro:before { - content: "\e737"; -} -.icon-key2:before { - content: "\e738"; -} -.icon-cogs:before { - content: "\e739"; -} -.icon-comments:before { - content: "\e73a"; -} -.icon-thumbs-up:before { - content: "\e73b"; -} -.icon-thumbs-down:before { - content: "\e73c"; -} -.icon-star-half:before { - content: "\e73d"; -} -.icon-heart-empty:before { - content: "\e73e"; -} -.icon-signout:before { - content: "\e73f"; -} -.icon-linkedin-sign:before { - content: "\e740"; -} -.icon-pushpin:before { - content: "\e741"; -} -.icon-external-link:before { - content: "\e742"; -} -.icon-signin:before { - content: "\e743"; -} -.icon-trophy:before { - content: "\e744"; -} -.icon-github-sign:before { - content: "\e745"; -} -.icon-upload-alt:before { - content: "\e746"; -} -.icon-lemon:before { - content: "\e747"; -} -.icon-phone3:before { - content: "\e748"; -} -.icon-check-empty:before { - content: "\e749"; -} -.icon-bookmark-empty:before { - content: "\e74a"; -} -.icon-phone-sign:before { - content: "\e74b"; -} -.icon-twitter2:before { - content: "\e74c"; -} -.icon-facebook2:before { - content: "\e74d"; -} -.icon-github2:before { - content: "\e74e"; -} -.icon-unlock:before { - content: "\e74f"; -} -.icon-credit:before { - content: "\e750"; -} -.icon-rss2:before { - content: "\e751"; -} -.icon-hdd:before { - content: "\e752"; -} -.icon-bullhorn2:before { - content: "\e753"; -} -.icon-bell:before { - content: "\e754"; -} -.icon-certificate:before { - content: "\e755"; -} -.icon-hand-right:before { - content: "\e756"; -} -.icon-hand-left:before { - content: "\e757"; -} -.icon-hand-up:before { - content: "\e758"; -} -.icon-hand-down:before { - content: "\e759"; -} -.icon-circle-arrow-left:before { - content: "\e75a"; -} -.icon-circle-arrow-right:before { - content: "\e75b"; -} -.icon-circle-arrow-up:before { - content: "\e75c"; -} -.icon-circle-arrow-down:before { - content: "\e75d"; -} -.icon-globe:before { - content: "\e75e"; -} -.icon-wrench:before { - content: "\e75f"; -} -.icon-tasks:before { - content: "\e760"; -} -.icon-filter:before { - content: "\e761"; -} -.icon-briefcase:before { - content: "\e762"; -} -.icon-fullscreen:before { - content: "\e763"; -} -.icon-group:before { - content: "\e764"; -} -.icon-link:before { - content: "\e765"; -} -.icon-cloud3:before { - content: "\e766"; -} -.icon-beaker:before { - content: "\e767"; -} -.icon-cut:before { - content: "\e768"; -} -.icon-copy:before { - content: "\e769"; -} -.icon-paper-clip:before { - content: "\e76a"; -} -.icon-save:before { - content: "\e76b"; -} -.icon-sign-blank:before { - content: "\e76c"; -} -.icon-reorder:before { - content: "\e76d"; -} -.icon-list-ul:before { - content: "\e76e"; -} -.icon-list-ol:before { - content: "\e76f"; -} -.icon-strikethrough:before { - content: "\e770"; -} -.icon-underline:before { - content: "\e771"; -} -.icon-table:before { - content: "\e772"; -} -.icon-magic:before { - content: "\e773"; -} -.icon-truck2:before { - content: "\e774"; -} -.icon-pinterest2:before { - content: "\e775"; -} -.icon-pinterest-sign:before { - content: "\e776"; -} -.icon-google-plus-sign:before { - content: "\e777"; -} -.icon-google-plus:before { - content: "\e778"; -} -.icon-money:before { - content: "\e779"; -} -.icon-caret-down:before { - content: "\e77a"; -} -.icon-caret-up:before { - content: "\e77b"; -} -.icon-caret-left:before { - content: "\e77c"; -} -.icon-caret-right:before { - content: "\e77d"; -} -.icon-columns:before { - content: "\e77e"; -} -.icon-sort:before { - content: "\e77f"; -} -.icon-sort-down:before { - content: "\e780"; -} -.icon-sort-up:before { - content: "\e781"; -} -.icon-envelope-alt:before { - content: "\e782"; -} -.icon-linkedin2:before { - content: "\e783"; -} -.icon-undo:before { - content: "\e784"; -} -.icon-legal:before { - content: "\e785"; -} -.icon-dashboard:before { - content: "\e786"; -} -.icon-comment-alt:before { - content: "\e787"; -} -.icon-comments-alt:before { - content: "\e788"; -} -.icon-bolt2:before { - content: "\e789"; -} -.icon-sitemap:before { - content: "\e78a"; -} -.icon-umbrella:before { - content: "\e78b"; -} -.icon-paste:before { - content: "\e78c"; -} -.icon-lightbulb:before { - content: "\e78d"; -} -.icon-exchange:before { - content: "\e78e"; -} -.icon-cloud-download:before { - content: "\e78f"; -} -.icon-cloud-upload:before { - content: "\e790"; -} -.icon-user-md:before { - content: "\e791"; -} -.icon-stethoscope:before { - content: "\e792"; -} -.icon-suitcase:before { - content: "\e793"; -} -.icon-bell-alt:before { - content: "\e794"; -} -.icon-coffee2:before { - content: "\e795"; -} -.icon-food2:before { - content: "\e796"; -} -.icon-file-alt:before { - content: "\e797"; -} -.icon-building:before { - content: "\e798"; -} -.icon-hospital:before { - content: "\e799"; -} -.icon-ambulance:before { - content: "\e79a"; -} -.icon-medkit:before { - content: "\e79b"; -} -.icon-fighter-jet:before { - content: "\e79c"; -} -.icon-beer:before { - content: "\e79d"; -} -.icon-h-sign:before { - content: "\e79e"; -} -.icon-plus-sign2:before { - content: "\e79f"; -} -.icon-double-angle-left:before { - content: "\e7a0"; -} -.icon-double-angle-right:before { - content: "\e7a1"; -} -.icon-double-angle-up:before { - content: "\e7a2"; -} -.icon-double-angle-down:before { - content: "\e7a3"; -} -.icon-angle-left:before { - content: "\e7a4"; -} -.icon-angle-right:before { - content: "\e7a5"; -} -.icon-angle-up:before { - content: "\e7a6"; -} -.icon-angle-down:before { - content: "\e7a7"; -} -.icon-desktop:before { - content: "\e7a8"; -} -.icon-laptop2:before { - content: "\e7a9"; -} -.icon-tablet2:before { - content: "\e7aa"; -} -.icon-mobile:before { - content: "\e7ab"; -} -.icon-circle-blank:before { - content: "\e7ac"; -} -.icon-quote-left:before { - content: "\e7ad"; -} -.icon-quote-right:before { - content: "\e7ae"; -} -.icon-spinner:before { - content: "\e7af"; -} -.icon-circle:before { - content: "\e7b0"; -} -.icon-reply:before { - content: "\e7b1"; -} -.icon-github-alt:before { - content: "\e7b2"; -} -.icon-folder-close-alt:before { - content: "\e7b3"; -} -.icon-folder-open-alt:before { - content: "\e7b4"; -} -.icon-expand-alt:before { - content: "\e7b5"; -} -.icon-collapse-alt:before { - content: "\e7b6"; -} -.icon-smile:before { - content: "\e7b7"; -} -.icon-frown:before { - content: "\e7b8"; -} -.icon-meh:before { - content: "\e7b9"; -} -.icon-gamepad:before { - content: "\e7ba"; -} -.icon-keyboard:before { - content: "\e7bb"; -} -.icon-flag-alt:before { - content: "\e7bc"; -} -.icon-flag-checkered:before { - content: "\e7bd"; -} -.icon-terminal:before { - content: "\e7be"; -} -.icon-code:before { - content: "\e7bf"; -} -.icon-reply-all:before { - content: "\e7c0"; -} -.icon-star-half-full:before { - content: "\e7c1"; -} -.icon-location-arrow:before { - content: "\e7c2"; -} -.icon-crop2:before { - content: "\e7c3"; -} -.icon-code-fork:before { - content: "\e7c4"; -} -.icon-unlink:before { - content: "\e7c5"; -} -.icon-question:before { - content: "\e7c6"; -} -.icon-info:before { - content: "\e7c7"; -} -.icon-exclamation:before { - content: "\e7c8"; -} -.icon-superscript:before { - content: "\e7c9"; -} -.icon-subscript:before { - content: "\e7ca"; -} -.icon-eraser:before { - content: "\e7cb"; -} -.icon-puzzle:before { - content: "\e7cc"; -} -.icon-microphone2:before { - content: "\e7cd"; -} -.icon-microphone-off2:before { - content: "\e7ce"; -} -.icon-shield:before { - content: "\e7cf"; -} -.icon-calendar-empty:before { - content: "\e7d0"; -} -.icon-fire-extinguisher:before { - content: "\e7d1"; -} -.icon-rocket:before { - content: "\e7d2"; -} -.icon-maxcdn:before { - content: "\e7d3"; -} -.icon-chevron-sign-left:before { - content: "\e7d4"; -} -.icon-chevron-sign-right:before { - content: "\e7d5"; -} -.icon-chevron-sign-up:before { - content: "\e7d6"; -} -.icon-chevron-sign-down:before { - content: "\e7d7"; -} -.icon-html52:before { - content: "\e7d8"; -} -.icon-css3:before { - content: "\e7d9"; -} -.icon-anchor:before { - content: "\e7da"; -} -.icon-unlock-alt:before { - content: "\e7db"; -} -.icon-bullseye:before { - content: "\e7dc"; -} -.icon-ellipsis-horizontal:before { - content: "\e7dd"; -} -.icon-ellipsis-vertical:before { - content: "\e7de"; -} -.icon-rss-sign:before { - content: "\e7df"; -} -.icon-play-sign:before { - content: "\e7e0"; -} -.icon-ticket:before { - content: "\e7e1"; -} -.icon-minus-sign-alt:before { - content: "\e7e2"; -} -.icon-check-minus:before { - content: "\e7e3"; -} -.icon-level-up:before { - content: "\e7e4"; -} -.icon-level-down:before { - content: "\e7e5"; -} -.icon-check-sign:before { - content: "\e7e6"; -} -.icon-edit-sign:before { - content: "\e7e7"; -} -.icon-external-link-sign:before { - content: "\e7e8"; -} -.icon-share-sign:before { - content: "\e7e9"; -} -.icon-compass:before { - content: "\e7ea"; -} -.icon-collapse:before { - content: "\e7eb"; -} -.icon-collapse-top:before { - content: "\e7ec"; -} -.icon-expand:before { - content: "\e7ed"; -} -.icon-euro:before { - content: "\e7ee"; -} -.icon-gbp:before { - content: "\e7ef"; -} -.icon-dollar:before { - content: "\e7f0"; -} -.icon-rupee:before { - content: "\e7f1"; -} -.icon-yen:before { - content: "\e7f2"; -} -.icon-renminbi:before { - content: "\e7f3"; -} -.icon-won:before { - content: "\e7f4"; -} -.icon-bitcoin2:before { - content: "\e7f5"; -} -.icon-file3:before { - content: "\e7f6"; -} -.icon-file-text:before { - content: "\e7f7"; -} -.icon-sort-by-alphabet:before { - content: "\e7f8"; -} -.icon-sort-by-alphabet-alt:before { - content: "\e7f9"; -} -.icon-sort-by-attributes:before { - content: "\e7fa"; -} -.icon-sort-by-attributes-alt:before { - content: "\e7fb"; -} -.icon-sort-by-order:before { - content: "\e7fc"; -} -.icon-sort-by-order-alt:before { - content: "\e7fd"; -} -.icon-thumbs-up2:before { - content: "\e7fe"; -} -.icon-thumbs-down2:before { - content: "\e7ff"; -} -.icon-youtube-sign:before { - content: "\e800"; -} -.icon-youtube2:before { - content: "\e801"; -} -.icon-xing2:before { - content: "\e802"; -} -.icon-xing-sign:before { - content: "\e803"; -} -.icon-youtube-play:before { - content: "\e804"; -} -.icon-dropbox2:before { - content: "\e805"; -} -.icon-stackexchange:before { - content: "\e806"; -} -.icon-instagram2:before { - content: "\e807"; -} -.icon-flickr2:before { - content: "\e808"; -} -.icon-adn:before { - content: "\e809"; -} -.icon-bitbucket2:before { - content: "\e80a"; -} -.icon-bitbucket-sign:before { - content: "\e80b"; -} -.icon-tumblr2:before { - content: "\e80c"; -} -.icon-tumblr-sign:before { - content: "\e80d"; -} -.icon-long-arrow-down:before { - content: "\e80e"; -} -.icon-long-arrow-up:before { - content: "\e80f"; -} -.icon-long-arrow-left:before { - content: "\e810"; -} -.icon-long-arrow-right:before { - content: "\e811"; -} -.icon-apple:before { - content: "\e812"; -} -.icon-windows3:before { - content: "\e813"; -} -.icon-android2:before { - content: "\e814"; -} -.icon-linux:before { - content: "\e815"; -} -.icon-dribbble2:before { - content: "\e816"; -} -.icon-skype2:before { - content: "\e817"; -} -.icon-foursquare2:before { - content: "\e818"; -} -.icon-trello:before { - content: "\e819"; -} -.icon-female:before { - content: "\e81a"; -} -.icon-male:before { - content: "\e81b"; -} -.icon-gittip:before { - content: "\e81c"; -} -.icon-sun2:before { - content: "\e81d"; -} -.icon-moon:before { - content: "\e81e"; -} -.icon-archive2:before { - content: "\e81f"; -} -.icon-bug:before { - content: "\e820"; -} -.icon-renren:before { - content: "\e821"; -} -.icon-weibo2:before { - content: "\e822"; -} -.icon-vk2:before { - content: "\e823"; -} - -.icon-line-eye:before { - content: "\e000"; -} -.icon-line-paper-clip:before { - content: "\e001"; -} -.icon-line-mail:before { - content: "\e002"; -} -.icon-line-toggle:before { - content: "\e003"; -} -.icon-line-layout:before { - content: "\e004"; -} -.icon-line-link:before { - content: "\e005"; -} -.icon-line-bell:before { - content: "\e006"; -} -.icon-line-lock:before { - content: "\e007"; -} -.icon-line-unlock:before { - content: "\e008"; -} -.icon-line-ribbon:before { - content: "\e009"; -} -.icon-line-image:before { - content: "\e010"; -} -.icon-line-signal:before { - content: "\e011"; -} -.icon-line-target:before { - content: "\e012"; -} -.icon-line-clipboard:before { - content: "\e013"; -} -.icon-line-clock:before { - content: "\e014"; -} -.icon-line-watch:before { - content: "\e015"; -} -.icon-line-air-play:before { - content: "\e016"; -} -.icon-line-camera:before { - content: "\e017"; -} -.icon-line-video:before { - content: "\e018"; -} -.icon-line-disc:before { - content: "\e019"; -} -.icon-line-printer:before { - content: "\e020"; -} -.icon-line-monitor:before { - content: "\e021"; -} -.icon-line-server:before { - content: "\e022"; -} -.icon-line-cog:before { - content: "\e023"; -} -.icon-line-heart:before { - content: "\e024"; -} -.icon-line-paragraph:before { - content: "\e025"; -} -.icon-line-align-justify:before { - content: "\e026"; -} -.icon-line-align-left:before { - content: "\e027"; -} -.icon-line-align-center:before { - content: "\e028"; -} -.icon-line-align-right:before { - content: "\e029"; -} -.icon-line-book:before { - content: "\e030"; -} -.icon-line-layers:before { - content: "\e031"; -} -.icon-line-stack:before { - content: "\e032"; -} -.icon-line-stack-2:before { - content: "\e033"; -} -.icon-line-paper:before { - content: "\e034"; -} -.icon-line-paper-stack:before { - content: "\e035"; -} -.icon-line-search:before { - content: "\e036"; -} -.icon-line-zoom-in:before { - content: "\e037"; -} -.icon-line-zoom-out:before { - content: "\e038"; -} -.icon-line-reply:before { - content: "\e039"; -} -.icon-line-circle-plus:before { - content: "\e040"; -} -.icon-line-circle-minus:before { - content: "\e041"; -} -.icon-line-circle-check:before { - content: "\e042"; -} -.icon-line-circle-cross:before { - content: "\e043"; -} -.icon-line-square-plus:before { - content: "\e044"; -} -.icon-line-square-minus:before { - content: "\e045"; -} -.icon-line-square-check:before { - content: "\e046"; -} -.icon-line-square-cross:before { - content: "\e047"; -} -.icon-line-microphone:before { - content: "\e048"; -} -.icon-line-record:before { - content: "\e049"; -} -.icon-line-skip-back:before { - content: "\e050"; -} -.icon-line-rewind:before { - content: "\e051"; -} -.icon-line-play:before { - content: "\e052"; -} -.icon-line-pause:before { - content: "\e053"; -} -.icon-line-stop:before { - content: "\e054"; -} -.icon-line-fast-forward:before { - content: "\e055"; -} -.icon-line-skip-forward:before { - content: "\e056"; -} -.icon-line-shuffle:before { - content: "\e057"; -} -.icon-line-repeat:before { - content: "\e058"; -} -.icon-line-folder:before { - content: "\e059"; -} -.icon-line-umbrella:before { - content: "\e060"; -} -.icon-line-moon:before { - content: "\e061"; -} -.icon-line-thermometer:before { - content: "\e062"; -} -.icon-line-drop:before { - content: "\e063"; -} -.icon-line-sun:before { - content: "\e064"; -} -.icon-line-cloud:before { - content: "\e065"; -} -.icon-line-cloud-upload:before { - content: "\e066"; -} -.icon-line-cloud-download:before { - content: "\e067"; -} -.icon-line-upload:before { - content: "\e068"; -} -.icon-line-download:before { - content: "\e069"; -} -.icon-line-location:before { - content: "\e070"; -} -.icon-line-location-2:before { - content: "\e071"; -} -.icon-line-map:before { - content: "\e072"; -} -.icon-line-battery:before { - content: "\e073"; -} -.icon-line-head:before { - content: "\e074"; -} -.icon-line-briefcase:before { - content: "\e075"; -} -.icon-line-speech-bubble:before { - content: "\e076"; -} -.icon-line-anchor:before { - content: "\e077"; -} -.icon-line-globe:before { - content: "\e078"; -} -.icon-line-box:before { - content: "\e079"; -} -.icon-line-reload:before { - content: "\e080"; -} -.icon-line-share:before { - content: "\e081"; -} -.icon-line-marquee:before { - content: "\e082"; -} -.icon-line-marquee-plus:before { - content: "\e083"; -} -.icon-line-marquee-minus:before { - content: "\e084"; -} -.icon-line-tag:before { - content: "\e085"; -} -.icon-line-power:before { - content: "\e086"; -} -.icon-line-command:before { - content: "\e087"; -} -.icon-line-alt:before { - content: "\e088"; -} -.icon-line-esc:before { - content: "\e089"; -} -.icon-line-bar-graph:before { - content: "\e090"; -} -.icon-line-bar-graph-2:before { - content: "\e091"; -} -.icon-line-pie-graph:before { - content: "\e092"; -} -.icon-line-star:before { - content: "\e093"; -} -.icon-line-arrow-left:before { - content: "\e094"; -} -.icon-line-arrow-right:before { - content: "\e095"; -} -.icon-line-arrow-up:before { - content: "\e096"; -} -.icon-line-arrow-down:before { - content: "\e097"; -} -.icon-line-volume:before { - content: "\e098"; -} -.icon-line-mute:before { - content: "\e099"; -} -.icon-line-content-right:before { - content: "\e100"; -} -.icon-line-content-left:before { - content: "\e101"; -} -.icon-line-grid:before { - content: "\e102"; -} -.icon-line-grid-2:before { - content: "\e103"; -} -.icon-line-columns:before { - content: "\e104"; -} -.icon-line-loader:before { - content: "\e105"; -} -.icon-line-bag:before { - content: "\e106"; -} -.icon-line-ban:before { - content: "\e107"; -} -.icon-line-flag:before { - content: "\e108"; -} -.icon-line-trash:before { - content: "\e109"; -} -.icon-line-expand:before { - content: "\e110"; -} -.icon-line-contract:before { - content: "\e111"; -} -.icon-line-maximize:before { - content: "\e112"; -} -.icon-line-minimize:before { - content: "\e113"; -} -.icon-line-plus:before { - content: "\e114"; -} -.icon-line-minus:before { - content: "\e115"; -} -.icon-line-check:before { - content: "\e116"; -} -.icon-line-cross:before { - content: "\e117"; -} -.icon-line-move:before { - content: "\e118"; -} -.icon-line-delete:before { - content: "\e119"; -} -.icon-line-menu:before { - content: "\e120"; -} -.icon-line-archive:before { - content: "\e121"; -} -.icon-line-inbox:before { - content: "\e122"; -} -.icon-line-outbox:before { - content: "\e123"; -} -.icon-line-file:before { - content: "\e124"; -} -.icon-line-file-add:before { - content: "\e125"; -} -.icon-line-file-subtract:before { - content: "\e126"; -} -.icon-line-help:before { - content: "\e127"; -} -.icon-line-open:before { - content: "\e128"; -} -.icon-line-ellipsis:before { - content: "\e129"; -} - -.icon-line2-user-female:before { - content: "\e000"; -} -.icon-line2-user-follow:before { - content: "\e002"; -} -.icon-line2-user-following:before { - content: "\e003"; -} -.icon-line2-user-unfollow:before { - content: "\e004"; -} -.icon-line2-trophy:before { - content: "\e006"; -} -.icon-line2-screen-smartphone:before { - content: "\e010"; -} -.icon-line2-screen-desktop:before { - content: "\e011"; -} -.icon-line2-plane:before { - content: "\e012"; -} -.icon-line2-notebook:before { - content: "\e013"; -} -.icon-line2-moustache:before { - content: "\e014"; -} -.icon-line2-mouse:before { - content: "\e015"; -} -.icon-line2-magnet:before { - content: "\e016"; -} -.icon-line2-energy:before { - content: "\e020"; -} -.icon-line2-emoticon-smile:before { - content: "\e021"; -} -.icon-line2-disc:before { - content: "\e022"; -} -.icon-line2-cursor-move:before { - content: "\e023"; -} -.icon-line2-crop:before { - content: "\e024"; -} -.icon-line2-credit-card:before { - content: "\e025"; -} -.icon-line2-chemistry:before { - content: "\e026"; -} -.icon-line2-user:before { - content: "\e005"; -} -.icon-line2-speedometer:before { - content: "\e007"; -} -.icon-line2-social-youtube:before { - content: "\e008"; -} -.icon-line2-social-twitter:before { - content: "\e009"; -} -.icon-line2-social-tumblr:before { - content: "\e00a"; -} -.icon-line2-social-facebook:before { - content: "\e00b"; -} -.icon-line2-social-dropbox:before { - content: "\e00c"; -} -.icon-line2-social-dribbble:before { - content: "\e00d"; -} -.icon-line2-shield:before { - content: "\e00e"; -} -.icon-line2-screen-tablet:before { - content: "\e00f"; -} -.icon-line2-magic-wand:before { - content: "\e017"; -} -.icon-line2-hourglass:before { - content: "\e018"; -} -.icon-line2-graduation:before { - content: "\e019"; -} -.icon-line2-ghost:before { - content: "\e01a"; -} -.icon-line2-game-controller:before { - content: "\e01b"; -} -.icon-line2-fire:before { - content: "\e01c"; -} -.icon-line2-eyeglasses:before { - content: "\e01d"; -} -.icon-line2-envelope-open:before { - content: "\e01e"; -} -.icon-line2-envelope-letter:before { - content: "\e01f"; -} -.icon-line2-bell:before { - content: "\e027"; -} -.icon-line2-badge:before { - content: "\e028"; -} -.icon-line2-anchor:before { - content: "\e029"; -} -.icon-line2-wallet:before { - content: "\e02a"; -} -.icon-line2-vector:before { - content: "\e02b"; -} -.icon-line2-speech:before { - content: "\e02c"; -} -.icon-line2-puzzle:before { - content: "\e02d"; -} -.icon-line2-printer:before { - content: "\e02e"; -} -.icon-line2-present:before { - content: "\e02f"; -} -.icon-line2-playlist:before { - content: "\e030"; -} -.icon-line2-pin:before { - content: "\e031"; -} -.icon-line2-picture:before { - content: "\e032"; -} -.icon-line2-map:before { - content: "\e033"; -} -.icon-line2-layers:before { - content: "\e034"; -} -.icon-line2-handbag:before { - content: "\e035"; -} -.icon-line2-globe-alt:before { - content: "\e036"; -} -.icon-line2-globe:before { - content: "\e037"; -} -.icon-line2-frame:before { - content: "\e038"; -} -.icon-line2-folder-alt:before { - content: "\e039"; -} -.icon-line2-film:before { - content: "\e03a"; -} -.icon-line2-feed:before { - content: "\e03b"; -} -.icon-line2-earphones-alt:before { - content: "\e03c"; -} -.icon-line2-earphones:before { - content: "\e03d"; -} -.icon-line2-drop:before { - content: "\e03e"; -} -.icon-line2-drawer:before { - content: "\e03f"; -} -.icon-line2-docs:before { - content: "\e040"; -} -.icon-line2-directions:before { - content: "\e041"; -} -.icon-line2-direction:before { - content: "\e042"; -} -.icon-line2-diamond:before { - content: "\e043"; -} -.icon-line2-cup:before { - content: "\e044"; -} -.icon-line2-compass:before { - content: "\e045"; -} -.icon-line2-call-out:before { - content: "\e046"; -} -.icon-line2-call-in:before { - content: "\e047"; -} -.icon-line2-call-end:before { - content: "\e048"; -} -.icon-line2-calculator:before { - content: "\e049"; -} -.icon-line2-bubbles:before { - content: "\e04a"; -} -.icon-line2-briefcase:before { - content: "\e04b"; -} -.icon-line2-book-open:before { - content: "\e04c"; -} -.icon-line2-basket-loaded:before { - content: "\e04d"; -} -.icon-line2-basket:before { - content: "\e04e"; -} -.icon-line2-bag:before { - content: "\e04f"; -} -.icon-line2-action-undo:before { - content: "\e050"; -} -.icon-line2-action-redo:before { - content: "\e051"; -} -.icon-line2-wrench:before { - content: "\e052"; -} -.icon-line2-umbrella:before { - content: "\e053"; -} -.icon-line2-trash:before { - content: "\e054"; -} -.icon-line2-tag:before { - content: "\e055"; -} -.icon-line2-support:before { - content: "\e056"; -} -.icon-line2-size-fullscreen:before { - content: "\e057"; -} -.icon-line2-size-actual:before { - content: "\e058"; -} -.icon-line2-shuffle:before { - content: "\e059"; -} -.icon-line2-share-alt:before { - content: "\e05a"; -} -.icon-line2-share:before { - content: "\e05b"; -} -.icon-line2-rocket:before { - content: "\e05c"; -} -.icon-line2-question:before { - content: "\e05d"; -} -.icon-line2-pie-chart:before { - content: "\e05e"; -} -.icon-line2-pencil:before { - content: "\e05f"; -} -.icon-line2-note:before { - content: "\e060"; -} -.icon-line2-music-tone-alt:before { - content: "\e061"; -} -.icon-line2-music-tone:before { - content: "\e062"; -} -.icon-line2-microphone:before { - content: "\e063"; -} -.icon-line2-loop:before { - content: "\e064"; -} -.icon-line2-logout:before { - content: "\e065"; -} -.icon-line2-login:before { - content: "\e066"; -} -.icon-line2-list:before { - content: "\e067"; -} -.icon-line2-like:before { - content: "\e068"; -} -.icon-line2-home:before { - content: "\e069"; -} -.icon-line2-grid:before { - content: "\e06a"; -} -.icon-line2-graph:before { - content: "\e06b"; -} -.icon-line2-equalizer:before { - content: "\e06c"; -} -.icon-line2-dislike:before { - content: "\e06d"; -} -.icon-line2-cursor:before { - content: "\e06e"; -} -.icon-line2-control-start:before { - content: "\e06f"; -} -.icon-line2-control-rewind:before { - content: "\e070"; -} -.icon-line2-control-play:before { - content: "\e071"; -} -.icon-line2-control-pause:before { - content: "\e072"; -} -.icon-line2-control-forward:before { - content: "\e073"; -} -.icon-line2-control-end:before { - content: "\e074"; -} -.icon-line2-calendar:before { - content: "\e075"; -} -.icon-line2-bulb:before { - content: "\e076"; -} -.icon-line2-bar-chart:before { - content: "\e077"; -} -.icon-line2-arrow-up:before { - content: "\e078"; -} -.icon-line2-arrow-right:before { - content: "\e079"; -} -.icon-line2-arrow-left:before { - content: "\e07a"; -} -.icon-line2-arrow-down:before { - content: "\e07b"; -} -.icon-line2-ban:before { - content: "\e07c"; -} -.icon-line2-bubble:before { - content: "\e07d"; -} -.icon-line2-camcorder:before { - content: "\e07e"; -} -.icon-line2-camera:before { - content: "\e07f"; -} -.icon-line2-check:before { - content: "\e080"; -} -.icon-line2-clock:before { - content: "\e081"; -} -.icon-line2-close:before { - content: "\e082"; -} -.icon-line2-cloud-download:before { - content: "\e083"; -} -.icon-line2-cloud-upload:before { - content: "\e084"; -} -.icon-line2-doc:before { - content: "\e085"; -} -.icon-line2-envelope:before { - content: "\e086"; -} -.icon-line2-eye:before { - content: "\e087"; -} -.icon-line2-flag:before { - content: "\e088"; -} -.icon-line2-folder:before { - content: "\e089"; -} -.icon-line2-heart:before { - content: "\e08a"; -} -.icon-line2-info:before { - content: "\e08b"; -} -.icon-line2-key:before { - content: "\e08c"; -} -.icon-line2-link:before { - content: "\e08d"; -} -.icon-line2-lock:before { - content: "\e08e"; -} -.icon-line2-lock-open:before { - content: "\e08f"; -} -.icon-line2-magnifier:before { - content: "\e090"; -} -.icon-line2-magnifier-add:before { - content: "\e091"; -} -.icon-line2-magnifier-remove:before { - content: "\e092"; -} -.icon-line2-paper-clip:before { - content: "\e093"; -} -.icon-line2-paper-plane:before { - content: "\e094"; -} -.icon-line2-plus:before { - content: "\e095"; -} -.icon-line2-pointer:before { - content: "\e096"; -} -.icon-line2-power:before { - content: "\e097"; -} -.icon-line2-refresh:before { - content: "\e098"; -} -.icon-line2-reload:before { - content: "\e099"; -} -.icon-line2-settings:before { - content: "\e09a"; -} -.icon-line2-star:before { - content: "\e09b"; -} -.icon-line2-symbol-female:before { - content: "\e09c"; -} -.icon-line2-symbol-male:before { - content: "\e09d"; -} -.icon-line2-target:before { - content: "\e09e"; -} -.icon-line2-volume-1:before { - content: "\e09f"; -} -.icon-line2-volume-2:before { - content: "\e0a0"; -} -.icon-line2-volume-off:before { - content: "\e0a1"; -} -.icon-line2-users:before { - content: "\e001"; -} \ No newline at end of file diff --git a/public/css/main/fonts.css b/public/css/main/fonts.css deleted file mode 100644 index 1db9af8..0000000 --- a/public/css/main/fonts.css +++ /dev/null @@ -1,203 +0,0 @@ -/* ---------------------------------------------------------------- - Fonts - - Replace your Fonts as necessary ------------------------------------------------------------------*/ - - - -body, -small, -#primary-menu ul ul li > a, -.wp-caption, -.feature-box.fbox-center.fbox-italic p, -.skills li .progress-percent .counter, -.nav-tree ul ul a { font-family: 'Lato', sans-serif; } - -h1, -h2, -h3, -h4, -h5, -h6, -#logo, -#primary-menu ul li > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, -#top-search form input, -.entry-link, -.entry.entry-date-section span, -.button.button-desc, -.counter, -label, -.nav-tree li a, -.wedding-head .first-name, -.wedding-head .last-name { font-family: 'Raleway', sans-serif; } - -.entry-meta li, -.entry-link span, -.entry blockquote p, -.more-link, -.comment-content .comment-author span, -.button.button-desc span, -.testi-content p, -.team-title span, -.before-heading, -.wedding-head .first-name span, -.wedding-head .last-name span { font-family: 'Crete Round', serif; } - -.font-body { font-family: 'Lato', sans-serif !important; } - -.font-primary { font-family: 'Raleway', sans-serif !important; } - -.font-secondary { font-family: 'Crete Round', serif !important; } - - -/* ---------------------------------------------------------------- - You can change your Font Specific Settings here ------------------------------------------------------------------*/ - - -body { line-height: 1.5; } - -h1, -h2, -h3, -h4, -h5, -h6 { - font-weight: 600; - line-height: 1.5; -} - -#logo { - font-size: 36px; - line-height: 100%; -} - -#primary-menu ul li > a { - font-weight: bold; - font-size: 13px; - letter-spacing: 1px; - text-transform: uppercase; -} - -#primary-menu ul ul li > a { - font-size: 12px; - font-weight: 600; - letter-spacing: 0; -} - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { - font-size: 13px; - font-weight: bold; - letter-spacing: 1px; - text-transform: uppercase !important; - line-height: 1.3 !important; -} - -#top-search form input { - font-size: 32px; - font-weight: 700; - letter-spacing: 2px; -} - -.entry-meta li { - font-size: 13px; - line-height: 14px; - font-style: italic; -} - -.entry-link { - text-transform: uppercase; - letter-spacing: 1px; - font-size: 24px; - font-weight: 700; -} - -.entry-link span { - font-style: italic; - font-weight: normal; - text-transform: none; - letter-spacing: 0; - font-size: 14px; -} - -.entry blockquote p { - font-weight: 400; - font-style: italic; -} - -.entry.entry-date-section span { - font-size: 18px; - font-weight: bold; - letter-spacing: 1px; - text-transform: uppercase; -} - -.more-link { font-style: italic; } - -.comment-content .comment-author span { - font-size: 12px; - font-weight: normal; - font-style: italic; -} - -.wp-caption { font-style: italic; } - -.button.button-desc { - font-size: 22px; - line-height: 1; -} - -.button.button-desc span { - font-size: 14px; - font-weight: 400; - letter-spacing: 1px; - font-style: italic; - text-transform: none; -} - -.feature-box.fbox-center.fbox-italic p { font-style: italic; } - -.testi-content p { font-style: italic; } - -.team-title span { - font-weight: 400; - font-style: italic; - font-size: 15px; -} - -.counter { - font-size: 42px; - font-weight: 600; -} - -.skills li .progress-percent .counter { font-weight: 400; } - -label { - font-size: 13px; - font-weight: 700; - text-transform: uppercase; - letter-spacing: 1px; -} - -.before-heading { - font-size: 16px; - font-style: italic; - font-weight: 400; -} - -.wedding-head .first-name, -.wedding-head .last-name { - font-weight: bold; - text-transform: uppercase; - letter-spacing: 2px; -} - -.wedding-head .first-name span, -.wedding-head .last-name span { - font-size: 56px; - font-weight: 400; - font-style: italic; - text-transform: none; -} \ No newline at end of file diff --git a/public/css/main/fonts/Simple-Line-Icons.dev.svg b/public/css/main/fonts/Simple-Line-Icons.dev.svg deleted file mode 100644 index d8a4b3a..0000000 --- a/public/css/main/fonts/Simple-Line-Icons.dev.svg +++ /dev/null @@ -1,1369 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/css/main/fonts/Simple-Line-Icons.eot b/public/css/main/fonts/Simple-Line-Icons.eot deleted file mode 100644 index d258f62..0000000 Binary files a/public/css/main/fonts/Simple-Line-Icons.eot and /dev/null differ diff --git a/public/css/main/fonts/Simple-Line-Icons.svg b/public/css/main/fonts/Simple-Line-Icons.svg deleted file mode 100644 index 6c9f7c5..0000000 --- a/public/css/main/fonts/Simple-Line-Icons.svg +++ /dev/null @@ -1,1369 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/css/main/fonts/Simple-Line-Icons.ttf b/public/css/main/fonts/Simple-Line-Icons.ttf deleted file mode 100644 index 2194f1f..0000000 Binary files a/public/css/main/fonts/Simple-Line-Icons.ttf and /dev/null differ diff --git a/public/css/main/fonts/Simple-Line-Icons.woff b/public/css/main/fonts/Simple-Line-Icons.woff deleted file mode 100644 index 50df1e4..0000000 Binary files a/public/css/main/fonts/Simple-Line-Icons.woff and /dev/null differ diff --git a/public/css/main/fonts/font-icons-snapchat.eot b/public/css/main/fonts/font-icons-snapchat.eot deleted file mode 100644 index b552e22..0000000 Binary files a/public/css/main/fonts/font-icons-snapchat.eot and /dev/null differ diff --git a/public/css/main/fonts/font-icons-snapchat.svg b/public/css/main/fonts/font-icons-snapchat.svg deleted file mode 100644 index 00a3f4c..0000000 --- a/public/css/main/fonts/font-icons-snapchat.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - \ No newline at end of file diff --git a/public/css/main/fonts/font-icons-snapchat.ttf b/public/css/main/fonts/font-icons-snapchat.ttf deleted file mode 100644 index fc39a5a..0000000 Binary files a/public/css/main/fonts/font-icons-snapchat.ttf and /dev/null differ diff --git a/public/css/main/fonts/font-icons-snapchat.woff b/public/css/main/fonts/font-icons-snapchat.woff deleted file mode 100644 index a848655..0000000 Binary files a/public/css/main/fonts/font-icons-snapchat.woff and /dev/null differ diff --git a/public/css/main/fonts/font-icons.eot b/public/css/main/fonts/font-icons.eot deleted file mode 100644 index 7279e8d..0000000 Binary files a/public/css/main/fonts/font-icons.eot and /dev/null differ diff --git a/public/css/main/fonts/font-icons.svg b/public/css/main/fonts/font-icons.svg deleted file mode 100644 index be16e71..0000000 --- a/public/css/main/fonts/font-icons.svg +++ /dev/null @@ -1,661 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/css/main/fonts/font-icons.ttf b/public/css/main/fonts/font-icons.ttf deleted file mode 100644 index e962b28..0000000 Binary files a/public/css/main/fonts/font-icons.ttf and /dev/null differ diff --git a/public/css/main/fonts/font-icons.woff b/public/css/main/fonts/font-icons.woff deleted file mode 100644 index 9280c52..0000000 Binary files a/public/css/main/fonts/font-icons.woff and /dev/null differ diff --git a/public/css/main/fonts/lined-icons.eot b/public/css/main/fonts/lined-icons.eot deleted file mode 100644 index 4fffe89..0000000 Binary files a/public/css/main/fonts/lined-icons.eot and /dev/null differ diff --git a/public/css/main/fonts/lined-icons.svg b/public/css/main/fonts/lined-icons.svg deleted file mode 100644 index d3e8b6f..0000000 --- a/public/css/main/fonts/lined-icons.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/css/main/fonts/lined-icons.ttf b/public/css/main/fonts/lined-icons.ttf deleted file mode 100644 index 7baed0c..0000000 Binary files a/public/css/main/fonts/lined-icons.ttf and /dev/null differ diff --git a/public/css/main/fonts/lined-icons.woff b/public/css/main/fonts/lined-icons.woff deleted file mode 100644 index df969d4..0000000 Binary files a/public/css/main/fonts/lined-icons.woff and /dev/null differ diff --git a/public/css/main/imports/blog.css b/public/css/main/imports/blog.css deleted file mode 100644 index 9da4955..0000000 --- a/public/css/main/imports/blog.css +++ /dev/null @@ -1,896 +0,0 @@ - -/* ---------------------------------------------------------------- - - blog.css - ------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Blog ------------------------------------------------------------------*/ - - -#posts { position: relative; } - -.entry { - position: relative; - margin: 0 0 50px; - padding: 0 0 50px; - border-bottom: 2px solid #F5F5F5; -} - -.entry-image { margin-bottom: 30px; } - -.entry-image, -.entry-image > a, -.entry-image .slide a, -.entry-image img { - display: block; - position: relative; - width: 100%; - height: auto; -} - -.entry-image iframe { display: block; } - -.entry-image img { border-radius: 3px; } - -.entry-title h2 { - margin: 0; - font-size: 24px; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1px; -} - -.entry-title h2 a { color: #333; } - -.entry-title h2 a:hover { color: #1ABC9C; } - -.entry-meta { - margin: 10px -10px -15px 0; - list-style: none; -} - -.single-post .entry-meta { margin-bottom: 20px; } - -.entry-meta li { - float: left; - font-size: 13px; - line-height: 14px; - margin: 0 10px 15px 0; - color: #999; - font-family: 'Crete Round', serif; - font-style: italic; -} - -.entry-meta li:before { - content: '/'; - display: inline-block; - margin-right: 10px; - opacity: 0.5 -} - -.entry-meta li i { - position: relative; - top: 1px; - font-size: 14px; - margin-right: 3px; -} - -.entry-meta li a { color: #999; } - -.entry-meta li a:hover { color: #1ABC9C; } - -.entry-meta li:first-child:before { display: none; } - -.entry-meta li ins { - font-weight: 600; - text-decoration: none; -} - -.entry-c { - position: relative; - overflow: hidden; -} - -#posts .entry-content { margin-top: 30px; } - -.single-post .entry-content .entry-image { max-width: 350px; } - -.entry-content { position: relative; } - -.entry-link { - display: block; - width: 100%; - background-color: #F5F5F5; - padding: 30px 0; - text-align: center; - color: #444; - font-family: 'Raleway', sans-serif; - text-transform: uppercase; - letter-spacing: 1px; - font-size: 24px; - font-weight: 700; - border-radius: 3px; -} - -body:not(.device-touch) .entry-link { - -webkit-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -.entry-link:hover { - color: #FFF; - background-color: #1ABC9C; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.entry-link span { - display: block; - margin-top: 5px; - font-family: 'Crete Round', serif; - font-style: italic; - font-weight: normal; - text-transform: none; - letter-spacing: 0; - font-size: 14px; - color: #AAA; -} - -.entry-link:hover span { color: #EEE; } - -.entry blockquote p { - font-weight: 400; - font-family: 'Crete Round', serif; - font-style: italic; -} - - -/* Small Thumbs ------------------------------------------------------------------*/ - -.small-thumbs .entry-image, -.ievent .entry-image { - float: left; - width: 300px; - margin: 0 30px 0 0; -} - -.small-thumbs .entry-image img, -.ievent .entry-image img { border-radius: 0; } - -.small-thumbs .entry-c .entry-image, -.ievent .entry-c .entry-image { - float: none; - width: 100%; - margin: 0 0 20px 0; -} - -.small-thumbs .entry-c .entry-image img, -.ievent .entry-c .entry-image img { border-radius: 5px; } - -.small-thumbs .entry-title h2, -.ievent .entry-title h2 { - font-size: 20px; - font-weight: 600; -} - - -/* Small Thumbs - Right ------------------------------------------------------------------*/ - -.small-thumbs.alt .entry-image { - float: right; - margin: 0 0 0 30px; -} - -.small-thumbs.alt .entry-c .entry-image { - float: none; - margin: 0 0 20px 0; -} - - -/* Small Thumbs - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .small-thumbs .entry-image { - width: 200px; - margin: 0 25px 0 0; -} - -.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; } - -.bothsidebar .small-thumbs .entry-c .entry-image { - width: 100%; - margin: 0 0 20px 0; -} - -.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; } - - -/* Blog - Grid ------------------------------------------------------------------*/ - -.post-grid { margin-right: -28px; } - -.post-grid .entry { - float: left; - width: 264px; - margin-right: 28px; -} - -.post-grid .entry-image img { border-radius: 0; } - -.post-grid .entry-title h2 { - font-size: 17px; - font-weight: 600; -} - -.post-grid .entry-link { font-size: 24px; } - -.post-grid .entry-link span { font-size: 13px; } - - -/* Blog - Grid - 3 Columns ------------------------------------------------------------------*/ - -.post-grid.grid-3 { margin-right: -30px; } - -.post-grid.grid-3 .entry { - width: 360px; - margin-right: 30px; -} - -.post-grid.grid-3 .entry-title h2 { font-size: 18px; } - - -/* Blog - Grid - 3 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .post-grid.grid-3 { margin-right: -25px; } - -.postcontent .post-grid.grid-3 .entry { - width: 270px; - margin-right: 25px; -} - -.postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; } - - -/* Blog - Grid - 2 Columns ------------------------------------------------------------------*/ - -.post-grid.grid-2 { margin-right: -40px; } - -.post-grid.grid-2 .entry { - width: 550px; - margin-right: 40px; -} - -.post-grid.grid-2 .entry-title h2 { font-size: 20px; } - - -/* Blog - Grid - 2 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .post-grid.grid-2 .entry { width: 410px; } - -.postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; } - - -/* Blog - Grid - 2 Columns - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .post-grid.grid-2 .entry { width: 270px; } - -.bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; } - - -/* Blog - Masonry ------------------------------------------------------------------*/ - -.post-masonry .entry-image, -.post-masonry .entry-image img { height: auto !important; } - - -/* Blog - Masonry Full ------------------------------------------------------------------*/ - -.post-masonry-full { margin: -80px 0 -80px -1px !important; } - -.post-masonry-full .entry { - width: 24.9% !important; - margin: 0 !important; - padding: 40px 30px; - border-bottom: 1px dashed; - border-left: 1px dashed; - border-color: #E5E5E5; -} - -.post-masonry-full.grid-3 .entry { width: 33.30% !important; } - - -/* Blog - Timeline ------------------------------------------------------------------*/ - -.timeline-border { - position: absolute; - top: 0; - left: 50%; - margin-left: -71px; - width: 0; - border-left: 1px dashed #CCC; - height: 100%; -} - -.post-timeline { margin-right: -140px !important; } - -.post-timeline .entry { - width: 500px !important; - margin-right: 140px !important; -} - -.entry.entry-date-section { - width: 100% !important; - margin: 50px -70px 80px; - padding: 0; - border: 0; - text-align: center; -} - -.entry.entry-date-section span { - display: inline-block; - padding: 10px 15px; - background-color: #FFF; - border: 2px solid #EEE; - font-size: 18px; - font-weight: bold; - letter-spacing: 1px; - text-transform: uppercase; - font-family: 'Raleway', sans-serif; -} - -.post-timeline .entry-timeline { - display: none; - position: absolute; - border: 2px solid #CCC; - background-color: #FFF; - padding-top: 0; - text-indent: -9999px; - top: 40px; - left: auto; - right: -76px; - width: 13px; - height: 13px; - border-radius: 50%; - font-size: 26px; - font-weight: bold; - color: #AAA; - text-align: center; - line-height: 1; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.entry.entry-date-section + .entry .entry-timeline { top: 70px; } - -.post-timeline .entry-timeline div.timeline-divider { - position: absolute; - top: 4px; - left: -58px; - width: 50px; - height: 0; - border-top: 1px dashed #CCC; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.post-timeline .alt .entry-timeline { - right: auto; - left: -77px; -} - -.post-timeline .alt .entry-timeline div.timeline-divider { - left: auto; - right: -58px; -} - -.post-timeline .entry-timeline span { - display: block; - margin-top: 3px; - font-size: 13px; - font-weight: normal; -} - -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider { - border-color: #1ABC9C; - color: #1ABC9C; -} - - -/* Blog - Timeline - Sidebar ------------------------------------------------------------------*/ - -.postcontent .timeline-border { - left: 32px; - margin-left: 0; -} - -.postcontent .post-timeline { - padding-left: 100px; - margin-right: 0 !important; -} - -.postcontent .post-timeline .entry { - width: 100% !important; - margin-right: 140px !important; -} - -.postcontent .post-timeline .entry-timeline { - display: block; - border: 3px solid #CCC; - background-color: #FFF; - padding-top: 10px; - text-indent: 0; - top: 20px; - left: -100px; - right: auto; - width: 64px; - height: 64px; - font-size: 24px; -} - -.postcontent .post-timeline .entry-timeline div.timeline-divider { - top: 29px; - left: 64px; - width: 32px; -} - - -/* Individual Post ------------------------------------------------------------------*/ - -.ipost .entry-image img { border-radius: 0; } - -.ipost .entry-title h3, -.ipost .entry-title h4 { - margin: 0; - font-size: 16px; - font-weight: 600; -} - -.ipost .entry-title h4 { font-size: 15px; } - -.ipost .entry-title h3 a, -.ipost .entry-title h4 a { color: #333; } - -.ipost .entry-title h3 a:hover, -.ipost .entry-title h4 a:hover { color: #1ABC9C; } - -.ipost .entry-meta { margin-right: -10px; } - -.ipost .entry-meta li { - font-size: 13px; - margin-right: 10px; -} - -.ipost .entry-content { margin-top: 20px; } - -.ipost .entry-content p { margin-bottom: 0; } - - -.more-link { - display: inline-block; - border-bottom: 1px solid #1ABC9C; - padding: 0 2px; - font-family: 'Crete Round', serif; - font-style: italic; -} - -.more-link:hover { border-bottom-color: #555; } - - -/* Related Posts ------------------------------------------------------------------*/ - -.overlay-icon { - position: absolute; - left: auto; - right: 0; - top: auto; - bottom: 0; - width: 48px; - height: 48px; - background-color: rgba(0,0,0,0.2); - text-align: center; -} - -.overlay-icon i { - line-height: 48px; - font-size: 28px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - - -/* Small Post ------------------------------------------------------------------*/ - -.spost, -.mpost { - margin-top: 20px; - padding-top: 20px; - border-top: 1px dashed #E5E5E5; -} - -.mpost { - margin-top: 25px; - padding-top: 25px; -} - -.spost:first-child, -.mpost:first-child { - margin-top: 0; - padding-top: 0; - border-top: 0; -} - -.spost .entry-image, -.mpost .entry-image { - float: left; - margin: 0 15px 0 0; - text-align: center; -} - -.spost .entry-image, -.spost .entry-image a, -.spost .entry-image img, -.spost .entry-image i { - width: 48px; - height: 48px; -} - -.spost .entry-image a i, -.mpost .entry-image a i { - font-size: 28px; - line-height: 48px; - color: #666; - background-color: #EEE; -} - -.spost .entry-title h4, -.mpost .entry-title h4 { - margin: 0; - font-size: 14px; - font-weight: 600; -} - -.spost .entry-title h4 a, -.mpost .entry-title h4 a { color: #333; } - -.spost .entry-title h4 a:hover, -.mpost .entry-title h4 a:hover { color: #1ABC9C; } - -.spost .entry-meta { margin: 8px -10px 0 0; } - -.spost .entry-meta li, -.mpost .entry-meta li { - font-size: 13px; - margin: 0 10px 0 0; -} - - -/* Medium Post ------------------------------------------------------------------*/ - -.mpost .entry-image { margin-right: 20px; } - -.mpost .entry-image, -.mpost .entry-image a, -.mpost .entry-image img, -.mpost .entry-image i { - width: 170px; - height: 128px; -} - -.mpost .entry-image a, -.mpost .entry-image img { border-radius: 2px; } - -.mpost .entry-image a i { - font-size: 42px; - line-height: 128px; -} - -.mpost .entry-title h4 { - margin: 0; - font-size: 17px; - font-weight: 600; -} - -.mpost .entry-meta { margin-top: 5px; } - -.mpost .entry-meta li i { margin-right: 2px; } - -.mpost .entry-content { margin-top: 15px; } - -.post-navigation + .line { margin: 40px 0 50px; } - - -/* ---------------------------------------------------------------- - Blog - Author ------------------------------------------------------------------*/ - -.author-image { - float: left; - width: 84px; - height: 84px; - margin-right: 15px; -} - -.author-image img { - width: 84px; - height: 84px; -} - - -/* ---------------------------------------------------------------- - Comments List ------------------------------------------------------------------*/ - - -#comments { - position: relative; - margin-top: 50px; - padding-top: 50px; - border-top: 1px solid #EEE; -} - -.commentlist { - list-style: none; - padding-bottom: 50px; - margin: 0 0 50px; - border-bottom: 1px solid #EEE; -} - -#reviews .commentlist { - padding-bottom: 30px; - margin: 0 0 20px; -} - -.commentlist ul { list-style: none; } - -.commentlist li, -.commentlist li ul, -.commentlist li ul li { margin: 30px 0 0 0; } - -.commentlist ul:first-child { margin-top: 0; } - -.commentlist li { - position: relative; - margin: 30px 0 0 30px; -} - -#reviews .commentlist li { margin-top: 20px; } - -.comment-wrap { - position: relative; - border: 1px solid #E5E5E5; - border-radius: 5px; - padding: 20px 20px 20px 35px; -} - -.commentlist ul .comment-wrap { - margin-left: 25px; - padding-left: 20px; -} - -#reviews .comment-wrap { - border: 0; - padding: 10px 0 0 35px; -} - -.commentlist > li:first-child, -#reviews .commentlist > li:first-child { - padding-top: 0; - margin-top: 0; -} - -.commentlist li .children { margin-top: 0; } - -.commentlist li li .children { margin-left: 30px; } - -.commentlist li .comment-content, -.pingback { - position: relative; - overflow: hidden; -} - -.commentlist li .comment-content p, -.pingback p { margin: 20px 0 0 0; } - -.commentlist li .comment-content { padding: 0 0 0 15px; } - -.commentlist li .comment-meta { - float: left; - margin-right: 0; - line-height: 1; -} - -.comment-avatar { - position: absolute; - top: 15px; - left: -35px; - padding: 4px; - background: #FFF; - border: 1px solid #E5E5E5; - border-radius: 50%; -} - -.comment-avatar img { - display: block; - border-radius: 50%; -} - -.commentlist li .children .comment-avatar { left: -25px; } - -.comment-content .comment-author { - margin-bottom: -10px; - font-size: 16px; - font-weight: bold; - color: #555; -} - -.comment-content .comment-author a { - border: none; - color: #333; -} - -.comment-content .comment-author a:hover { color: #1ABC9C; } - -.comment-content .comment-author span { display: block; } - -.comment-content .comment-author span, -.comment-content .comment-author span a { - font-size: 12px; - font-weight: normal; - font-family: 'Crete Round', serif; - font-style: italic; - color: #AAA; -} - -.comment-content .comment-author span a:hover { color: #888; } - -.comment-reply-link, -.review-comment-ratings { - display: block; - position: absolute; - top: 4px; - left: auto; - text-align: center; - right: 0px; - width: 14px; - height: 14px; - color: #CCC; - font-size: 14px; - line-height: 1; -} - -.review-comment-ratings { - width: auto; - color: #333; -} - -.comment-reply-link:hover { color: #888; } - - -/* ---------------------------------------------------------------- - Comment Form ------------------------------------------------------------------*/ - - -#respond, -#respond form { margin-bottom: 0; } - -.commentlist li #respond { margin: 30px 0 0; } - -.commentlist li li #respond { margin-left: 30px; } - -#respond p { margin: 10px 0 0 0; } - -#respond p:first-child { margin-top: 0; } - -#respond label small { - color: #999; - font-weight: normal; -} - -#respond input[type="text"], -#respond textarea { margin-bottom: 0; } - -#respond .col_one_third, -#respond .col_full { margin-bottom: 20px; } - -.fb-comments, -.fb_iframe_widget, -.fb-comments > span, -.fb_iframe_widget > span, -.fb-comments > span > iframe, -.fb_iframe_widget > span > iframe { - display: block !important; - width: 100% !important; - margin: 0; -} - - -/* Post Elements ------------------------------------------------------------------*/ - -img.alignleft, -div.alignleft { - float: left; - margin: 5px 20px 13px 0; - max-width: 100%; -} - -div.alignleft > img, -div.alignnone > img, -div.aligncenter > img, -div.alignright > img { - display: block; - float: none; -} - -img.alignnone, -img.aligncenter, -div.alignnone, -div.aligncenter { - display: block; - margin: 10px 0; - float: none; -} - -img.aligncenter, -div.aligncenter, -div.aligncenter img { - margin-left: auto; - margin-right: auto; - clear: both; -} - -img.alignright, -div.alignright { - float: right; - margin: 5px 0 13px 20px; -} - -.wp-caption { - text-align: center; - margin: 10px 20px 13px 20px; - font-family: 'Lato', Georgia, "Times New Roman", Times, serif; - font-style: italic; -} - -.wp-caption img, -.wp-caption img a { - display: block; - margin: 0; -} - -p.wp-caption-text { - display: inline-block; - margin: 10px 0 0 0; - padding: 5px 10px; - background-color: #EEE; - border-radius: 50px; -} - -.wp-smiley { - max-height: 13px; - margin: 0 !important; -} diff --git a/public/css/main/imports/content.css b/public/css/main/imports/content.css deleted file mode 100644 index 245a7fd..0000000 --- a/public/css/main/imports/content.css +++ /dev/null @@ -1,39 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - content.css - ------------------------------------------------------------------------------------*/ - - - -/* ---------------------------------------------------------------- - Content ------------------------------------------------------------------*/ - - -#content { - position: relative; - overflow: hidden; - background-color: #FFF; -} - -#content p { line-height: 1.8; } - -.content-wrap { - position: relative; - padding: 80px 0; -} - -#content .container { position: relative; } - -.grid-container { - position: relative; - overflow: hidden; -} - -body:not(.device-touch) .grid-container { - -webkit-transition: height .4s ease; - -o-transition: height .4s ease; - transition: height .4s ease; -} \ No newline at end of file diff --git a/public/css/main/imports/events.css b/public/css/main/imports/events.css deleted file mode 100644 index 2fe6712..0000000 --- a/public/css/main/imports/events.css +++ /dev/null @@ -1,184 +0,0 @@ - -/* ---------------------------------------------------------------- - - events.css - ------------------------------------------------------------------*/ - - -.events .entry, -.ievent { - padding: 20px; - background-color: #F9F9F9; - border-bottom: 3px solid #EEE; -} - -.events .entry-image .entry-date, -.ievent .entry-image .entry-date { - position: absolute; - top: 10px; - left: 10px; - background-color: rgba(0,0,0,0.7); - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - width: 60px; - height: 64px; - text-align: center; - padding-top: 7px; - font-size: 26px; - line-height: 1; -} - -.events .entry-image .entry-date span, -.ievent .entry-image .entry-date span { - display: block; - font-size: 15px; - margin-top: 5px; -} - -.events .entry-c, -.ievent .entry-c { padding: 5px 0; } - -.single-event .entry-image img { border-radius: 0; } - -.single-event .events-meta { font-size: 14px; } - -.single-event .events-meta .iconlist li, -.parallax .iconlist li { margin: 5px 0; } - -.single-event .entry-overlay, -.parallax .entry-overlay-meta { - position: absolute; - top: auto; - bottom: 0; - left: 0; - width: 100%; - height: 80px; - background-color: rgba(0,0,0,0.85); - text-align: center; - line-height: 80px; - font-size: 22px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - z-index: 5; -} - -.single-event .countdown { - display: inline-block; - position: relative; - top: 7px; -} - -.single-event .countdown-section { - padding: 0 15px; - border-left-color: rgba(255,255,255,0.3); - color: #CCC; -} - -.single-event .countdown-amount { color: #FFF; } - -.parallax .entry-overlay, -.parallax .entry-overlay-meta { - background: transparent; - width: auto; - text-align: right; - bottom: 30px; - left: auto; - right: 30px; -} - -.parallax .entry-overlay-meta { - padding: 20px; - font-size: 14px; - text-align: left; - right: 38px; - bottom: 130px; - width: 368px; - height: auto; - line-height: inherit; - background-color: rgba(0,0,0,0.7); - border-radius: 3px; -} - -.parallax.overlay-left .entry-overlay, -.parallax.overlay-left .entry-overlay-meta { - right: auto; - left: 30px; -} - -.parallax.overlay-left .entry-overlay-meta { left: 38px; } - -.parallax.overlay-center .entry-overlay, -.parallax.overlay-center .entry-overlay-meta { - bottom: 100px; - right: auto; - left: 50%; - margin-left: -192px; -} - -.parallax.overlay-center .entry-overlay-meta { - top: 100px; - bottom: auto; - margin-left: -184px; -} - -.parallax .entry-overlay-meta h2 { - font-size: 20px; - text-transform: uppercase; - border-bottom: 1px dashed rgba(255,255,255,0.2); - padding-bottom: 17px; -} - -.parallax .entry-overlay-meta h2 a { color: #FFF; } - -.parallax .entry-overlay-meta h2 a:hover { color: #DDD; } - -.parallax .countdown { top: 0; } - -.parallax .countdown-section { - border-left: 0; - width: 80px; - height: 80px; - margin: 0 8px; - font-size: 13px; - background-color: rgba(0,0,0,0.7); - border-radius: 3px; - padding-top: 14px; -} - -.parallax .countdown-amount { - font-size: 28px; - margin-bottom: 6px; -} - - -/* Individual Events ------------------------------------------------------------------*/ - -.ievent { - position: relative; - margin-top: 20px; -} - -.ievent:first-child { margin-top: 0; } - -.ievent .entry-image { - width: 30%; - margin-right: 20px; -} - -.ievent .entry-content { margin-top: 20px; } - -.ievent .entry-title h2 { font-size: 18px; } - -.ievent .entry-meta { margin-right: -10px; } - -.ievent .entry-meta li { - font-size: 13px; - margin-right: 10px; - padding-left: 10px; -} - -.ievent .entry-meta li:first-child { padding-left: 0; } - - diff --git a/public/css/main/imports/extras.css b/public/css/main/imports/extras.css deleted file mode 100644 index eab6076..0000000 --- a/public/css/main/imports/extras.css +++ /dev/null @@ -1,1073 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - extras.css - ------------------------------------------------------------------------------------*/ - -/* ---------------------------------------------------------------- - Bootstrap Specific ------------------------------------------------------------------*/ - -.table .success { color: #3c763d; } - -.table .info { color: #31708f; } - -.table .warning { color: #8a6d3b; } - -.table .danger { color: #a94442; } - -.btn-link { color: #1ABC9C; } - -.btn-link:hover, -.btn-link:focus { color: #222; } - -.boot-tabs { margin-bottom: 20px !important; } - -.carousel-control .icon-chevron-left, -.carousel-control .icon-chevron-right { - position: absolute; - top: 47.5%; - z-index: 5; - display: inline-block; -} - -.carousel-control .icon-chevron-left { left: 50%; } - -.carousel-control .icon-chevron-right { right: 50%; } - -.responsive-utilities th small { - display: block; - font-weight: 400; - color: #999; -} - -.show-grid [class^=col-] { - padding-top: 10px; - padding-bottom: 10px; - background-color: #EEE; - border: 1px solid #DDD; -} - -.img-circle { border-radius: 50% !important; } - -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - color: #FFF !important; - background-color: #1ABC9C !important; - border-color: #1ABC9C !important; -} - -label.radio, -label.checkbox { padding-left: 20px; } - -.input-group-lg > .input-group-addon { line-height: 1; } - - -/* ---------------------------------------------------------------- - Cookie Notification ------------------------------------------------------------------*/ - -#cookie-notification { - position: fixed; - top: auto; - bottom: 0; - left: 0; - width: 100%; - height: 60px; - line-height: 60px; - background-color: #EEE; - color: #444; - z-index: 99; - -webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15); - -moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15); - box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15); -} - -.cookie-noti-btn { margin-top: 15px; } - - -/* ---------------------------------------------------------------- - Stretched Layout ------------------------------------------------------------------*/ - - -.stretched #wrapper { - width: 100%; - margin: 0; - box-shadow: none; -} - - -/* ---------------------------------------------------------------- - Page Transitions ------------------------------------------------------------------*/ - -body:not(.no-transition) #wrapper, -.animsition-overlay { - position: relative; - opacity: 0; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner { - position: fixed; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 1000; - text-align: center; - background-color: #FFF; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner > div { - position: absolute; - top: 50%; - left: 50%; - margin-top: -9px; - margin-left: 13px; - width: 18px; - height: 18px; - background-color: #DDD; - border-radius: 100%; - display: inline-block; - -webkit-animation: bouncedelay 1.4s infinite ease-in-out; - animation: bouncedelay 1.4s infinite ease-in-out; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner .css3-spinner-bounce1 { - margin-left: -31px; - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.css3-spinner .css3-spinner-bounce2 { - margin-left: -9px; - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes bouncedelay { - 0%, 80%, 100% { - transform: scale(0.0); - -webkit-transform: scale(0.0); - } 40% { - transform: scale(1.0); - -webkit-transform: scale(1.0); - } -} - - -.css3-spinner > .css3-spinner-flipper { - width: 32px; - height: 32px; - margin-top: -16px; - margin-left: -16px; - border-radius: 0; - -webkit-animation: rotateplane 1.2s infinite ease-in-out; - animation: rotateplane 1.2s infinite ease-in-out; -} - -@-webkit-keyframes rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes rotateplane { - 0% { - transform: perspective(120px) rotateX(0deg) rotateY(0deg); - -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) - } 50% { - transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); - -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) - } 100% { - transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); - -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); - } -} - -.css3-spinner > .css3-spinner-double-bounce1, -.css3-spinner > .css3-spinner-double-bounce2 { - width: 40px; - height: 40px; - margin-top: -20px; - margin-left: -20px; - border-radius: 50%; - opacity: 0.6; - -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out; - animation: cssspinnerbounce 2.0s infinite ease-in-out; -} - -.css3-spinner > .css3-spinner-double-bounce2 { - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes cssspinnerbounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes cssspinnerbounce { - 0%, 100% { - transform: scale(0.0); - -webkit-transform: scale(0.0); - } 50% { - transform: scale(1.0); - -webkit-transform: scale(1.0); - } -} - -.css3-spinner > .css3-spinner-rect1, -.css3-spinner > .css3-spinner-rect2, -.css3-spinner > .css3-spinner-rect3, -.css3-spinner > .css3-spinner-rect4, -.css3-spinner > .css3-spinner-rect5 { - height: 30px; - width: 6px; - margin-top: -15px; - margin-left: -21px; - border-radius: 0; - -webkit-animation: stretchdelay 1.2s infinite ease-in-out; - animation: stretchdelay 1.2s infinite ease-in-out; -} - -.css3-spinner > .css3-spinner-rect2 { - margin-left: -12px; - -webkit-animation-delay: -1.1s; - animation-delay: -1.1s; -} - -.css3-spinner > .css3-spinner-rect3 { - margin-left: -3px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -.css3-spinner > .css3-spinner-rect4 { - margin-left: 6px; - -webkit-animation-delay: -0.9s; - animation-delay: -0.9s; -} - -.css3-spinner > .css3-spinner-rect5 { - margin-left: 15px; - -webkit-animation-delay: -0.8s; - animation-delay: -0.8s; -} - -@-webkit-keyframes stretchdelay { - 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } - 20% { -webkit-transform: scaleY(1.0) } -} - -@keyframes stretchdelay { - 0%, 40%, 100% { - transform: scaleY(0.4); - -webkit-transform: scaleY(0.4); - } 20% { - transform: scaleY(1.0); - -webkit-transform: scaleY(1.0); - } -} - - -.css3-spinner > .css3-spinner-cube1, -.css3-spinner > .css3-spinner-cube2 { - width: 16px; - height: 16px; - border-radius: 0; - margin-top: -20px; - margin-left: -20px; - -webkit-animation: cubemove 1.8s infinite ease-in-out; - animation: cubemove 1.8s infinite ease-in-out; -} - -.css3-spinner > .css3-spinner-cube2 { - -webkit-animation-delay: -0.9s; - animation-delay: -0.9s; -} - -@-webkit-keyframes cubemove { - 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } - 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } - 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } - 100% { -webkit-transform: rotate(-360deg) } -} - -@keyframes cubemove { - 25% { - transform: translateX(42px) rotate(-90deg) scale(0.5); - -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); - } 50% { - transform: translateX(42px) translateY(42px) rotate(-179deg); - -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); - } 50.1% { - transform: translateX(42px) translateY(42px) rotate(-180deg); - -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); - } 75% { - transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); - -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); - } 100% { - transform: rotate(-360deg); - -webkit-transform: rotate(-360deg); - } -} - - -.css3-spinner > .css3-spinner-scaler { - width: 40px; - height: 40px; - margin-top: -20px; - margin-left: -20px; - -webkit-animation: scaleout 1.0s infinite ease-in-out; - animation: scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% { - -webkit-transform: scale(1.0); - opacity: 0; - } -} - -@keyframes scaleout { - 0% { - transform: scale(0.0); - -webkit-transform: scale(0.0); - } 100% { - transform: scale(1.0); - -webkit-transform: scale(1.0); - opacity: 0; - } -} - -.css3-spinner > .css3-spinner-grid-pulse { - width: 48px; - height: 48px; - margin-top: -24px; - margin-left: -24px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-grid-pulse > div { - background-color: #DDD; - width: 12px; - height: 12px; - border-radius: 100%; - margin: 2px; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - display: inline-block; - float: left; - -webkit-animation-name: ball-grid-pulse; - animation-name: ball-grid-pulse; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-delay: 0; - animation-delay: 0; -} - -.css3-spinner-grid-pulse > div:nth-child(1) { - -webkit-animation-delay: 0.73s; - animation-delay: 0.73s; - -webkit-animation-duration: 1.3s; - animation-duration: 1.3s; -} - -.css3-spinner-grid-pulse > div:nth-child(2) { - -webkit-animation-delay: 0.32s; - animation-delay: 0.32s; - -webkit-animation-duration: 1.3s; - animation-duration: 1.3s; -} - -.css3-spinner-grid-pulse > div:nth-child(3) { - -webkit-animation-delay: 0.71s; - animation-delay: 0.71s; - -webkit-animation-duration: 0.88s; - animation-duration: 0.88s; -} - -.css3-spinner-grid-pulse > div:nth-child(4) { - -webkit-animation-delay: 0.62s; - animation-delay: 0.62s; - -webkit-animation-duration: 1.06s; - animation-duration: 1.06s; -} - -.css3-spinner-grid-pulse > div:nth-child(5) { - -webkit-animation-delay: 0.31s; - animation-delay: 0.31s; - -webkit-animation-duration: 0.62s; - animation-duration: 0.62s; -} - -.css3-spinner-grid-pulse > div:nth-child(6) { - -webkit-animation-delay: -0.14s; - animation-delay: -0.14s; - -webkit-animation-duration: 1.48s; - animation-duration: 1.48s; -} - -.css3-spinner-grid-pulse > div:nth-child(7) { - -webkit-animation-delay: -0.1s; - animation-delay: -0.1s; - -webkit-animation-duration: 1.47s; - animation-duration: 1.47s; -} - -.css3-spinner-grid-pulse > div:nth-child(8) { - -webkit-animation-delay: 0.4s; - animation-delay: 0.4s; - -webkit-animation-duration: 1.49s; - animation-duration: 1.49s; -} - -.css3-spinner-grid-pulse > div:nth-child(9) { - -webkit-animation-delay: 0.73s; - animation-delay: 0.73s; - -webkit-animation-duration: 0.7s; - animation-duration: 0.7s; -} - -@-webkit-keyframes ball-grid-pulse { - 0% { - -webkit-transform: scale(1); - transform: scale(1); } - - 50% { - -webkit-transform: scale(0.5); - transform: scale(0.5); - opacity: 0.7; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 1; } -} - -@keyframes ball-grid-pulse { - 0% { - -webkit-transform: scale(1); - transform: scale(1); } - - 50% { - -webkit-transform: scale(0.5); - transform: scale(0.5); - opacity: 0.7; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 1; } -} - - -.css3-spinner > .css3-spinner-clip-rotate { - width: 33px; - height: 33px; - margin-top: -17px; - margin-left: -17px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-clip-rotate > div { - border-radius: 100%; - border: 2px solid #DDD; - border-bottom-color: transparent !important; - height: 33px; - width: 33px; - background: transparent !important; - -webkit-animation: rotate 1s 0s linear infinite; - animation: rotate 1s 0s linear infinite; -} - -@keyframes rotate { - 0% { - -webkit-transform: rotate(0deg) scale(1); - transform: rotate(0deg) scale(1); } - - 50% { - -webkit-transform: rotate(180deg) scale(0.6); - transform: rotate(180deg) scale(0.6); } - - 100% { - -webkit-transform: rotate(360deg) scale(1); - transform: rotate(360deg) scale(1); } -} - - -.css3-spinner > .css3-spinner-ball-rotate { - width: 12px; - height: 12px; - margin-top: -6px; - margin-left: -6px; - background-color: transparent !important; - -webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; - animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; -} - -.css3-spinner-ball-rotate > div { - background-color: #DDD; - width: 12px; - height: 12px; - border-radius: 100%; - position: relative; -} - -.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) { - width: 12px; - height: 12px; - border-radius: 100%; - content: ""; - position: absolute; - opacity: 0.7; -} - -.css3-spinner-ball-rotate > div:nth-child(1) { - top: 0px; - left: -22px; -} - -.css3-spinner-ball-rotate > div:nth-child(3) { - top: 0px; - left: 22px; -} - - -@-webkit-keyframes ballrotate { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - - 50% { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } -} - -@keyframes ballrotate { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - - 50% { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } -} - - -.css3-spinner > .css3-spinner-zig-zag { - background-color: transparent !important; - -webkit-transform: translate(-15px, -15px); - -ms-transform: translate(-15px, -15px); - transform: translate(-15px, -15px); - -webkit-animation: none; - animation: none; -} - -.css3-spinner-zig-zag > div { - background-color: #DDD; - width: 12px; - height: 12px; - border-radius: 100%; - position: absolute; - margin-left: 15px; - top: 4px; - left: -7px; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner-zig-zag > div:first-child { - -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear; - animation: ball-zig-deflect 1.5s 0s infinite linear; -} - -.css3-spinner-zig-zag > div:last-child { - -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear; - animation: ball-zag-deflect 1.5s 0s infinite linear; -} - - -@-webkit-keyframes ball-zig-deflect { - 17% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 34% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 84% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - -@keyframes ball-zig-deflect { - 17% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 34% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 84% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - -@-webkit-keyframes ball-zag-deflect { - 17% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 34% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 84% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - -@keyframes ball-zag-deflect { - 17% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 34% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 84% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - - -.css3-spinner > .css3-spinner-ball-scale-multiple { - width: 60px; - height: 60px; - margin-left: -30px; - margin-top: -30px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-ball-scale-multiple > div { - background-color: #DDD; - border-radius: 100%; - position: absolute; - left: 0; - top: 0; - opacity: 0; - width: 60px; - height: 60px; - -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite; - animation: ball-scale-multiple 1.25s 0s linear infinite; -} - -.css3-spinner-ball-scale-multiple > div:nth-child(2) { - -webkit-animation-delay: -0.4s; - animation-delay: -0.4s; -} - -.css3-spinner-ball-scale-multiple > div:nth-child(3) { - -webkit-animation-delay: -0.2s; - animation-delay: -0.2s; -} - -@-webkit-keyframes ball-scale-multiple { - 0% { - -webkit-transform: scale(0); - transform: scale(0); - opacity: 0; } - - 5% { opacity: 1; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0; } -} - -@keyframes ball-scale-multiple { - 0% { - -webkit-transform: scale(0); - transform: scale(0); - opacity: 0; } - - 5% { opacity: 1; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0; } -} - - -.css3-spinner > .css3-spinner-triangle-path { - background-color: transparent !important; - -webkit-transform: translate(-29.994px, -37.50938px); - -ms-transform: translate(-29.994px, -37.50938px); - transform: translate(-29.994px, -37.50938px); - -webkit-animation: none; - animation: none; -} - -.css3-spinner-triangle-path > div { - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - position: absolute; - width: 10px; - height: 10px; - border-radius: 100%; - background-color: #DDD; -} - -.css3-spinner-triangle-path > div:nth-child(1) { - -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite; - animation: ball-triangle-path-1 2s 0s ease-in-out infinite; -} - -.css3-spinner-triangle-path > div:nth-child(2) { - -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite; - animation: ball-triangle-path-2 2s 0s ease-in-out infinite; -} - -.css3-spinner-triangle-path > div:nth-child(3) { - -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite; - animation: ball-triangle-path-3 2s 0s ease-in-out infinite; -} - -.css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; } - -.css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; } - -.css3-spinner-triangle-path > div:nth-of-type(3) { - top: 50px; - left: 50px; -} - -@-webkit-keyframes ball-triangle-path-1 { - 33% { - -webkit-transform: translate(25px, -50px); - transform: translate(25px, -50px); } - - 66% { - -webkit-transform: translate(50px, 0px); - transform: translate(50px, 0px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@keyframes ball-triangle-path-1 { - 33% { - -webkit-transform: translate(25px, -50px); - transform: translate(25px, -50px); } - - 66% { - -webkit-transform: translate(50px, 0px); - transform: translate(50px, 0px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@-webkit-keyframes ball-triangle-path-2 { - 33% { - -webkit-transform: translate(25px, 50px); - transform: translate(25px, 50px); } - - 66% { - -webkit-transform: translate(-25px, 50px); - transform: translate(-25px, 50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@keyframes ball-triangle-path-2 { - 33% { - -webkit-transform: translate(25px, 50px); - transform: translate(25px, 50px); } - - 66% { - -webkit-transform: translate(-25px, 50px); - transform: translate(-25px, 50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@-webkit-keyframes ball-triangle-path-3 { - 33% { - -webkit-transform: translate(-50px, 0px); - transform: translate(-50px, 0px); } - - 66% { - -webkit-transform: translate(-25px, -50px); - transform: translate(-25px, -50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@keyframes ball-triangle-path-3 { - 33% { - -webkit-transform: translate(-50px, 0px); - transform: translate(-50px, 0px); } - - 66% { - -webkit-transform: translate(-25px, -50px); - transform: translate(-25px, -50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - - -.css3-spinner > .css3-spinner-ball-pulse-sync { - width: 70px; - height: 34px; - margin-left: -35px; - margin-top: -17px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-ball-pulse-sync > div { - display: inline-block; - background-color: #DDD; - width: 14px; - height: 14px; - margin: 10px 3px 0; - border-radius: 100%; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(0) { - -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; - animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(1) { - -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; - animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(2) { - -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; - animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(3) { - -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; - animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; -} - - -@-webkit-keyframes ball-pulse-sync { - 33% { - -webkit-transform: translateY(10px); - transform: translateY(10px); - opacity: 0.85; - } - - 66% { - -webkit-transform: translateY(-10px); - transform: translateY(-10px); - opacity: 0.7; - } - - 100% { - -webkit-transform: translateY(0); - transform: translateY(0); - opacity: 1; - } -} - -@keyframes ball-pulse-sync { - 33% { - -webkit-transform: translateY(10px); - transform: translateY(10px); - opacity: 0.85; - } - - 66% { - -webkit-transform: translateY(-10px); - transform: translateY(-10px); - opacity: 0.7; - } - - 100% { - -webkit-transform: translateY(0); - transform: translateY(0); - opacity: 1; - } -} - - -.css3-spinner > .css3-spinner-scale-ripple { - width: 50px; - height: 50px; - margin-left: -25px; - margin-top: -25px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-scale-ripple > div { - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - position: absolute; - top: 0; - width: 50px; - height: 50px; - border-radius: 100%; - border: 2px solid #DDD; - -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); - animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); -} - -.css3-spinner-scale-ripple > div:nth-child(0) { - -webkit-animation-delay: -0.8s; - animation-delay: -0.8s; -} - -.css3-spinner-scale-ripple > div:nth-child(1) { - -webkit-animation-delay: -0.6s; - animation-delay: -0.6s; -} - -.css3-spinner-scale-ripple > div:nth-child(2) { - -webkit-animation-delay: -0.4s; - animation-delay: -0.4s; -} - -.css3-spinner-scale-ripple > div:nth-child(3) { - -webkit-animation-delay: -0.2s; - animation-delay: -0.2s; -} - - -@-webkit-keyframes ball-scale-ripple-multiple { - 0% { - -webkit-transform: scale(0.1); - transform: scale(0.1); - opacity: 1; } - - 70% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0.7; } - - 100% { - opacity: 0.0; } -} - -@keyframes ball-scale-ripple-multiple { - 0% { - -webkit-transform: scale(0.1); - transform: scale(0.1); - opacity: 1; } - - 70% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0.7; } - - 100% { - opacity: 0.0; } -} - diff --git a/public/css/main/imports/footer.css b/public/css/main/imports/footer.css deleted file mode 100644 index adceb2b..0000000 --- a/public/css/main/imports/footer.css +++ /dev/null @@ -1,120 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - footer.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Footer ------------------------------------------------------------------*/ - - -#footer { - position: relative; - background-color: #EEE; - border-top: 5px solid rgba(0,0,0,0.2); -} - -.device-lg.sticky-footer #top-bar, -.device-md.sticky-footer #top-bar { z-index: 299; } - -.device-lg.sticky-footer #header, -.device-md.sticky-footer #header { z-index: 199; } - -.device-lg.sticky-footer #slider, -.device-lg.sticky-footer #page-submenu, -.device-lg.sticky-footer #page-title, -.device-lg.sticky-footer #content, -.device-md.sticky-footer #slider, -.device-md.sticky-footer #page-submenu, -.device-md.sticky-footer #page-title, -.device-md.sticky-footer #content { z-index: 2; } - -.device-lg.sticky-footer #footer, -.device-md.sticky-footer #footer { - position: fixed; - top: auto; - bottom: 0; - left: 0; - width: 100%; - z-index: 1; -} - -.device-lg.sticky-footer:not(.stretched) #footer, -.device-md.sticky-footer:not(.stretched) #footer { - left: 50%; - margin-left: -610px; - width: 1220px; -} - -.device-md.sticky-footer:not(.stretched) #footer { - margin-left: -500px; - width: 1000px; -} - -#footer .footer-widgets-wrap { - position: relative; - padding: 80px 0; -} - -.footer-widgets-wrap .col_full, -.footer-widgets-wrap .col_half, -.footer-widgets-wrap .col_one_third, -.footer-widgets-wrap .col_two_third, -.footer-widgets-wrap .col_three_fourth, -.footer-widgets-wrap .col_one_fourth, -.footer-widgets-wrap .col_one_fifth, -.footer-widgets-wrap .col_two_fifth, -.footer-widgets-wrap .col_three_fifth, -.footer-widgets-wrap .col_four_fifth, -.footer-widgets-wrap .col_one_sixth, -.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; } - -#copyrights { - padding: 40px 0; - background-color: #DDD; - font-size: 14px; - line-height: 1.8; -} - -#copyrights i.footer-icon { - position: relative; - top: 1px; - font-size: 14px; - width: 14px; - text-align: center; - margin-right: 3px; -} - -.copyright-links a { - display: inline-block; - margin: 0 3px; - color: #333; - border-bottom: 1px dotted #444; -} - -.copyright-links a:hover { - color: #555; - border-bottom: 1px solid #666; -} - -.copyrights-menu { margin-bottom: 10px; } - -.copyrights-menu a { - font-size: 14px; - margin: 0 10px; - border-bottom: 0 !important; -} - -#copyrights .col_half { margin-bottom: 0 !important; } - -#copyrights a:first-child { margin-left: 0; } - -#copyrights .tright a:last-child { margin-right: 0; } - -.footer-logo { - display: block; - margin-bottom: 30px; -} diff --git a/public/css/main/imports/header.css b/public/css/main/imports/header.css deleted file mode 100644 index f1bb852..0000000 --- a/public/css/main/imports/header.css +++ /dev/null @@ -1,1848 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - header.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Header ------------------------------------------------------------------*/ - - -#header { - position: relative; - background-color: #FFF; - border-bottom: 1px solid #F5F5F5; -} - -#header .container { position: relative; } - -#header.transparent-header { - background: transparent; - border-bottom: none; - z-index: 199; -} - -#header.semi-transparent { background-color: rgba(255,255,255,0.8); } - -#header.transparent-header.floating-header { margin-top: 60px; } - -#header.transparent-header.floating-header .container { - width: 1220px; - background-color: #FFF; - padding: 0 40px; - border-radius: 2px; -} - -#header.transparent-header.floating-header.sticky-header .container { - width: 1170px; - padding: 0 15px; -} - -#header.transparent-header + #slider, -#header.transparent-header + #page-title.page-title-parallax, -#header.transparent-header + #google-map, -#slider + #header.transparent-header { - top: -100px; - margin-bottom: -100px; -} - -#header.transparent-header.floating-header + #slider, -#header.transparent-header.floating-header + #google-map { - top: -160px; - margin-bottom: -160px; -} - -#header.transparent-header + #page-title.page-title-parallax .container { - z-index: 5; - padding-top: 100px; -} - -#header.full-header { border-bottom-color: #EEE; } - -body.stretched #header.full-header .container { - width: 100%; - padding: 0 30px; -} - -#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); } - -#slider + #header.transparent-header.full-header #header-wrap { - border-top: 1px solid rgba(0,0,0,0.1); - border-bottom: none; -} - - -/* ---------------------------------------------------------------- - Logo ------------------------------------------------------------------*/ - - -#logo { - position: relative; - float: left; - font-family: 'Raleway', sans-serif; - font-size: 36px; - line-height: 100%; - margin-right: 40px; -} - -#header.full-header #logo { - padding-right: 30px; - margin-right: 30px; - border-right: 1px solid #EEE; -} - -#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); } - -#logo a { - display: block; - color: #000; -} - -#logo img { - display: block; - max-width: 100%; -} - -#logo a.standard-logo { display: block; } - -#logo a.retina-logo { display: none; } - - -/* ---------------------------------------------------------------- - Header Right Area ------------------------------------------------------------------*/ - - -.header-extras { - float: right; - margin: 30px 0 0; -} - -.header-extras li { - float: left; - margin-left: 20px; - height: 40px; - overflow: hidden; - list-style: none; -} - -.header-extras li i { margin-top: 3px !important; } - -.header-extras li:first-child { margin-left: 0; } - -.header-extras li .he-text { - float: left; - padding-left: 10px; - font-weight: bold; - font-size: 14px; - line-height: 1.43; -} - -.header-extras li .he-text span { - display: block; - font-weight: 400; - color: #1ABC9C; -} - - -/* ---------------------------------------------------------------- - Primary Menu ------------------------------------------------------------------*/ - - -#primary-menu { float: right; } - -#primary-menu ul.mobile-primary-menu { display: none; } - -#header.full-header #primary-menu > ul { - float: left; - padding-right: 15px; - margin-right: 15px; - border-right: 1px solid #EEE; -} - -#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); } - -#primary-menu-trigger, -#page-submenu-trigger { - opacity: 0; - pointer-events: none; - cursor: pointer; - font-size: 14px; - position: absolute; - top: 50%; - margin-top: -25px; - width: 50px; - height: 50px; - line-height: 50px; - text-align: center; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -#primary-menu ul { - list-style: none; - margin: 0; -} - -#primary-menu > ul { float: left; } - -#primary-menu ul li { position: relative; } - -#primary-menu ul li.mega-menu { position: inherit; } - -#primary-menu ul > li { - float: left; - margin-left: 2px; -} - -#primary-menu > ul > li:first-child { margin-left: 0; } - -#primary-menu ul li > a { - display: block; - line-height: 22px; - padding: 39px 15px; - color: #444; - font-weight: bold; - font-size: 13px; - letter-spacing: 1px; - text-transform: uppercase; - font-family: 'Raleway', sans-serif; - -webkit-transition: margin .4s ease, padding .4s ease; - -o-transition: margin .4s ease, padding .4s ease; - transition: margin .4s ease, padding .4s ease; -} - -#primary-menu ul li > a span { display: none; } - -#primary-menu ul li > a i { - position: relative; - top: -1px; - font-size: 14px; - width: 16px; - text-align: center; - margin-right: 6px; - vertical-align: top; -} - -#primary-menu ul li > a i.icon-angle-down:last-child { - font-size: 12px; - margin: 0 0 0 5px; -} - -#primary-menu ul li:hover > a, -#primary-menu ul li.current > a { color: #1ABC9C; } - -#primary-menu > ul > li.sub-menu > a > div { } - -body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column), -body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; } - -#primary-menu ul ul:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content { - display: none; - position: absolute; - width: 220px; - background-color: #FFF; - box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); - border: 1px solid #EEE; - border-top: 2px solid #1ABC9C; - height: auto; - z-index: 199; - top: 100%; - left: 0; - margin: 0; -} - -#primary-menu ul ul:not(.mega-menu-column) ul { - top: -2px !important; - left: 218px; -} - -#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content.menu-pos-invert { - left: auto; - right: 0; -} - -#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; } - -#primary-menu ul ul li { - float: none; - margin: 0; -} - -#primary-menu ul ul li:first-child { border-top: 0; } - -#primary-menu ul ul li > a { - font-size: 12px; - font-weight: 600; - color: #666; - padding-top: 10px; - padding-bottom: 10px; - border: 0; - letter-spacing: 0; - font-family: 'Lato', sans-serif; - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -#primary-menu ul ul li > a i { vertical-align: middle; } - -#primary-menu ul ul li:hover > a { - background-color: #F9F9F9; - padding-left: 18px; - color: #1ABC9C; -} - -#primary-menu ul ul > li.sub-menu > a, -#primary-menu ul ul > li.sub-menu:hover > a { - background-image: url("images/icons/submenu.png"); - background-position: right center; - background-repeat: no-repeat; -} - - -/* ---------------------------------------------------------------- - Mega Menu ------------------------------------------------------------------*/ - - -#primary-menu ul li .mega-menu-content, -#primary-menu ul li.mega-menu-small .mega-menu-content { - width: 720px; - max-width: 400px; -} - -#primary-menu ul li.mega-menu .mega-menu-content, -.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { - margin: 0 15px; - width: 1140px; - max-width: none; -} - -.floating-header #primary-menu ul li.mega-menu .mega-menu-content { - margin: 0; - width: 1220px; -} - -body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; } - -body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; } - -#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; } - -#primary-menu ul li .mega-menu-content ul { - display: block; - position: relative; - top: 0; - min-width: inherit; - border: 0; - box-shadow: none; - background-color: transparent; -} - -#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) { - display: block !important; - opacity: 1 !important; - top: 0; - left: 0; -} - -#primary-menu ul li .mega-menu-content ul.mega-menu-column { - float: left; - margin: 0; -} - -#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 20%; } - -#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; } - -#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left: 1px solid #F2F2F2; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 30px 20px; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin-top: 20px; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child { margin-top: 0; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { - font-size: 13px; - font-weight: bold; - font-family: 'Raleway', sans-serif; - letter-spacing: 1px; - text-transform: uppercase !important; - margin-bottom: 15px; - color: #444; - padding: 0 !important; - line-height: 1.3 !important; -} - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #1ABC9C; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a { background: none; } - -#primary-menu ul li .mega-menu-content.style-2 li { border: 0; } - -#primary-menu ul li .mega-menu-content.style-2 ul li > a { - padding-left: 5px; - padding-top: 7px; - padding-bottom: 7px; -} - -#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover { padding-left: 12px; } - - -.mega-menu-column .entry-meta { - margin: 8px -10px 0 0 !important; - border: none !important; - padding: 0 !important; -} - -.mega-menu-column .entry-meta li { - float: left !important; - border: none !important; - margin: 0 10px 0 0 !important; -} - - - -/* Primary Menu - Style 2 ------------------------------------------------------------------*/ - -#primary-menu.style-2 { - float: none; - max-width: none; - border-top: 1px solid #F5F5F5; -} - -#primary-menu.style-2 > div > ul { float: left; } - -#primary-menu.style-2 > div > ul > li > a { - padding-top: 19px; - padding-bottom: 19px; -} - -#logo + #primary-menu.style-2 { border-top: 0; } - -#primary-menu.style-2 > div #top-search, -#primary-menu.style-2 > div #top-cart, -#primary-menu.style-2 > div #side-panel-trigger { - margin-top: 20px; - margin-bottom: 20px; -} - -body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul, -body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div { - float: none; - display: inline-block !important; - width: auto; - text-align: left; -} - - -/* Primary Menu - Style 3 ------------------------------------------------------------------*/ - -#primary-menu.style-3 > ul > li > a { - margin: 28px 0; - padding-top: 11px; - padding-bottom: 11px; - border-radius: 2px; -} - -#primary-menu.style-3 > ul > li:hover > a { - color: #444; - background-color: #F5F5F5; -} - -#primary-menu.style-3 > ul > li.current > a { - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - background-color: #1ABC9C; -} - - -/* Primary Menu - Style 4 ------------------------------------------------------------------*/ - -#primary-menu.style-4 > ul > li > a { - margin: 28px 0; - padding-top: 10px; - padding-bottom: 10px; - border-radius: 2px; - border: 1px solid transparent; -} - -#primary-menu.style-4 > ul > li:hover > a, -#primary-menu.style-4 > ul > li.current > a { border-color: #1ABC9C; } - - -/* Primary Menu - Style 5 ------------------------------------------------------------------*/ - -#primary-menu.style-5 > ul { - padding-right: 10px; - margin-right: 5px; - border-right: 1px solid #EEE; -} - -#primary-menu.style-5 > ul > li:not(:first-child) { margin-left: 15px; } - -#primary-menu.style-5 > ul > li > a { - padding-top: 25px; - padding-bottom: 25px; - line-height: 14px; -} - -#primary-menu.style-5 > ul > li > a i { - display: block; - width: auto; - margin: 0 0 8px; - font-size: 28px; - line-height: 1; -} - - -/* Primary Menu - Style 6 ------------------------------------------------------------------*/ - -#primary-menu.style-6 > ul > li > a { position: relative; } - -#primary-menu.style-6 > ul > li > a:after, -#primary-menu.style-6 > ul > li.current > a:after, -#primary-menu.style-6 > div > ul > li > a:after, -#primary-menu.style-6 > div > ul > li.current > a:after { - content: ''; - position: absolute; - top: 0; - left: 0; - height: 2px; - width: 0; - border-top: 2px solid #1ABC9C; - -webkit-transition: width .3s ease; - -o-transition: width .3s ease; - transition: width .3s ease; -} - -#primary-menu.style-6 > ul > li.current > a:after, -#primary-menu.style-6 > ul > li:hover > a:after, -#primary-menu.style-6 > div > ul > li.current > a:after, -#primary-menu.style-6 > div > ul > li:hover > a:after { width: 100%; } - - -/* Primary Menu - Sub Title ------------------------------------------------------------------*/ - -#primary-menu.sub-title > ul > li, -#primary-menu.sub-title.style-2 > div > ul > li { - background: url("images/icons/menu-divider.png") no-repeat right center; - margin-left: 1px; -} - -#primary-menu.sub-title ul li:first-child { - padding-left: 0; - margin-left: 0; -} - -#primary-menu.sub-title > ul > li > a, -#primary-menu.sub-title > div > ul > li > a { - line-height: 14px; - padding: 27px 20px 32px; - text-transform: uppercase; - border-top: 5px solid transparent; -} - -#primary-menu.sub-title > ul > li > a span, -#primary-menu.sub-title > div > ul > li > a span { - display: block; - margin-top: 10px; - line-height: 12px; - font-size: 11px; - font-weight: 400; - color: #888; - text-transform: capitalize; -} - -#primary-menu.sub-title > ul > li:hover > a, -#primary-menu.sub-title > ul > li.current > a, -#primary-menu.sub-title > div > ul > li:hover > a, -#primary-menu.sub-title > div > ul > li.current > a { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-top-color: rgba(0,0,0,0.1); -} - -#primary-menu.sub-title > ul > li:hover > a span, -#primary-menu.sub-title > ul > li.current > a span, -#primary-menu.sub-title.style-2 > div > ul > li:hover > a span, -#primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; } - -#primary-menu.sub-title.style-2 ul ul span { display: none; } - - -/* Primary Menu - Style 2 with Sub Title ------------------------------------------------------------------*/ - -#primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; } - -#primary-menu.sub-title.style-2 > div #top-search, -#primary-menu.sub-title.style-2 > div #top-cart, -#primary-menu.sub-title.style-2 > div #side-panel-trigger { - float: right; - margin-top: 30px; - margin-bottom: 30px; -} - -#primary-menu.sub-title.style-2 div ul li:first-child, -#primary-menu.sub-title.style-2 > div > ul > li:hover + li, -#primary-menu.sub-title.style-2 > div > ul > li.current + li { background-image: none; } - -#primary-menu.sub-title.style-2 > div > ul > li > a { - padding-top: 17px; - padding-bottom: 22px; -} - -/* Primary Menu - Split Menu ------------------------------------------------------------------*/ - -@media (min-width: 992px) { - - #header.split-menu #logo { - position: absolute; - width: 100%; - text-align: center; - margin: 0; - float: none; - height: 100px; - } - - #header.split-menu #logo a.standard-logo { display: inline-block; } - -} - -#header.split-menu #primary-menu { - float: none; - margin: 0; -} - -#header.split-menu #primary-menu > ul { z-index: 199; } - -#header.split-menu #primary-menu > ul:first-child { float: left; } - -#header.split-menu #primary-menu > ul:last-child { float: right; } - - - -/* Primary Menu - Overlay Menu ------------------------------------------------------------------*/ - - -@media (min-width: 992px) { - -.overlay-menu:not(.top-search-open) #primary-menu-trigger { - opacity: 1; - pointer-events: auto; - left: auto; - right: 75px; - width: 20px; - height: 20px; - line-height: 20px; - margin-top: -10px; -} - -.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; } - -.overlay-menu #primary-menu > #overlay-menu-close { - opacity: 0; - pointer-events: none; - position: fixed; - top: 25px; - left: auto; - right: 25px; - width: 48px; - height: 48px; - line-height: 48px; - font-size: 24px; - text-align: center; - color: #444; - z-index: 300; - -webkit-transform: translateY(-80px); - -ms-transform: translateY(-80px); - -o-transform: translateY(-80px); - transform: translateY(-80px); - -webkit-transition: opacity .4s ease, transform .45s .15s ease; - -o-transition: opacity .4s ease, transform .45s .15s ease; - transition: opacity .4s ease, transform .45s .15s ease; -} - -.overlay-menu #primary-menu > ul { - opacity: 0 !important; - pointer-events: none; - position: fixed; - left: 0; - top: 0; - width: 100%; - height: 100% !important; - z-index: 299; - background: rgba(255,255,255,0.95); - -webkit-transition: opacity .7s ease; - -o-transition: opacity .7s ease; - transition: opacity .7s ease; -} - -.overlay-menu #primary-menu > ul.show { - opacity: 1 !important; - display: inherit !important; - pointer-events: auto; -} - -.overlay-menu #primary-menu > ul.show ~ #overlay-menu-close { - opacity: 1; - -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease; - -o-transition: opacity .7s .4s ease, transform .45s .15s ease; - transition: opacity .7s .4s ease, transform .45s .15s ease; - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - -o-transform: translateY(0); - transform: translateY(0); - pointer-events: auto; -} - -.overlay-menu #primary-menu > ul > li { - float: none; - text-align: center; - max-width: 400px; - margin: 0 auto; -} - -.overlay-menu #primary-menu > ul > li > a { - font-size: 24px; - padding-top: 19px; - padding-bottom: 19px; - letter-spacing: 2px; - text-transform: none; - opacity: 0; - -webkit-transform: translateY(-80px); - -ms-transform: translateY(-80px); - -o-transform: translateY(-80px); - transform: translateY(-80px); - -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; - -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; - transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; -} - -.overlay-menu #primary-menu > ul.show > li > a { - opacity: 1; - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - -o-transform: translateY(0); - transform: translateY(0); -} - -} - - -/* ---------------------------------------------------------------- - Top Search ------------------------------------------------------------------*/ - - -#top-search, -#top-cart, -#side-panel-trigger, -#top-account { - float: right; - margin: 40px 0 40px 15px; -} - -#top-cart { position: relative; } - -#top-search a, -#top-cart a, -#side-panel-trigger a, -#top-account a { - display: block; - position: relative; - width: 14px; - height: 14px; - font-size: 14px; - line-height: 20px; - text-align: center; - color: #333; - -webkit-transition: color .3s ease-in-out; - -o-transition: color .3s ease-in-out; - transition: color .3s ease-in-out; -} - -#top-search a { z-index: 11; } - -#top-search a i { - position: absolute; - top: 0; - left: 0; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -body.top-search-open #top-search a i.icon-search3, -#top-search a i.icon-line-cross { opacity: 0; } - -body.top-search-open #top-search a i.icon-line-cross { - opacity: 1; - z-index: 11; - font-size: 16px; -} - -#top-cart a:hover { color: #1ABC9C; } - -#top-search form { - opacity: 0; - z-index: -2; - position: absolute; - width: 100% !important; - height: 100% !important; - padding: 0 15px; - margin: 0; - top: 0; - left: 0; - -webkit-transition: opacity .3s ease-in-out; - -o-transition: opacity .3s ease-in-out; - transition: opacity .3s ease-in-out; -} - -body.top-search-open #top-search form { - opacity: 1; - z-index: 10; -} - -#top-search form input { - box-shadow: none !important; - pointer-events: none; - border-radius: 0; - border: 0; - outline: 0 !important; - font-size: 32px; - padding: 10px 80px 10px 0; - height: 100%; - background-color: transparent; - color: #333; - font-weight: 700; - margin-top: 0 !important; - font-family: 'Raleway', sans-serif; - letter-spacing: 2px; -} - -body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input { padding-left: 40px; } - -body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; } - -body.top-search-open #top-search form input { pointer-events: auto; } - -body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); } - -#top-search form input::-moz-placeholder { - color: #555; - opacity: 1; - text-transform: uppercase; -} -#top-search form input:-ms-input-placeholder { - color: #555; - text-transform: uppercase; -} -#top-search form input::-webkit-input-placeholder { - color: #555; - text-transform: uppercase; -} - -#primary-menu .container #top-search form input, -.sticky-header #top-search form input { border: none !important; } - - -/* ---------------------------------------------------------------- - Top Cart ------------------------------------------------------------------*/ - - -#top-cart { margin-right: 0; } - -#top-cart > a > span { - display: block; - position: absolute; - top: -7px; - left: auto; - right: -14px; - font-size: 10px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - width: 16px; - height: 16px; - line-height: 16px; - text-align: center; - background-color: #1ABC9C; - border-radius: 50%; -} - -#top-cart .top-cart-content { - opacity: 0; - z-index: -2; - position: absolute; - width: 280px; - background-color: #FFF; - box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05); - border: 1px solid #EEE; - border-top: 2px solid #1ABC9C; - top: 60px; - right: -15px; - left: auto; - margin: -10000px 0 0; - -webkit-transition: opacity .5s ease, top .4s ease; - -o-transition: opacity .5s ease, top .4s ease; - transition: opacity .5s ease, top .4s ease; -} - -.style-2 .container #top-cart .top-cart-content { top: 40px; } - -.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; } - -#top-cart.top-cart-open .top-cart-content { - opacity: 1; - z-index: 11; - margin-top: 0; -} - -.top-cart-title { - padding: 12px 15px; - border-bottom: 1px solid #EEE; -} - -.top-cart-title h4 { - margin-bottom: 0; - font-size: 15px; - font-weight: bold; - text-transform: uppercase; - letter-spacing: 1px; -} - -.top-cart-items { padding: 15px; } - -.top-cart-item { - padding-top: 15px; - margin-top: 15px; - border-top: 1px solid #F5F5F5; -} - -.top-cart-item:first-child { - padding-top: 0; - margin-top: 0; - border-top: 0; -} - -.top-cart-item-image { - float: left; - margin-right: 15px; - width: 48px !important; - height: 48px !important; - border: 2px solid #EEE; - -webkit-transition: border-color .2s linear; - -o-transition: border-color .2s linear; - transition: border-color .2s linear; -} - -.top-cart-item-image a, -.top-cart-item-image img { - display: block; - width: 44px !important; - height: 44px !important; -} - -.top-cart-item-image:hover { border-color: #1ABC9C; } - -.top-cart-item-desc { - position: relative; - overflow: hidden; -} - -.top-cart-item-desc a { - text-align: left !important; - font-size: 13px !important; - width: auto !important; - height: auto !important; - font-weight: 600; -} - -.top-cart-item-desc a:hover { color: #1ABC9C !important; } - -.top-cart-item-desc span.top-cart-item-price { - display: block; - line-height: 20px; - font-size: 12px !important; - color: #999; -} - -.top-cart-item-desc span.top-cart-item-quantity { - display: block; - position: absolute; - font-size: 12px !important; - right: 0; - top: 2px; - color: #444; -} - -.top-cart-action { - padding: 15px; - border-top: 1px solid #EEE; -} - -.top-cart-action span.top-checkout-price { - font-size: 20px; - color: #1ABC9C; -} - -/* ---------------------------------------------------------------- - Top Account ------------------------------------------------------------------*/ - - -#top-account { margin: 32px 0 33px 20px; } - -#top-account a { - width: auto; - height: auto; -} - -#top-account a span { - margin-left: 5px; - font-weight: 600; -} - -#top-account a i.icon-angle-down { - margin-left: 5px; - font-size: 12px; -} - -#top-account .dropdown-menu { padding: 10px 0; } - -#top-account .dropdown-menu li a { - font-family: 'Lato', sans-serif; - font-weight: 400; - text-align: left; - line-height: 22px; -} - -#top-account .dropdown-menu li a .badge { - display: block; - float: right; - margin: 2px 0 0 0; -} - -#top-account .dropdown-menu li a i:last-child { - position: relative; - top: 1px; - margin-left: 5px; -} - - - -/* ---------------------------------------------------------------- - Sticky Header ------------------------------------------------------------------*/ - -#header, -#header-wrap, -#logo img { - height: 100px; - -webkit-transition: height .4s ease, opacity .3s ease; - -o-transition: height .4s ease, opacity .3s ease; - transition: height .4s ease, opacity .3s ease; -} - -#header.sticky-style-2 { height: 161px; } - -#header.sticky-style-3 { height: 181px; } - -#header.sticky-style-2 #header-wrap { height: 60px; } - -#header.sticky-style-3 #header-wrap { height: 80px; } - -#primary-menu > ul > li > ul, -#primary-menu > ul > li > .mega-menu-content, -#primary-menu > ul > li.mega-menu > .mega-menu-content { - -webkit-transition: top .4s ease; - -o-transition: top .4s ease; - transition: top .4s ease; -} - -#top-search, -#top-cart { - -webkit-transition: margin .4s ease, opacity .3s ease; - -o-transition: margin .4s ease, opacity .3s ease; - transition: margin .4s ease, opacity .3s ease; -} - -body:not(.top-search-open) #header-wrap #logo, -body:not(.top-search-open) #primary-menu > ul, -body:not(.top-search-open) #primary-menu > .container > ul, -body:not(.top-search-open) #top-cart, -body:not(.top-search-open) #side-panel-trigger, -body:not(.top-search-open) #top-account { - opacity: 1; - -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; - -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; - transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; -} - -body.top-search-open #header-wrap #logo, -body.top-search-open #primary-menu > ul, -body.top-search-open #primary-menu > .container > ul, -body.top-search-open #top-cart, -body.top-search-open #side-panel-trigger, -body.top-search-open #top-account { opacity: 0; } - -#header.sticky-header.semi-transparent { background-color: transparent; } - -#header-wrap { - position: relative; - z-index: 199; - -webkit-backface-visibility: hidden; -} - -#header.sticky-header #header-wrap { - position: fixed; - top: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 10px rgba(0,0,0,0.1); -} - -#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) } - -#header.sticky-header:not(.static-sticky), -#header.sticky-header:not(.static-sticky) #header-wrap, -#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; } - -#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { - padding-top: 19px; - padding-bottom: 19px; -} - -#header.sticky-header:not(.static-sticky).sticky-style-2, -#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; } - -#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu, -#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; } - -#header.sticky-header:not(.static-sticky) #top-search, -#header.sticky-header:not(.static-sticky) #top-cart, -#header.sticky-header:not(.static-sticky) #side-panel-trigger { - margin-top: 20px !important; - margin-bottom: 20px !important; -} - -#header.sticky-header:not(.static-sticky) #top-account { - margin-top: 12px !important; - margin-bottom: 13px !important; -} - -#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } - -#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; } - -/* Primary Menu - Style 3 ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a { - margin: 0; - border-radius: 0; -} - -/* Primary Menu - Style 4 ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a { - padding-top: 8px; - padding-bottom: 8px; - margin: 10px 0; -} - -/* Primary Menu - Style 5 ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; } - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; } - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a { - line-height: 22px; - padding-top: 19px; - padding-bottom: 19px; -} - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; } - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i { - display: inline-block; - width: 16px; - top: -1px; - margin: 0 6px 0 0; - font-size: 14px; - line-height: 22px; -} - -/* Primary Menu - Sub Title ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li { - background: none !important; - margin-left: 2px; -} - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; } - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a { - line-height: 22px; - padding: 19px 15px; - text-transform: none; - font-size: 14px; - border-top: 0; -} - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; } - - -/* ---------------------------------------------------------------- - Page Menu ------------------------------------------------------------------*/ - -#page-menu, -#page-menu-wrap { - position: relative; - height: 44px; - line-height: 44px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -#page-menu-wrap { - z-index: 99; - background-color: #1ABC9C; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - -o-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - -webkit-backface-visibility: hidden; -} - -#page-menu.sticky-page-menu #page-menu-wrap { - position: fixed; - z-index: 99; - left: 0; - width: 100%; - box-shadow: 0 0 15px rgba(0,0,0,0.3); -} - -#header.static-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.static-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 100px; } - -#header ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap, -#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 0; } - -#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 60px; } - -#page-submenu-trigger { - top: 0; - margin-top: 0; - left: auto; - right: 15px; - width: 40px; - height: 44px; - line-height: 44px; -} - -#page-menu .menu-title { - float: left; - color: #FFF; - font-size: 20px; - font-weight: 300; -} - -#page-menu .menu-title span { font-weight: 600; } - -#page-menu nav { - position: relative; - float: right; -} - -#page-menu nav ul { - margin-bottom: 0; - height: 44px; -} - -#page-menu nav li { - position: relative; - float: left; - list-style: none; -} - -#page-menu nav li a { - display: block; - height: 28px; - line-height: 28px; - margin: 8px 4px; - padding: 0 14px; - color: #FFF; - font-size: 14px; - border-radius: 14px; -} - -#page-menu nav li a .icon-angle-down { margin-left: 5px; } - -body:not(.device-touch) #page-menu nav li a { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -#page-menu nav li:hover a, -#page-menu nav li.current a { background-color: rgba(0,0,0,0.15); } - -#page-menu li:hover ul { display: block; } - -#page-menu ul ul { - display: none; - position: absolute; - width: 150px; - top: 44px; - left: 0; - z-index: 149; - height: auto; - background-color: #1ABC9C; -} - -#page-menu ul ul ul { display: none !important; } /* Disable Multi-Level Links */ - -#page-menu ul ul li { float: none; } - -#page-menu ul ul a { - height: auto; - line-height: 22px; - margin: 0; - padding: 8px 14px; - border-radius: 0; - background-color: rgba(0,0,0,0.15); -} - -#page-menu ul ul li:hover a, -#page-menu ul ul li.current a { background-color: rgba(0,0,0,0.3); } - - -/* Page Menu - Dots Style ------------------------------------------------------------------*/ - -@media (min-width: 992px) { - - #page-menu.dots-menu, - #page-menu.dots-menu #page-menu-wrap { - position: fixed; - z-index: 99; - top: 50%; - left: auto; - right: 20px; - width: 24px; - height: auto; - line-height: 1.5; - background-color: transparent; - text-shadow: none; - } - - #page-menu.dots-menu #page-menu-wrap { - position: relative; - box-shadow: none; - } - - #page-menu.dots-menu .menu-title { display: none; } - - #page-menu.dots-menu nav { - float: none; - width: 24px; - } - - #page-menu.dots-menu nav ul { height: auto; } - - #page-menu.dots-menu nav ul li { - float: none; - width: 14px; - height: 14px; - margin: 10px 6px; - } - - #page-menu.dots-menu nav li a { - position: relative; - width: 10px; - height: 10px; - line-height: 1.5; - padding: 0; - margin: 0 2px; - background-color: rgba(0,0,0,0.4); - border-radius: 50%; - color: #777; - } - - #page-menu.dots-menu nav li a:hover { background-color: rgba(0,0,0,0.7) } - - #page-menu.dots-menu nav li.current a { background-color: #1ABC9C; } - - #page-menu.dots-menu nav li div { - position: absolute; - width: auto; - top: -11px; - right: 25px; - background-color: #1ABC9C; - color: #FFF; - padding: 5px 14px; - white-space: nowrap; - pointer-events: none; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - border-radius: 2px; - opacity: 0; - } - - body:not(.device-touch) #page-menu.dots-menu nav li div { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; - } - - #page-menu.dots-menu nav li div:after { - position: absolute; - content: ''; - top: 50%; - margin-top: -6px; - left: auto; - right: -5px; - width: 0; - height: 0; - border-top: 7px solid transparent; - border-bottom: 7px solid transparent; - border-left: 6px solid #1ABC9C; - } - - #page-menu.dots-menu nav li a:hover div { - opacity: 1; - right: 30px; - } - -} - - -/* ---------------------------------------------------------------- - One Page ------------------------------------------------------------------*/ - -.one-page-arrow { - position: absolute; - z-index: 3; - bottom: 20px; - left: 50%; - margin-left: -16px; - width: 32px; - height: 32px; - font-size: 32px; - text-align: center; - color: #222; -} - - -/* ---------------------------------------------------------------- - Side Header ------------------------------------------------------------------*/ - -@media (min-width: 992px) { - - -.side-header #header { - position: fixed; - top: 0; - left: 0; - z-index: 10; - width: 260px; - height: 100%; - height: calc(100vh); - background-color: #FFF; - border: none; - border-right: 1px solid #EEE; - overflow: hidden; - box-shadow: 0 0 15px rgba(0, 0, 0, 0.065); -} - -.side-header #header-wrap { - width: 300px; - height: 100%; - overflow: auto; - padding-right: 40px; -} - -.side-header #header .container { - width: 260px !important; - padding: 0 30px !important; - margin: 0 !important; -} - -.side-header #logo { - float: none; - margin: 60px 0 40px; -} - -.side-header #logo img { height: auto !important; } - -.side-header #logo:not(.nobottomborder):after, -.side-header #primary-menu:not(.nobottomborder):after { - display: block; - content: ''; - width: 20%; - border-bottom: 1px solid #E5E5E5; -} - -.side-header .center #logo:after { margin: 0 auto; } - -.side-header #primary-menu { margin-bottom: 30px; } - -.side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; } - -.side-header #primary-menu, -.side-header #primary-menu ul { - float: none; - height: auto; -} - -.side-header #primary-menu ul li { - float: none; - margin: 15px 0 0; -} - -.side-header #primary-menu ul li:first-child { margin-top: 0; } - -.side-header #primary-menu ul li a { - height: 25px; - line-height: 25px; - padding: 0; - text-transform: uppercase; -} - -.side-header #primary-menu ul li i { line-height: 24px; } - -.side-header #primary-menu ul ul { - position: relative; - width: 100%; - background-color: transparent; - box-shadow: none; - border: none; - height: auto; - z-index: 1; - top: 0; - left: 0; - margin: 5px 0; - padding-left: 12px; -} - -.side-header #primary-menu ul ul ul { - top: 0 !important; - left: 0; -} - -.side-header #primary-menu ul ul.menu-pos-invert { - left: 0; - right: auto; -} - -.side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; } - -.side-header #primary-menu ul ul li { - margin: 0; - border: 0; -} - -.side-header #primary-menu ul ul li:first-child { border-top: 0; } - -.side-header #primary-menu ul ul a { - font-size: 12px; - height: auto !important; - line-height: 24px !important; - padding: 2px 0 !important; -} - -.side-header #primary-menu ul ul li:hover > a { - background-color: transparent !important; - color: #444 !important; -} - -.side-header #primary-menu ul > li.sub-menu > a, -.side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; } - -.side-header #primary-menu ul > li.sub-menu > a:after { - position: absolute; - content: '\e7a5'; - top: 1px; - right: 0; - -webkit-transition: transform .2s linear; - -o-transition: transform .2s linear; - transition: transform .2s linear; -} - -.side-header #primary-menu ul > li.sub-menu:hover > a:after { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); -} - -.side-header:not(.open-header) #wrapper { - margin: 0 0 0 260px !important; - width: auto !important; -} - -.side-header:not(.open-header) #wrapper .container { - width: auto; - margin: 0 40px; -} - - -/* Side Header - Push Header ------------------------------------------------------------------*/ - -.side-header.open-header.push-wrapper { overflow-x: hidden; } - -.side-header.open-header #header { left: -260px; } - -.side-header.open-header.side-header-open #header { left: 0; } - -.side-header.open-header #wrapper { left: 0; } - -.side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; } - -#header-trigger { display: none; } - -.side-header.open-header #header-trigger { - display: block; - position: fixed; - cursor: pointer; - top: 20px; - left: 20px; - z-index: 11; - font-size: 16px; - width: 32px; - height: 32px; - line-height: 32px; - background-color: #FFF; - text-align: center; - border-radius: 2px; -} - -.side-header.open-header.side-header-open #header-trigger { left: 280px; } - -.side-header.open-header #header-trigger i:nth-child(1), -.side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; } - -.side-header.open-header.side-header-open #header-trigger i:nth-child(1), -.side-header.open-header #header-trigger i:nth-child(2) { display: none; } - - -.side-header.open-header #header, -.side-header.open-header #header-trigger, -.side-header.open-header.push-wrapper #wrapper { - -webkit-transition: left .4s ease; - -o-transition: left .4s ease; - transition: left .4s ease; -} - - -/* Side Header - Right Aligned ------------------------------------------------------------------*/ - -.side-header.side-header-right #header { - left: auto; - right: 0; - border: none; - border-left: 1px solid #EEE; -} - -.side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; } - -.side-header.side-header-right.open-header #header { - left: auto; - right: -260px; -} - -.side-header.side-header-right.open-header.side-header-open #header { - left: auto; - right: 0; -} - -.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; } - -.side-header.side-header-right.open-header #header-trigger { - left: auto; - right: 20px; -} - -.side-header.side-header-right.open-header.side-header-open #header-trigger { - left: auto; - right: 280px; -} - -.side-header.side-header-right.open-header #header, -.side-header.side-header-right.open-header #header-trigger { - -webkit-transition: right .4s ease; - -o-transition: right .4s ease; - transition: right .4s ease; -} - - -} - - -/* ---------------------------------------------------------------- - Side Push Panel ------------------------------------------------------------------*/ - -body.side-push-panel { overflow-x: hidden; } - -#side-panel { - position: fixed; - top: 0; - right: -300px; - z-index: 399; - width: 300px; - height: 100%; - background-color: #F5F5F5; - overflow: hidden; - -webkit-backface-visibility: hidden; -} - -body.side-panel-left #side-panel { - left: -300px; - right: auto; -} - -body.side-push-panel.stretched #wrapper, -body.side-push-panel.stretched #header.sticky-header .container { right: 0; } - -body.side-panel-left.side-push-panel.stretched #wrapper, -body.side-panel-left.side-push-panel.stretched #header.sticky-header .container { - left: 0; - right: auto; -} - -#side-panel .side-panel-wrap { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 330px; - height: 100%; - overflow: auto; - padding: 50px 70px 50px 40px; -} - -body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; } - -#side-panel .widget { - margin-top: 40px; - padding-top: 40px; - width: 220px; - border-top: 1px solid #E5E5E5; -} - -#side-panel .widget:first-child { - padding-top: 0; - border-top: 0; - margin: 0; -} - -body.side-panel-open #side-panel { right: 0; } - -body.side-panel-left.side-panel-open #side-panel { - left: 0; - right: auto; -} - -body.side-push-panel.side-panel-open.stretched #wrapper, -body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; } - -body.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: -300px; } - -body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper, -body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container, -body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner { - left: 300px; - right: auto; -} - -#side-panel-trigger { - display: block; - cursor: pointer; - z-index: 11; - margin-right: 5px; -} - -#side-panel-trigger-close a { display: none; } - -#side-panel, -body.side-push-panel.stretched #wrapper, -body.side-push-panel.stretched #header .container { - -webkit-transition: right .4s ease; - -o-transition: right .4s ease; - transition: right .4s ease; -} - -body.side-panel-left #side-panel, -body.side-panel-left.side-push-panel.stretched #wrapper, -body.side-panel-left.side-push-panel.stretched #header .container, -body.side-push-panel.stretched .slider-parallax-inner { - -webkit-transition: left .4s ease; - -o-transition: left .4s ease; - transition: left .4s ease; -} - -.body-overlay { - opacity: 0; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: rgba(0,0,0,0.6); - z-index: -1; - pointer-events: none; - -webkit-backface-visibility: hidden; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -body.side-panel-open .body-overlay { - opacity: 1; - z-index: 298; - pointer-events: auto; -} - -body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url('images/icons/close.png') 15 15, default; } diff --git a/public/css/main/imports/helpers.css b/public/css/main/imports/helpers.css deleted file mode 100644 index e1cb2b9..0000000 --- a/public/css/main/imports/helpers.css +++ /dev/null @@ -1,288 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - helpers.css - ------------------------------------------------------------------------------------*/ -.uppercase { text-transform: uppercase !important; } - -.lowercase { text-transform: lowercase !important; } - -.capitalize { text-transform: capitalize !important; } - -.nott { text-transform: none !important; } - -.tright { text-align: right !important; } - -.tleft { text-align: left !important; } - -.fright { float: right !important; } - -.fleft { float: left !important; } - -.fnone { float: none !important; } - -.ohidden { - position: relative; - overflow: hidden !important; -} - - -.line, -.double-line { - clear: both; - position: relative; - width: 100%; - margin: 60px 0; - border-top: 1px solid #EEE; -} - -.line.line-sm { margin: 30px 0; } - -span.middot { - display: inline-block; - margin: 0 5px; -} - -.double-line { border-top: 3px double #E5E5E5; } - -.emptydiv { - display: block !important; - position: relative !important; -} - -.allmargin { margin: 50px !important; } - -.leftmargin { margin-left: 50px !important; } - -.rightmargin { margin-right: 50px !important; } - -.topmargin { margin-top: 50px !important; } - -.bottommargin { margin-bottom: 50px !important; } - -.clear-bottommargin { margin-bottom: -50px !important; } - -.allmargin-sm { margin: 30px !important; } - -.leftmargin-sm { margin-left: 30px !important; } - -.rightmargin-sm { margin-right: 30px !important; } - -.topmargin-sm { margin-top: 30px !important; } - -.bottommargin-sm { margin-bottom: 30px !important; } - -.clear-bottommargin-sm { margin-bottom: -30px !important; } - -.allmargin-lg { margin: 80px !important; } - -.leftmargin-lg { margin-left: 80px !important; } - -.rightmargin-lg { margin-right: 80px !important; } - -.topmargin-lg { margin-top: 80px !important; } - -.bottommargin-lg { margin-bottom: 80px !important; } - -.clear-bottommargin-lg { margin-bottom: -80px !important; } - -.nomargin {margin: 0 !important; } - -.noleftmargin { margin-left: 0 !important; } - -.norightmargin { margin-right: 0 !important; } - -.notopmargin { margin-top: 0 !important; } - -.nobottommargin { margin-bottom: 0 !important; } - -.header-stick { margin-top: -50px !important; } - -.content-wrap .header-stick { margin-top: -80px !important; } - -.footer-stick { margin-bottom: -50px !important; } - -.content-wrap .footer-stick { margin-bottom: -80px !important; } - -.noborder { border: none !important; } - -.noleftborder { border-left: none !important; } - -.norightborder { border-right: none !important; } - -.notopborder { border-top: none !important; } - -.nobottomborder { border-bottom: none !important; } - -.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; } - -.col-padding { padding: 60px; } - -.nopadding { padding: 0 !important; } - -.noleftpadding { padding-left: 0 !important; } - -.norightpadding { padding-right: 0 !important; } - -.notoppadding { padding-top: 0 !important; } - -.nobottompadding { padding-bottom: 0 !important; } - -.noabsolute { position: relative !important; } - -.noshadow { box-shadow: none !important; } - -.hidden { display: none !important; } - -.nothidden { display: block !important; } - -.inline-block { - float: none !important; - display: inline-block !important; -} - -.center { text-align: center !important; } - -.divcenter { - position: relative !important; - float: none !important; - margin-left: auto !important; - margin-right: auto !important; -} - -.bgcolor, -.bgcolor #header-wrap { background-color: #1ABC9C !important; } - -.color { color: #1ABC9C !important; } - -.border-color { border-color: #1ABC9C !important; } - -.nobg { background: none !important; } - -.nobgcolor { background-color: transparent !important; } - -.t300 { font-weight: 300 !important; } - -.t400 { font-weight: 400 !important; } - -.t500 { font-weight: 500 !important; } - -.t600 { font-weight: 600 !important; } - -.t700 { font-weight: 700 !important; } - -.ls0 { letter-spacing: 0px !important; } - -.ls1 { letter-spacing: 1px !important; } - -.ls2 { letter-spacing: 2px !important; } - -.ls3 { letter-spacing: 3px !important; } - -.ls4 { letter-spacing: 4px !important; } - -.ls5 { letter-spacing: 5px !important; } - -.noheight { height: 0 !important; } - -.nolineheight { line-height: 0 !important; } - -.font-body { font-family: 'Lato', sans-serif; } - -.font-primary { font-family: 'Raleway', sans-serif; } - -.font-secondary { font-family: 'Crete Round', serif; } - -.bgicon { - display: block; - position: absolute; - bottom: -60px; - right: -50px; - font-size: 210px; - color: rgba(0,0,0,0.1); -} - -.imagescale { - display: block; - overflow: hidden; -} - -.imagescale img { - -webkit-transform: scale(1.1); - transform: scale(1.1); - -webkit-transition: all 1s ease; - transition: all 1s ease; -} - -.imagescale:hover img { - -webkit-transform: scale(1); - transform: scale(1); -} - -.grayscale { - filter: brightness(80%) grayscale(1) contrast(90%); - -webkit-filter: brightness(80%) grayscale(1) contrast(90%); - -moz-filter: brightness(80%) grayscale(1) contrast(90%); - -o-filter: brightness(80%) grayscale(1) contrast(90%); - -ms-filter: brightness(80%) grayscale(1) contrast(90%); - transition: 1s filter ease; - -webkit-transition: 1s -webkit-filter ease; - -moz-transition: 1s -moz-filter ease; - -ms-transition: 1s -ms-filter ease; - -o-transition: 1s -o-filter ease; -} - -.grayscale:hover { - filter: brightness(100%) grayscale(0); - -webkit-filter: brightness(100%) grayscale(0); - -moz-filter: brightness(100%) grayscale(0); - -o-filter: brightness(100%) grayscale(0); - -ms-filter: brightness(100%) grayscale(0); -} - -/* MOVING BG - TESTIMONIALS */ -.bganimate { - -webkit-animation:BgAnimated 30s infinite linear; - -moz-animation:BgAnimated 30s infinite linear; - -ms-animation:BgAnimated 30s infinite linear; - -o-animation:BgAnimated 30s infinite linear; - animation:BgAnimated 30s infinite linear; -} - @-webkit-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @-moz-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @-ms-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @-o-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - - -.input-block-level { - display: block; - width: 100% !important; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.vertical-middle { - height: auto !important; - left: 0; -} - -.magnific-max-width .mfp-content { max-width: 800px; } \ No newline at end of file diff --git a/public/css/main/imports/layouts.css b/public/css/main/imports/layouts.css deleted file mode 100644 index 80727c5..0000000 --- a/public/css/main/imports/layouts.css +++ /dev/null @@ -1,114 +0,0 @@ - -/* ---------------------------------------------------------------- - - layouts.css - ------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - 5. Sections ------------------------------------------------------------------*/ - - -.section { - position: relative; - margin: 60px 0; - padding: 60px 0; - background-color: #F9F9F9; - overflow: hidden; -} - -.parallax { - background-color: transparent; - background-attachment: fixed; - background-position: 50% 0; - background-repeat: no-repeat; - overflow: hidden; -} - -.mobile-parallax, -.video-placeholder { - background-size: cover !important; - background-attachment: scroll !important; - background-position: center center; -} - -.section .container { z-index: 2; } - -.section .container + .video-wrap { z-index: 1; } - -.revealer-image { - position: relative; - bottom: -100px; - transition: bottom .3s ease-in-out; - -webkit-transition: bottom .3s ease-in-out; - -o-transition: bottom .3s ease-in-out; -} - -.section:hover .revealer-image { bottom: -50px; } - - -/* ---------------------------------------------------------------- - 6. Columns & Grids ------------------------------------------------------------------*/ - - -.postcontent { width: 860px; } -.postcontent.bothsidebar { width: 580px; } -.sidebar { width: 240px; } -.col_full { width: 100%; } -.col_half { width: 48%; } -.col_one_third { width: 30.63%; } -.col_two_third { width: 65.33%; } -.col_one_fourth { width: 22%; } -.col_three_fourth { width: 74%; } -.col_one_fifth { width: 16.8%; } -.col_two_fifth { width: 37.6%; } -.col_three_fifth { width: 58.4%; } -.col_four_fifth { width: 79.2%; } -.col_one_sixth { width: 13.33%; } -.col_five_sixth { width: 82.67%; } -body.stretched .container-fullwidth { - position: relative; - padding: 0 60px; - width: 100%; -} - -.postcontent, -.sidebar, -.col_full, -.col_half, -.col_one_third, -.col_two_third, -.col_three_fourth, -.col_one_fourth, -.col_one_fifth, -.col_two_fifth, -.col_three_fifth, -.col_four_fifth, -.col_one_sixth, -.col_five_sixth { - display: block; - position: relative; - margin-right: 4%; - margin-bottom: 50px; - float: left; -} - -.postcontent, -.sidebar { margin-right: 40px; } - -.col_full { - clear: both; - float: none; - margin-right: 0; -} - -.postcontent.col_last, -.sidebar.col_last { float: right; } - -.col_last { - margin-right: 0 !important; - clear: right; -} \ No newline at end of file diff --git a/public/css/main/imports/pagetitle.css b/public/css/main/imports/pagetitle.css deleted file mode 100644 index f3ce464..0000000 --- a/public/css/main/imports/pagetitle.css +++ /dev/null @@ -1,191 +0,0 @@ -/*----------------------------------------------------------------------------------- - - pagetitle.css - ------------------------------------------------------------------------------------*/ - - - -/* ---------------------------------------------------------------- - Page Title ------------------------------------------------------------------*/ - - -#page-title { - position: relative; - padding: 50px 0; - background-color: #F5F5F5; - border-bottom: 1px solid #EEE; -} - -#page-title .container { position: relative; } - -#page-title h1 { - padding: 0; - margin: 0; - line-height: 1; - font-weight: 600; - letter-spacing: 1px; - color: #333; - font-size: 28px; - text-transform: uppercase; -} - -#page-title span { - display: block; - margin-top: 10px; - font-weight: 300; - color: #777; - font-size: 18px; -} - -.breadcrumb { - position: absolute !important; - width: auto !important; - top: 50% !important; - left: auto !important; - right: 15px !important; - margin: -10px 0 0 0 !important; - background-color: transparent !important; - padding: 0 !important; - font-size: 12px; -} - -body.stretched .container-fullwidth .breadcrumb { right: 60px !important; } - -#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; } - -.breadcrumb a { color: #555; } - -.breadcrumb a:hover { color: #1ABC9C; } - -.breadcrumb i { width: auto !important; } - -/* Page Title - Dark ------------------------------------------------------------------*/ - -#page-title.page-title-dark { - background-color: #333; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important; - border-bottom: none; -} - -#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; } - -#page-title.page-title-dark span { color: rgba(255,255,255,0.7); } - -#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); } - -#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); } - -#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); } - -/* Page Title - Right Aligned ------------------------------------------------------------------*/ - -#page-title.page-title-right { text-align: right; } - -#page-title.page-title-right .breadcrumb { - left: 15px !important; - right: auto !important; -} - -/* Page Title - Center Aligned ------------------------------------------------------------------*/ - -#page-title.page-title-center { text-align: center; } - -#page-title.page-title-center span { - max-width: 700px; - margin-left: auto; - margin-right: auto; -} - -#page-title.page-title-center .breadcrumb { - position: relative !important; - top: 0 !important; - left: 0 !important; - right: 0 !important; - margin: 20px 0 0 !important; -} - -/* Page Title - Background Pattern ------------------------------------------------------------------*/ - -#page-title.page-title-pattern { - background-image: url('images/pattern.png'); - background-repeat: repeat; - background-attachment: fixed; -} - -/* Page Title - Parallax Background ------------------------------------------------------------------*/ - -#page-title.page-title-parallax { - padding: 100px 0; - text-shadow: none; - border-bottom: none; -} - -#page-title.page-title-parallax h1 { - font-size: 40px; - font-weight: 600; - letter-spacing: 2px; -} - -#page-title.page-title-parallax span { font-size: 22px; } - -#page-title.page-title-parallax .breadcrumb { font-size: 13px; } - -#page-title.page-title-parallax { - background-color: transparent; - background-image: url('images/parallax/parallax-bg.jpg'); - background-attachment: fixed; - background-position: 50% 0; - background-repeat: no-repeat; -} - - -/* Page Title - Mini ------------------------------------------------------------------*/ - -#page-title.page-title-mini { padding: 20px 0; } - -#page-title.page-title-mini h1 { - font-weight: 600; - font-size: 18px; - color: #444; -} - -#page-title.page-title-mini span { display: none; } - - -/* Page Title - No Background ------------------------------------------------------------------*/ - -#page-title.page-title-nobg { - background: transparent !important; - border-bottom: 1px solid #F5F5F5; -} - - -/* Page Title - Video ------------------------------------------------------------------*/ - -#page-title.page-title-video { - background: none; - position: relative; - overflow: hidden; -} - -#page-title.page-title-video .container { z-index: 3; } - -#page-title.page-title-video .video-wrap { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - -#page-title.page-title-video .video-wrap video { width: 100%; } \ No newline at end of file diff --git a/public/css/main/imports/portfolio.css b/public/css/main/imports/portfolio.css deleted file mode 100644 index 0c91892..0000000 --- a/public/css/main/imports/portfolio.css +++ /dev/null @@ -1,1374 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - portfolio.css - ------------------------------------------------------------------------------------*/ - - - - -/* Portfolio - Filter ------------------------------------------------------------------*/ - -.portfolio-filter { - position: relative; - margin: 0 0 40px 0; - list-style: none; - border: 1px solid rgba(0,0,0,0.07); - float: left; - border-radius: 4px; -} - -.portfolio-filter li { - float: left; - position: relative; -} - -.portfolio-filter li a { - display: block; - position: relative; - padding: 12px 18px; - font-size: 13px; - line-height: 15px; - color: #666; - border-left: 1px solid rgba(0,0,0,0.07); -} - -.portfolio-filter li:first-child a { - border-left: none; - border-radius: 4px 0 0 4px; -} - -.portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; } - -.portfolio-filter li a:hover { color: #1ABC9C; } - -.portfolio-filter li.activeFilter a { - color: #FFF !important; - background-color: #1ABC9C; - margin: -1px 0; - padding: 13px 18px; - font-weight: bold; -} - -.bothsidebar .portfolio-filter li a { padding: 12px 14px; } - -.bothsidebar .portfolio-filter li.activeFilter a { padding: 13px 18px; } - -/* Portfolio - Filter: Style 2 ------------------------------------------------------------------*/ - -.portfolio-filter.style-2, -.portfolio-filter.style-3, -.portfolio-filter.style-4 { - border: none; - border-radius: 0; -} - -.portfolio-filter.style-2 li, -.portfolio-filter.style-3 li, -.portfolio-filter.style-4 li { margin-bottom: 10px; } - -.portfolio-filter.style-2 li:not(:first-child), -.portfolio-filter.style-3 li:not(:first-child) { margin-left: 10px; } - -.portfolio-filter.style-2 li a, -.portfolio-filter.style-3 li a, -.portfolio-filter.style-4 li a { - padding-top: 9px; - padding-bottom: 9px; - font-size: 14px; - line-height: 16px; - border-radius: 22px; - border: none; -} - -.portfolio-filter.style-2 li.activeFilter a { - color: #FFF !important; - margin: 0; -} - - -/* Portfolio - Filter: Style 3 ------------------------------------------------------------------*/ - -.portfolio-filter.style-3 li a { border: 1px solid transparent; } - -.portfolio-filter.style-3 li.activeFilter a { - color: #1ABC9C !important; - border-color: #1ABC9C; - background-color: transparent; - margin: 0; -} - - -/* Portfolio - Filter: Style 4 ------------------------------------------------------------------*/ - -.portfolio-filter.style-4 li:not(:first-child) { margin-left: 30px; } - -.portfolio-filter.style-4 li a { - padding: 13px 5px; - font-size: 15px; - border-radius: 0; -} - -.portfolio-filter.style-4 li a:after { - content: ''; - position: absolute; - top: auto; - bottom: 0; - left: 50%; - width: 0; - height: 2px; - -webkit-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - transition: all 0.3s ease; -} - -.portfolio-filter.style-4 li.activeFilter a { - color: #444 !important; - background-color: transparent; - margin: 0; -} - -.portfolio-filter.style-4 li.activeFilter a:after { - width: 100%; - left: 0%; - background-color: #1ABC9C; -} - - -/* Portfolio - Shuffle Icon ------------------------------------------------------------------*/ - -.portfolio-shuffle { - float: right; - width: 41px; - height: 41px; - border: 1px solid rgba(0,0,0,0.07); - font-size: 14px; - text-align: center; - line-height: 41px; - color: #333; - border-radius: 4px; - cursor: pointer; - -webkit-transition: all .2s linear; - -o-transition: all .2s linear; - transition: all .2s linear; -} - -.portfolio-shuffle:hover { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - - -/* Portfolio - Items ------------------------------------------------------------------*/ - -.portfolio { - position: relative; - margin: 0 -12px -12px 0; -} - -body:not(.device-touch) .portfolio { - -webkit-transition: height .4s linear; - -o-transition: height .4s linear; - transition: height .4s linear; -} - -.portfolio-item { - float: left; - position: relative; - width: 25%; - height: auto; - padding: 0 12px 12px 0; -} - -.portfolio-notitle .portfolio-item, -.portfolio-notitle .iportfolio { overflow: hidden; } - -.portfolio-item .portfolio-image { - position: relative; - overflow: hidden; -} - -.portfolio-item .portfolio-image, -.portfolio-item .portfolio-image a, -.portfolio-item .portfolio-image img { - display: block; - width: 100%; - height: auto; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - - -/* Portfolio - Item Title ------------------------------------------------------------------*/ - -.portfolio-desc { - z-index: 3; - padding: 15px 5px 10px; -} - -.portfolio-desc h3 { - margin: 0; - padding: 0; - font-size: 19px; -} - -.portfolio-desc h3 a { color: #222; } - -.portfolio-desc h3 a:hover { color: #1ABC9C; } - -.portfolio-desc span { - display: block; - margin-top: 3px; - color: #888; -} - -.portfolio-desc span a { color: #888; } - -.portfolio-desc span a:hover { color: #000; } - -.portfolio-notitle .portfolio-desc { - position: absolute; - display: block !important; - width: 100%; - height: 78px; - padding: 15px 5px; - top: auto; - bottom: -79px; - left: 0; - background-color: #FFF; - border-bottom: 1px solid #EEE; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc { - -webkit-transition: bottom .2s ease-in-out; - -o-transition: bottom .2s ease-in-out; - transition: bottom .2s ease-in-out; -} - -.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-nomargin.portfolio-notitle .portfolio-desc { - bottom: -78px; - border-bottom: 0; -} - -.portfolio-notitle .portfolio-item:hover .portfolio-desc, -.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; } - -.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateY(0); - -moz-transform: translateY(0); - -ms-transform: translateY(0); - -o-transform: translateY(0); - transform: translateY(0); -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img, -body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img, -body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img, -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img { - -webkit-transform: translateY(-20px); - -moz-transform: translateY(-20px); - -ms-transform: translateY(-20px); - -o-transform: translateY(-20px); - transform: translateY(-20px); -} - -body.device-touch.device-xs .portfolio-notitle .portfolio-desc, -body.device-touch.device-xxs .portfolio-notitle .portfolio-desc { display: none !important; } - - -/* Portfolio - No Margin ------------------------------------------------------------------*/ - -.portfolio.portfolio-nomargin, -.portfolio.portfolio-full { margin: 0 !important; } - -.portfolio-nomargin .portfolio-item, -.portfolio-full .portfolio-item { padding: 0 !important; } - -.portfolio-nomargin .portfolio-desc { padding: 15px 10px 15px; } - - -/* Portfolio - 100% Full Width ------------------------------------------------------------------*/ - -.portfolio.portfolio-full { - margin: 0 !important; - width: 100.4%; -} - -.portfolio-full .portfolio-item { overflow: hidden !important; } - -.portfolio-full .portfolio-desc { padding: 15px; } - - -/* Portfolio - Sidebar ------------------------------------------------------------------*/ - -.postcontent .portfolio-desc h3 { font-size: 17px; } - -.postcontent .portfolio-desc span { font-size: 12px; } - - -/* Portfolio - Sidebar - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-notitle .portfolio-desc { - height: 70px; - bottom: -71px; -} - -.postcontent .portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -70px; } - -.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; } - - -/* Portfolio - Both Sidebars ------------------------------------------------------------------*/ - -.bothsidebar .portfolio { margin: 0; } - -.bothsidebar .portfolio-item { padding: 0; } - -.bothsidebar .portfolio-desc { display: none !important; } - - -/* Portfolio - Items - 3 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-3 { margin: 0 -15px -15px 0; } - -.portfolio-3 .portfolio-item { - width: 33.33333333%; - padding: 0 15px 15px 0; -} - - -/* Portfolio - Sidebar - Items - 3 Columns ------------------------------------------------------------------*/ - -.postcontent .portfolio-3 .portfolio-desc h3 { font-size: 18px; } - -.postcontent .portfolio-3 .portfolio-desc span { font-size: 13px; } - - -/* Portfolio - Sidebar - Items - 3 Columns - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-3.portfolio-notitle .portfolio-desc { - height: 72px; - bottom: -73px; -} - -.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -72px; } - -.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Both Sidebars - Items - 3 Columns ------------------------------------------------------------------*/ - -.bothsidebar .portfolio.portfolio-3 { margin: 0 -11px -11px 0; } - -.bothsidebar .portfolio-3 .portfolio-item { padding: 0 11px 11px 0; } - -.bothsidebar .portfolio-3 .portfolio-desc { display: block !important; } - -.bothsidebar .portfolio-3 .portfolio-desc h3 { font-size: 15px; } - -.bothsidebar .portfolio-3 .portfolio-desc span { font-size: 12px; } - - -/* Portfolio - Both Sidebars - Items - 3 Columns - No Title ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc { - height: 68px; - bottom: -69px; -} - -.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc, -.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; } - -.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; } - - -/* Portfolio - Items - 2 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-2 { margin: 0 -20px -20px 0; } - -.portfolio-2 .portfolio-item { - width: 50%; - padding: 0 20px 20px 0; -} - -.portfolio-2 .portfolio-desc { padding: 20px 5px 10px; } - -.portfolio-2 .portfolio-desc h3 { font-size: 21px; } - -.portfolio-2 .portfolio-desc span { - margin-top: 4px; - font-size: 14px; -} - - -/* Portfolio - Items - 2 Columns - No Margin ------------------------------------------------------------------*/ - -.portfolio-2.portfolio-nomargin .portfolio-desc { padding: 20px 15px 20px; } - - -/* Portfolio - Items - 2 Columns - No Title ------------------------------------------------------------------*/ - -.portfolio-2.portfolio-notitle .portfolio-desc { - height: 90px; - bottom: -91px; -} - -.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; } - - -/* Portfolio - Sidebar - Items - 2 Columns ------------------------------------------------------------------*/ - -.postcontent .portfolio-2 .portfolio-desc h3 { font-size: 21px; } - -.postcontent .portfolio-2 .portfolio-desc span { font-size: 14px; } - - -/* Portfolio - Sidebar - Items - 2 Columns - No Margin ------------------------------------------------------------------*/ - -.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 20px; } - - -/* Portfolio - Sidebar - Items - 2 Columns - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-2.portfolio-notitle .portfolio-desc { - height: 90px; - bottom: -91px; -} - -.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; } - -.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Both Sidebars - Items - 2 Columns ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-2 .portfolio-desc { - display: block !important; - padding-top: 15px; - padding-bottom: 0; -} - -.bothsidebar .portfolio-2 .portfolio-desc h3 { font-size: 19px; } - -.bothsidebar .portfolio-2 .portfolio-desc span { font-size: 13px; } - - -/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 15px; } - - -/* Portfolio - Both Sidebars - Items - 2 Columns - No Title ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc { - height: 75px; - bottom: -76px; -} - -.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, -.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -75px; } - -.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Items - 5 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-5 { margin: 0 -10px -10px 0; } - -.portfolio-5 .portfolio-item { - width: 20%; - padding: 0 10px 10px 0; -} - -.portfolio-5 .portfolio-desc h3 { font-size: 17px; } - - -/* Portfolio - Items - 5 Columns - No Title ------------------------------------------------------------------*/ - -.portfolio-5.portfolio-notitle .portfolio-desc { - height: 71px; - bottom: -72px; -} - -.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -71px; } - -.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -30px !important; } - - -/* Portfolio - Sidebar - Items - 5 Columns ------------------------------------------------------------------*/ - -.postcontent .portfolio.portfolio-5 { margin: 0; } - -.postcontent .portfolio-5 .portfolio-item { padding: 0; } - -.postcontent .portfolio-5 .portfolio-desc h3 { font-size: 15px; } - -.postcontent .portfolio-5 .portfolio-desc span { font-size: 12px; } - -.postcontent .portfolio-5 .portfolio-desc { padding: 15px 10px; } - - -/* Portfolio - Sidebar - Items - 5 Columns - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-5.portfolio-notitle .portfolio-desc { - height: 68px; - bottom: -69px; -} - -.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; } - -.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; } - - -/* Portfolio - Items - 6 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-6 { margin: 0 -6px -6px 0; } - -.portfolio-6 .portfolio-item { - width: 16.66666667%; - padding: 0 6px 6px 0; -} - -.portfolio-6 .portfolio-desc h3 { font-size: 15px; } - -.portfolio-6 .portfolio-desc span { font-size: 12px; } - - -/* Portfolio - Items - 6 Columns - No Title ------------------------------------------------------------------*/ - -.portfolio-6.portfolio-notitle .portfolio-desc { - height: 68px; - bottom: -69px; -} - -.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; } - -.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Items - 1 Column ------------------------------------------------------------------*/ - -.portfolio.portfolio-1 { margin: 0 0px -40px 0; } - -.portfolio-1 .portfolio-item { - float: none; - width: 100%; - margin: 0 0 40px 0; - padding-bottom: 40px; - padding-right: 0; - border-bottom: 1px solid #EEE; -} - -.portfolio-1 .portfolio-item .portfolio-image { - float: left; - margin-right: 40px; -} - -.portfolio-1 .portfolio-item.alt .portfolio-image { - float: right; - margin: 0 0 0 40px; -} - -.portfolio-1 .portfolio-item .portfolio-image, -.portfolio-1 .portfolio-item .portfolio-image a, -.portfolio-1 .portfolio-item .portfolio-image img { - display: block; - width: 720px; - height: 400px; -} - -.portfolio-1 .portfolio-desc { - float: left; - width: 380px; - padding: 10px 0; -} - -.portfolio-1 .alt .portfolio-desc { float: right; } - -.portfolio-1 .portfolio-desc h3 { font-size: 22px; } - -.portfolio-1 .portfolio-desc span { - margin-top: 6px; - font-size: 14px; -} - -.portfolio-1 .portfolio-desc p { - margin: 20px 0 25px; - font-size: 14px; -} - -.portfolio-1 .portfolio-desc li { margin: 3px 0; } - - -/* Portfolio - Items - 1 Column - Sidebar ------------------------------------------------------------------*/ - -.postcontent .portfolio-1 .portfolio-item .portfolio-image, -.postcontent .portfolio-1 .portfolio-item .portfolio-image a, -.postcontent .portfolio-1 .portfolio-item .portfolio-image img { - width: 540px; - height: 300px; -} - -.postcontent .portfolio-1 .portfolio-desc { width: 280px; } - - -/* Portfolio - Items - 1 Column - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-right: 20px; } - -.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image { margin: 0 0 0 20px; } - -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image, -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a, -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img { - width: 320px; - height: 178px; -} - -.bothsidebar .portfolio-1 .portfolio-desc { - display: block !important; - width: 240px; - padding: 0; -} - -.bothsidebar .portfolio-1 .portfolio-desc h3 { font-size: 19px; } - -.bothsidebar .portfolio-1 .portfolio-desc span { - margin-top: 5px; - font-size: 13px; -} - -.bothsidebar .portfolio-1 .portfolio-desc p { - margin: 15px 0 0 0; - font-size: 13px; -} - -.bothsidebar .portfolio-1 .portfolio-desc ul, -.bothsidebar .portfolio-1 .portfolio-desc .btn { display: none; } - - -/* Portfolio - Items - 1 Column - Full Width ------------------------------------------------------------------*/ - -.portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; } - -.portfolio-1.portfolio-fullwidth .portfolio-item { - margin-bottom: 60px; - padding: 0; - border-bottom: 0; - overflow: hidden; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image { - float: none; - margin: 0 !important; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 1140px; - height: 500px; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateX(-60px); - -moz-transform: translateX(-60px); - -ms-transform: translateX(-60px); - -o-transform: translateX(-60px); - transform: translateX(-60px); -} - -.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(60px); - -moz-transform: translateX(60px); - -ms-transform: translateX(60px); - -o-transform: translateX(60px); - transform: translateX(60px); -} - -.portfolio-1.portfolio-fullwidth .portfolio-desc { - position: absolute; - float: none; - width: 380px; - height: 100%; - padding: 30px; - background-color: #F9F9F9; - top: 0; - left: auto; - right: -380px; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc { - -webkit-transition: right .3s ease-in-out; - -o-transition: right .3s ease-in-out; - transition: right .3s ease-in-out; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc { right: 0; } - -.portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - left: -380px; - right: auto; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - -webkit-transition: left .3s ease-in-out; - -o-transition: left .3s ease-in-out; - transition: left .3s ease-in-out; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc { left: 0; } - -.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 33%; } - -.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 33%; -} - - -/* Portfolio - Items - 1 Column - Full Width - Sidebar ------------------------------------------------------------------*/ - -.postcontent .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; } - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; } - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 860px; - height: 377px; -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateX(-40px); - -moz-transform: translateX(-40px); - -ms-transform: translateX(-40px); - -o-transform: translateX(-40px); - transform: translateX(-40px); -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(40px); - -moz-transform: translateX(40px); - -ms-transform: translateX(40px); - -o-transform: translateX(40px); - transform: translateX(40px); -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc { - width: 320px; - padding: 25px; - right: -320px; -} - -.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - left: -320px; - right: auto; -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 32%; } - -.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 32%; -} - - -/* Portfolio - Items - 1 Column - Full Width - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; } - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; } - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 580px; - height: 254px; -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateX(-20px); - -moz-transform: translateX(-20px); - -ms-transform: translateX(-20px); - -o-transform: translateX(-20px); - transform: translateX(-20px); -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(20px); - -moz-transform: translateX(20px); - -ms-transform: translateX(20px); - -o-transform: translateX(20px); - transform: translateX(20px); -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc { - width: 240px; - padding: 15px 20px; - right: -240px; -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - left: -240px; - right: auto; -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 29%; } - -.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 29%; -} - - -/* Portfolio - Parallax ------------------------------------------------------------------*/ - -.portfolio.portfolio-parallax { margin: 0 !important; } - -.portfolio.portfolio-parallax .portfolio-item { - float: none; - width: 100% !important; - height: 500px !important; - margin: 0 !important; -} - -.portfolio.portfolio-parallax .portfolio-item .portfolio-image { - width: 100% !important; - height: 500px !important; - background-attachment: fixed; -} - -.portfolio.portfolio-parallax .portfolio-desc { - position: absolute; - top: 50%; - left: 0; - margin-top: -57px; - width: 100%; - text-align: center; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - padding: 0; - opacity: 0; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc { - -webkit-transition: opacity .15s ease-in-out; - -o-transition: opacity .15s ease-in-out; - transition: opacity .15s ease-in-out; -} - -.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; } - -.portfolio.portfolio-parallax .portfolio-desc h3 { - font-size: 44px; - font-weight: 300; - letter-spacing: -1px; -} - -.portfolio.portfolio-parallax .portfolio-desc h3 a { color: #FFF; } - -.portfolio.portfolio-parallax .portfolio-desc h3 a:hover { color: #DDD; } - -.portfolio.portfolio-parallax .portfolio-desc span { - margin-top: 12px; - font-size: 16px; - color: #CCC; -} - -.portfolio.portfolio-parallax .portfolio-desc span a { color: #DDD; } - -.portfolio.portfolio-parallax .portfolio-desc span a:hover { color: #BBB; } - -.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider { - width: 100%; - text-align: center; - margin: 15px 0 0; -} - -.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div { - display: inline-block; - width: 50px; - height: 0; - border-bottom: 1px solid #FFF; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div { - -webkit-transition: width .5s ease-in-out; - -o-transition: width .5s ease-in-out; - transition: width .5s ease-in-out; -} - -.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div { width: 120px; } - -.portfolio.portfolio-parallax .portfolio-overlay { background-color: rgba(0,0,0,0.4); } - - -/* Portfolio - Overlay ------------------------------------------------------------------*/ - -.portfolio-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - z-index: 2; - text-align: center; - background-color: rgba(0,0,0,0.5); -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay { - -webkit-transition: opacity .4s ease-in-out; - -o-transition: opacity .4s ease-in-out; - transition: opacity .4s ease-in-out; -} - -.portfolio-item:hover .portfolio-overlay, -.iportfolio:hover .portfolio-overlay { opacity: 1; } - -.portfolio-overlay a { - position: absolute; - top: 50%; - left: 50%; - background-color: #F5F5F5; - width: 40px !important; - height: 40px !important; - margin: -28px 0 0 -44px; - font-size: 18px; - line-height: 40px; - text-align: center; - color: #444; - border-radius: 50%; - -webkit-backface-visibility: hidden; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a { - -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear; - -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear; - transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear; -} - -.portfolio-overlay a.left-icon { } - -.portfolio-overlay a.right-icon { - left: auto; - right: 50%; - margin-left: 0; - margin-right: -44px; -} - -.portfolio-overlay a.center-icon { - display: block; - margin: -20px 0 0 -20px; - opacity: 0; -} - -.portfolio-item:hover a.center-icon, -.iportfolio:hover a.center-icon { opacity: 1; } - -.portfolio-overlay a:hover { - color: #1ABC9C; - background-color: #EEE; -} - -.portfolio-item:hover .portfolio-overlay a.left-icon, -.portfolio-item:hover .portfolio-overlay a.right-icon, -.iportfolio:hover .portfolio-overlay a.left-icon, -.iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -18px; } - -.portfolio-overlay a i.icon-line-play { - position: relative; - left: 2px; -} - - -.portfolio-overlay .portfolio-desc { - position: relative; - padding: 0 !important; - margin: 0; - text-align: center; -} - -.portfolio-overlay .portfolio-desc a { - display: inline; - position: relative; - top: 0; - left: 0; - margin: 0; - font-size: inherit; - width: auto !important; - height: auto !important; - line-height: 1; - background-color: transparent !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.portfolio-overlay .portfolio-desc h3 { - font-weight: 600; - color: #F5F5F5 !important; - line-height: 1; -} - -.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; } - -.portfolio-overlay .portfolio-desc span { - margin-top: 7px; - color: #DDD !important; -} - -.portfolio-overlay .portfolio-desc span a { - color: #DDD !important; - font-size: inherit; -} - -.portfolio-overlay .portfolio-desc ~ a { - display: inline-block; - position: relative; - top: 0; - left: 0; - margin: 20px 0 0 !important; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a { - -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear; - -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear; - transition: color .2s linear, background-color .2s linear, opacity .2s linear; -} - -.portfolio-overlay .portfolio-desc ~ a.right-icon { - left: 0; - right: 0; - margin-left: 5px !important; - margin-right: 0 !important; -} - -.portfolio-overlay .portfolio-desc a:hover { background: transparent; } - -body.device-touch.device-xs .portfolio-notitle .portfolio-overlay, -body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay { display: none !important; } - - -/* Portfolio Single ------------------------------------------------------------------*/ - -.portfolio-single {} - - -/* Portfolio Single - Image ------------------------------------------------------------------*/ - -.portfolio-single-image > a, -.portfolio-single-image .slide a, -.portfolio-single-image img, -.portfolio-single-image iframe, -.portfolio-single-image video { - display: block; - width: 100%; -} - -.portfolio-single-image-full { - position: relative; - height: 600px; - overflow: hidden; - margin: -80px 0 80px !important; -} - -.portfolio-single-video { height: auto !important; } - - -/* Portfolio Single - Gallery Thumbs ------------------------------------------------------------------*/ - -.portfolio-single-image-full .swiper-container { - width:100%; - height:600px; - background-color: #333; -} - -.portfolio-single-image-full .swiper-nested-1, -.portfolio-single-image-full .swiper-nested-2 { width:100%; } - -.portfolio-single-image-full .swiper-slide { overflow: hidden; } - -.portfolio-single-image-full .swiper-slide img { - width: 100%; - height: auto; -} - - -/* Portfolio & Blog Single - Masonry ------------------------------------------------------------------*/ - -.masonry-thumbs { position: relative; } - -.masonry-thumbs a { - position: relative; - float: left; - width: 25%; - max-width: 100% !important; - overflow: hidden; -} - -.masonry-thumbs.col-2 a { width: 50%; } - -.masonry-thumbs.col-3 a { width: 33.30%; } - -.masonry-thumbs.col-4 a { width: 25%; } - -.masonry-thumbs.col-5 a { width: 20%; } - -.masonry-thumbs.col-6 a { width: 16.60%; } - -.masonry-thumbs a, -.masonry-thumbs img { - display: block; - height: auto !important; -} - -.masonry-thumbs img { - width: 100%; - border-radius: 0 !important; - padding: 0 1px 1px 0; -} - -.masonry-thumbs .overlay { padding: 0 1px 1px 0; } - - -/* Portfolio Single - Content ------------------------------------------------------------------*/ - -.portfolio-single-content { font-size: 14px; } - -.portfolio-single-content h2 { - margin: 0 0 20px; - padding: 0; - font-size: 20px; - font-weight: 600 !important; -} - - -.portfolio-ajax-modal { width: 1000px !important; } - -.modal-padding { padding: 40px; } - -.ajax-modal-title { - background-color: #F9F9F9; - border-bottom: 1px solid #EEE; - padding: 25px 40px; -} - -.ajax-modal-title h2 { - font-size: 26px; - margin-bottom: 0; -} - - -#portfolio-ajax-wrap { - position: relative; - max-height: 0; - overflow: hidden; - -webkit-transition: max-height .4s ease; - -o-transition: max-height .4s ease; - transition: max-height .4s ease; -} - -#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; } - -#portfolio-ajax-container { - display: none; - padding-bottom: 60px; -} - -#portfolio-ajax-single h2 { font-size: 26px; } - - -/* Portfolio Single - Meta ------------------------------------------------------------------*/ - -.portfolio-meta, -.portfolio-share { - list-style: none; - font-size: 14px; -} - -.portfolio-meta li { - margin: 10px 0; - color: #666; -} - -.portfolio-meta li:first-child { margin-top: 0; } - -.portfolio-meta li span { - display: inline-block; - width: 150px; - font-weight: bold; - color: #333; -} - -.portfolio-meta li span i { - position: relative; - top: 1px; - width: 14px; - text-align: center; - margin-right: 7px; -} - -.well .line { - margin: 20px 0; - border-color: #E5E5E5; -} - - -/* Portfolio Single Navigation ------------------------------------------------------------------*/ - -#portfolio-navigation { - position: absolute; - top: 50%; - left: auto; - right: 10px; - max-width: 96px; - height: 24px; - margin-top: -12px; -} - -.page-title-right #portfolio-navigation { - left: 10px; - right: auto; -} - -.page-title-center #portfolio-navigation { - position: relative; - top: 0; - left: 0; - margin: 20px auto 0; -} - -#portfolio-navigation a { - display: block; - float: left; - margin-left: 12px; - width: 24px; - height: 24px; - text-align: center; - color: #444; - transition: color .3s linear; - -webkit-transition: color .3s linear; - -o-transition: color .3s linear; -} - -.page-title-dark #portfolio-navigation a { color: #EEE; } - -.page-title-parallax #portfolio-navigation a { color: #FFF; } - -#portfolio-navigation a i { - position: relative; - top: -1px; - font-size: 24px; - line-height: 1; -} - -#portfolio-navigation a i.icon-angle-left, -#portfolio-navigation a i.icon-angle-right { - font-size: 32px; - top: -6px; -} - -#portfolio-navigation a i.icon-angle-right { left: -1px; } - -#portfolio-navigation a:first-child { margin-left: 0; } - -#portfolio-navigation a:hover { color: #1ABC9C; } - -#portfolio-ajax-show #portfolio-navigation { - top: 0; - margin-top: 0; -} - - -/* Individual Portfolio Item ------------------------------------------------------------------*/ - -.iportfolio { - position: relative; - float: none; - width: 100%; - margin: 0; - padding: 0; -} - -.iportfolio .portfolio-image { - position: relative; - overflow: hidden; -} - -.iportfolio .portfolio-image, -.iportfolio .portfolio-image a, -.iportfolio .portfolio-image img { - display: block; - width: 100%; - height: auto; -} - -.iportfolio .portfolio-overlay { height: 100% !important; } \ No newline at end of file diff --git a/public/css/main/imports/shop.css b/public/css/main/imports/shop.css deleted file mode 100644 index 97bf53c..0000000 --- a/public/css/main/imports/shop.css +++ /dev/null @@ -1,462 +0,0 @@ - -/* ---------------------------------------------------------------- - - shop.css - ------------------------------------------------------------------*/ - - - - -/* ---------------------------------------------------------------- - Shop - 4 Columns (Default) ------------------------------------------------------------------*/ - -.shop { - position: relative; - margin: 0 -20px -20px 0; -} - -.product { position: relative; } - -.shop .product { - position: relative; - float: left; - padding: 0 20px 20px 0; - width: 25%; -} - -.product-image { - position: relative; - width: 100%; - height: auto; - overflow: hidden; -} - -.product-image > a, -.product-image .slide a, -.product-image img { - display: block; - width: 100%; - height: 100%; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a { - -webkit-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} - -.product-image > a:nth-of-type(2) { - opacity: 0; - position: absolute; - z-index: -1; - top: 0; - left: 0; -} - -.product-image:hover > a:nth-of-type(2) { - opacity: 1; - z-index: 2; -} - -.product-desc { - padding: 15px 0; - font-size: 14px; -} - -.product-title { margin-bottom: 7px; } - -.product-title h3 { - margin: 0; - font-size: 20px; -} - -.product-title h3 a, -.single-product .product-title h2 a { color: #333; } - -.product-title h3 a:hover, -.single-product .product-title h2 a:hover { color: #1ABC9C; } - -.product-price { - font-size: 18px; - font-weight: 600; - color: #444; - margin-bottom: 4px; -} - -.product-price del { - font-weight: 400; - font-size: 90%; - color: #888; -} - -.product-price ins { - text-decoration: none; - color: #1ABC9C; -} - -.product-overlay { - position: absolute; - width: 100%; - height: 44px; - line-height: 44px; - top: auto; - bottom: -44px; - left: 0; - z-index: 6; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay { - -webkit-transition: bottom .3s ease-in-out; - -o-transition: bottom .3s ease-in-out; - transition: bottom .3s ease-in-out; -} - -.product:hover .product-overlay { bottom: 0; } - -.product-overlay a { - display: block; - float: left; - width: 50%; - font-size: 13px; - color: #333; - background-color: #F5F5F5; - text-align: center; - border-right: 1px solid rgba(0,0,0,0.1); -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.product-overlay a.item-quick-view { border-right: 0; } - -.product-overlay a i { - position: relative; - top: 1px; - font-size: 14px; - margin-right: 3px; -} - -.product-overlay a:hover { - background-color: #333; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.sale-flash { - position: absolute; - top: 10px; - left: 10px; - padding: 6px 10px; - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-radius: 2px; - z-index: 5; -} - -.sale-flash.out-of-stock { background-color: #777; } - - -/* Shop - 3 Columns ------------------------------------------------------------------*/ - -.shop.product-3 { margin: 0 -30px -30px 0; } - -.product-3 .product { - padding: 0 30px 30px 0; - width: 33.33333333%; -} - - -/* Shop - 3 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .shop.product-3 { margin: 0 -25px -25px 0; } - -.postcontent .product-3 .product { padding: 0 25px 25px 0; } - - -/* Shop - 2 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .shop.product-2 { margin: 0 -40px -40px 0; } - -.postcontent .product-2 .product { - padding: 0 40px 40px 0; - width: 50%; -} - - -/* Shop - 2 Columns - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .shop.product-2 { margin: 0 -40px -20px 0; } - -.bothsidebar .product-2 .product { padding: 0 40px 20px 0; } - - -/* Shop - 1 Column ------------------------------------------------------------------*/ - -.shop.product-1 { margin: 0 0 -40px 0; } - -.product-1 .product { - float: none; - margin: 0 0 40px 0; - padding: 0; - width: 100%; -} - -.product-1 .product-image { - float: left; - width: 300px; - height: 400px; - margin-right: 30px; -} - -.product-1 .product.alt .product-image { - float: right; - margin: 0 0 0 30px; -} - -.product-1 .product-desc { - padding: 0; - position: relative; - overflow: hidden; -} - -.product-1 .product-title h3 { font-size: 22px; } - -.product-1 .product-desc .product-price { font-size: 20px; } - -.product-1 .product-desc .product-rating { margin-bottom: 15px; } - - -/* Shop - 1 Column - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .product-1 .product { - border-top: 1px solid #F5F5F5; - padding-top: 40px; -} - -.bothsidebar .product-1 .product:first-child { - border-top: 0; - padding-top: 0; -} - -.bothsidebar .product-1 .product-image { - width: 240px; - height: 320px; -} - -.bothsidebar .product-1 .product-title h3 { font-size: 20px; } - -.bothsidebar .product-1 .product-desc .product-price { font-size: 16px; } - - -/* Shop - Single ------------------------------------------------------------------*/ - -.single-product .product { - width: 100%; - margin: 0; -} - -.shop-quick-view-ajax, -.portfolio-ajax-modal { - position: relative; - background-color: #FFF; - width: 800px; - margin: 0 auto; -} - -.single-product .product-image, -.single-product .product-image img { height: auto; } - -.single-product .product-desc { padding: 0; } - -.single-product .product-title h2 { - font-size: 28px; - margin-bottom: 8px; -} - -.single-product .product-price { - float: left; - font-size: 24px; - color: #1ABC9C; - margin-bottom: 0; -} - -.single-product .product-rating { - float: right; - position: relative; - top: 9px; -} - -.single-product .product-desc .line { margin: 20px 0; } - -.quantity { - float: left; - margin-right: 30px; -} - -.quantity .qty { - float: left; - width: 50px; - height: 40px; - line-height: 40px; - border: 0; - border-left: 1px solid #DDD; - border-right: 1px solid #DDD; - background-color: #EEE; - text-align: center; - margin-bottom: 0; -} - -.quantity .plus, -.quantity .minus { - display: block; - float: left; - cursor: pointer; - border: 0px transparent; - padding: 0; - width: 36px; - height: 40px; - line-height: 40px; - text-align: center; - background-color: #EEE; - font-size: 16px; - font-weight: bold; - transition: background-color .2s linear; - -webkit-transition: background-color .2s linear; - -o-transition: background-color .2s linear; -} - -.quantity .plus:hover, -.quantity .minus:hover { background-color: #DDD; } - -.quantity .qty:focus, -.quantity .plus:focus, -.quantity .minus:focus { - box-shadow: none !important; - outline: 0 !important; -} - -.single-product .add-to-cart.button { - height: 40px; - line-height: 40px; -} - -.product-meta { - font-size: 13px; - color: #777; -} - -.product-meta > .panel-body { margin-bottom: -5px; } - -.product-meta > .panel-body > span { - display: block; - margin-bottom: 5px; -} - - -.single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; } - -.single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; } - -.single-product .feature-box.fbox-plain.fbox-small h3 { - font-size: 15px; - font-weight: bold; - line-height: 18px; - margin-bottom: 7px; -} - -.single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; } - -.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; } - - -/* Individual Product ------------------------------------------------------------------*/ - -.product.iproduct { - float: none; - margin: 0; - padding: 0; - width: 100%; -} - -.iproduct .product-image, -.iproduct .product-image a, -.iproduct .product-image img { height: auto; } - - -/* ---------------------------------------------------------------- - Cart ------------------------------------------------------------------*/ - - -.cart .remove { - font-size: 14px; - color: #FF0000; -} - -.cart .remove:hover { color: #000; } - -.cart th { - padding: 12px 15px !important; - font-size: 14px; - color: #555; -} - -.cart td { - padding: 12px 15px !important; - vertical-align: middle !important; - border-color: #E5E5E5 !important; -} - -.cart-product-thumbnail a { - display: block; - width: 68px; -} - -.cart-product-thumbnail img { - display: block; - width: 64px; - height: 64px; - border: 2px solid #EEE; -} - -.cart-product-thumbnail img:hover { border-color: #1ABC9C; } - -.cart-product-name a, -.product-name a { - font-weight: bold; - font-size: 13px; - color: #333; -} - -.cart-product-name a:hover, -.product-name a:hover { color: #666; } - -.cart-product-price, -.cart-product-quantity, -.cart-product-subtotal { text-align: center !important; } - -.cart-product-quantity .quantity { - display: inline-block; - margin: 0; - float: none; -} - -td.actions { - padding: 20px 15px !important; - vertical-align: top !important; - background-color: #F5F5F5; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes.css b/public/css/main/imports/shortcodes.css deleted file mode 100644 index f951ec6..0000000 --- a/public/css/main/imports/shortcodes.css +++ /dev/null @@ -1,29 +0,0 @@ -/*----------------------------------------------------------------------------------- - - shortcodes.css - ------------------------------------------------------------------------------------*/ - - -@import url("shortcodes/countdown.css"); -@import url("shortcodes/buttons.css"); -@import url("shortcodes/promo.css"); -@import url("shortcodes/feature-box.css"); -@import url("shortcodes/process-steps.css"); -@import url("shortcodes/alerts.css"); -@import url("shortcodes/styled-icons.css"); -@import url("shortcodes/social-icons.css"); -@import url("shortcodes/toggles-accordions.css"); -@import url("shortcodes/tabs.css"); -@import url("shortcodes/faqs.css"); -@import url("shortcodes/clients.css"); -@import url("shortcodes/testimonials.css"); -@import url("shortcodes/team.css"); -@import url("shortcodes/pricing.css"); -@import url("shortcodes/counter-skills.css"); -@import url("shortcodes/carousel.css"); -@import url("shortcodes/overlay.css"); -@import url("shortcodes/headings.css"); -@import url("shortcodes/dividers.css"); -@import url("shortcodes/youtubebg.css"); -@import url("shortcodes/misc.css"); \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/alerts.css b/public/css/main/imports/shortcodes/alerts.css deleted file mode 100644 index f7645a7..0000000 --- a/public/css/main/imports/shortcodes/alerts.css +++ /dev/null @@ -1,94 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: alerts.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Alerts ------------------------------------------------------------------*/ - - -.style-msg, -.style-msg2 { - position: relative; - display: block; - color: #444; - border-left: 4px solid rgba(0,0,0,0.1); - margin-bottom: 20px; -} - -.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); } - -.successmsg { - background: #C5EBD4; - color: #184B21; -} - -.errormsg { - background: #FFCCCC; - color: #740D0A; -} - -.infomsg { - background: #B9DFF4; - color: #124F70; -} - -.alertmsg { - background: #FCE0B6; - color: #975E06; -} - -.style-msg .sb-msg, -.style-msg2 .msgtitle, -.style-msg2 .sb-msg { - display: block; - padding: 14px; - border-left: 1px solid rgba(255,255,255,0.5); - font-size: 13px; - text-shadow: 1px 1px 1px rgba(255,255,255,0.6); -} - -.style-msg2 .msgtitle { - background: rgba(0,0,0,0.15); - border-top: none; - border-bottom: none; - font-size: 15px; - font-weight: bold; -} - -.style-msg-light .sb-msg, -.style-msg-light .msgtitle { - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); -} - -.style-msg2 .sb-msg { font-weight: normal; } - -.style-msg2 ol, -.style-msg2 ul { margin: 0 0 0 30px; } - -.style-msg2 ol { list-style-type: decimal; } - -.style-msg2 ul { list-style-type: disc; } - -.alert i, -.sb-msg i, -.msgtitle i { - position: relative; - top: 1px; - font-size: 14px; - width: 14px; - text-align: center; - margin-right: 5px; -} - -.style-msg .close { - position: absolute; - top: 10px; - left: auto; - right: 10px; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/buttons.css b/public/css/main/imports/shortcodes/buttons.css deleted file mode 100644 index 5446c69..0000000 --- a/public/css/main/imports/shortcodes/buttons.css +++ /dev/null @@ -1,649 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: buttons.css - ------------------------------------------------------------------------------------*/ - - - - -/* ---------------------------------------------------------------- - Buttons ------------------------------------------------------------------*/ - - -.button { - display: inline-block; - position: relative; - cursor: pointer; - outline: none; - white-space: nowrap; - margin: 5px; - padding: 0 22px; - font-size: 14px; - height: 40px; - line-height: 40px; - background-color: #1ABC9C; - color: #FFF; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1px; - border: none; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -body:not(.device-touch) .button { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -.button-dark { background-color: #444; } - -.button-light { - background-color: #EEE; - color: #333; - text-shadow: none !important; -} - -.button:hover { - background-color: #444; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.button.button-dark:hover { background-color: #1ABC9C; } - -.button.button-mini { - padding: 0 14px; - font-size: 11px; - height: 28px; - line-height: 28px; -} - -.button.button-small { - padding: 0 17px; - font-size: 12px; - height: 34px; - line-height: 34px; -} - -.button.button-large { - padding: 0 26px; - font-size: 16px; - height: 46px; - line-height: 46px; -} - -.button.button-xlarge { - padding: 0 32px; - font-size: 18px; - letter-spacing: 2px; - height: 52px; - line-height: 52px; -} - -.button.button-desc { - text-align: left; - padding: 24px 34px; - font-size: 22px; - height: auto; - line-height: 1; - font-family: 'Raleway', sans-serif; -} - -.button.button-desc span { - display: block; - margin-top: 10px; - font-size: 14px; - font-weight: 400; - letter-spacing: 1px; - font-family: 'Crete Round', serif; - font-style: italic; - text-transform: none; -} - -.button i { - position: relative; - top: 1px; - line-height: 1; - margin-right: 5px; - width: 16px; - text-align: center; -} - -.button.tright i { margin: 0 0 0 5px; } - -.button-mini i { margin-right: 3px; } - -.button-mini.tright i { margin: 0 0 0 3px; } - -.button-small i { margin-right: 4px; } - -.button-small.tright i { margin: 0 0 0 4px; } - -.button-xlarge i { - top: 2px; - margin-right: 8px; -} - -.button-xlarge.tright i { margin: 0 0 0 8px; } - -.button.button-desc i { - top: 1px; - font-size: 48px; - width: 48px; - text-align: center; - margin-right: 12px; -} - -.button.button-desc.tright i { margin: 0 0 0 12px; } - -.button.button-desc div { display: inline-block; } - -.button.button-rounded { border-radius: 3px; } - - -/* Buttons - Border ------------------------------------------------------------------*/ - -.button.button-border { - border: 2px solid #444; - background-color: transparent; - color: #333; - line-height: 36px; - font-weight: 600; - text-shadow: none; -} - -.button.button-border-thin { - border-width: 1px; - line-height: 38px; -} - -.button.button-border.button-mini { line-height: 24px; } - -.button.button-border.button-small { line-height: 30px; } - -.button.button-border.button-large { line-height: 42px; } - -.button.button-border.button-xlarge { line-height: 48px; } - -.button.button-border.button-desc { line-height: 1; } - -.button.button-border-thin.button-mini { line-height: 26px; } - -.button.button-border-thin.button-small { line-height: 32px; } - -.button.button-border-thin.button-large { line-height: 44px; } - -.button.button-border-thin.button-xlarge { line-height: 50px; } - -.button.button-border:not(.button-fill):hover { - background-color: #444; - color: #FFF; - border-color: transparent !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.button.button-border.button-light { - border-color: #EEE; - color: #EEE; -} - -.button.button-border.button-light:hover { - background-color: #EEE; - color: #333; - text-shadow: none; -} - - -/* Buttons - Border ------------------------------------------------------------------*/ - -.button.button-3d { - border-radius: 3px; - border-bottom: 3px solid rgba(0,0,0,0.15); - -webkit-transition: none; - -o-transition: none; - transition: none; -} - -.button.button-3d:hover { - background-color: #1ABC9C !important; - opacity: 0.9; -} - -.button.button-3d.button-light:hover, -.button.button-reveal.button-light:hover { - text-shadow: none; - color: #333; -} - - -/* Buttons - Icon Reveal ------------------------------------------------------------------*/ - -.button.button-reveal { - padding: 0 28px; - overflow: hidden; -} - -.button.button-reveal i { - display: block; - position: absolute; - top: 0; - left: -32px; - width: 32px; - height: 40px; - line-height: 40px; - margin: 0; - text-align: center; - background-color: rgba(0,0,0,0.1); -} - -.button.button-reveal.button-border i { top: -2px; } - -.button.button-reveal.tright i { - left: auto; - right: -32px; -} - -.button.button-reveal.button-3d i, -.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; } - -.button.button-reveal.button-3d.tright i, -.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; } - -.button.button-reveal span { - display: inline-block; - position: relative; - left: 0; -} - -body:not(.device-touch) .button.button-reveal i, -body:not(.device-touch) .button.button-reveal span { - -webkit-transition: left 0.3s ease, right 0.3s ease; - -o-transition: left 0.3s ease, right 0.3s ease; - transition: left 0.3s ease, right 0.3s ease; -} - -.button.button-reveal.button-mini { padding: 0 17px; } - -.button.button-reveal.button-mini i { - left: -22px; - width: 22px; - height: 28px; - line-height: 28px; -} - -.button.button-reveal.button-mini.tright i { - left: auto; - right: -22px; -} - -.button.button-reveal.button-small { padding: 0 22px; } - -.button.button-reveal.button-small i { - left: -26px; - width: 26px; - height: 34px; - line-height: 34px; -} - -.button.button-reveal.button-small.tright i { - left: auto; - right: -26px; -} - -.button.button-reveal.button-large { padding: 0 32px; } - -.button.button-reveal.button-large i { - left: -38px; - width: 38px; - height: 46px; - line-height: 46px; -} - -.button.button-reveal.button-large.tright i { - left: auto; - right: -38px; -} - -.button.button-reveal.button-xlarge { padding: 0 40px; } - -.button.button-reveal.button-xlarge i { - left: -44px; - width: 44px; - height: 52px; - line-height: 52px; -} - -.button.button-reveal.button-xlarge.tright i { - left: auto; - right: -44px; -} - -.button.button-reveal:hover i { left: 0; } - -.button.button-reveal.tright:hover i { - left: auto; - right: 0; -} - -.button.button-reveal:hover span { left: 16px; } - -.button.button-reveal.button-mini:hover span { left: 11px; } - -.button.button-reveal.button-small:hover span { left: 13px; } - -.button.button-reveal.button-large:hover span { left: 19px; } - -.button.button-reveal.button-xlarge:hover span { left: 22px; } - -.button.button-reveal.tright:hover span { left: -16px; } - -.button.button-reveal.button-mini.tright:hover span { left: -11px; } - -.button.button-reveal.button-small.tright:hover span { left: -13px; } - -.button.button-reveal.button-large.tright:hover span { left: -19px; } - -.button.button-reveal.button-xlarge.tright:hover span { left: -22px; } - - -/* Buttons - Promo 100% Width ------------------------------------------------------------------*/ - -.button.button-full { - display: block !important; - white-space: normal; - margin: 0; - height: auto; - line-height: 1.6; - padding: 30px 0; - font-size: 30px; - font-weight: 300; - text-transform: none; - border-radius: 0; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); } - -.button.button-full strong { - font-weight: 600; - border-bottom: 2px solid #EEE; -} - -body:not(.device-touch) .button.button-full strong { - -webkit-transition: border .2s ease-in-out; - -o-transition: border .2s ease-in-out; - transition: border .2s ease-in-out; -} - -.button.button-full.button-light strong { border-bottom-color: #333; } - -.button.button-full.button-light:hover strong { border-bottom-color: #EEE; } - -/* Buttons - Circle ------------------------------------------------------------------*/ - -.button.button-circle { border-radius: 20px; } - -.button.button-mini.button-circle { border-radius: 14px; } - -.button.button-small.button-circle { border-radius: 17px; } - -.button.button-large.button-circle { border-radius: 23px; } - -.button.button-xlarge.button-circle { border-radius: 26px; } - - -/* Buttons - Fill Effect ------------------------------------------------------------------*/ - -.button.button-border.button-fill { - overflow: hidden; - transform-style: preserve-3d; - -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); - -webkit-backface-visibility: hidden; -} - -.button.button-border.button-fill span { position: relative; } - -.button.button-border.button-fill:hover { - background-color: transparent !important; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.button.button-border.button-fill.button-light:hover { - border-color: #EEE !important; - color: #333 !important; - text-shadow: none; -} - -.button.button-border.button-fill:before { - content: ''; - position: absolute; - background-color: #444; - top: 0; - left: 0; - width: 0; - height: 100%; - -webkit-transition: all .4s ease; - -o-transition: all .4s ease; - transition: all .4s ease; - -webkit-backface-visibility: hidden; -} - -.button.button-border.button-fill.button-light:before { background-color: #EEE; } - -.button.button-border.button-fill.fill-from-right:before { - left: auto; - right: 0; -} - -.button.button-border.button-fill:hover:before { width: 100%; } - -.button.button-border.button-fill.fill-from-top:before, -.button.button-border.button-fill.fill-from-bottom:before { - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.button.button-border.button-fill.fill-from-top:before { - width: 100%; - height: 0; -} - -.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; } - -.button.button-border.button-fill.fill-from-bottom:before { - width: 100%; - height: 0; - top: auto; - bottom: 0; -} - -.button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; } - - -/* Buttons - Colors ------------------------------------------------------------------*/ - -.button-red { background-color: #C02942; } -.button-3d.button-red:hover, -.button-reveal.button-red:hover, -.button-border.button-red:hover, -.button-border.button-red.button-fill:before { background-color: #C02942 !important; } - -.button-border.button-red { - color: #C02942; - border-color: #C02942; -} - -.button-teal { background-color: #53777A; } -.button-3d.button-teal:hover, -.button-reveal.button-teal:hover, -.button-border.button-teal:hover, -.button-border.button-teal.button-fill:before { background-color: #53777A !important; } - -.button-border.button-teal { - color: #53777A; - border-color: #53777A; -} - -.button-yellow { background-color: #ECD078; } -.button-3d.button-yellow:hover, -.button-reveal.button-yellow:hover, -.button-border.button-yellow:hover, -.button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; } - -.button-border.button-yellow, -.button-border.button-yellow.button-fill.button-light:hover { - color: #ECD078 !important; - border-color: #ECD078 !important; -} - -.button-border.button-yellow:hover, -.button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; } - -.button-green { background-color: #59BA41; } -.button-3d.button-green:hover, -.button-reveal.button-green:hover, -.button-border.button-green:hover, -.button-border.button-green.button-fill:before { background-color: #59BA41 !important; } - -.button-border.button-green { - color: #59BA41; - border-color: #59BA41; -} - -.button-brown { background-color: #774F38; } -.button-3d.button-brown:hover, -.button-reveal.button-brown:hover, -.button-border.button-brown:hover, -.button-border.button-brown.button-fill:before { background-color: #774F38 !important; } - -.button-border.button-brown { - color: #774F38; - border-color: #774F38; -} - -.button-aqua { background-color: #40C0CB; } -.button-3d.button-aqua:hover, -.button-reveal.button-aqua:hover, -.button-border.button-aqua:hover, -.button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; } - -.button-border.button-aqua { - color: #40C0CB; - border-color: #40C0CB; -} - -.button-lime { background-color: #AEE239; } -.button-3d.button-lime:hover, -.button-reveal.button-lime:hover, -.button-border.button-lime:hover, -.button-border.button-lime.button-fill:before { background-color: #AEE239 !important; } - -.button-border.button-lime { - color: #AEE239; - border-color: #AEE239; -} - -.button-purple { background-color: #5D4157; } -.button-3d.button-purple:hover, -.button-reveal.button-purple:hover, -.button-border.button-purple:hover, -.button-border.button-purple.button-fill:before { background-color: #5D4157 !important; } - -.button-border.button-purple { - color: #5D4157; - border-color: #5D4157; -} - -.button-leaf { background-color: #A8CABA; } -.button-3d.button-leaf:hover, -.button-reveal.button-leaf:hover, -.button-border.button-leaf:hover, -.button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; } - -.button-border.button-leaf { - color: #A8CABA; - border-color: #A8CABA; -} - -.button-pink { background-color: #F89FA1; } -.button-3d.button-pink:hover, -.button-reveal.button-pink:hover, -.button-border.button-pink:hover, -.button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; } - -.button-border.button-pink { - color: #F89FA1; - border-color: #F89FA1; -} - -.button-dirtygreen { background-color: #1693A5; } -.button-3d.button-dirtygreen:hover, -.button-reveal.button-dirtygreen:hover, -.button-border.button-dirtygreen:hover, -.button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; } - -.button-border.button-dirtygreen { - color: #1693A5; - border-color: #1693A5; -} - -.button-blue { background-color: #1265A8; } -.button-3d.button-blue:hover, -.button-reveal.button-blue:hover, -.button-border.button-blue:hover, -.button-border.button-blue.button-fill:before { background-color: #1265A8 !important; } - -.button-border.button-blue { - color: #1265A8; - border-color: #1265A8; -} - -.button-amber { background-color: #EB9C4D; } -.button-3d.button-amber:hover, -.button-reveal.button-amber:hover, -.button-border.button-amber:hover, -.button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; } - -.button-border.button-amber { - color: #EB9C4D; - border-color: #EB9C4D; -} - -.button-black { background-color: #111; } -.button-3d.button-black:hover, -.button-reveal.button-black:hover, -.button-border.button-black:hover, -.button-border.button-black.button-fill:before { background-color: #111 !important; } - -.button-border.button-black { - color: #111; - border-color: #111; -} - -.button-white { background-color: #F9F9F9; } -.button-3d.button-white:hover, -.button-reveal.button-white:hover { background-color: #F9F9F9 !important; } - - -/* Buttons - No Hover ------------------------------------------------------------------*/ - -.button.button-nohover:hover { - opacity: inherit !important; - background-color: inherit !important; - color: inherit !important; - border-color: inherit !important; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/carousel.css b/public/css/main/imports/shortcodes/carousel.css deleted file mode 100644 index 5000540..0000000 --- a/public/css/main/imports/shortcodes/carousel.css +++ /dev/null @@ -1,312 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: carousel.css - ------------------------------------------------------------------------------------*/ - -/* ---------------------------------------------------------------- - Owl Carousel CSS ------------------------------------------------------------------*/ - -.owl-carousel .animated { - -webkit-animation-duration: 1000ms; - animation-duration: 1000ms; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.owl-carousel .owl-animated-in { z-index: 0; } - -.owl-carousel .owl-animated-out { z-index: 1; } - -.owl-carousel .fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOut { - 0% { opacity: 1; } - 100% { opacity: 0; } -} - -@keyframes fadeOut { - 0% { opacity: 1; } - 100% { opacity: 0; } -} - -.owl-height { - -webkit-transition:height 500ms ease-in-out; - -o-transition:height 500ms ease-in-out; - transition:height 500ms ease-in-out -} - -.owl-carousel { - display:none; - -webkit-tap-highlight-color:transparent; - position:relative; - z-index:1; - width: 100%; -} - -.owl-carousel .owl-stage { - position:relative; - -ms-touch-action: pan-Y; -} - -.owl-carousel .owl-stage:after { - content:"."; - display:block; - clear:both; - visibility:hidden; - line-height:0; - height:0 -} - -.owl-carousel .owl-stage-outer { - position:relative; - overflow:hidden; - -webkit-transform:translate3d(0,0,0); -} - -.owl-carousel.owl-loaded { display:block } - -.owl-carousel.owl-loading { - display:block; - min-height: 100px; - background: url('images/preloader.gif') no-repeat center center -} - -.owl-carousel .owl-refresh .owl-item { display:none } - -.owl-carousel .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; -} - -.owl-carousel .owl-item img { - display:block; - width:100%; - -webkit-transform-style:preserve-3d; -} - -#slider .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; } - -.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } - -.owl-carousel .owl-nav .owl-prev, -.owl-carousel .owl-nav .owl-next, -.owl-carousel .owl-dot { - cursor: pointer; - cursor: hand; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.owl-carousel.owl-loaded { display: block; } - -.owl-carousel.owl-loading { - opacity: 0; - display: block; -} - -.owl-carousel.owl-hidden { opacity: 0; } - -.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; } - -.owl-carousel.owl-refresh .owl-item { display: none; } - -.owl-carousel.owl-drag .owl-item { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.owl-carousel.owl-grab { - cursor: move; - cursor: -webkit-grab; - cursor: -o-grab; - cursor: -ms-grab; - cursor: grab; -} - -.owl-carousel.owl-rtl { direction: rtl; } - -.owl-carousel.owl-rtl .owl-item { float: right; } - -.no-js .owl-carousel { display: block; } - -.owl-carousel .owl-item .owl-lazy { - opacity:0; - -webkit-transition:opacity 400ms ease; - -o-transition:opacity 400ms ease; - transition:opacity 400ms ease -} - -.owl-carousel .owl-item img { transform-style:preserve-3d } - -.owl-carousel .owl-video-wrapper { - position:relative; - height:100%; - background:#111 -} - -.owl-carousel .owl-video-play-icon { - position: absolute; - height: 64px; - width: 64px; - left: 50%; - top: 50%; - margin-left: -32px; - margin-top: -32px; - background: url("../../images/icons/play.png") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - -webkit-transition: scale 100ms ease; - -o-transition: scale 100ms ease; - transition: scale 100ms ease; -} - -.owl-carousel .owl-video-play-icon:hover { - -webkit-transition:scale(1.3,1.3); - -o-transition:scale(1.3,1.3); - transition:scale(1.3,1.3) -} - -.owl-carousel .owl-video-playing .owl-video-play-icon, -.owl-carousel .owl-video-playing .owl-video-tn { display:none } - -.owl-carousel .owl-video-tn { - opacity:0; - height:100%; - background-position:center center; - background-repeat:no-repeat; - -webkit-background-size:contain; - -moz-background-size:contain; - -o-background-size:contain; - background-size:contain; - -webkit-transition:opacity 400ms ease; - -o-transition:opacity 400ms ease; - transition:opacity 400ms ease -} - -.owl-carousel .owl-video-frame { - position:relative; - z-index:1; - height: 100%; - width: 100%; -} - - -/* Owl Carousel - Controls ------------------------------------------------------------------*/ - -.owl-carousel .owl-dots, -.owl-carousel .owl-nav { - text-align: center; - -webkit-tap-highlight-color: transparent; - line-height: 1; -} - -/* Owl Carousel - Controls - Arrows ------------------------------------------------------------------*/ - -.owl-carousel .owl-nav [class*=owl-] { - position: absolute; - top: 50%; - margin-top: -18px; - left: -36px; - zoom: 1; - width: 36px; - height: 36px; - line-height: 32px; - border: 1px solid rgba(0,0,0,0.2); - color: #666; - background-color: #FFF; - font-size: 18px; - border-radius: 50%; - opacity: 0; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; } - -.owl-carousel-full .owl-nav [class*=owl-] { - margin-top: -30px; - left: 0 !important; - height: 60px; - line-height: 60px; - border: none; - color: #EEE; - background-color: rgba(0,0,0,0.4); - font-size: 28px; - border-radius: 0 3px 3px 0; -} - -.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; } - -.owl-carousel .owl-nav .owl-next { - left: auto; - right: -36px; -} - -.owl-carousel-full .owl-nav .owl-next { - left: auto !important; - right: 0 !important; - border-radius: 3px 0 0 3px; -} - -.owl-carousel:hover .owl-nav [class*=owl-] { - opacity: 1; - left: -18px; -} - -.owl-carousel:hover .owl-nav .owl-next { - left: auto; - right: -18px; -} - -.owl-carousel .owl-nav [class*=owl-]:hover { - background-color: #1ABC9C !important; - color: #FFF !important; - text-decoration: none; -} - -.owl-carousel .owl-nav .disabled { display: none !important; } - - -/* Owl Carousel - Controls - Dots ------------------------------------------------------------------*/ - -.owl-carousel .owl-dots .owl-dot { - display: inline-block; - zoom: 1; - margin-top: 30px; - *display: inline; -} - -.owl-carousel .owl-dots .owl-dot span { - display: block; - width: 8px; - height: 8px; - margin: 0 4px; - opacity: 0.5; - border-radius: 50%; - background-color: #1ABC9C; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.owl-carousel .owl-dots .owl-dot.active span, -.owl-carousel .owl-dots .owl-dot:hover span { opacity: 1; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/clients.css b/public/css/main/imports/shortcodes/clients.css deleted file mode 100644 index 0e17d56..0000000 --- a/public/css/main/imports/shortcodes/clients.css +++ /dev/null @@ -1,84 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: clients.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Clients ------------------------------------------------------------------*/ - - -.clients-grid, -.testimonials-grid { - list-style: none; - overflow: hidden; -} - -.clients-grid li, -.testimonials-grid li { - float: left; - position: relative; - width: 20%; - padding: 20px 0; - -webkit-backface-visibility: hidden; -} - -.clients-grid.grid-2 li { - width: 50%; - padding: 25px 0; -} - -.clients-grid.grid-3 li { width: 33.33%; } - -.clients-grid.grid-4 li { width: 25%; } - -.clients-grid.grid-6 li { width: 16.66%; } - -.clients-grid li a { opacity: 0.6; } - -body:not(.device-touch) .clients-grid li a { - -webkit-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} - -.clients-grid li a:hover { opacity: 1; } - -.clients-grid li a, -.clients-grid li img { - display: block; - width: 75%; - margin-left: auto; - margin-right: auto; -} - -.clients-grid li a img { width: 100%; } - -.clients-grid li:before, -.clients-grid li:after, -.testimonials-grid li:before, -.testimonials-grid li:after { - content: ''; - position: absolute; -} - -.clients-grid li:before, -.testimonials-grid li:before { - height: 100%; - top: 0; - left: -1px; - border-left: 1px dashed #DDD; -} - -.clients-grid li:after, -.testimonials-grid li:after { - width: 100%; - height: 0; - top: auto; - left: 0; - bottom: -1px; - border-bottom: 1px dashed #DDD; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/countdown.css b/public/css/main/imports/shortcodes/countdown.css deleted file mode 100644 index dd13ed6..0000000 --- a/public/css/main/imports/shortcodes/countdown.css +++ /dev/null @@ -1,121 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: countdown.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Countdown ------------------------------------------------------------------*/ - -.countdown { display: block; } - -.countdown-row { - display: block; - position: relative; - text-align: center; -} - -.countdown-section { - display: inline-block; - font-size: 11px; - line-height: 1; - text-align: center; - width: 25%; - border-left: 1px dotted #BBB; - color: #888; - text-transform: capitalize; -} - -.countdown-section:first-child { border-left: 0; } - -.countdown-amount { - display: block; - font-size: 20px; - color: #333; - margin-bottom: 5px; -} - -.countdown-descr { - display: block; - width: 100%; -} - - -/* Countdown - Medium ------------------------------------------------------------------*/ - -.countdown-medium .countdown-section { font-size: 14px; } - -.countdown-medium .countdown-amount { - font-size: 30px; - margin-bottom: 7px; -} - - -/* Countdown - Large ------------------------------------------------------------------*/ - -.countdown-large .countdown-section { font-size: 18px; } - -.countdown-large .countdown-amount { - font-size: 44px; - font-weight: 600; - margin-bottom: 8px; -} - - -/* Countdown - Inline ------------------------------------------------------------------*/ - -.countdown.countdown-inline { display: inline-block; } - -.countdown.countdown-inline .countdown-row { - display: inline-block; - text-align: center; -} - -.countdown.countdown-inline .countdown-section { - display: inline-block; - font-size: inherit; - line-height: inherit; - width: auto; - border: none; - color: inherit; - margin-left: 7px; - text-transform: inherit; -} - -.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; } - -.countdown.countdown-inline .countdown-amount { - display: inline-block; - font-size: inherit; - color: inherit; - font-weight: bold; - margin: 0 3px 0 0; -} - -.countdown.countdown-inline .countdown-descr { - display: inline-block; - width: auto; -} - - -/* Countdown - Coming Soon ------------------------------------------------------------------*/ - -body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section { - border: none; - padding: 15px; -} - -body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount { - height: 140px; - line-height: 140px; - border-radius: 50%; - background-color: rgba(0,0,0,0.2); - margin-bottom: 15px !important; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/counter-skills.css b/public/css/main/imports/shortcodes/counter-skills.css deleted file mode 100644 index 4be0cb3..0000000 --- a/public/css/main/imports/shortcodes/counter-skills.css +++ /dev/null @@ -1,187 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: counter-skills.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Counter ------------------------------------------------------------------*/ - - -.counter { - font-size: 42px; - font-weight: 600; - font-family: 'Raleway', sans-serif; -} - -.counter.counter-small { font-size: 28px; } - -.counter.counter-large { font-size: 56px; } - -.counter.counter-xlarge { - font-size: 64px; - font-weight: 400; -} - -.counter.counter-inherit { - font-size: inherit; - font-weight: inherit; -} - -.counter + h5 { - font-weight: 400; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 10px; -} - -.counter.counter-lined + h5:before { - display: block; - position: relative; - margin: 20px auto 25px auto; - content: ''; - width: 15%; - border-top: 2px solid #444; - opacity: 0.9; -} - -.counter.counter-small + h5 { font-size: 13px; } - -.counter.counter-large + h5, -.counter.counter-xlarge + h5 { - font-size: 15px; - font-weight: 300; -} - -.widget .counter + h5 { opacity: 0.7; } - - -/* ---------------------------------------------------------------- - Animated Rounded Skills ------------------------------------------------------------------*/ - - -.rounded-skill { - display: inline-block; - margin: 0 15px 15px; -} - -body:not(.device-touch) .rounded-skill { - -webkit-transition: opacity .4s ease; - -o-transition: opacity .4s ease; - transition: opacity .4s ease; -} - -.rounded-skill + h5 { margin-bottom: 0; } - -.easyPieChart { - display: inline-block; - position: relative; - text-align: center; - font-size: 22px; - font-weight: bold; - color: #333; -} - -.easyPieChart i { font-size: 42px; } - -.easyPieChart canvas { - position: absolute; - top: 0; - left: 0; -} - - -/* ---------------------------------------------------------------- - Skills Bar ------------------------------------------------------------------*/ - - -.skills { - margin: 0; - list-style: none; - padding-top: 25px; -} - -.skills li { - position: relative; - margin-top: 38px; - height: 4px; - background-color: #F5F5F5; - box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); - border-radius: 2px; -} - -.skills li:first-child { margin-top: 0; } - -.skills li .progress { - position: absolute; - top: 0; - left: 0; - width: 0; - height: 100%; - background-color: #1ABC9C; - overflow: visible !important; - border-radius: 2px; - -webkit-transition: width 1.2s ease-in-out; - -o-transition: width 1.2s ease-in-out; - transition: width 1.2s ease-in-out; -} - -.skills li .progress-percent { - position: absolute; - top: -28px; - right: 0; - background-color: #333; - color: #F9F9F9; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - height: 22px; - line-height: 22px; - padding: 0px 5px; - font-size: 11px; - border-radius: 2px; -} - -.skills li .progress-percent .counter { - font-weight: 400; - font-family: 'Lato', sans-serif; -} - -.progress-percent:after, .progress-percent:before { - top: 100%; - border: solid transparent; - content: " "; - height: 0; - width: 0; - position: absolute; - pointer-events: none; -} - -.progress-percent:after { - border-top-color: #333; - border-width: 4px; - left: 50%; - margin-left: -4px; -} - -.progress-percent:before { - border-top-color: #333; - border-width: 5px; - left: 50%; - margin-left: -5px; -} - -.skills li > span { - position: absolute; - z-index: 1; - top: -23px; - left: 0; - line-height: 20px; - font-size: 12px; - font-weight: bold; - text-transform: uppercase; - color: #222; -} diff --git a/public/css/main/imports/shortcodes/dividers.css b/public/css/main/imports/shortcodes/dividers.css deleted file mode 100644 index 3153774..0000000 --- a/public/css/main/imports/shortcodes/dividers.css +++ /dev/null @@ -1,166 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: dividers.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Divider ------------------------------------------------------------------*/ - - -.divider { - position: relative; - overflow: hidden; - margin: 35px 0; - color: #E5E5E5; - width: 100%; -} - -.divider.divider-margin { margin: 70px 0; } - -.divider:after, -.divider.divider-center:before, -.divider.divider-center.divider-short:before { - content: ''; - position: absolute; - width: 100%; - top: 8px; - left: 30px; - height: 0; - border-top: 1px solid #EEE; -} - -.divider.divider-thick:after, -.divider.divider-center.divider-thick:before, -.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; } - -.divider.divider-short:after { width: 30%; } - -.divider.divider-vshort:after { width: 12%; } - -.divider i { - position: relative; - width: 18px; - height: 18px; - line-height: 1; - font-size: 18px !important; - text-align: center; -} - -.divider a { - position: relative; - display: inline-block; - color: inherit; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.divider a:hover { color: #888; } - - -/* Divider - Icon Align Right ------------------------------------------------------------------*/ - -.divider.divider-right { text-align: right; } - -.divider.divider-right:after { - left: auto; - right: 30px; -} - - -/* Divider - Icon Align Center ------------------------------------------------------------------*/ - -.divider.divider-center, -.divider.divider-center.divider-short { text-align: center; } - -.divider.divider-center:before { - left: -50% !important; - right: 0; - margin-left: -20px; -} - -.divider.divider-center:after { - left: 50% !important; - right: 0; - margin-left: 20px; -} - - -/* Short Divider - Icon Align Center ------------------------------------------------------------------*/ - -.divider.divider-center.divider-short:before { - left: auto !important; - right: 50%; - margin-right: 20px; - width: 15%; -} - -.divider.divider-center.divider-short:after { - left: 50% !important; - right: auto !important; - margin-left: 20px; - width: 15%; -} - -.divider.divider-center.divider-vshort:before, -.divider.divider-center.divider-vshort:after { width: 6%; } - - -/* Divider - Rounded Icon ------------------------------------------------------------------*/ - -.divider.divider-rounded { color: #BBB; } - -.divider.divider-rounded:after, -.divider.divider-rounded.divider-center:before, -.divider.divider-rounded.divider-short:before, -.divider.divider-border:after, -.divider.divider-border.divider-center:before, -.divider.divider-border.divider-short:before { - top: 19px; - left: 40px; -} - -.divider.divider-rounded i, -.divider.divider-border i { - width: 40px; - height: 40px; - line-height: 40px; - background-color: #F5F5F5; - border-radius: 50%; -} - -.divider.divider-rounded.divider-right:after, -.divider.divider-border.divider-right:after { - left: auto; - right: 40px; -} - - -/* Divider - Rounded & Border ------------------------------------------------------------------*/ - -.divider.divider-border { color: #E5E5E5; } - -.divider.divider-border i { - line-height: 38px; - background-color: transparent; - border: 1px solid #EEE; -} - - -/* Divider - Line Only ------------------------------------------------------------------*/ - -.divider.divider-line:before, -.divider.divider-line:after { - margin-left: 0 !important; - margin-right: 0 !important; -} diff --git a/public/css/main/imports/shortcodes/faqs.css b/public/css/main/imports/shortcodes/faqs.css deleted file mode 100644 index de30a00..0000000 --- a/public/css/main/imports/shortcodes/faqs.css +++ /dev/null @@ -1,42 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: faqs.css - ------------------------------------------------------------------------------------*/ - - - -/* Toggle - FAQs ------------------------------------------------------------------*/ - -.faqs .toggle { - border-bottom: 1px solid #EEE; - padding-bottom: 12px; - margin-bottom: 12px; -} - -.faqs .toggle .togglet, -.faqs .toggle .toggleta { font-size: 15px; } - -.faqs .toggle .togglet i { - top: 1px; - font-size: 14px; -} - -.faqs .toggle .togglec { padding-bottom: 10px; } - - -/* ---------------------------------------------------------------- - FAQ List ------------------------------------------------------------------*/ - - -.faqlist li { - margin-bottom: 5px; - font-size: 15px; -} - -.faqlist li a { color: #444; } - -.faqlist li a:hover { color: #1ABC9C !important; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/feature-box.css b/public/css/main/imports/shortcodes/feature-box.css deleted file mode 100644 index 0d3d89e..0000000 --- a/public/css/main/imports/shortcodes/feature-box.css +++ /dev/null @@ -1,626 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: feature-box.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Featured Boxes ------------------------------------------------------------------*/ - - -.feature-box { - position: relative; - margin-top: 20px; - padding: 0 0 0 80px; -} - -.feature-box:first-child { margin-top: 0; } - -.feature-box .fbox-icon { - display: block; - position: absolute; - width: 64px; - height: 64px; - top: 0; - left: 0; -} - -.feature-box .fbox-icon a, -.feature-box .fbox-icon i, -.feature-box .fbox-icon img { - display: block; - position: relative; - width: 100%; - height: 100%; - color: #FFF; -} - -.feature-box .fbox-icon i, -.feature-box .fbox-icon img { - border-radius: 50%; - background-color: #1ABC9C; -} - -.feature-box .fbox-icon i { - font-style: normal; - font-size: 28px; - text-align: center; - line-height: 64px; -} - -.feature-box h3 { - font-size: 16px; - font-weight: 700; - text-transform: uppercase; - letter-spacing: 1px; - margin-bottom: 0; - color: #333; -} - -.feature-box p { - margin: 8px 0 0 0; - color: #999; -} - -.feature-box .before-heading { font-size: 14px; } - - -/* Feature Box - Icon Large ------------------------------------------------------------------*/ - -.feature-box.fbox-large { padding: 0 0 0 115px; } - -.feature-box.fbox-large .fbox-icon { - width: 96px; - height: 96px; -} - -.feature-box.fbox-large .fbox-icon i { - font-size: 42px; - line-height: 96px; -} - - -/* Feature Box - Icon Outline ------------------------------------------------------------------*/ - -.feature-box.fbox-outline .fbox-icon { - border: 1px solid #1ABC9C; - border-radius: 50%; - padding: 3px; -} - -.feature-box.fbox-outline .fbox-icon i { line-height: 56px; } - - -/* Feature Box - Icon Outline Large ------------------------------------------------------------------*/ - -.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; } - -.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; } - - -/* Feature Box - Icon Rounded ------------------------------------------------------------------*/ - -.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; } - -.feature-box.fbox-rounded .fbox-icon i, -.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; } - - -/* Feature Box - Icon Rounded & Large ------------------------------------------------------------------*/ - -.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; } - -.feature-box.fbox-rounded.fbox-large .fbox-icon i, -.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; } - - -/* Feature Box - Light Background ------------------------------------------------------------------*/ - -.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; } - -.feature-box.fbox-light .fbox-icon i, -.feature-box.fbox-light .fbox-icon img { - border: 1px solid #E5E5E5; - background-color: #F5F5F5; - color: #444; -} - -.feature-box.fbox-light .fbox-icon i { line-height: 62px; } - -.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; } - -.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; } - -.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; } - - -/* Feature Box - Dark Background ------------------------------------------------------------------*/ - -.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; } - -.feature-box.fbox-dark .fbox-icon i, -.feature-box.fbox-dark .fbox-icon img { background-color: #333; } - - -/* Feature Box - Border ------------------------------------------------------------------*/ - -.feature-box.fbox-border .fbox-icon { - border: 1px solid #1ABC9C; - border-radius: 50%; -} - -.feature-box.fbox-border .fbox-icon i, -.feature-box.fbox-border .fbox-icon img { - border: none; - background-color: transparent !important; - color: #1ABC9C; -} - -.feature-box.fbox-border .fbox-icon { padding: 0; } - -.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; } - -.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; } - - -/* Feature Box - Border - Light ------------------------------------------------------------------*/ - -.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; } - -.feature-box.fbox-border.fbox-light .fbox-icon i, -.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; } - - -/* Feature Box - Border - Dark ------------------------------------------------------------------*/ - -.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; } - -.feature-box.fbox-border.fbox-dark .fbox-icon i, -.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; } - - -/* Feature Box - Plain ------------------------------------------------------------------*/ - -.feature-box.fbox-plain .fbox-icon { - border: none !important; - height: auto !important; -} - -.feature-box.fbox-plain .fbox-icon i, -.feature-box.fbox-plain .fbox-icon img { - border: none !important; - background-color: transparent !important; - color: #1ABC9C; - border-radius: 0; -} - -.feature-box.fbox-plain .fbox-icon i { - font-size: 48px; - line-height: 1 !important; -} - -.feature-box.fbox-plain .fbox-icon img { height: 64px; } - -.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; } - -.feature-box.fbox-plain.fbox-image .fbox-icon img { - width: auto; - display: inline-block; -} - -.feature-box.fbox-plain.fbox-small { padding-left: 42px; } - -.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; } - -.feature-box.fbox-plain.fbox-small h3 { - font-size: 15px; - line-height: 26px; - margin-bottom: 10px; -} - -.feature-box.fbox-plain.fbox-small p { margin-left: -42px; } - -.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; } - -.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; } - -.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; } - -.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; } - -.feature-box.fbox-plain.fbox-light .fbox-icon i, -.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; } - -.feature-box.fbox-plain.fbox-dark .fbox-icon i, -.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; } - - -/* Feature Box - Center ------------------------------------------------------------------*/ - -.feature-box.fbox-center { - padding: 0; - text-align: center; -} - -.feature-box.fbox-center.fbox-small { padding-left: 0 !important; } - -.feature-box.fbox-center .fbox-icon { - position: relative; - width: 96px; - height: 96px; - margin: 0 auto 30px; -} - -.feature-box.fbox-center .fbox-icon i { - font-size: 42px; - line-height: 96px; -} - -.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; } - -.feature-box.fbox-center p { - font-size: 14px; - margin-top: 15px; -} - - -/* Feature Box - Center & Large Icons ------------------------------------------------------------------*/ - -.feature-box.fbox-center.fbox-large .fbox-icon { - width: 128px; - height: 128px; -} - -.feature-box.fbox-center.fbox-large .fbox-icon i { - font-size: 70px; - line-height: 128px; -} - -.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; } - -.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; } - -.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; } - -.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; } - -.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; } - -.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; } - -.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; } - -.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; } - -.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; } - -.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; } - - -/* Feature Box - Center & Large Icons ------------------------------------------------------------------*/ - -.feature-box.fbox-center.fbox-small .fbox-icon { - width: 64px; - height: 64px; -} - -.feature-box.fbox-center.fbox-small .fbox-icon i { - font-size: 28px; - line-height: 64px; -} - -.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; } - -.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; } - -.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; } - -.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; } - -.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; } - -.feature-box.fbox-center.fbox-small p { - font-size: 14px; - margin-top: 10px; -} - -.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; } - - -/* Feature Box - Right ------------------------------------------------------------------*/ - -.feature-box.fbox-right { - padding: 0 80px 0 0; - text-align: right; -} - -.feature-box.fbox-right.fbox-large { padding-right: 115px; } - -.feature-box.fbox-right .fbox-icon { - left: auto; - right: 0; -} - -.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; } - -.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; } - - -/* Feature Box - Subtitle ------------------------------------------------------------------*/ - -.feature-box h3 + .fbox-icon { margin-top: 20px !important; } - -.feature-box h3 span.subtitle { - display: block; - margin-top: 5px; - color: #444; - font-weight: 300; - text-transform: none; -} - -.feature-box.fbox-center:not(.fbox-bg) h3:after { - content: ''; - display: block; - margin: 20px auto; - width: 30px; - border-top: 2px solid #555; - -webkit-transition: width .3s ease; - -o-transition: width .3s ease; - transition: width .3s ease; -} - -.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; } - -.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, -.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; } - -.feature-box.fbox-center.fbox-italic p { - font-style: italic; - font-family: 'Lato', sans-serif; -} - - -/* Feature Box - Background ------------------------------------------------------------------*/ - -.feature-box.fbox-bg.fbox-center { - margin-top: 68px; - padding: 68px 30px 30px; - background-color: #FFF; - border: 1px solid #E5E5E5; - border-radius: 5px; -} - -.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; } - -.feature-box.fbox-bg.fbox-center.fbox-large { - margin-top: 84px; - padding-top: 84px; -} - -.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; } - -.feature-box.fbox-bg.fbox-center .fbox-icon { - position: absolute; - top: -48px; - left: 50%; - margin: 0 0 0 -48px; -} - -.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon { - top: -64px; - left: 50%; - margin-left: -64px; -} - -.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, -.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, -.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; } - - -/* Animated Icon Hovers ------------------------------------------------------------------*/ - -.fbox-effect .fbox-icon i { z-index: 1; } - -.fbox-effect .fbox-icon i:after { - pointer-events: none; - position: absolute; - width: 100%; - height: 100%; - border-radius: 50%; - content: ''; - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } - -.fbox-effect .fbox-icon i { - -webkit-transition: background-color 0.3s, color 0.3s; - -o-transition: background-color 0.3s, color 0.3s; - transition: background-color 0.3s, color 0.3s; -} - -.fbox-effect .fbox-icon i:after { - top: -3px; - left: -3px; - padding: 3px; - box-shadow: 0 0 0 2px #333; - -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; - -webkit-transform: scale(.8); - -moz-transition: -moz-transform 0.3s, opacity 0.3s; - -moz-transform: scale(.8); - -ms-transform: scale(.8); - transition: transform 0.3s, opacity 0.3s; - transform: scale(.8); - opacity: 0; -} - -.fbox-effect .fbox-icon i:hover, -.fbox-effect:hover .fbox-icon i { - background-color: #333; - color: #FFF; -} - -.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; } - -.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; } - -.fbox-effect .fbox-icon i:hover:after, -.fbox-effect:hover .fbox-icon i:after { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} - -/* Icon Effects - Bordered ------------------------------------------------------------------*/ - -.fbox-border.fbox-effect .fbox-icon i { - -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; - -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; - transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; -} - -.fbox-border.fbox-effect .fbox-icon i:after { - top: -2px; - left: -2px; - padding: 2px; - z-index: -1; - box-shadow: none; - background-image: url('../../../images/icons/iconalt.svg'); - background-position: center center; - background-size: 100% 100%; - -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s; - -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s; - transition: transform 0.5s, opacity 0.5s, background-color 0.5s; -} - -.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } - -.fbox-border.fbox-effect .fbox-icon i:hover, -.fbox-border.fbox-effect:hover .fbox-icon i { - color: #FFF; - box-shadow: 0 0 0 1px #333; -} - -.fbox-border.fbox-effect .fbox-icon i:after { - -webkit-transform: scale(1.3); - -moz-transform: scale(1.3); - -ms-transform: scale(1.3); - transform: scale(1.3); - opacity: 0; - background-color: #333; -} - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #1ABC9C; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #1ABC9C; } - -.fbox-border.fbox-effect .fbox-icon i:hover:after, -.fbox-border.fbox-effect:hover .fbox-icon i:after { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} - - -/* Media Featured Box ------------------------------------------------------------------*/ - -.feature-box.media-box { padding: 0; } - -.feature-box.media-box .fbox-media { margin: 0 0 25px; } - -.feature-box.media-box .fbox-media, -.feature-box.media-box .fbox-media a, -.feature-box.media-box .fbox-media img { - position: relative; - display: block; - width: 100%; - height: auto; -} - -.feature-box.media-box .fbox-media iframe { display: block; } - -.feature-box.media-box p { margin-top: 17px; } - -.feature-box.media-box.fbox-bg .fbox-media { margin: 0; } - -.feature-box.media-box.fbox-bg .fbox-desc { - padding: 25px; - background-color: #FFF; - border: 1px solid #E5E5E5; - border-top: 0; - border-radius: 0 0 5px 5px; -} - -.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; } - -/* ---------------------------------------------------------------- - Flipbox ------------------------------------------------------------------*/ - -.flipbox { perspective: 1000px; } - -.flipbox-inner { - transition: 0.5s; - transition-timing-function: ease; - position: relative; - transform-style: preserve-3d; -} - -.flipbox-front, -.flipbox-back { - -webkit-backface-visibility: hidden; -} - -.flipbox-front { z-index: 2; } - -.flipbox-back { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - -.flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); } -.flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); } - -.flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); } -.flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); } - -.flipbox:not(.flipbox-vertical):hover .flipbox-inner, -.flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); } - -.flipbox.flipbox-vertical:hover .flipbox-inner, -.flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); } - diff --git a/public/css/main/imports/shortcodes/headings.css b/public/css/main/imports/shortcodes/headings.css deleted file mode 100644 index 0030507..0000000 --- a/public/css/main/imports/shortcodes/headings.css +++ /dev/null @@ -1,264 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: headings.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Heading Styles ------------------------------------------------------------------*/ - - -/* Block Titles ------------------------------------------------------------------*/ - -.title-block { - padding: 2px 0 3px 20px; - border-left: 7px solid #1ABC9C; - margin-bottom: 30px; -} - -.title-block-right { - padding: 2px 20px 3px 0; - border-left: 0; - border-right: 7px solid #1ABC9C; - text-align: right; -} - -.title-block h1, -.title-block h2, -.title-block h3, -.title-block h4 { margin-bottom: 0; } - -.title-block > span { - display: block; - margin-top: 4px; - color: #555; - font-weight: 300; -} - -.title-block h1 + span { font-size: 22px; } - -.title-block h2 + span { font-size: 19px; } - -.title-block h3 + span { font-size: 17px; } - -.title-block h4 + span { - font-size: 15px; - margin-top: 3px; -} - - -/* Heading Block - with Subtitle ------------------------------------------------------------------*/ - -.heading-block { margin-bottom: 50px; } - -.heading-block h1, -.heading-block h2, -.heading-block h3, -.heading-block h4, -.emphasis-title h1, -.emphasis-title h2 { - margin-bottom: 0; - font-weight: 700; - text-transform: uppercase; - letter-spacing: 1px; - color: #333; -} - -.emphasis-title h1, -.emphasis-title h2 { - font-weight: 400; - letter-spacing: 0; - text-transform: none; -} - -.heading-block h1 { font-size: 32px; } - -.heading-block h2 { font-size: 30px; } - -.heading-block h3 { font-size: 26px; } - -.heading-block h4 { - font-size: 20px; - font-weight: 700; -} - -.heading-block > span:not(.before-heading) { - display: block; - margin-top: 10px; - font-weight: 300; - color: #777; -} - -.heading-block .before-heading { margin-bottom: 7px; } - -.heading-block.center > span, -.heading-block.title-center > span, -.center .heading-block > span { - max-width: 700px; - margin-left: auto; - margin-right: auto; -} - -.heading-block h1 + span { font-size: 24px; } - -.heading-block h2 + span { font-size: 22px; } - -.heading-block h3 + span, -.heading-block h4 + span { font-size: 20px; } - -.heading-block ~ p:not(.lead) { font-size: 15px; } - -.heading-block:after { - content: ''; - display: block; - margin-top: 30px; - width: 40px; - border-top: 2px solid #444; -} - -.center .heading-block:after, -.heading-block.center:after, -.heading-block.title-center:after { margin: 30px auto 0; } - -.tright .heading-block, -.heading-block.tright, -.heading-block.title-right { direction: rtl; } - -.heading-block.noborder:after, -.heading-block.nobottomborder:after { display: none; } - -.heading-block.border-color:after { border-color: #1ABC9C; } - - -/* Emphasis Title ------------------------------------------------------------------*/ - -.emphasis-title { margin: 0 0 50px; } - -.emphasis-title h1, -.emphasis-title h2 { - font-size: 64px; - letter-spacing: -2px; -} - -.emphasis-title h1 strong, -.emphasis-title h2 strong { font-weight: 700; } - - -/* Justify Border Title ------------------------------------------------------------------*/ - -.fancy-title { - position: relative; - margin-bottom: 30px; -} - -.fancy-title h1, -.fancy-title h2, -.fancy-title h3, -.fancy-title h4, -.fancy-title h5, -.fancy-title h6 { - position: relative; - display: inline-block; - background-color: #FFF; - padding-right: 15px; - margin-bottom: 0; -} - -.fancy-title h4, -.fancy-title h5, -.fancy-title h6 { padding-right: 10px; } - -.fancy-title.title-double-border:before, -.fancy-title.title-border:before, -.fancy-title.title-border-color:before { - content: ''; - position: absolute; - width: 100%; - height: 0; - border-top: 3px double #E5E5E5; - left: auto; - top: 46%; - right: 0; -} - -.fancy-title.title-border:before { - top: 49%; - border-top: 1px solid #EEE; -} - -.fancy-title.title-border-color:before { - top: 49%; - border-top: 1px solid #1ABC9C; - opacity: 0.6; -} - - -/* Fancy Title - Center Align ------------------------------------------------------------------*/ - -.title-center { text-align: center; } - -.title-center h1, -.title-center h2, -.title-center h3 { padding: 0 15px; } - -.title-center h4, -.title-center h5, -.title-center h6 { padding: 0 10px; } - - -/* Fancy Title - Right Align ------------------------------------------------------------------*/ - -.title-right { text-align: right; } - -.title-right h1, -.title-right h2, -.title-right h3 { padding: 0 0 0 15px; } - -.title-right h4, -.title-right h5, -.title-right h6 { padding: 0 0 0 10px; } - - -/* Fancy Title - Bottom Short Border ------------------------------------------------------------------*/ - -.fancy-title.title-bottom-border h1, -.fancy-title.title-bottom-border h2, -.fancy-title.title-bottom-border h3, -.fancy-title.title-bottom-border h4, -.fancy-title.title-bottom-border h5, -.fancy-title.title-bottom-border h6 { - display: block; - background: transparent; - padding: 0 0 10px; - border-bottom: 2px solid #1ABC9C; -} - - -/* Fancy Title - Bottom Short Border ------------------------------------------------------------------*/ - -.fancy-title.title-dotted-border { background: url('../../../images/icons/dotted.png') repeat-x center; } - - -/* Sub Heading ------------------------------------------------------------------*/ - -.before-heading { - display: block; - margin: 0 0 5px; - font-size: 16px; - font-family: 'Crete Round', serif; - font-style: italic; - font-weight: 400; - color: #999; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/misc.css b/public/css/main/imports/shortcodes/misc.css deleted file mode 100644 index 8b17be5..0000000 --- a/public/css/main/imports/shortcodes/misc.css +++ /dev/null @@ -1,662 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: misc.css - ------------------------------------------------------------------------------------*/ - - -/* Infinity Scroll - Message Style ------------------------------------------------------------------*/ - -#infscr-loading, -#portfolio-ajax-loader { - position: fixed; - z-index: 20; - top: 50%; - left: 50%; - width: 48px; - height: 48px; - margin: -24px 0 0 -24px; - background-color: rgba(0,0,0,0.7); - border-radius: 3px; - line-height: 48px; - font-size: 24px; - color: #FFF; - text-align: center; -} - -#infscr-loading img, -#portfolio-ajax-loader img { - display: none; - width: 24px; - height: 24px; - margin: 12px; -} - -#portfolio-ajax-loader { display: none; } - -#portfolio-ajax-loader img { display: block; } - - -/* ---------------------------------------------------------------- - Forms ------------------------------------------------------------------*/ - -.sm-form-control { - display: block; - width: 100%; - height: 38px; - padding: 8px 14px; - font-size: 15px; - line-height: 1.42857143; - color: #555555; - background-color: #ffffff; - background-image: none; - border: 2px solid #DDD; - border-radius: 0 !important; - -webkit-transition: border-color ease-in-out .15s; - -o-transition: border-color ease-in-out .15s; - transition: border-color ease-in-out .15s; -} - -.sm-form-control:focus { - border-color: #AAA; - outline: 0; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sm-form-control::-moz-placeholder { - color: #999; - opacity: 1; -} - -.sm-form-control:-ms-input-placeholder { color: #999; } -.sm-form-control::-webkit-input-placeholder { color: #999; } - -.sm-form-control[disabled], -.sm-form-control[readonly], -fieldset[disabled] .sm-form-control { - cursor: not-allowed; - background-color: #eeeeee; - opacity: 1; -} - -.sm-form-control { height: auto; } - -.form-control { border-radius: 3px; } - -.form-control:active, -.form-control:focus { - border-color: #999; - box-shadow: none; -} - -label { - display: inline-block; - font-size: 13px; - font-weight: 700; - font-family: 'Raleway', sans-serif; - text-transform: uppercase; - letter-spacing: 1px; - color: #555; - margin-bottom: 10px; - cursor: pointer; -} - -label.label-muted { - color: #999; - font-weight: normal; - margin-right: 5px; -} - -form .col_full, -form .col_half, -form .col_one_third, -form .col_two_third, -form .col_three_fourth, -form .col_one_fourth, -form .col_one_fifth, -form .col_two_fifth, -form .col_three_fifth, -form .col_four_fifth, -form .col_one_sixth, -form .col_five_sixth { margin-bottom: 25px; } - - -/* ---------------------------------------------------------------- - Contact Form ------------------------------------------------------------------*/ - - -#contact-form-overlay, -#contact-form-overlay-mini { - position: relative; - max-width: 800px; - background-color: #FFF; - padding: 40px; - margin: 0 auto; - z-index: 10; - border-radius: 4px; - box-shadow: 0 1px 10px rgba(0,0,0,0.15); -} - -#contact-form-overlay-mini { - float: right; - width: 380px; - margin: 0; -} - -label.error { - margin-top: 5px; - color: #E42C3E; - font-weight: 400; -} - -label.error { display: none !important; } - -.show-error-msg + label.error { display: block !important; } - -.form-control.error, -.sm-form-control.error { border-color: #E42C3E; } - - -/* ---------------------------------------------------------------- - Google Maps ------------------------------------------------------------------*/ - - -#google-map { - position: relative; - width: 100%; - height: 450px; -} - -.gmap img { max-width: none !important; } - -.gm-style .gm-style-iw h3 span { - font-size: inherit; - font-family: inherit; -} - -#map-overlay { - position: relative; - padding: 100px 0; -} - -#map-overlay #google-map { - position: absolute; - height: 100%; - top: 0; - left: 0; -} - - -/* ---------------------------------------------------------------- - Google Custom Search ------------------------------------------------------------------*/ - - -#content .cse .gsc-control-cse, -#content .gsc-control-cse, -#content .gsc-above-wrapper-area, -#content .gsc-adBlock, -#content .gsc-thumbnail-inside, -#content .gsc-url-top, -#content .gsc-table-result, -#content .gsc-webResult, -#content .gsc-result { padding: 0 !important; } - -#content .gsc-selected-option-container { width: auto !important; } - -#content .gsc-result-info { padding-left: 0 !important; } - -#content .gsc-above-wrapper-area-container, -#content .gsc-table-result { margin-bottom: 10px; } - -#content .gcsc-branding { display: none; } - -#content .gsc-results, -#content .gsc-webResult { width: 100% !important; } - -#content .gs-no-results-result .gs-snippet, -#content .gs-error-result .gs-snippet { margin: 0 !important; } - - -/* ---------------------------------------------------------------- - Quotes & Blockquotes ------------------------------------------------------------------*/ - -blockquote p { margin-bottom: 15px; } - -blockquote.pull-left { - max-width: 300px; - margin: 5px 20px 10px 0; - padding-right: 0; -} - -blockquote.pull-right { - max-width: 300px; - margin: 5px 0 10px 20px; - padding-left: 0; -} - -.quote { - border: none !important; - position: relative; -} - -.quote p { position: relative; } - -.quote:before { - font-family: 'font-icons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - content: "\e7ad"; - position: absolute; - width: 48px; - height: 48px; - line-height: 48px; - font-size: 42px; - top: 0; - left: 0; - color: #EEE; -} - -.quote.blockquote-reverse:before { - content: "\e7ae"; - left: auto; - right: 0; -} - - -/* ---------------------------------------------------------------- - Dropcaps & Highlights ------------------------------------------------------------------*/ - - -.dropcap { - float: left; - font-size: 42px; - line-height: 1; - margin: 0 5px 0 0; - text-transform: uppercase; -} - -.highlight { - padding: 2px 5px; - background-color: #444; - color: #FFF; - border-radius: 2px; -} - - -/* ---------------------------------------------------------------- - Magazine Specific Classes ------------------------------------------------------------------*/ - -.top-advert { - float: right; - padding: 5px; - border-left: 1px solid #EEE; - border-right: 1px solid #EEE; -} - -.top-advert a, -.top-advert img { display: block; } - -.bnews-title { - display: block; - float: left; - margin-top: 2px; - padding-top: .3em; - text-transform: uppercase; -} - -.bnews-slider { - float: left; - width: 970px; - margin-left: 20px; - min-height: 0; -} - - -/* ---------------------------------------------------------------- - Text Rotater ------------------------------------------------------------------*/ - -.text-rotater {} - -.text-rotater > .t-rotate > .animated { display: inline-block; } - - -/* ---------------------------------------------------------------- - Go To Top ------------------------------------------------------------------*/ - - -#gotoTop { - display: none; - z-index: 299; - position: fixed; - width: 40px; - height: 40px; - background-color: #333; - background-color: rgba(0,0,0,0.3); - font-size: 20px; - line-height: 36px; - text-align: center; - color: #FFF; - top: auto; - left: auto; - right: 30px; - bottom: 50px; - cursor: pointer; - border-radius: 2px; -} - -body:not(.device-touch) #gotoTop { - transition: background-color .2s linear; - -webkit-transition: background-color .2s linear; - -o-transition: background-color .2s linear; -} - -.stretched #gotoTop { bottom: 30px; } - -#gotoTop:hover { background-color: #1ABC9C; } - - -/* ---------------------------------------------------------------- - Error 404 ------------------------------------------------------------------*/ - - -.error404 { - display: block; - font-size: 216px; - font-weight: 600; - color: #DDD; - line-height: 1.35; - letter-spacing: 4px; -} - -.error404-wrap .container { z-index: 7; } - -.error404-wrap .error404 { - line-height: 0.9; - margin-bottom: 40px; - font-weight: bold; - font-size: 244px; - color: #FFF !important; - opacity: 0.2; - text-shadow: 1px 1px 5px rgba(0,0,0,0.4); -} - -.error404-wrap .heading-block h4 { - font-weight: 300; - margin-bottom: 8px; -} - -.error404-wrap .heading-block span { font-size: 17px; } - -.error404-wrap form { max-width: 500px; } - - -/* ---------------------------------------------------------------- - Landing Pages ------------------------------------------------------------------*/ - -.landing-wide-form { - background: rgba(0,0,0,0.3); - padding: 30px; - border-radius: 3px; -} - -.landing-form-overlay { - position: absolute; - z-index: 10; - top: auto; - left: auto; - right: 0; - bottom: -154px; - background-color: rgba(0,0,0,0.6); - border-radius: 3px 3px 0 0; -} - -.landing-video { - z-index: 1; - width: 560px; - height: 315px; - margin: 22px 0 0 95px; - overflow: hidden; -} - -.landing-promo h3 { font-size: 26px; } - -.landing-promo > .container > span { font-size: 17px; } - - -/* ---------------------------------------------------------------- - Preloaders ------------------------------------------------------------------*/ - - -.preloader, -.preloader2, -.form-process { - display: block; - width: 100%; - height: 100%; - background: url("../../../../images/preloader.gif") center center no-repeat #FFF; -} - -.preloader2 { background-color: transparent; } - -.form-process { - display: none; - position: absolute; - z-index: 3; - background-color: rgba(255,255,255,0.7); -} - - -/* ---------------------------------------------------------------- - Toastr Notifications ------------------------------------------------------------------*/ - - -.toast-title { font-weight: bold; } - -.toast-message { - -ms-word-wrap: break-word; - word-wrap: break-word; -} - -.toast-message a, -.toast-message label { color: #ffffff; } - -.toast-message a:hover { - color: #cccccc; - text-decoration: none; -} - -.toast-close-button { - position: absolute; - right: 5px; - top: 3px; - font-size: 14px; - color: #ffffff; - opacity: 0.8; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - filter: alpha(opacity=80); -} - -.toast-close-button:hover, -.toast-close-button:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); - filter: alpha(opacity=50); -} - - -button.toast-close-button { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} - -.toast-top-full-width { - top: 10px; - right: 0; - width: 100%; -} - -.toast-bottom-full-width { - bottom: 10px; - right: 0; - width: 100%; -} - -.toast-top-left { - top: 12px; - left: 12px; -} - -.toast-top-right { - top: 12px; - right: 12px; -} - -.toast-bottom-right { - right: 12px; - bottom: 12px; -} - -.toast-bottom-left { - bottom: 12px; - left: 12px; -} - -#toast-container { - position: fixed; - z-index: 1999; -} - -#toast-container * { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -#toast-container > div { - margin: 0 0 6px; - padding: 15px; - width: 300px; - border-radius: 3px; - background-position: 15px center; - background-repeat: no-repeat; - color: #ffffff; - opacity: 0.8; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - filter: alpha(opacity=80); -} - -#toast-container > div i { - position: relative; - top: 1px; - width: 16px; - text-align: center; - margin-right: 3px; -} - -#toast-container > :hover { - opacity: 1; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - filter: alpha(opacity=100); - cursor: pointer; -} - -#toast-container.toast-top-full-width > div, -#toast-container.toast-bottom-full-width > div { - width: 96%; - margin: auto; -} - -.toast { background-color: #030303; } - -.toast-success { background-color: #51a351; } - -.toast-error { background-color: #bd362f; } - -.toast-info { background-color: #2f96b4; } - -.toast-warning { background-color: #f89406; } - - -@media all and (min-width: 240px) and (max-width: 479px) { - #toast-container > div { - padding: 8px; - width: 18em; - } -} - -@media all and (min-width: 480px) and (max-width: 767px) { - #toast-container > div { - padding: 15px; - width: 25em; - } -} - -/* ---------------------------------------------------------------- - Wedding ------------------------------------------------------------------*/ - - -.wedding-head { - position: relative; - line-height: 1; - font-size: 80px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.wedding-head .first-name, -.wedding-head .last-name, -.wedding-head .and { - display: inline-block; - margin-right: 15px; - font-weight: bold; - text-align: right; - text-transform: uppercase; - font-family: 'Raleway', sans-serif; - letter-spacing: 2px; -} - -.wedding-head .last-name { - margin: 0 0 0 15px; - text-align: left; -} - -.wedding-head .first-name span, -.wedding-head .last-name span { - display: block; - margin-top: 10px; - font-size: 56px; - font-weight: 400; - font-style: italic; - font-family: 'Crete Round', serif; - text-transform: none; -} - -.wedding-head .and { - margin: 0; - font-size: 200px; - font-family: 'Times New Roman', serif; -} diff --git a/public/css/main/imports/shortcodes/overlay.css b/public/css/main/imports/shortcodes/overlay.css deleted file mode 100644 index 99b147e..0000000 --- a/public/css/main/imports/shortcodes/overlay.css +++ /dev/null @@ -1,134 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: overlay.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Overlays ------------------------------------------------------------------*/ - - -.overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -.overlay .overlay-wrap, -.text-overlay { - opacity: 0; - position: relative; - width: 100%; - height: 100%; - background-color: rgba(0,0,0,0.6); -} - -body:not(.device-touch) .overlay .overlay-wrap, -body:not(.device-touch) .text-overlay { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.overlay .overlay-wrap i { - position: absolute; - opacity: 0.8; - font-size: 24px; - line-height: 1; - width: 24px; - height: 24px; - text-align: center; - top: 50%; - margin-top: -12px; - left: 50%; - margin-left: -12px; - color: #FFF; -} - -.overlay:hover .overlay-wrap, -.overlay:hover .text-overlay { opacity: 1; } - - -.text-overlay { - position: absolute; - opacity: 0.85; - top: auto; - bottom: 0; - height: auto; - padding: 40px 15px 15px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */ - background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */ -} - -.text-overlay-title h2, -.text-overlay-title h3, -.text-overlay-title h4 { - margin: 0; - color: #F5F5F5; -} - -.text-overlay-title h2 { font-size: 28px; } - -.text-overlay-title h3 { - font-size: 17px; - font-weight: 600; -} - -.text-overlay-title h2, -.text-overlay-title h3, -.text-overlay-title h4, -.text-overlay-meta { - max-width: 100%; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} - -.text-overlay-meta { - color: #CCC; - font-size: 13px; -} - -.text-overlay-meta span i { - position: relative; - top: 1px; - font-size: 14px; -} - - -/* News Carousel Overlays ------------------------------------------------------------------*/ - -.news-carousel .text-overlay { padding: 40px 30px 25px; } - -.news-carousel .text-overlay-title { margin: 15px 0 10px; } - -.news-carousel .text-overlay-title h2, -.news-carousel .text-overlay-title h3, -.news-carousel .text-overlay-title h4 { - line-height: 1.2; - text-overflow: none; - white-space: normal; -} - -.news-carousel .text-overlay-meta { font-size: 14px; } - -.news-carousel .rounded-skill { - position: absolute; - margin: 0 !important; - top: 30px; - right: 30px; - color: #FFF; - font-weight: 600; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/pricing.css b/public/css/main/imports/shortcodes/pricing.css deleted file mode 100644 index 37906ac..0000000 --- a/public/css/main/imports/shortcodes/pricing.css +++ /dev/null @@ -1,263 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: pricing.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Pricing Boxes ------------------------------------------------------------------*/ - -.pricing { position: relative; } - -.pricing [class^=col-] { - padding: 0; - margin-top: 20px; -} - - -/* Pricing Boxes ------------------------------------------------------------------*/ - -.pricing-box { - position: relative; - border: 1px solid rgba(0,0,0,0.075); - border-radius: 3px; - text-align: center; - box-shadow: 0 1px 1px rgba(0,0,0,0.1); - background-color: #F5F5F5; -} - - -/* Pricing Boxes - Title ------------------------------------------------------------------*/ - -.pricing-title { - padding: 15px 0; - background-color: #F9F9F9; - border-radius: 3px 3px 0 0; - text-shadow: 1px 1px 1px #FFF; - border-bottom: 1px solid rgba(0,0,0,0.05); -} - -.pricing-title h3 { - margin: 0; - font-size: 20px; - letter-spacing: 1px; - font-weight: bold; - text-transform: uppercase; - color: #555; -} - -.pricing-title span { - display: block; - color: #999; - font-weight: 300; - font-size: 14px; - margin-top: 3px; - text-transform: uppercase; -} - - -/* Pricing Boxes - Price ------------------------------------------------------------------*/ - -.pricing-price { - position: relative; - padding: 25px 0; - color: #333; - font-weight: 300; - font-size: 64px; - line-height: 1; -} - -.pricing-price:after { - content: ''; - position: absolute; - width: 100px; - border-top: 1px solid rgba(0,0,0,0.1); - top: auto; - bottom: 0; - left: 50%; - margin-left: -50px; -} - -.pricing-price span { - display: inline-block; - vertical-align: top; - margin: 7px 3px 0 0; - font-size: 28px; - font-weight: normal; -} - -.pricing-price span.price-tenure { - vertical-align: baseline; - font-size: 16px; - font-weight: normal; - color: #999; - margin: 0 0 0 3px; -} - - -/* Pricing Boxes - Features ------------------------------------------------------------------*/ - -.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); } - -.pricing-features ul { - margin: 0; - padding: 15px 0; - list-style: none; -} - -.pricing-features li { - padding: 6px 0; - font-size: 14px; -} - - -/* Pricing Boxes - Action ------------------------------------------------------------------*/ - -.pricing-action { padding: 15px 30px; } - - -/* Pricing Boxes - Best Price ------------------------------------------------------------------*/ - -.pricing-box.best-price { - background-color: #FFF; - box-shadow: 0 0 8px rgba(0,0,0,0.1); - z-index: 10; -} - -.pricing-box.best-price { margin: -20px -1px 0 -1px; } - -.pricing-box.best-price .pricing-title { - background-color: #FFF; - padding: 20px 0; -} - -.pricing-box.best-price .pricing-title h3 { font-size: 22px; } - -.pricing-box.best-price .pricing-price { - color: #1ABC9C; - font-size: 72px; -} - - -/* Pricing Boxes - Minimal ------------------------------------------------------------------*/ - -.pricing-box.pricing-minimal .pricing-price { - background-color: #FFF; - border-bottom: 1px solid rgba(0,0,0,0.075); -} - -.pricing-box.pricing-minimal .pricing-price:after { display: none; } - - -/* Pricing Boxes - 5 Columns ------------------------------------------------------------------*/ - -.pricing.pricing-5 .pricing-box { - float: left; - width: 20%; - margin-top: 20px; -} - -.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; } - -.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; } - -.pricing.pricing-5 .pricing-title h3 { font-size: 18px; } - -.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; } - - -/* Pricing Boxes - Extended ------------------------------------------------------------------*/ - -.pricing-box.pricing-extended { - background-color: #FFF; - text-align: left; -} - -.pricing-box.pricing-extended .pricing-desc { - float: left; - width: 75%; - padding: 25px; -} - -.pricing-box.pricing-extended .pricing-title { - background-color: transparent; - padding-top: 0; - text-align: left; -} - -.pricing-box.pricing-extended .pricing-features { border: 0; } - -.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; } - -.pricing-box.pricing-extended .pricing-features li { - padding: 6px 0; - font-size: 15px; - width: 50%; - float: left; -} - -.pricing-box.pricing-extended .pricing-features ul li i { - position: relative; - top: 1px; - width: 16px; - margin-right: 2px; -} - -.pricing-box.pricing-extended .pricing-action-area { - position: absolute; - top: 0; - left: auto; - right: 0; - width: 25%; - height: 100%; - border-left: 1px solid rgba(0,0,0,0.05); - background-color: #F9F9F9; - padding: 30px; - border-radius: 0 3px 3px 0; - text-align: center; -} - -.pricing-box.pricing-extended .pricing-action-area .pricing-price, -.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; } - -.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; } - -.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; } - -.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure { - display: block; - margin: 10px 0 0 0; - font-weight: 300; - text-transform: uppercase; - font-size: 14px; -} - -.pricing-box.pricing-extended .pricing-meta { - color: #999; - font-weight: 300; - font-size: 14px; - letter-spacing: 1px; - text-transform: uppercase; - padding-bottom: 10px; -} - -.table-comparison, -.table-comparison th { text-align: center; } - -.table-comparison th:first-child, -.table-comparison td:first-child { - text-align: left; - font-weight: bold; -} diff --git a/public/css/main/imports/shortcodes/process-steps.css b/public/css/main/imports/shortcodes/process-steps.css deleted file mode 100644 index b8c8235..0000000 --- a/public/css/main/imports/shortcodes/process-steps.css +++ /dev/null @@ -1,72 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: process-steps.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Process Steps ------------------------------------------------------------------*/ - -.process-steps { - margin: 0 0 40px; - list-style: none; -} - -.process-steps li { - float: left; - position: relative; - width: 25%; - text-align: center; - overflow: hidden; -} - -.process-steps.process-2 li { width: 50%; } -.process-steps.process-3 li { width: 33.33%; } -.process-steps.process-5 li { width: 20%; } - -.process-steps li .i-circled { margin-bottom: 0 !important; } - -.process-steps li .i-bordered { background-color: #FFF; } - -.process-steps li h5 { - margin: 15px 0 0 0; - font-size: 16px; - font-weight: 300; -} - -.process-steps li.active h5, -.process-steps li.ui-tabs-active h5 { - font-weight: 600; - color: #1ABC9C; -} - -.process-steps li.active a, -.process-steps li.ui-tabs-active a { - background-color: #1ABC9C !important; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-color: #1ABC9C !important; -} - -.process-steps li:before, -.process-steps li:after { - content: ''; - position: absolute; - top: 30px; - left: 0; - margin-left: -26px; - width: 50%; - border-top: 1px dashed #DDD; -} - -.process-steps li:after { - left: auto; - right: 0; - margin: 0 -26px 0 0; -} - -.process-steps li:first-child:before, -.process-steps li:last-child:after { display: none; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/promo.css b/public/css/main/imports/shortcodes/promo.css deleted file mode 100644 index 37c40d1..0000000 --- a/public/css/main/imports/shortcodes/promo.css +++ /dev/null @@ -1,240 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: promo.css - ------------------------------------------------------------------------------------*/ - - - -/* ---------------------------------------------------------------- - Promo Boxes ------------------------------------------------------------------*/ - - -.promo { - position: relative; - padding: 30px 200px 30px 0; -} - -.promo h3 { - font-weight: bold; - margin-bottom: 0; -} - -.promo > span, -.promo > .container > span { - display: block; - color: #444; - font-weight: 300; - font-size: 16px; - margin-top: 6px; -} - -.promo a.button { - position: absolute; - top: 50%; - margin: 0; - margin-top: -18px; - left: auto; - right: 0; -} - -.promo a.button.button-mini { margin-top: -12px; } - -.promo a.button.button-small { margin-top: -15px; } - -.promo a.button.button-large { margin-top: -22px; } - -.promo a.button.button-xlarge { margin-top: -25px; } - -.promo a.button.button-desc { margin-top: -40px; } - - -/* Promo Uppercase ------------------------------------------------------------------*/ - -.promo-uppercase { text-transform: uppercase; } - -.promo-uppercase h3 { font-size: 22px; } - -.promo-uppercase > span, -.promo-uppercase > .container > span { font-size: 15px; } - - -/* Promo - with Border ------------------------------------------------------------------*/ - -.promo.promo-border { - border: 1px solid #E5E5E5; - border-radius: 3px; - padding-left: 30px; -} - -.promo.promo-border a.button { right: 30px; } - - -/* Promo - Light ------------------------------------------------------------------*/ - -.promo.promo-light { - background-color: #F5F5F5; - border-radius: 3px; - padding-left: 30px; -} - -.promo.promo-light a.button { right: 30px; } - - -/* Promo - Dark ------------------------------------------------------------------*/ - -.promo.promo-dark { - border: 0 !important; - background-color: #333; - padding: 30px 200px 30px 30px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-radius: 3px; -} - -.promo.promo-dark h3 { color: #FFF; } - -.promo.promo-dark > h3 span, -.promo.promo-dark > .container > h3 span { - padding: 2px 8px; - border-radius: 3px; - background-color: rgba(0,0,0,0.15); - color: #FFF; - font-weight: 400; -} - -.promo.promo-dark > span, -.promo.promo-dark > .container > span { - color: #CCC; - margin-top: 8px; -} - -.promo.promo-dark a.button { right: 30px; } - - -/* Promo - Flat ------------------------------------------------------------------*/ - -.promo.promo-flat { background-color: #1ABC9C; } - -.promo.promo-flat > span, -.promo.promo-flat > .container > span { color: rgba(255,255,255,0.9); } - -.promo.promo-flat a.button:not(.button-border) { - background-color: rgba(0,0,0,0.2); - color: #FFF; -} - -.promo.promo-flat a.button:hover { - background-color: #FFF; - border-color: #FFF; - color: #444; - text-shadow: none; -} - - -/* Promo - 100% Full Width ------------------------------------------------------------------*/ - -.promo-full { - border-radius: 0 !important; - border-left: 0 !important; - border-right: 0 !important; - padding: 40px 0 !important; -} - -.promo-full a.button { right: 15px !important; } - -.promo-full.promo-right a.button { - right: auto !important; - left: 15px !important; -} - -/* Promo - Parallax ------------------------------------------------------------------*/ - -.promo.parallax { padding: 80px 0 !important; } - - -/* Promo - Right Align ------------------------------------------------------------------*/ - -.promo.promo-right { - text-align: right; - padding: 30px 0 30px 200px; -} - -.promo.promo-right a.button { - left: 0; - right: auto; -} - - -/* Promo - with Border & Right Align ------------------------------------------------------------------*/ - -.promo.promo-right.promo-border:not(.promo-mini), -.promo.promo-dark.promo-right:not(.promo-mini) { padding-right: 30px; } - -.promo.promo-right.promo-border a.button, -.promo.promo-dark.promo-right a.button { left: 30px; } - - -/* Promo - Center Align ------------------------------------------------------------------*/ - -.promo.promo-center { - text-align: center; - padding: 30px 20px; -} - -.promo.promo-center a.button { - position: relative; - top: 0; - margin: 20px 0 0; - left: 0 !important; - right: 0; -} - - -/* Promo - Mini ------------------------------------------------------------------*/ - -.promo.promo-mini { - text-align: left; - padding: 20px 25px; -} - -.promo.promo-mini h3 { - font-size: 20px; - line-height: 1.5; -} - -.promo.promo-mini.promo-uppercase h3 { font-size: 18px; } - -.promo.promo-mini.promo-dark h3 { line-height: 1.7; } - -.promo.promo-mini a.button { - position: relative; - top: 0; - margin: 20px 0 0; - left: 0 !important; - right: 0; -} - - -/* Promo - Mini - Center Align ------------------------------------------------------------------*/ - -.promo.promo-mini.promo-center { text-align: center; } - - -/* Promo - Mini - Right Align ------------------------------------------------------------------*/ - -.promo.promo-mini.promo-right { text-align: right; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/social-icons.css b/public/css/main/imports/shortcodes/social-icons.css deleted file mode 100644 index 5980d9a..0000000 --- a/public/css/main/imports/shortcodes/social-icons.css +++ /dev/null @@ -1,382 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: social-icons.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Social Icons ------------------------------------------------------------------*/ - - -.social-icon { - margin: 0 5px 5px 0; - width: 40px; - height: 40px; - font-size: 20px; - line-height: 38px !important; - color: #555; - text-shadow: none; - border: 1px solid #AAA; - border-radius: 3px; - overflow: hidden; -} - - -/* Social Icons - Rounded ------------------------------------------------------------------*/ - -.si-rounded { border-radius: 50%; } - -/* Social Icons - Borderless ------------------------------------------------------------------*/ - -.si-borderless { border-color: transparent !important; } - -/* Social Icons - Dark ------------------------------------------------------------------*/ - -.si-dark { - background-color: #444; - color: #FFF !important; - border-color: transparent; -} - -/* Social Icons - Light ------------------------------------------------------------------*/ - -.si-light { - background-color: rgba(0,0,0,0.05); - color: #666 !important; - border-color: transparent; -} - -/* Social Icons - Colored ------------------------------------------------------------------*/ - -.si-colored { border-color: transparent !important; } - -.si-colored i { color: #FFF; } - -/* Social Icons - Large ------------------------------------------------------------------*/ - -.social-icon.si-large { - margin: 0 10px 10px 0; - width: 56px; - height: 56px; - font-size: 30px; - line-height: 54px !important; -} - -/* Social Icons - Small ------------------------------------------------------------------*/ - -.social-icon.si-small { - width: 32px; - height: 32px; - font-size: 14px; - line-height: 30px !important; -} - -.social-icon i { - display: block; - position: relative; -} - -body:not(.device-touch) .social-icon i { - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.social-icon i:last-child { color: #FFF !important; } - -.social-icon:hover i:first-child { margin-top: -38px; } - -.social-icon.si-large:hover i:first-child { margin-top: -54px; } - -.social-icon.si-small:hover i:first-child { margin-top: -30px; } - -.social-icon:hover { - color: #555; - border-color: transparent; -} - -.si-colored.social-icon { border-color: transparent; } - -/* Social Icons - Sticky ------------------------------------------------------------------*/ - -.si-sticky { - position: fixed; - top: 50%; - left: 5px; - width: 36px; - z-index: 100; -} - -/* Social Icons - Sticky Right ------------------------------------------------------------------*/ - -.si-sticky.si-sticky-right { - left: auto; - right: 8px; -} - -/* Social Icons - Share ------------------------------------------------------------------*/ - -.si-share { - position: relative; - padding-left: 5px; - border-top: 1px solid #EEE; - border-bottom: 1px solid #EEE; -} - -.si-share span { - line-height: 36px; - font-weight: bold; - font-size: 13px; -} - -.si-share div { float: right; } - -.si-share .social-icon { - margin: -1px 0; - border-radius: 0; - font-size: 15px; -} - -.si-facebook:hover, -.si-colored.si-facebook { background-color: #3B5998 !important; } -.si-delicious:hover, -.si-colored.si-delicious { background-color: #205CC0 !important; } -.si-paypal:hover, -.si-colored.si-paypal { background-color: #00588B !important; } -.si-flattr:hover, -.si-colored.si-flattr { background-color: #F67C1A !important; } -.si-android:hover, -.si-colored.si-android { background-color: #A4C639 !important; } -.si-smashmag:hover, -.si-colored.si-smashmag { background-color: #E53B2C !important; } -.si-gplus:hover, -.si-colored.si-gplus { background-color: #DD4B39 !important; } -.si-wikipedia:hover, -.si-colored.si-wikipedia { background-color: #333 !important; } -.si-stumbleupon:hover, -.si-colored.si-stumbleupon { background-color: #F74425 !important; } -.si-foursquare:hover, -.si-colored.si-foursquare { background-color: #25A0CA !important; } -.si-call:hover, -.si-colored.si-call { background-color: #444 !important; } -.si-ninetyninedesigns:hover, -.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; } -.si-forrst:hover, -.si-colored.si-forrst { background-color: #5B9A68 !important; } -.si-digg:hover, -.si-colored.si-digg { background-color: #191919 !important; } -.si-spotify:hover, -.si-colored.si-spotify { background-color: #81B71A !important; } -.si-reddit:hover, -.si-colored.si-reddit { background-color: #C6C6C6 !important; } -.si-blogger:hover, -.si-colored.si-blogger { background-color: #FC4F08 !important; } -.si-cc:hover, -.si-colored.si-cc { background-color: #688527 !important; } -.si-dribbble:hover, -.si-colored.si-dribbble { background-color: #EA4C89 !important; } -.si-evernote:hover, -.si-colored.si-evernote { background-color: #5BA525 !important; } -.si-flickr:hover, -.si-colored.si-flickr { background-color: #FF0084 !important; } -.si-google:hover, -.si-colored.si-google { background-color: #DD4B39 !important; } -.si-instapaper:hover, -.si-colored.si-instapaper { background-color: #333 !important; } -.si-klout:hover, -.si-colored.si-klout { background-color: #FF5F52 !important; } -.si-linkedin:hover, -.si-colored.si-linkedin { background-color: #0E76A8 !important; } -.si-vk:hover, -.si-colored.si-vk { background-color: #2B587A !important; } -.si-rss:hover, -.si-colored.si-rss { background-color: #EE802F !important; } -.si-skype:hover, -.si-colored.si-skype { background-color: #00AFF0 !important; } -.si-twitter:hover, -.si-colored.si-twitter { background-color: #00ACEE !important; } -.si-youtube:hover, -.si-colored.si-youtube { background-color: #C4302B !important; } -.si-vimeo:hover, -.si-colored.si-vimeo { background-color: #86C9EF !important; } -.si-aim:hover, -.si-colored.si-aim { background-color: #FCD20B !important; } -.si-yahoo:hover, -.si-colored.si-yahoo { background-color: #720E9E !important; } -.si-email3:hover, -.si-colored.si-email3 { background-color: #6567A5 !important; } -.si-macstore:hover, -.si-colored.si-macstore { background-color: #333333 !important; } -.si-myspace:hover, -.si-colored.si-myspace { background-color: #666666 !important; } -.si-podcast:hover, -.si-colored.si-podcast { background-color: #E4B21B !important; } -.si-cloudapp:hover, -.si-colored.si-cloudapp { background-color: #525557 !important; } -.si-dropbox:hover, -.si-colored.si-dropbox { background-color: #3D9AE8 !important; } -.si-ebay:hover, -.si-colored.si-ebay { background-color: #89C507 !important; } -.si-github:hover, -.si-colored.si-github { background-color: #171515 !important; } -.si-googleplay:hover, -.si-colored.si-googleplay { background-color: #DD4B39 !important; } -.si-itunes:hover, -.si-colored.si-itunes { background-color: #222 !important; } -.si-plurk:hover, -.si-colored.si-plurk { background-color: #CF5A00 !important; } -.si-pinboard:hover, -.si-colored.si-pinboard { background-color: #0000E6 !important; } -.si-soundcloud:hover, -.si-colored.si-soundcloud { background-color: #FF7700 !important; } -.si-tumblr:hover, -.si-colored.si-tumblr { background-color: #34526F !important; } -.si-wordpress:hover, -.si-colored.si-wordpress { background-color: #1E8CBE !important; } -.si-yelp:hover, -.si-colored.si-yelp { background-color: #C41200 !important; } -.si-intensedebate:hover, -.si-colored.si-intensedebate { background-color: #009EE4 !important; } -.si-eventbrite:hover, -.si-colored.si-eventbrite { background-color: #F16924 !important; } -.si-scribd:hover, -.si-colored.si-scribd { background-color: #666666 !important; } -.si-stripe:hover, -.si-colored.si-stripe { background-color: #008CDD !important; } -.si-print:hover, -.si-colored.si-print { background-color: #111 !important; } -.si-dwolla:hover, -.si-colored.si-dwolla { background-color: #FF5C03 !important; } -.si-statusnet:hover, -.si-colored.si-statusnet { background-color: #131A30 !important; } -.si-acrobat:hover, -.si-colored.si-acrobat { background-color: #D3222A !important; } -.si-drupal:hover, -.si-colored.si-drupal { background-color: #27537A !important; } -.si-buffer:hover, -.si-colored.si-buffer { background-color: #333333 !important; } -.si-pocket:hover, -.si-colored.si-pocket { background-color: #EE4056 !important; } -.si-bitbucket:hover, -.si-colored.si-bitbucket { background-color: #0E4984 !important; } -.si-stackoverflow:hover, -.si-colored.si-stackoverflow { background-color: #EF8236 !important; } -.si-hackernews:hover, -.si-colored.si-hackernews { background-color: #FF6600 !important; } -.si-xing:hover, -.si-colored.si-xing { background-color: #126567 !important; } -.si-instagram:hover, -.si-colored.si-instagram { background-color: #3F729B !important; } -.si-quora:hover, -.si-colored.si-quora { background-color: #A82400 !important; } -.si-openid:hover, -.si-colored.si-openid { background-color: #E16309 !important; } -.si-steam:hover, -.si-colored.si-steam { background-color: #111 !important; } -.si-amazon:hover, -.si-colored.si-amazon { background-color: #E47911 !important; } -.si-disqus:hover, -.si-colored.si-disqus { background-color: #E4E7EE !important; } -.si-plancast:hover, -.si-colored.si-plancast { background-color: #222 !important; } -.si-appstore:hover, -.si-colored.si-appstore { background-color: #000 !important; } -.si-pinterest:hover, -.si-colored.si-pinterest { background-color: #C8232C !important; } -.si-fivehundredpx:hover, -.si-colored.si-fivehundredpx { background-color: #111 !important; } - - - -/* Social Icons Text Color ------------------------------------------------------------------*/ - -.si-text-color.si-facebook i { color: #3B5998; } -.si-text-color.si-delicious i { color: #205CC0; } -.si-text-color.si-paypal i { color: #00588B; } -.si-text-color.si-flattr i { color: #F67C1A; } -.si-text-color.si-android i { color: #A4C639; } -.si-text-color.si-smashmag i { color: #E53B2C; } -.si-text-color.si-gplus i { color: #DD4B39; } -.si-text-color.si-wikipedia i { color: #333; } -.si-text-color.si-stumbleupon i { color: #F74425; } -.si-text-color.si-foursquare i { color: #25A0CA; } -.si-text-color.si-call i { color: #444; } -.si-text-color.si-ninetyninedesigns i { color: #F26739; } -.si-text-color.si-forrst i { color: #5B9A68; } -.si-text-color.si-digg i { color: #191919; } -.si-text-color.si-spotify i { color: #81B71A; } -.si-text-color.si-reddit i { color: #C6C6C6; } -.si-text-color.si-blogger i { color: #FC4F08; } -.si-text-color.si-cc i { color: #688527; } -.si-text-color.si-dribbble i { color: #EA4C89; } -.si-text-color.si-evernote i { color: #5BA525; } -.si-text-color.si-flickr i { color: #FF0084; } -.si-text-color.si-google i { color: #DD4B39; } -.si-text-color.si-instapaper i { color: #333; } -.si-text-color.si-klout i { color: #FF5F52; } -.si-text-color.si-linkedin i { color: #0E76A8; } -.si-text-color.si-vk i { color: #2B587A; } -.si-text-color.si-rss i { color: #EE802F; } -.si-text-color.si-skype i { color: #00AFF0; } -.si-text-color.si-twitter i { color: #00ACEE; } -.si-text-color.si-youtube i { color: #C4302B; } -.si-text-color.si-vimeo i { color: #86C9EF; } -.si-text-color.si-aim i { color: #FCD20B; } -.si-text-color.si-yahoo i { color: #720E9E; } -.si-text-color.si-email3 i { color: #6567A5; } -.si-text-color.si-macstore i { color: #333333; } -.si-text-color.si-myspace i { color: #666666; } -.si-text-color.si-podcast i { color: #E4B21B; } -.si-text-color.si-cloudapp i { color: #525557; } -.si-text-color.si-dropbox i { color: #3D9AE8; } -.si-text-color.si-ebay i { color: #89C507; } -.si-text-color.si-github i { color: #171515; } -.si-text-color.si-googleplay i { color: #DD4B39; } -.si-text-color.si-itunes i { color: #222; } -.si-text-color.si-plurk i { color: #CF5A00; } -.si-text-color.si-pinboard i { color: #0000E6; } -.si-text-color.si-soundcloud i { color: #FF7700; } -.si-text-color.si-tumblr i { color: #34526F; } -.si-text-color.si-wordpress i { color: #1E8CBE; } -.si-text-color.si-yelp i { color: #C41200; } -.si-text-color.si-intensedebate i { color: #009EE4; } -.si-text-color.si-eventbrite i { color: #F16924; } -.si-text-color.si-scribd i { color: #666666; } -.si-text-color.si-stripe i { color: #008CDD; } -.si-text-color.si-print i { color: #111; } -.si-text-color.si-dwolla i { color: #FF5C03; } -.si-text-color.si-statusnet i { color: #131A30; } -.si-text-color.si-acrobat i { color: #D3222A; } -.si-text-color.si-drupal i { color: #27537A; } -.si-text-color.si-buffer i { color: #333333; } -.si-text-color.si-pocket i { color: #EE4056; } -.si-text-color.si-bitbucket i { color: #0E4984; } -.si-text-color.si-stackoverflow i { color: #EF8236; } -.si-text-color.si-hackernews i { color: #FF6600; } -.si-text-color.si-xing i { color: #126567; } -.si-text-color.si-instagram i { color: #3F729B; } -.si-text-color.si-quora i { color: #A82400; } -.si-text-color.si-openid i { color: #E16309; } -.si-text-color.si-steam i { color: #111; } -.si-text-color.si-amazon i { color: #E47911; } -.si-text-color.si-disqus i { color: #E4E7EE; } -.si-text-color.si-plancast i { color: #222; } -.si-text-color.si-appstore i { color: #000; } -.si-text-color.si-pinterest i { color: #C8232C; } -.si-text-color.si-fivehundredpx i { color: #111; } - -.si-text-color:hover { color: #FFF; } diff --git a/public/css/main/imports/shortcodes/styled-icons.css b/public/css/main/imports/shortcodes/styled-icons.css deleted file mode 100644 index 989fa63..0000000 --- a/public/css/main/imports/shortcodes/styled-icons.css +++ /dev/null @@ -1,265 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: styled-icons.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Styled Icons ------------------------------------------------------------------*/ - - -.i-rounded, -.i-plain, -.i-circled, -.i-bordered, -.social-icon { - display: block; - float: left; - margin: 4px 11px 7px 0; - text-align: center !important; - font-size: 28px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - cursor: pointer; - font-style: normal; -} - -body:not(.device-touch) .i-rounded, -body:not(.device-touch) .i-plain, -body:not(.device-touch) .i-circled, -body:not(.device-touch) .i-bordered, -body:not(.device-touch) .social-icon { - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.i-rounded, -.i-circled, -.i-bordered { - width: 52px !important; - height: 52px !important; - line-height: 52px !important; - background-color: #444; - border-radius: 3px; -} - -.i-bordered { - border: 1px solid #555; - line-height: 50px !important; - background-color: transparent !important; - color: #444; - text-shadow: none; -} - -.i-plain { - width: 36px !important; - height: 36px !important; - font-size: 28px; - line-height: 36px !important; - color: #444; - text-shadow: 1px 1px 1px #FFF; -} - -.i-plain:hover { color: #777; } - -.i-circled { border-radius: 50%; } - -.i-light { - background-color: #F5F5F5; - color: #444; - text-shadow: 1px 1px 1px #FFF; - box-shadow: inset 0 0 15px rgba(0,0,0,0.2); -} - -.i-alt { - background-image: url('../../../images/icons/iconalt.svg'); - background-position: center center; - background-size: 100% 100%; -} - - -.i-rounded:hover, -.i-circled:hover { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - box-shadow: 0 0 0 rgba(0,0,0,0.2); -} - -.i-bordered:hover { - background-color: #444 !important; - color: #FFF; - border-color: #444; -} - - -/* Icon Size - Small ------------------------------------------------------------------*/ - -.i-small.i-rounded, -.i-small.i-plain, -.i-small.i-circled, -.i-small.i-bordered { - margin: 4px 11px 7px 0; - font-size: 14px; -} - -.i-small.i-rounded, -.i-small.i-circled, -.i-small.i-bordered { - width: 28px !important; - height: 28px !important; - line-height: 28px !important; -} - -.i-small.i-bordered { line-height: 26px !important; } - -.i-small.i-plain { - width: 18px !important; - height: 18px !important; - font-size: 14px; - line-height: 18px !important; -} - - -/* Icon Size - Small ------------------------------------------------------------------*/ - -.i-medium.i-rounded, -.i-medium.i-plain, -.i-medium.i-circled, -.i-medium.i-bordered { - margin: 6px 13px 9px 0; - font-size: 21px; -} - -.i-medium.i-rounded, -.i-medium.i-circled, -.i-medium.i-bordered { - width: 36px !important; - height: 36px !important; - line-height: 36px !important; -} - -.i-medium.i-bordered { line-height: 34px !important; } - -.i-medium.i-plain { - width: 28px !important; - height: 28px !important; - font-size: 20px; - line-height: 28px !important; -} - - -/* Icon Size - Large ------------------------------------------------------------------*/ - -.i-large.i-rounded, -.i-large.i-plain, -.i-large.i-circled, -.i-large.i-bordered { - margin: 4px 11px 7px 0; - font-size: 42px; -} - -.i-large.i-rounded, -.i-large.i-circled, -.i-large.i-bordered { - width: 64px !important; - height: 64px !important; - line-height: 64px !important; -} - -.i-large.i-bordered { line-height: 62px !important; } - -.i-large.i-plain { - width: 48px !important; - height: 48px !important; - font-size: 42px; - line-height: 48px !important; -} - - -/* Icon Size - Extra Large ------------------------------------------------------------------*/ - -.i-xlarge.i-rounded, -.i-xlarge.i-plain, -.i-xlarge.i-circled, -.i-xlarge.i-bordered { - margin: 4px 11px 7px 0; - font-size: 56px; -} - -.i-xlarge.i-rounded, -.i-xlarge.i-circled, -.i-xlarge.i-bordered { - width: 84px !important; - height: 84px !important; - line-height: 84px !important; -} - -.i-xlarge.i-bordered { line-height: 82px !important; } - -.i-xlarge.i-plain { - width: 64px !important; - height: 64px !important; - font-size: 56px; - line-height: 64px !important; -} - - -/* ---------------------------------------------------------------- - Icon Overlay ------------------------------------------------------------------*/ - -.i-overlay, -.i-overlay a { - display: block; - position: absolute; - width: 100% !important; - height: 100% !important; - top: 0; - left: 0; - text-align: center; - background: rgba(0,0,0,0.2) url('images/grid.png') repeat; -} - -.i-overlay a { background: transparent; } - -.i-overlay img, -.i-overlay i { - display: block; - position: absolute; - top: 50%; - left: 50%; - margin: -24px 0 0 -24px; - width: 48px !important; - height: 48px !important; - font-size: 48px; - line-height: 1; - color: #E5E5E5; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.i-overlay i { - margin: -18px 0 0 -18px; - width: 36px; - height: 36px; - line-height: 36px; - font-size: 24px; -} - -.on-hover.i-overlay { opacity: 0; } - -body:not(.device-touch) .on-hover.i-overlay { - -webkit-transition: opacity 0.3s linear; - -o-transition: opacity 0.3s linear; - transition: opacity 0.3s linear; -} - -.on-hover.i-overlay:hover { opacity: 1; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/tabs.css b/public/css/main/imports/shortcodes/tabs.css deleted file mode 100644 index f9cf19a..0000000 --- a/public/css/main/imports/shortcodes/tabs.css +++ /dev/null @@ -1,409 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: tabs.css - ------------------------------------------------------------------------------------*/ - - - -/* ---------------------------------------------------------------- - Tabs ------------------------------------------------------------------*/ - - -.tabs { - position: relative; - margin: 0 0 30px 0; -} - -ul.tab-nav:not(.tab-nav-lg) { - margin: 0; - border-bottom: 1px solid #DDD; - list-style: none; -} - -ul.tab-nav:not(.tab-nav-lg) li { - float: left; - border: 1px solid #DDD; - border-bottom: 0; - border-left: 0; - height: 41px; - text-align: center; -} - -ul.tab-nav:not(.tab-nav-lg) li:first-child { - margin-left: 15px; - border-left: 1px solid #DDD; -} - -ul.tab-nav:not(.tab-nav-lg) li a { - display: block; - padding: 0 15px; - color: #444; - height: 40px; - line-height: 40px; - background-color: #F2F2F2; - font-size: 14px; - font-weight: bold; -} - -ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { - position: relative; - top: 1px; - background-color: #FFF; -} - - -/* Tabs - Alternate Nav ------------------------------------------------------------------*/ - -.tabs.tabs-alt ul.tab-nav li { border-color: transparent; } - -.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; } - -.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; } - -.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { - border: 1px solid #DDD; - border-bottom: 0; -} - - -/* Tabs - Top Border ------------------------------------------------------------------*/ - -.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a { - top: -1px; - height: 43px; - line-height: 38px; - border-top: 2px solid #1ABC9C; -} - -.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; } - - -/* Tabs - Bottom Border ------------------------------------------------------------------*/ - -.tabs.tabs-bb ul.tab-nav li { - border: 0; - margin: 0; -} - -.tabs.tabs-bb ul.tab-nav li a { - background-color: transparent; - border-bottom: 2px solid transparent; -} - -.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { - border-bottom: 2px solid #1ABC9C; - top: -2px; - height: 44px; - line-height: 44px; -} - - -/* Tabs - Navigation Style 2 ------------------------------------------------------------------*/ - - -ul.tab-nav.tab-nav2 { - border-bottom: 0; -} - -ul.tab-nav.tab-nav2 li { - border: 0; - margin-left: 10px; -} - -ul.tab-nav.tab-nav2 li:first-child { - margin-left: 0; - border-left: 0; -} - -ul.tab-nav.tab-nav2 li a { - background-color: #F5F5F5; - border-radius: 2px; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} - -ul.tab-nav.tab-nav2 li.ui-state-active a { - top: 0; - background-color: #1ABC9C; - color: #FFF; -} - - -/* Tabs - Large Navigation ------------------------------------------------------------------*/ - - -ul.tab-nav-lg { - margin-bottom: 20px; - list-style: none; -} - -ul.tab-nav-lg li { - float: left; - position: relative; - text-align: center; - padding: 15px; -} - -ul.tab-nav-lg li a { - display: inline-block; - color: #444; - font-family: 'Raleway', sans-serif; - font-size: 13px; - font-weight: bold; - text-transform: uppercase; - letter-spacing: 2px; -} - -ul.tab-nav.tab-nav-lg li i { - display: block; - font-size: 28px; - margin: 0 0 7px; -} - -ul.tab-nav-lg li.ui-tabs-active a { - color: #1ABC9C; -} - - - -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before, -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { - content: ''; - position: absolute; - z-index: 2; - top: auto; - bottom: -50px; - border: solid transparent; -} - -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { - border-top-color: #FFF; - border-width: 16px; - left: 50%; - margin-left: -16px; -} - -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before { - border-top-color: #FFF; - border-width: 16px; - left: 50%; - margin-left: -16px; -} - - -/* Tabs - Content Area ------------------------------------------------------------------*/ - -.tab-container { - position: relative; - padding: 20px 0 0; -} - -ul.tab-nav li a i { - position: relative; - top: 1px; - font-size: 14px; - margin-right: 3px; -} - -/* Tabs - Bordered ------------------------------------------------------------------*/ - -.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; } - -.tabs-bordered .tab-container { - border: 1px solid #DDD; - border-top: 0; - padding: 20px; -} - - -/* Tabs - Side Tabs ------------------------------------------------------------------*/ - -.side-tabs ul.tab-nav { - float: left; - width: 200px; - padding: 20px 0; - border-bottom: 0; - border-right: 1px solid #DDD; -} - -.side-tabs ul.tab-nav li { - float: none; - border: 1px solid #DDD; - border-right: 0; - border-top: 0; - height: auto; - text-align: left; -} - -.side-tabs ul.tab-nav li:first-child { - margin-left: 0; - border-top: 1px solid #DDD; - border-left: 1px solid #DDD; -} - -.side-tabs ul.tab-nav li a { - height: auto; - line-height: 44px; -} - -.side-tabs ul.tab-nav li.ui-tabs-active a { - top: 0; - right: -1px; -} - -.side-tabs .tab-container { - overflow: hidden; - padding: 15px 0 0 20px; -} - -.ui-tabs .ui-tabs-hide { - position: absolute !important; - left: -10000px !important; - display:block !important; -} - - -/* Tabs - Side Tabs & Nav Style 2 ------------------------------------------------------------------*/ - -.side-tabs ul.tab-nav.tab-nav2 { border: 0; } - -.side-tabs ul.tab-nav.tab-nav2 li { - border: 0; - margin: 6px 0 0; -} - -.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; } - -.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); } - -.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; } - - -/* Tabs - Side Tabs & Bordered ------------------------------------------------------------------*/ - -.tabs-bordered.side-tabs ul.tab-nav { - position: relative; - padding: 0; - z-index: 2; - margin-right: -1px; -} - -.tabs-bordered.side-tabs ul.tab-nav li a { - height: auto; - line-height: 44px; -} - -.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { - right: -1px; - border-right: 1px solid #FFF; -} - -.tabs-bordered.side-tabs .tab-container { - overflow: hidden; - padding: 20px; - border-top: 1px solid #DDD; -} - - -/* ---------------------------------------------------------------- - Side Navigation ------------------------------------------------------------------*/ - - -.sidenav { - width: 100%; - padding: 0; - background-color: #FFF; - border-radius: 4px; -} - -.sidenav li { list-style-type: none; } - -.sidenav li a { - display: block; - position: relative; - margin: 0 0 -1px; - padding: 11px 20px 11px 14px; - font-size: 14px; - border: 1px solid #E5E5E5; - border-right-width: 2px; - color: #666; -} - -.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; } - -.sidenav > li:last-child > a { - border-radius: 0 0 4px 4px; - border-bottom-width: 2px; -} - -.sidenav > .ui-tabs-active > a, -.sidenav > .ui-tabs-active > a:hover { - position: relative; - z-index: 2; - border-color: rgba(0,0,0,0.1) !important; - color: #FFF !important; - font-weight: 600; - background-color: #1ABC9C !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.sidenav li ul { display: none; } - -.sidenav li.ui-tabs-active ul { display: block; } - -.sidenav li li a { - padding: 6px 20px 6px 35px; - font-size: 14px; - border-top: none; - border-bottom: none; -} - -.sidenav li li:first-child a { padding-top: 20px; } - -.sidenav li li:last-child a { padding-bottom: 20px; } - -.sidenav li i { - position: relative; - top: 1px; - margin-right: 6px; - font-size: 14px; - text-align: center; - width: 16px; -} - -/* Chevrons */ -.sidenav .icon-chevron-right { - position: absolute; - width: 14px; - height: 14px; - top: 50%; - left: auto; - right: 6px; - margin-top: -8px; - margin-right: 0; - opacity: .4; - font-size: 12px !important; -} - -.sidenav > li > a:hover { - background-color: #F5F5F5; - color: #222; -} - -.sidenav a:hover .icon-chevron-right { opacity: .5; } - -.sidenav .ui-tabs-active .icon-chevron-right, -.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/team.css b/public/css/main/imports/shortcodes/team.css deleted file mode 100644 index 7f92312..0000000 --- a/public/css/main/imports/shortcodes/team.css +++ /dev/null @@ -1,142 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: team.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Team ------------------------------------------------------------------*/ - - -.team, -.team-image { position: relative; } - -.team-image > a, -.team-image img { - display: block; - width: 100%; -} - -.team-desc { text-align: center; } - -.team-desc.team-desc-bg { - background-color: #FFF; - padding: 10px 0 30px; -} - -.team .si-share { - margin-top: 30px; - text-align: left; -} - -.team .si-share .social-icon { - font-size: 14px; - width: 34px; -} - -.team-title { - position: relative; - padding-top: 20px; -} - -.team-title h4 { - display: block; - margin-bottom: 0; - font-size: 19px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 700; -} - -.team-title span { - display: block; - color: #1ABC9C; - font-weight: 400; - font-family: 'Crete Round', serif; - font-style: italic; - font-size: 15px; - margin-top: 5px; -} - -.team-content { - margin-top: 15px; - color: #777; -} - -.team-content p:last-child { margin-bottom: 0; } - -.team-overlay, -.team-overlay:before { - opacity: 0; - position: absolute; - z-index: 2; - width: 100%; - height: 100%; - top: 0; - left: 0; - text-align: center; -} - -body:not(.device-touch) .team-overlay { - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -.team-overlay:before { - content: ''; - z-index: auto; - background-color: #FFF; - opacity: 0.75; -} - -.team-overlay .social-icon { - float: none; - position: relative; - z-index: 3; - margin: 0 3px !important; - display: inline-block; -} - -.team:hover .team-overlay { opacity: 1; } - - -/* Team Center ------------------------------------------------------------------*/ - -.team.center .team-title:after { - left: 50%; - margin-left: -40px; -} - - -/* Team List ------------------------------------------------------------------*/ - -.team.team-list .team-image { - float: left; - width: 250px; - margin-right: 30px; -} - -.team.team-list .team-desc { - position: relative; - overflow: hidden; - text-align: left; -} - -.team.team-list .team-title { padding-top: 0; } - -.team .team-desc > .social-icon { margin-top: 20px; } - -.team .team-content ~ .social-icon { margin-top: 30px; } - -.team:not(.team-list) .social-icon { - display: inline-block; - float: none; - margin-left: 6px; - margin-right: 6px; -} diff --git a/public/css/main/imports/shortcodes/testimonials.css b/public/css/main/imports/shortcodes/testimonials.css deleted file mode 100644 index f4c0643..0000000 --- a/public/css/main/imports/shortcodes/testimonials.css +++ /dev/null @@ -1,213 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: testimonials.css - ------------------------------------------------------------------------------------*/ - - - -/* Testimonials - Grid ------------------------------------------------------------------*/ - -.testimonials-grid li { - width: 50%; - padding: 25px; -} - -.testimonials-grid.grid-1 li { width: 100%; } - -.testimonials-grid.grid-3 li { width: 33.33%; } - -.testimonials-grid li .testimonial { - padding: 0; - background-color: transparent !important; - border: 0 !important; - box-shadow: none !important; -} - - -/* Testimonials - Item ------------------------------------------------------------------*/ - -.testimonial { - position: relative; - padding: 20px; - background-color: #FFF; - border: 1px solid rgba(0,0,0,0.1); - border-radius: 5px; - box-shadow: 0 1px 1px rgba(0,0,0,0.1); -} - -.testi-image { - float: left; - margin-right: 15px; -} - -.testi-image, -.testi-image a, -.testi-image img, -.testi-image i { - display: block; - width: 64px; - height: 64px; -} - -.testi-image i { - text-align: center; - background-color: #EEE; - border-radius: 50%; - line-height: 64px; - font-size: 28px; - color: #888; - text-shadow: 1px 1px 1px #FFF; -} - -.testi-image img { border-radius: 50%; } - -.testi-content { - position: relative; - overflow: hidden; -} - -.testi-content p { - margin-bottom: 0; - font-family: 'Crete Round', serif; - font-style: italic; -} - -.testi-content p:before, -.testi-content p:after { content: '"'; } - -.testi-meta { - margin-top: 10px; - font-size: 13px; - font-weight: bold; - text-transform: uppercase; -} - -.testi-meta:before { content: '\2013'; } - -.testi-meta span { - display: block; - font-weight: normal; - color: #999; - font-size: 12px; - text-transform: none; - padding-left: 10px; -} - - -/* Twitter - Small Scroller ------------------------------------------------------------------*/ - -.testimonial.twitter-scroll .testi-content p:before, -.testimonial.twitter-scroll .testi-content p:after, -.testimonial.twitter-scroll .testi-meta:before { content: ''; } - -.testimonial.twitter-scroll .testi-meta span { padding-left: 0; } - -.testimonial.twitter-scroll .testi-meta span a { color: #999; } - -.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; } - - -/* Testimonials - Full Width ------------------------------------------------------------------*/ - -.testimonial.testimonial-full { padding: 30px; } - -.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; } - -.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; } - -.testimonial-full .testi-image { - float: none; - margin: 0 auto 20px; -} - -.testimonial-full .testi-image, -.testimonial-full .testi-image a, -.testimonial-full .testi-image img, -.testimonial-full .testi-image i { - display: block; - width: 72px; - height: 72px; -} - -.testimonial-full .testi-image i { line-height: 72px; } - -.testimonial-full .testi-content { - text-align: center; - font-size: 18px; -} - -.testimonial-full .testi-meta { margin-top: 15px; } - -.testimonial-full .testi-meta span { padding-left: 0; } - - -/* Testimonial - Section Scroller ------------------------------------------------------------------*/ - -.section > .testimonial { - padding: 0; - background-color: transparent !important; - border: 0 !important; - box-shadow: none !important; - max-width: 800px; - margin: 0 auto; -} - -.section > .testimonial[data-animation="fade"] { padding: 0; } - -.section > .testimonial .testi-content { font-size: 22px; } - -.section > .testimonial .testi-meta, -.section > .testimonial .testi-meta span { font-size: 14px; } - - -/* Testimonial - Pagination ------------------------------------------------------------------*/ - -.testimonial .flex-control-nav { - top: auto; - bottom: 6px; - right: 0; -} - -.testimonial .flex-control-nav li { - margin: 0 2px; - width: 6px; - height: 6px; -} - -.testimonial .flex-control-nav li a { - width: 6px !important; - height: 6px !important; - border: none; - background-color: #1ABC9C; - opacity: 0.5; -} - -.testimonial .flex-control-nav li:hover a { opacity: 0.75; } -.testimonial .flex-control-nav li a.flex-active { opacity: 1; } - - -/* Testimonial - Full Scroller ------------------------------------------------------------------*/ - -.testimonial.testimonial-full .flex-control-nav { - position: relative; - top: 0; - bottom: 0; - right: 0; - left: 0; - height: 6px; - margin-top: 20px; -} - -.testimonial.testimonial-full .flex-control-nav li { - display: inline-block; - float: none; -} \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/toggles-accordions.css b/public/css/main/imports/shortcodes/toggles-accordions.css deleted file mode 100644 index 2036625..0000000 --- a/public/css/main/imports/shortcodes/toggles-accordions.css +++ /dev/null @@ -1,201 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: toggles-accordions.less - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - Toggle ------------------------------------------------------------------*/ - - -.toggle { - display: block; - position: relative; - margin: 0 0 20px 0; -} - -.toggle .togglet, -.toggle .toggleta { - display: block; - position: relative; - line-height: 24px; - padding: 0 0 0 24px; - margin: 0; - font-size: 16px; - font-weight: 600; - color: #444; - cursor: pointer; -} - -.toggle .togglet i { - position: absolute; - top: 0; - left: 0; - width: 16px; - text-align: center; - font-size: 16px; - line-height: 24px; -} - -.toggle .toggleta { font-weight: bold; } - -.toggle .togglet i.toggle-open, -.toggle .toggleta i.toggle-closed { display: none; } - -.toggle .toggleta i.toggle-open { display: block; } - -.toggle .togglec { - display: block; - position: relative; - padding: 10px 0 0 24px; -} - - -/* Toggle - with Title Background ------------------------------------------------------------------*/ - -.toggle.toggle-bg .togglet, -.toggle.toggle-bg .toggleta { - background-color: #EEE; - line-height: 44px; - padding: 0 0 0 36px; - border-radius: 2px; -} - -.toggle.toggle-bg .togglet i { - left: 14px; - line-height: 44px; -} - -.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; } - - -/* Toggle - Bordered ------------------------------------------------------------------*/ - -.toggle.toggle-border { - border: 1px solid #CCC; - border-radius: 4px; -} - -.toggle.toggle-border .togglet, -.toggle.toggle-border .toggleta { - line-height: 44px; - padding: 0 15px 0 36px; -} - -.toggle.toggle-border .togglet i { - left: 14px; - line-height: 44px; -} - -.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; } - - -/* ---------------------------------------------------------------- - Accordions ------------------------------------------------------------------*/ - -.accordion { margin-bottom: 20px; } - -.acctitle { - display: block; - position: relative; - line-height: 24px; - margin: 0; - font-size: 14px; - font-weight: bold; - color: #444; - cursor: pointer; - border-top: 1px dotted #DDD; - padding: 10px 0 10px 20px; -} - -.acctitlec { cursor: auto; } - -.acctitle:first-child { border-top: none; } - -.acctitle i { - position: absolute; - top: 0; - left: 0; - width: 14px; - text-align: center; - font-size: 14px; - line-height: 44px; -} - -.acctitle i.acc-open, -.acctitlec i.acc-closed { display: none; } - -.acctitlec i.acc-open { display: block; } - -.acc_content { - position: relative; - padding: 0 0 15px 20px; -} - - -/* Accordion - with Title Background ------------------------------------------------------------------*/ - -.accordion.accordion-bg .acctitle, -.accordion.accordion-bg .acctitlec { - background-color: #EEE; - line-height: 44px; - padding: 0 0 0 36px; - margin-bottom: 5px; - border-top: 0; -} - -.accordion.accordion-bg .acctitle i { - left: 14px; - line-height: 44px; -} - -.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; } - - -/* Accordion - Bordered ------------------------------------------------------------------*/ - -.accordion.accordion-border { - border: 1px solid #DDD; - border-radius: 4px; -} - -.accordion.accordion-border .acctitle, -.accordion.accordion-border .acctitlec { - border-color: #CCC; - line-height: 44px; - padding: 0 15px 0 36px; -} - -.accordion.accordion-border .acctitle i { - left: 14px; - line-height: 44px; -} - -.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; } - - -/* Accordion - Large ------------------------------------------------------------------*/ - -.accordion.accordion-lg .acctitle { - font-size: 23px; - line-height: 44px; - padding-left: 30px; - font-weight: 400; -} - -.accordion.accordion-lg .acctitle i { - width: 20px; - font-size: 20px; - line-height: 64px; -} - -.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; } \ No newline at end of file diff --git a/public/css/main/imports/shortcodes/youtubebg.css b/public/css/main/imports/shortcodes/youtubebg.css deleted file mode 100644 index de63186..0000000 --- a/public/css/main/imports/shortcodes/youtubebg.css +++ /dev/null @@ -1,63 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - Shortcodes: youtubebg.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - HTML5 Youtube Video Backgrounds ------------------------------------------------------------------*/ - - -.mb_YTVPlayer :focus { outline: 0; } - -.mb_YTVPlayer { - display:block; - transform:translateZ(0); - transform-style: preserve-3d; - perspective: 1000; - backface-visibility: hidden; - transform:translate3d(0,0,0); - animation-timing-function: linear; -} - -.mb_YTVPlayer.fullscreen { - display:block!important; - position: fixed!important; - width: 100%!important; - height: 100%!important; - top: 0!important; - left: 0!important; - margin: 0!important; - border: none !important; -} - -.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; } - - -.mbYTP_wrapper iframe { max-width: 4000px !important; } - -.inline_YTPlayer { - margin-bottom: 20px; - vertical-align:top; - position:relative; - left:0; - overflow: hidden; - border-radius: 4px; - -moz-box-shadow: 0 0 5px rgba(0,0,0,.7); - -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7); - box-shadow: 0 0 5px rgba(0,0,0,.7); - background: rgba(0,0,0,.5); -} - -.inline_YTPlayer img { - border: none!important; - -moz-transform: none!important; - -webkit-transform: none!important; - -o-transform: none!important; - transform: none!important; - margin:0!important; - padding:0!important -} \ No newline at end of file diff --git a/public/css/main/imports/sliders.css b/public/css/main/imports/sliders.css deleted file mode 100644 index bff2398..0000000 --- a/public/css/main/imports/sliders.css +++ /dev/null @@ -1,635 +0,0 @@ - -/*----------------------------------------------------------------------------------- - - sliders.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - 7. Flex Slider ------------------------------------------------------------------*/ - - -.fslider, -.fslider .flexslider, -.fslider .slider-wrap, -.fslider .slide, -.fslider .slide > a, -.fslider .slide > img, -.fslider .slide > a > img { - position: relative; - display: block; - width: 100%; - height: auto; - overflow: hidden; - -webkit-backface-visibility: hidden; -} - -.fslider { min-height: 32px; } - - -.flex-container a:active, -.flexslider a:active, -.flex-container a:focus, -.flexslider a:focus { outline: none; border: none; } -.slider-wrap, -.flex-control-nav, -.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;} - -.flexslider {position: relative;margin: 0; padding: 0;} -.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;} -.flexslider .slider-wrap img {width: 100%; display: block;} -.flex-pauseplay span {text-transform: capitalize;} - -.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} -html[xmlns] .slider-wrap {display: block;} -* html .slider-wrap {height: 1%;} - -.no-js .slider-wrap > .slide:first-child {display: block;} - -.flex-viewport { - max-height: 2000px; - -webkit-transition: all 1s ease; - -o-transition: all 1s ease; - transition: all 1s ease; -} - -.flex-control-nav { - position: absolute; - z-index: 10; - text-align: center; - top: 14px; - right: 10px; - margin: 0; -} - -.flex-control-nav li { - float: left; - display: block; - margin: 0 3px; - width: 10px; - height: 10px; -} - -.flex-control-nav li a { - display: block; - cursor: pointer; - text-indent: -9999px; - width: 10px !important; - height: 10px !important; - border: 1px solid #FFF; - border-radius: 50%; - transition: all .3s ease-in-out; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; -} - -.flex-control-nav li:hover a, -.flex-control-nav li a.flex-active { background-color: #FFF; } - - - -/* ---------------------------------------------------------------- - Slider ------------------------------------------------------------------*/ - - -#slider { - position: relative; - width: 100%; - overflow: hidden; -} - -.slider-parallax { position: relative; } - -.slider-parallax, -.slider-parallax .swiper-container { - visibility: visible; - -webkit-backface-visibility: hidden; -} - -.slider-parallax .slider-parallax-inner { - position: fixed; - width: 100%; - height: 100%; -} - -.device-touch .slider-parallax .slider-parallax-inner { position: relative; } - -body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; } - -body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; } - -#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; } - -.slider-parallax .slider-parallax-inner, -.slider-parallax .slider-caption, -.slider-parallax .ei-title { - will-change: transform; - -webkit-transform: translate3d(0,0,0); - -webkit-transition: transform 0s linear; - -webkit-backface-visibility: hidden; -} - - -/* Boxed Slider ------------------------------------------------------------------*/ - -.boxed-slider { padding-top: 40px; } - - -/* Flex Slider - Thumbs ------------------------------------------------------------------*/ - -.fslider[data-animation="fade"][data-thumbs="true"] .flexslider, -.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; } - -.flex-control-nav.flex-control-thumbs { - position: relative; - top: 0; - left: 0; - right: 0; - margin: 2px -2px -2px 0; - height: 75px; -} - -.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; } - -.flex-control-nav.flex-control-thumbs li img { - cursor: pointer; - text-indent: -9999px; - border: 0; - border-radius: 0; - margin: 0; - opacity: 0.5; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.flex-control-nav.flex-control-thumbs li, -.flex-control-nav.flex-control-thumbs li img { - display: block; - width: 100px !important; - height: auto !important; -} - -.flex-control-nav.flex-control-thumbs li:hover img, -.flex-control-nav.flex-control-thumbs li img.flex-active { - border-width: 0; - opacity: 1; -} - - -/* Flex Thumbs - Flexible ------------------------------------------------------------------*/ - -.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs { - margin: 2px -2px -2px 0; - height: auto; -} - -.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li { - width: 25% !important; - height: auto !important; - margin: 0; - padding: 0 2px 2px 0; -} - -.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; } -.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; } -.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; } -.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; } -.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; } -.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; } - -.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img { - width: 100% !important; - height: auto !important; -} - - -/* Swiper Slider ------------------------------------------------------------------*/ - -.swiper_wrapper { - width: 100%; - height: 500px; - overflow: hidden; -} - -.full-screen .swiper_wrapper { height: auto; } - -.swiper_wrapper .swiper-container { - position: relative; - width:100%; - height:100%; - margin: 0; - background: url('../../images/pattern2.png') repeat; -} - -.swiper_wrapper .swiper-slide { - position: relative; - margin: 0; - background-position: center center; - background-repeat: no-repeat; - background-size: cover; - overflow: hidden; -} - -.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; } - -.swiper-slide .video-wrap, -.section .video-wrap, -.swiper-slide .yt-bg-player, -.section .yt-bg-player { - position: absolute; - width: 100%; - height: 100%; - z-index: -1; - top: 0; - left: 0; -} - -#slider .container { - position: relative; - height: 100%; -} - -#slider.canvas-slider .swiper-slide img { width: 100%; } - -#slider.canvas-slider a { - display: block; - height: 100%; -} - - -.swiper-pagination { - position: absolute; - width: 100%; - z-index: 20; - margin: 0; - top: auto; - bottom: 20px !important; - text-align: center; - line-height: 1; -} - -.swiper-pagination span { - display: inline-block; - cursor: pointer; - width: 10px; - height: 10px; - margin: 0 4px; - opacity: 1; - background-color: transparent; - border: 1px solid #FFF; - border-radius: 50%; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.swiper-pagination span:hover, -.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; } - - -/* Revolution Slider ------------------------------------------------------------------*/ - -.tp-banner .button { height: auto !important; } - - -/* Video Overlay ------------------------------------------------------------------*/ - -.video-wrap { - overflow: hidden; - width: 100%; - position: relative; -} - -.video-wrap video { - position: relative; - z-index: 1; - width: 100%; -} - -.video-overlay, -.video-placeholder { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 5; - background: transparent url('../../images/grid.png') repeat; - -webkit-backface-visibility: hidden; -} - -.video-placeholder { - z-index: 4; - background-repeat: no-repeat !important; -} - - -/* Slider Caption ------------------------------------------------------------------*/ - -.slider-caption, -.nivo-caption, -.flex-caption { - position: absolute; - top: 0; - left: 15px; - z-index: 20; - max-width: 550px; - color: #EEE; - font-size: 22px; - font-weight: 300; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - -webkit-transition: top .3s ease; - -o-transition: top .3s ease; - transition: top .3s ease; -} - -.slider-caption:not(.dark), -.slider-caption:not(.dark) h2 { - color: #222; - text-shadow: none; -} - -.slider-caption h2 { - font-size: 64px; - letter-spacing: 2px; - text-transform: uppercase; - font-weight: 700; - line-height: 1; - margin-bottom: 30px; -} - -.slider-caption p { - margin-bottom: 10px; - font-size: 24px; -} - -.slider-caption.slider-caption-right { - left: auto; - right: 15px; -} - -.slider-caption.slider-caption-center { - position: relative; - max-width: 800px; - text-align: center; - margin: 0 auto; - left: 0; - right: 0; -} - -.slider-caption-bg { - padding: 5px 12px; - border-radius: 2px; - background-color: rgba(0,0,0,0.6); - top: auto; - bottom: 50px; - left: 50px; -} - -.slider-caption-bg.slider-caption-bg-light { - background-color: rgba(255,255,255,0.8); - color: #333; - font-weight: 400; - text-shadow: none; -} - -.slider-caption-top-left { - top: 50px; - bottom: auto; -} - -.slider-caption-top-right { - top: 50px; - bottom: auto; - left: auto; - right: 50px; -} - -.slider-caption-bottom-right { - left: auto; - right: 50px; -} - - -/* Slider Arrows ------------------------------------------------------------------*/ - -#slider .owl-carousel { margin: 0; } - -#slider-arrow-left, -#slider-arrow-right, -.camera_prev, -.camera_next, -#slider .owl-prev, -#slider .owl-next, -.flex-prev, -.flex-next, -.nivo-prevNav, -.nivo-nextNav, -.slider-arrow-top-sm, -.slider-arrow-bottom-sm { - position: absolute; - cursor: pointer; - z-index: 10; - top: 50%; - left: 0; - margin-top: -26px; - background-color: rgba(0,0,0,0.3); - width: 52px; - height: 52px; - border: 0; - border-radius: 0 3px 3px 0; - -webkit-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -.slider-arrow-top-sm, -.slider-arrow-bottom-sm { - top: auto; - bottom: 57px; - left: auto; - right: 20px; - margin: 0; - width: 32px; - height: 32px; - border-radius: 3px 3px 0 0; -} - -.slider-arrow-bottom-sm { - bottom: 20px; - border-radius: 0 0 3px 3px; -} - -.fslider[data-thumbs="true"] .flex-prev, -.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; } - -#slider .owl-prev, -#slider .owl-next { - -webkit-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -#slider-arrow-right, -.camera_next, -#slider .owl-next, -.flex-next, -.nivo-nextNav { - left: auto; - right: 0; - border-radius: 3px 0 0 3px; -} - -#slider-arrow-left i, -#slider-arrow-right i, -.camera_prev i, -.camera_next i, -#slider .owl-prev i, -#slider .owl-next i, -.flex-prev i, -.flex-next i, -.nivo-prevNav i, -.nivo-nextNav i, -.slider-arrow-top-sm i, -.slider-arrow-bottom-sm i { - line-height: 50px; - width: 34px; - height: 52px; - color: #DDD; - color: rgba(255,255,255,0.8); - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); - font-size: 34px; - text-align: center; - margin-left: 7px; -} - - -.slider-arrow-top-sm i, -.slider-arrow-bottom-sm i { - width: 32px; - height: 32px; - margin: 0; - line-height: 30px; - font-size: 18px; - color: #FFF; - color: rgba(255,255,255,1); -} - -.flex-prev i { margin-left: 9px; } - -#slider .owl-prev i { margin-left: 0; } - -#slider-arrow-right i, -.camera_next i, -.nivo-nextNav i { margin-left: 10px; } - -.flex-next i { margin-left: 11px; } - -#slider .owl-next i { margin-right: 4px; } - -#slider .owl-nav { - opacity: 0; - -webkit-transition: opacity 0.3s ease-in-out; - -o-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -#slider .owl-nav div, -#slider:hover .owl-nav { opacity: 1; } - -#slider-arrow-left:hover, -#slider-arrow-right:hover, -.camera_prev:hover, -.camera_next:hover, -#slider .owl-prev:hover, -#slider .owl-next:hover, -.flex-prev:hover, -.flex-next:hover, -.nivo-prevNav:hover, -.nivo-nextNav:hover, -.slider-arrow-top-sm:hover, -.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; } - - -/* Slide Number ------------------------------------------------------------------*/ - -#slide-number { - position: absolute; - opacity: 0; - top: auto; - right: 20px; - bottom: 20px; - z-index: 20; - width: 36px; - height: 40px; - text-align: center; - color: rgba(255,255,255,0.8); - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - font-size: 18px; - font-weight: 300; - -webkit-transition: all .3s linear; - -o-transition: all .3s linear; - transition: all .3s linear; -} - -#slider:hover #slide-number { opacity: 1; } - -#slide-number-current, -#slide-number-total { - position: absolute; - line-height: 1; - top: 5px; - left: 0; -} - -#slide-number-total { - top: auto; - bottom: 5px; - left: auto; - right: 0; -} - -#slide-number span { - display: block; - font-size: 32px; - line-height: 40px; -} - - -/* Pagination ------------------------------------------------------------------*/ - -#slider .owl-dots { - position: absolute; - width: 100%; - z-index: 20; - margin: 0; - top: auto; - bottom: 15px; -} - -#slider .owl-dots span { - width: 10px; - height: 10px; - margin: 0 3px; - opacity: 1; - background-color: transparent; - border: 1px solid #FFF; -} - -#slider .owl-dots .owl-dot.active span, -#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; } - diff --git a/public/css/main/imports/topbar.css b/public/css/main/imports/topbar.css deleted file mode 100644 index a4f755d..0000000 --- a/public/css/main/imports/topbar.css +++ /dev/null @@ -1,214 +0,0 @@ -/*----------------------------------------------------------------------------------- - - topbar.css - ------------------------------------------------------------------------------------*/ - - -/* ---------------------------------------------------------------- - 9. Top Bar ------------------------------------------------------------------*/ - - -#top-bar { - position: relative; - border-bottom: 1px solid #EEE; - height: 45px; - line-height: 44px; - font-size: 13px; -} - - -#top-bar .col_half { width: auto; } - - -/* Top Links ----------------------------------*/ - - -.top-links { - position: relative; - float: left; -} - -.top-links ul { - margin: 0; - list-style: none; -} - -.top-links ul li { - float: left; - position: relative; - height: 44px; - border-left: 1px solid #EEE; -} - -.top-links ul li:first-child, -.top-links ul ul li { border-left: 0 !important; } - -.top-links li > a { - display: block; - padding: 0 12px; - font-size: 12px; - font-weight: 600; - text-transform: uppercase; - height: 44px; - color: #666; -} - -.top-links li i { vertical-align: top; } - -.top-links li i.icon-angle-down { margin: 0 0 0 5px !important; } - -.top-links li i:first-child { margin-right: 3px; } - -.top-links li.full-icon i { - top: 2px; - font-size: 14px; - margin: 0; -} - -.top-links li:hover { background-color: #EEE; } - -.top-links ul ul, -.top-links ul div.top-link-section { - display: none; - pointer-events: none; - position: absolute; - z-index: 210; - line-height: 1.5; - background: #FFF; - border: 0; - top: 44px; - left: 0; - width: 140px; - margin: 0; - border-top: 1px solid #1ABC9C; - border-bottom: 1px solid #EEE; - box-shadow: 0 0 5px -1px rgba(0,0,0,0.2); - -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2); - -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2); -} - -.top-links li:hover ul, -.top-links li:hover div.top-link-section { pointer-events: auto; } - -.top-links ul ul li { - float: none; - height: 36px; - border-top: 1px solid #F5F5F5; - border-left: 1px solid #EEE; -} - -.top-links ul ul li:hover { background-color: #F9F9F9; } - -.top-links ul ul li:first-child { - border-top: none !important; - border-left: 1px solid #EEE; -} - -.top-links ul ul a { - height: 36px; - line-height: 36px; - font-size: 12px; -} - -.top-links ul ul img { - display: inline-block; - position: relative; - top: -1px; - width: 16px; - height: 16px; - margin-right: 4px; -} - -.top-links ul ul.top-demo-lang img { - top: 4px; - width: 16px; - height: 16px; -} - -.top-links ul div.top-link-section { - padding: 25px; - left: 0; - width: 280px; -} - -.fright .top-links ul div.top-link-section, -.top-links.fright ul div.top-link-section { - left: auto; - right: 0; -} - - -/* Top Social ------------------------------------------------------------------*/ - -#top-social, -#top-social ul { margin: 0; } - -#top-social li, -#top-social li a, -#top-social li .ts-icon, -#top-social li .ts-text { - display: block; - position: relative; - float: left; - width: auto; - overflow: hidden; - height: 44px; - line-height: 44px; -} - -#top-social li { border-left: 1px solid #EEE; } - -#top-social li:first-child { border-left: 0 !important; } - -#top-social li a { - float: none; - width: 40px; - font-weight: bold; - color: #666; - -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; - -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; - transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; -} - -#top-social li a:hover { - color: #FFF !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -#top-social li .ts-icon { - width: 40px; - text-align: center; - font-size: 14px; -} - - -/* Top Login ------------------------------------------------------------------*/ - -#top-login { margin-bottom: 0; } - -#top-login .checkbox { margin-bottom: 10px; } - -#top-login .form-control { position: relative; } - -#top-login .form-control:focus { border-color: #CCC; } - -#top-login .input-group#top-login-username { margin-bottom: -1px; } - -#top-login #top-login-username input, -#top-login #top-login-username .input-group-addon { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -#top-login .input-group#top-login-password { margin-bottom: 10px; } - -#top-login #top-login-password input, -#top-login #top-login-password .input-group-addon { - border-top-left-radius: 0; - border-top-right-radius: 0; -} \ No newline at end of file diff --git a/public/css/main/imports/typography.css b/public/css/main/imports/typography.css deleted file mode 100644 index 4132b46..0000000 --- a/public/css/main/imports/typography.css +++ /dev/null @@ -1,136 +0,0 @@ -/* ---------------------------------------------------------------- - 1. Basic ------------------------------------------------------------------*/ - -dl, dt, dd, ol, ul, li { - margin: 0; - padding: 0; -} - -.clear { - clear: both; - display: block; - font-size: 0px; - height: 0px; - line-height: 0; - width: 100%; - overflow:hidden; -} - -::selection { - background: #1ABC9C; - color: #FFF; - text-shadow: none; -} - -::-moz-selection { - background: #1ABC9C; /* Firefox */ - color: #FFF; - text-shadow: none; -} - -::-webkit-selection { - background: #1ABC9C; /* Safari */ - color: #FFF; - text-shadow: none; -} - -:active, -:focus { outline: none !important; } - - -/* ---------------------------------------------------------------- - 2. Typography ------------------------------------------------------------------*/ - - -body { - line-height: 1.5; - color: #555; - font-family: 'Lato', sans-serif; -} - -a { - text-decoration: none !important; - color: #1ABC9C; -} - -a:hover { color: #222; } - -a img { border: none; } - -img { max-width: 100%; } - -iframe { border: none !important; } - - -/* ---------------------------------------------------------------- - 3. Basic Layout Styles ------------------------------------------------------------------*/ - - -h1, -h2, -h3, -h4, -h5, -h6 { - color: #444; - font-weight: 600; - line-height: 1.5; - margin: 0 0 30px 0; - font-family: 'Raleway', sans-serif; -} - -h5, -h6 { margin-bottom: 20px; } - -h1 { font-size: 36px; } - -h2 { font-size: 30px; } - -h3 { font-size: 24px; } - -h4 { font-size: 18px; } - -h5 { font-size: 14px; } - -h6 { font-size: 12px; } - -h4 { font-weight: 600; } - -h5, -h6 { font-weight: bold; } - -h1 > span:not(.nocolor), -h2 > span:not(.nocolor), -h3 > span:not(.nocolor), -h4 > span:not(.nocolor), -h5 > span:not(.nocolor), -h6 > span:not(.nocolor) { color: #1ABC9C; } - -p, -pre, -ul, -ol, -dl, -dd, -blockquote, -address, -table, -fieldset, -form { margin-bottom: 30px; } - -small { font-family: 'Lato', sans-serif; } - - -#wrapper { - position: relative; - float: none; - width: 1220px; - margin: 0 auto; - background-color: #FFF; - box-shadow: 0 0 10px rgba(0,0,0,0.1); - -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); - -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); -} \ No newline at end of file diff --git a/public/css/main/imports/widgets.css b/public/css/main/imports/widgets.css deleted file mode 100644 index 1916bae..0000000 --- a/public/css/main/imports/widgets.css +++ /dev/null @@ -1,404 +0,0 @@ - -/* ---------------------------------------------------------------- - - widgets.css - ------------------------------------------------------------------*/ - -/* ---------------------------------------------------------------- - Widgets ------------------------------------------------------------------*/ - - -.widget { - position: relative; - margin-top: 50px; -} - -.sidebar-widgets-wrap .widget { - padding-top: 50px; - border-top: 1px solid #EEE; -} - -.widget:first-child { margin-top: 0; } - -.sidebar-widgets-wrap .widget:first-child { - padding-top: 0; - border-top: 0; -} - -.widget > h4 { - margin-bottom: 25px; - font-size: 15px; - font-weight: 600; - letter-spacing: 2px; - text-transform: uppercase; -} - -.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; } - -.widget p:not(.lead) { font-size: 14px; } - - -/* Tag Cloud ------------------------------------------------------------------*/ - -.tagcloud { margin-bottom: -2px; } - -.tagcloud a { - display: block; - float: left; - margin-right: 4px; - margin-bottom: 4px; - padding: 3px 6px; - border: 1px solid #E5E5E5; - font-size: 13px !important; - color: #666; - border-radius: 2px; -} - -body:not(.device-touch) .tagcloud a { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.tagcloud a:hover { - border-color: #1ABC9C !important; - color: #1ABC9C !important; -} - - -/* Widget - Links ------------------------------------------------------------------*/ - -.widget_nav_menu ul, -.widget_nav_menu li, -.widget_links ul, -.widget_links li, -.widget_meta ul, -.widget_meta li, -.widget_archive ul, -.widget_archive li, -.widget_recent_comments ul, -.widget_recent_comments li, -.widget_recent_entries ul, -.widget_recent_entries li, -.widget_categories ul, -.widget_categories li, -.widget_pages ul, -.widget_pages li, -.widget_rss ul, -.widget_rss li { - list-style: none; - margin: 0; -} - -.widget_nav_menu li, -.widget_links li, -.widget_meta li, -.widget_archive li, -.widget_recent_comments li, -.widget_recent_entries li, -.widget_categories li, -.widget_pages li, -.widget_rss li { padding: 4px; } - -.widget_nav_menu li a, -.widget_links li a, -.widget_meta li a, -.widget_archive li a, -.widget_recent_entries li a, -.widget_categories li a, -.widget_pages li a, -.widget_rss li a, -.widget_recent_comments li { - display: inline-block; - padding: 0 3px 0 12px; -} - -.widget_recent_comments li { - display: block; - background: url("../../images/icons/widget-comment.png") left top no-repeat; - padding: 4px 0 4px 20px; -} - -.widget_nav_menu li a, -.widget_links li a, -.widget_meta li a, -.widget_archive li a, -.widget_recent_entries li a, -.widget_categories li a, -.widget_pages li a, -.widget_rss li a, -.widget_recent_comments li a { - background: url("../../images/icons/widget-link.png") left top no-repeat; - border: none !important; - color: #444; - font-size: 14px; -} - -.widget_nav_menu li a:hover, -.widget_links li a:hover, -.widget_meta li a:hover, -.widget_archive li a:hover, -.widget_recent_entries li a:hover, -.widget_categories li a:hover, -.widget_pages li a:hover, -.widget_rss li a:hover, -.widget_recent_comments li a:hover { color: #000; } - -.widget_recent_comments li a { - display: inline; - padding: 0; - background: none !important; -} - -.widget_nav_menu > ul > li:first-child, -.widget_links > ul > li:first-child, -.widget_meta > ul > li:first-child, -.widget_archive > ul > li:first-child, -.widget_recent_comments > ul > li:first-child, -.widget_recent_entries > ul > li:first-child, -.widget_categories > ul > li:first-child, -.widget_pages > ul > li:first-child, -.widget_rss > ul > li:first-child { border-top: 0 !important; } - -.widget_nav_menu > ul, -.widget_links > ul, -.widget_meta > ul, -.widget_archive > ul, -.widget_recent_comments > ul, -.widget_recent_entries > ul, -.widget_categories > ul, -.widget_pages > ul, -.widget_rss > ul { margin-top: -4px !important; } - -.widget_nav_menu ul ul, -.widget_links ul ul, -.widget_meta ul ul, -.widget_archive ul ul, -.widget_recent_comments ul ul, -.widget_recent_entries ul ul, -.widget_categories ul ul, -.widget_pages ul ul, -.widget_rss ul ul { margin-left: 15px; } - - -/* Widget - Testimonial & Twitter ------------------------------------------------------------------*/ - -.widget .testimonial.no-image .testi-image { display: none; } - -.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; } - -.widget .testimonial:not(.twitter-scroll) .testi-image, -.widget .testimonial:not(.twitter-scroll) .testi-image a, -.widget .testimonial:not(.twitter-scroll) .testi-image img { - width: 42px; - height: 42px; -} - -.widget .testimonial.twitter-scroll .testi-image, -.widget .testimonial.twitter-scroll .testi-image a, -.widget .testimonial.twitter-scroll .testi-image img, -.widget .testimonial.twitter-scroll .testi-image i { - width: 28px; - height: 28px; -} - -.widget .testimonial.twitter-scroll .testi-image i { - background-color: #EEE; - line-height: 28px; - font-size: 14px; - color: #888; -} - -.widget .testimonial p { font-size: 14px; } - - -/* Widget - Quick Contact Form ------------------------------------------------------------------*/ - -.quick-contact-widget .form-control, -.quick-contact-widget .input-group, -.quick-contact-widget .sm-form-control { margin-bottom: 10px; } - -.quick-contact-widget .input-group .form-control { margin-bottom: 0; } - -.quick-contact-widget form, -#template-contactform { position: relative; } - - -/* Newsletter Widget ------------------------------------------------------------------*/ - -.subscribe-widget h5 { - font-weight: 300; - font-size: 14px; - line-height: 1.5; -} - - -/* Twitter Feed Widget ------------------------------------------------------------------*/ - -.widget-twitter-feed li { margin: 15px 0 0 0; } - -.widget-twitter-feed li:first-child { margin-top: 0; } - -.widget-twitter-feed small { - display: block; - margin-top: 3px; -} - -.widget-twitter-feed small a { color: #999; } - -.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar { display: none; } - -.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; } - -.widget-twitter-feed .twitter-feed-avatar { margin-left: 44px; } - -.widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar { - display: block; - position: absolute; - left: -44px; - text-align: center; - top: 2px; - width: 32px; - height: 32px; -} - -.twitter-feed-avatar a.twitter-avatar img { border-radius: 50%; } - -/* Widget Filter Links ------------------------------------------------------------------*/ - -.widget-filter-links ul { - list-style: none; - margin-bottom: 0; -} - -.widget-filter-links .widget-filter-reset { - position: absolute; - top: 0; - left: auto; - right: 0; - font-size: 12px; - line-height: 22px; -} - -.widget:not(:first-child) .widget-filter-reset { top: 50px; } - -.widget-filter-links .widget-filter-reset a { color: red; } - -.widget-filter-links .widget-filter-reset.active-filter { display: none; } - -.widget-filter-links li { - position: relative; - font-size: 15px; - line-height: 24px; -} - -.widget-filter-links li:not(:first-child) { margin-top: 10px; } - -.widget-filter-links li a { - display: block; - color: #444; - font-family: 'Raleway', sans-serif; - font-weight: 500; -} - -.widget-filter-links li span { - position: absolute; - top: 1px; - left: auto; - right: 0; - font-size: 11px; - width: 22px; - height: 22px; - line-height: 22px; - text-align: center; - color: #777; - background-color: #EEE; - border-radius: 50%; -} - -.widget-filter-links li:hover a { color: #777; } - -.widget-filter-links li.active-filter a { font-weight: 700; } - -.widget-filter-links li.active-filter span { - color: #FFF; - background-color: #1ABC9C; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - - -/* Navigation Tree ------------------------------------------------------------------*/ - - -.nav-tree { - position: relative; - margin-bottom: 40px; -} - -.nav-tree ul { - margin-bottom: 0; - list-style: none; -} - -.nav-tree > ul { margin: -8px 0; } - -.nav-tree li { position: relative; } - -.nav-tree li a { - display: block; - padding: 8px 0; - color: #333; - text-transform: uppercase; - font-size: 13px; - font-weight: 700; - letter-spacing: 2px; - font-family: 'Raleway', sans-serif; -} - -.nav-tree li i { - font-size: 14px; - width: 16px; - text-align: center; -} - -.nav-tree li i:not(.icon-angle-down) { - margin-right: 8px; - position: relative; - top: 1px; -} - -.nav-tree li a i.icon-angle-down { - width: auto; - font-size: 12px; - margin-left: 2px; -} - -.nav-tree li:hover > a, -.nav-tree li.current > a, -.nav-tree li.active > a { color: #1ABC9C !important; } - -.nav-tree ul ul { display: none; } - -.nav-tree ul ul a { - font-size: 12px; - padding: 6px 0; - letter-spacing: 1px; - font-family: 'Lato', sans-serif; -} - -.nav-tree ul ul a i.icon-angle-down { font-size: 12px; } - -.nav-tree ul ul a { padding-left: 20px; } -.nav-tree ul ul ul a { padding-left: 40px; } -.nav-tree ul ul ul ul a { padding-left: 60px; } -.nav-tree ul ul ul ul ul a { padding-left: 80px; } diff --git a/public/css/main/index.php b/public/css/main/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/css/main/intro-fonts.css b/public/css/main/intro-fonts.css deleted file mode 100644 index 2776d3b..0000000 --- a/public/css/main/intro-fonts.css +++ /dev/null @@ -1,58 +0,0 @@ -/* ---------------------------------------------------------------- - Fonts - - Replace your Fonts as necessary ------------------------------------------------------------------*/ - - - -body, -small, -#primary-menu ul ul li > a, -.wp-caption, -.feature-box.fbox-center.fbox-italic p, -.skills li .progress-percent .counter, -.nav-tree ul ul a { font-family: 'Poppins', sans-serif; } - -h1, -h2, -h3, -h4, -h5, -h6, -#logo, -#primary-menu ul li > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, -#top-search form input, -.entry-link, -.entry.entry-date-section span, -.button.button-desc, -.counter, -label, -.nav-tree li a, -.wedding-head .first-name, -.wedding-head .last-name { font-family: 'Poppins', sans-serif; } - -.entry-meta li, -.entry-link span, -.entry blockquote p, -.more-link, -.comment-content .comment-author span, -.button.button-desc span, -.testi-content p, -.team-title span, -.before-heading, -.wedding-head .first-name span, -.wedding-head .last-name span { - font-family: 'Playfair Display', serif; - font-style: normal; -} - - -.font-body, -.font-primary { font-family: 'Poppins', sans-serif !important; } - -.font-secondary { - font-family: 'Playfair Display', serif !important; - font-style: normal; -} diff --git a/public/css/main/js/hover3d.js b/public/css/main/js/hover3d.js deleted file mode 100644 index f093033..0000000 --- a/public/css/main/js/hover3d.js +++ /dev/null @@ -1,128 +0,0 @@ -/* -jQuery Hover3d -================================================= -Version: 1.0.0 -Author: Rian Ariona -Website: http://ariona.net -Docs: http://ariona.github.io/hover3d -Repo: http://github.com/ariona/hover3d -Issues: http://github.com/ariona/hover3d/issues -*/ - -(function($){ - - $.fn.hover3d = function(options){ - - var settings = $.extend({ - selector : null, - perspective : 1000, - sensitivity : 20, - invert : false, - shine : false, - hoverInClass : "hover-in", - hoverOutClass : "hover-out", - hoverClass : "hover-3d" - }, options); - - return this.each(function(){ - - var $this = $(this), - $card = $this.find(settings.selector); - - if( settings.shine ){ - $card.append('
'); - } - var $shine = $(this).find(".shine"); - - // Set perspective and transformStyle value - // for element and 3d object - $this.css({ - perspective: settings.perspective+"px", - transformStyle: "preserve-3d" - }); - - $card.css({ - perspective: settings.perspective+"px", - transformStyle: "preserve-3d", - }); - - $shine.css({ - position : "absolute", - top : 0, - left : 0, - bottom : 0, - right : 0, - "z-index" : 9 - }); - - // Mouse Enter function, this will add hover-in - // Class so when mouse over it will add transition - // based on hover-in class - function enter(){ - $card.addClass(settings.hoverInClass+" "+settings.hoverClass); - - setTimeout(function(){ - $card.removeClass(settings.hoverInClass); - }, 1000); - } - - // Mouse movement Parallax effect - function move(event){ - var w = $this.innerWidth(), - h = $this.innerHeight(), - ax = settings.invert ? ( w / 2 - event.offsetX)/settings.sensitivity : -( w / 2 - event.offsetX)/settings.sensitivity, - ay = settings.invert ? -( h / 2 - event.offsetY)/settings.sensitivity : ( h / 2 - event.offsetY)/settings.sensitivity; - dy = event.offsetY - h / 2, - dx = event.offsetX - w / 2, - theta = Math.atan2(dy, dx), - angle = theta * 180 / Math.PI - 90; - - if (angle < 0) { - angle = angle + 360; - } - - - $card.css({ - perspective : settings.perspective+"px", - transformStyle : "preserve-3d", - transform : "rotateY("+ax+"deg) rotateX("+ay+"deg)" - }); - - $shine.css('background', 'linear-gradient(' + angle + 'deg, rgba(255,255,255,' + event.offsetY / h * .5 + ') 0%,rgba(255,255,255,0) 80%)'); - } - - // Mouse leave function, will set the transform - // property to 0, and add transition class - // for exit animation - function leave(){ - $card.addClass(settings.hoverOutClass+" "+settings.hoverClass); - $card.css({ - perspective : settings.perspective+"px", - transformStyle : "preserve-3d", - transform : "rotateX(0) rotateY(0)" - }); - setTimeout( function(){ - $card.removeClass(settings.hoverOutClass+" "+settings.hoverClass); - }, 1000 ); - } - - // Mouseenter event binding - $this.on( "mouseenter", function(){ - return enter(); - }); - - // Mousemove event binding - $this.on( "mousemove", function(event){ - return move(event); - }); - - // Mouseleave event binding - $this.on( "mouseleave", function(){ - return leave(); - }); - - }); - - }; - -}(jQuery)); \ No newline at end of file diff --git a/public/css/main/layers.css b/public/css/main/layers.css deleted file mode 100644 index 18b49f5..0000000 --- a/public/css/main/layers.css +++ /dev/null @@ -1,5805 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Layer Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 18/03/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited -{ - color:#0084B4!important; -} - -.tp-caption.Twitter-Content a:hover -{ - color:#0084B4!important; - text-decoration:underline!important; -} - -.tp-caption.medium_grey,.medium_grey -{ - background-color:#888; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:20px; - font-weight:700; - line-height:20px; - margin:0; - padding:2px 4px; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.small_text,.small_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:14px; - font-weight:700; - line-height:20px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.medium_text,.medium_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:20px; - font-weight:700; - line-height:20px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.large_text,.large_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:40px; - font-weight:700; - line-height:40px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.very_large_text,.very_large_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:60px; - font-weight:700; - letter-spacing:-2px; - line-height:60px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.very_big_white,.very_big_white -{ - background-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:60px; - font-weight:800; - line-height:60px; - margin:0; - padding:1px 4px 0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.very_big_black,.very_big_black -{ - background-color:#fff; - border-style:none; - border-width:0; - color:#000; - font-family:Arial; - font-size:60px; - font-weight:700; - line-height:60px; - margin:0; - padding:1px 4px 0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_fat,.modern_medium_fat -{ - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:800; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_fat_white,.modern_medium_fat_white -{ - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:800; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_light,.modern_medium_light -{ - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:300; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_big_bluebg,.modern_big_bluebg -{ - background-color:#4e5b6c; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:30px; - font-weight:800; - letter-spacing:0; - line-height:36px; - margin:0; - padding:3px 10px; - position:absolute; - text-shadow:none; -} - -.tp-caption.modern_big_redbg,.modern_big_redbg -{ - background-color:#de543e; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:30px; - font-weight:300; - letter-spacing:0; - line-height:36px; - margin:0; - padding:1px 10px 3px; - position:absolute; - text-shadow:none; -} - -.tp-caption.modern_small_text_dark,.modern_small_text_dark -{ - border-style:none; - border-width:0; - color:#555; - font-family:Arial; - font-size:14px; - line-height:22px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.boxshadow,.boxshadow -{ - box-shadow:0 0 20px rgba(0,0,0,0.5); -} - -.tp-caption.black,.black -{ - color:#000; - text-shadow:none; -} - -.tp-caption.noshadow,.noshadow -{ - text-shadow:none; -} - -.tp-caption.thinheadline_dark,.thinheadline_dark -{ - background-color:transparent; - color:rgba(0,0,0,0.85); - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:30px; - position:absolute; - text-shadow:none; -} - -.tp-caption.thintext_dark,.thintext_dark -{ - background-color:transparent; - color:rgba(0,0,0,0.85); - font-family:"Open Sans"; - font-size:16px; - font-weight:300; - line-height:26px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largeblackbg,.largeblackbg -{ - - - background-color:#000; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largepinkbg,.largepinkbg -{ - - - background-color:#db4360; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largewhitebg,.largewhitebg -{ - - - background-color:#fff; - border-radius:0; - color:#000; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largegreenbg,.largegreenbg -{ - - - background-color:#67ae73; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.excerpt,.excerpt -{ - background-color:rgba(0,0,0,1); - border-color:#fff; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:36px; - font-weight:700; - height:auto; - letter-spacing:-1.5px; - line-height:36px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; - white-space:normal!important; - width:150px; -} - -.tp-caption.large_bold_grey,.large_bold_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#666; - font-family:"Open Sans"; - font-size:60px; - font-weight:800; - line-height:60px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.medium_thin_grey,.medium_thin_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#666; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:30px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.small_thin_grey,.small_thin_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#757575; - font-family:"Open Sans"; - font-size:18px; - font-weight:300; - line-height:26px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.lightgrey_divider,.lightgrey_divider -{ - background-color:rgba(235,235,235,1); - background-position:initial; - background-repeat:initial; - border-color:#222; - border-style:none; - border-width:0; - height:3px; - text-decoration:none; - width:370px; -} - -.tp-caption.large_bold_darkblue,.large_bold_darkblue -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#34495e; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.medium_bg_darkblue,.medium_bg_darkblue -{ - background-color:#34495e; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_bold_red,.medium_bold_red -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#e33a0c; - font-family:"Open Sans"; - font-size:24px; - font-weight:800; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.medium_light_red,.medium_light_red -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#e33a0c; - font-family:"Open Sans"; - font-size:21px; - font-weight:300; - line-height:26px; - padding:0; - text-decoration:none; -} - -.tp-caption.medium_bg_red,.medium_bg_red -{ - background-color:#e33a0c; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_bold_orange,.medium_bold_orange -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#f39c12; - font-family:"Open Sans"; - font-size:24px; - font-weight:800; - line-height:30px; - text-decoration:none; -} - -.tp-caption.medium_bg_orange,.medium_bg_orange -{ - background-color:#f39c12; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.grassfloor,.grassfloor -{ - background-color:rgba(160,179,151,1); - border-color:#222; - border-style:none; - border-width:0; - height:150px; - text-decoration:none; - width:4000px; -} - -.tp-caption.large_bold_white,.large_bold_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.medium_light_white,.medium_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:36px; - padding:0; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_white,.mediumlarge_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-align:center; - text-decoration:none; -} - -.tp-caption.medium_bg_asbestos,.medium_bg_asbestos -{ - background-color:#7f8c8d; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_light_black,.medium_light_black -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:36px; - padding:0; - text-decoration:none; -} - -.tp-caption.large_bold_black,.large_bold_black -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#34495e; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.small_light_white,.small_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:17px; - font-weight:300; - line-height:28px; - padding:0; - text-decoration:none; -} - -.tp-caption.roundedimage,.roundedimage -{ - border-color:#222; - border-style:none; - border-width:0; -} - -.tp-caption.large_bg_black,.large_bg_black -{ - background-color:#000; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:40px; - font-weight:800; - line-height:40px; - padding:10px 20px 15px; - text-decoration:none; -} - -.tp-caption.mediumwhitebg,.mediumwhitebg -{ - background-color:#fff; - border-color:#000; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:30px; - padding:5px 15px 10px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.maincaption,.maincaption -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#212a40; - font-family:roboto; - font-size:33px; - font-weight:500; - line-height:43px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_title_60px,.miami_title_60px -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:"Source Sans Pro"; - font-size:60px; - font-weight:700; - letter-spacing:1px; - line-height:60px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_subtitle,.miami_subtitle -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.65); - font-family:"Source Sans Pro"; - font-size:17px; - font-weight:400; - letter-spacing:2px; - line-height:24px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.divideline30px,.divideline30px -{ - background:#fff; - background-color:#fff; - border-color:#222; - border-style:none; - border-width:0; - height:2px; - min-width:30px; - text-decoration:none; -} - -.tp-caption.Miami_nostyle,.Miami_nostyle -{ - border-color:#222; - border-style:none; - border-width:0; -} - -.tp-caption.miami_content_light,.miami_content_light -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:"Source Sans Pro"; - font-size:22px; - font-weight:400; - letter-spacing:0; - line-height:28px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_title_60px_dark,.miami_title_60px_dark -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#333; - font-family:"Source Sans Pro"; - font-size:60px; - font-weight:700; - letter-spacing:1px; - line-height:60px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_content_dark,.miami_content_dark -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#666; - font-family:"Source Sans Pro"; - font-size:22px; - font-weight:400; - letter-spacing:0; - line-height:28px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.divideline30px_dark,.divideline30px_dark -{ - background-color:#333; - border-color:#222; - border-style:none; - border-width:0; - height:2px; - min-width:30px; - text-decoration:none; -} - -.tp-caption.ellipse70px,.ellipse70px -{ - background-color:rgba(0,0,0,0.14902); - border-color:#222; - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - cursor:pointer; - line-height:1px; - min-height:70px; - min-width:70px; - text-decoration:none; -} - -.tp-caption.arrowicon,.arrowicon -{ - border-color:#222; - border-style:none; - border-width:0; - line-height:1px; -} - -.tp-caption.MarkerDisplay,.MarkerDisplay -{ - background-color:transparent; - border-color:#000; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - font-family:"Permanent Marker"; - font-style:normal; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Restaurant-Display,.Restaurant-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:120px; - font-style:normal; - font-weight:700; - line-height:120px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Cursive,.Restaurant-Cursive -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:"Nothing you could do"; - font-size:30px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:17px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Description,.Restaurant-Description -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Price,.Restaurant-Price -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:30px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem -{ - background-color:rgba(0,0,0,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:17px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Furniture-LogoText,.Furniture-LogoText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(230,207,163,1.00); - font-family:Raleway; - font-size:160px; - font-style:normal; - font-weight:300; - line-height:150px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Plus,.Furniture-Plus -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - box-shadow:rgba(0,0,0,0.1) 0 1px 3px; - color:rgba(230,207,163,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:6px 7px 4px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Title,.Furniture-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:700; - letter-spacing:3px; - line-height:20px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Subtitle,.Furniture-Subtitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - line-height:20px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Gym-Display,.Gym-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:80px; - font-style:normal; - font-weight:900; - line-height:70px; - padding:0; - text-decoration:none; -} - -.tp-caption.Gym-Subline,.Gym-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:100; - letter-spacing:5px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Gym-SmallText,.Gym-SmallText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - line-height:22; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Fashion-SmallText,.Fashion-SmallText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:12px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:60px; - font-style:normal; - font-weight:900; - letter-spacing:2px; - line-height:60px; - padding:0; - text-decoration:none; -} - -.tp-caption.Fashion-TextBlock,.Fashion-TextBlock -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-Display,.Sports-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:130px; - font-style:normal; - font-weight:100; - letter-spacing:13px; - line-height:130px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-DisplayFat,.Sports-DisplayFat -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:130px; - font-style:normal; - font-weight:900; - line-height:130px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-Subline,.Sports-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:32px; - font-style:normal; - font-weight:400; - letter-spacing:4px; - line-height:32px; - padding:0; - text-decoration:none; -} - -.tp-caption.Instagram-Caption,.Instagram-Caption -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:900; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Title,.News-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:70px; - font-style:normal; - font-weight:400; - line-height:60px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Subtitle,.News-Subtitle -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:15px; - font-style:normal; - font-weight:300; - line-height:24px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Subtitle:hover,.News-Subtitle:hover -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:solid; - border-width:0; - color:rgba(255,255,255,0.65); - text-decoration:none; -} - -.tp-caption.Photography-Display,.Photography-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:80px; - font-style:normal; - font-weight:100; - letter-spacing:5px; - line-height:70px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-Subline,.Photography-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(119,119,119,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover,.Photography-ImageHover -{ - background-color:transparent; - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-size:20px; - font-style:normal; - font-weight:400; - line-height:22; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Menuitem,.Photography-Menuitem -{ - background-color:rgba(0,0,0,0.65); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-decoration:none; -} - -.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover -{ - background-color:rgba(0,255,222,0.65); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Textblock,.Photography-Textblock -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-Subline-2,.Photography-Subline-2 -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.35); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover2,.Photography-ImageHover2 -{ - background-color:transparent; - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Arial; - font-size:20px; - font-style:normal; - font-weight:400; - line-height:22; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Title,.WebProduct-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(51,51,51,1.00); - font-family:Raleway; - font-size:90px; - font-style:normal; - font-weight:100; - line-height:90px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-Content,.WebProduct-Content -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - line-height:24px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem -{ - background-color:rgba(51,51,51,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:500; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:90px; - font-style:normal; - font-weight:100; - line-height:90px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.35); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.65); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - line-height:24px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.FatRounded,.FatRounded -{ - background-color:rgba(0,0,0,0.50); - border-color:rgba(211,211,211,1.00); - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:900; - line-height:30px; - padding:20px 22px 20px 25px; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.FatRounded:hover,.FatRounded:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(211,211,211,1.00); - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-Title,.NotGeneric-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:70px; - font-style:normal; - font-weight:800; - line-height:70px; - padding:10px 0; - text-decoration:none; -} - -.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:13px; - font-style:normal; - font-weight:500; - letter-spacing:4px; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-Icon,.NotGeneric-Icon -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:400; - letter-spacing:3px; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.15); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:27px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.MarkerStyle,.MarkerStyle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Permanent Marker"; - font-size:17px; - font-style:normal; - font-weight:100; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Menuitem,.Gym-Menuitem -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(255,255,255,0); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(255,255,255,0.25); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Button,.Newspaper-Button -{ - background-color:rgba(255,255,255,0); - border-color:rgba(255,255,255,0.25); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:13px; - font-style:normal; - font-weight:700; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(0,0,0,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(168,216,238,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:900; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Title,.Newspaper-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:50px; - font-style:normal; - font-weight:400; - line-height:55px; - padding:0 0 10px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:50px; - font-style:normal; - font-weight:400; - line-height:55px; - padding:0 0 10px; - text-align:center; - text-decoration:none; -} - -.tp-caption.Hero-Button,.Hero-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Hero-Button:hover,.Hero-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(0,0,0,1.00); - text-decoration:none; -} - -.tp-caption.Video-Title,.Video-Title -{ - background-color:rgba(0,0,0,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:900; - line-height:30px; - padding:5px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Video-SubTitle,.Video-SubTitle -{ - background-color:rgba(0,0,0,0.35); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:12px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:12px; - padding:5px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Button,.NotGeneric-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.15); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:27px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Button,.WebProduct-Button -{ - background-color:rgba(51,51,51,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:48px; - padding:0 40px; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:2px; - color:rgba(51,51,51,1.00); - text-decoration:none; -} - -.tp-caption.Restaurant-Button,.Restaurant-Button -{ - background-color:rgba(10,10,10,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,224,129,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Gym-Button,.Gym-Button -{ - background-color:rgba(139,192,39,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:15px; - padding:13px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Button:hover,.Gym-Button:hover -{ - background-color:rgba(114,168,0,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Gym-Button-Light,.Gym-Button-Light -{ - background-color:transparent; - border-color:rgba(255,255,255,0.25); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - line-height:15px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover -{ - background-color:rgba(114,168,0,0); - border-color:rgba(139,192,39,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Sports-Button-Light,.Sports-Button-Light -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Sports-Button-Red,.Sports-Button-Red -{ - background-color:rgba(219,28,34,1.00); - border-color:rgba(219,28,34,0); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Button,.Photography-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.25); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:15px; - padding:13px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Photography-Button:hover,.Photography-Button:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Button-2,.Newspaper-Button-2 -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:900; - line-height:15px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Tour,.Feature-Tour -{ - background-color:rgba(139,192,39,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:17px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Tour:hover,.Feature-Tour:hover -{ - background-color:rgba(114,168,0,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Examples,.Feature-Examples -{ - background-color:transparent; - border-color:rgba(33,42,64,0.15); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(33,42,64,0.50); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:15px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Examples:hover,.Feature-Examples:hover -{ - background-color:transparent; - border-color:rgba(139,192,39,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(139,192,39,1.00); - text-decoration:none; -} - -.tp-caption.subcaption,.subcaption -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(111,124,130,1.00); - font-family:roboto; - font-size:19px; - font-style:normal; - font-weight:400; - line-height:24px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.menutab,.menutab -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,46,49,1.00); - font-family:roboto; - font-size:25px; - font-style:normal; - font-weight:300; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.menutab:hover,.menutab:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(213,0,0,1.00); - text-decoration:none; -} - -.tp-caption.maincontent,.maincontent -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,46,49,1.00); - font-family:roboto; - font-size:21px; - font-style:normal; - font-weight:300; - line-height:26px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.minitext,.minitext -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(185,186,187,1.00); - font-family:roboto; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Feature-Buy,.Feature-Buy -{ - background-color:rgba(0,154,238,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:17px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Buy:hover,.Feature-Buy:hover -{ - background-color:rgba(0,133,214,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Examples-Light,.Feature-Examples-Light -{ - background-color:transparent; - border-color:rgba(255,255,255,0.15); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:15px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Facebook-Likes,.Facebook-Likes -{ - background-color:rgba(59,89,153,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:5px 15px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Favorites,.Twitter-Favorites -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(136,153,166,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Link,.Twitter-Link -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - color:rgba(135,153,165,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:15px; - padding:11px 11px 9px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Link:hover,.Twitter-Link:hover -{ - background-color:rgba(0,132,180,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Twitter-Retweet,.Twitter-Retweet -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(136,153,166,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Content,.Twitter-Content -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,47,51,1.00); - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:500; - line-height:28px; - padding:30px 30px 70px; - text-align:left; - text-decoration:none; -} - -.revtp-searchform input[type="text"], -.revtp-searchform input[type="email"], -.revtp-form input[type="text"], -.revtp-form input[type="email"]{ - font-family: "Arial", sans-serif; - font-size: 15px; - color: #000; - background-color: #fff; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 0; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - - - border-radius: 0px; -} - - -.tp-caption.BigBold-Title, -.BigBold-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 110px; - line-height: 100px; - font-weight: 800; - font-style: normal; - font-family: Raleway; - padding: 10px 0px 10px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.BigBold-SubTitle, -.BigBold-SubTitle { - color: rgba(255, 255, 255, 0.50); - font-size: 15px; - line-height: 24px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.BigBold-Button, -.BigBold-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 15px 50px 15px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.BigBold-Button:hover, -.BigBold-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.FoodCarousel-Content, -.FoodCarousel-Content { - color: rgba(41, 46, 49, 1.00); - font-size: 17px; - line-height: 28px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 30px 30px 30px 30px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.FoodCarousel-Button, -.FoodCarousel-Button { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 15px 70px 15px 50px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.FoodCarousel-Button:hover, -.FoodCarousel-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.FoodCarousel-CloseButton, -.FoodCarousel-CloseButton { - color: rgba(41, 46, 49, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 14px 14px 14px 16px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.FoodCarousel-CloseButton:hover, -.FoodCarousel-CloseButton:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 0); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px -} -.tp-caption.Video-SubTitle, -.Video-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 12px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 5px 5px 5px 5px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0.35); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 2px; - text-align: left -} -.tp-caption.Video-Title, -.Video-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 5px 5px 5px 5px; - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-BigCaption, -.Travel-BigCaption { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-SmallCaption, -.Travel-SmallCaption { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-CallToAction, -.Travel-CallToAction { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 25px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 20px 12px 20px; - text-decoration: none; - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 5px 5px 5px 5px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.Travel-CallToAction:hover, -.Travel-CallToAction:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 5px 5px 5px 5px -} - - -.tp-caption.RotatingWords-TitleWhite, -.RotatingWords-TitleWhite { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 800; - font-style: normal; - font-family: Raleway; - padding: 0px 0px 0px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.RotatingWords-Button, -.RotatingWords-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 20px 50px 20px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.15); - border-style: solid; - border-width: 2px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 3px -} -.tp-caption.RotatingWords-Button:hover, -.RotatingWords-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.RotatingWords-SmallText, -.RotatingWords-SmallText { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - text-shadow: none -} - - - - -.tp-caption.ContentZoom-SmallTitle, -.ContentZoom-SmallTitle { - color: rgba(41, 46, 49, 1.00); - font-size: 33px; - line-height: 45px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallSubtitle, -.ContentZoom-SmallSubtitle { - color: rgba(111, 124, 130, 1.00); - font-size: 16px; - line-height: 24px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallIcon, -.ContentZoom-SmallIcon { - color: rgba(41, 46, 49, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 10px 10px 10px 10px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallIcon:hover, -.ContentZoom-SmallIcon:hover { - color: rgba(111, 124, 130, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px -} -.tp-caption.ContentZoom-DetailTitle, -.ContentZoom-DetailTitle { - color: rgba(41, 46, 49, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-DetailSubTitle, -.ContentZoom-DetailSubTitle { - color: rgba(111, 124, 130, 1.00); - font-size: 25px; - line-height: 25px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-DetailContent, -.ContentZoom-DetailContent { - color: rgba(111, 124, 130, 1.00); - font-size: 17px; - line-height: 28px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-Button, -.ContentZoom-Button { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 15px 50px 15px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.ContentZoom-Button:hover, -.ContentZoom-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.ContentZoom-ButtonClose, -.ContentZoom-ButtonClose { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 14px 14px 14px 16px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.ContentZoom-ButtonClose:hover, -.ContentZoom-ButtonClose:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px -} -.tp-caption.Newspaper-Title, -.Newspaper-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 55px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Slab"; - padding: 0 0 10px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Newspaper-Subtitle, -.Newspaper-Subtitle { - color: rgba(168, 216, 238, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Newspaper-Button, -.Newspaper-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 17px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px; - text-align: left -} -.tp-caption.Newspaper-Button:hover, -.Newspaper-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.rtwhitemedium, -.rtwhitemedium { - font-size: 22px; - line-height: 26px; - color: rgb(255, 255, 255); - text-decoration: none; - background-color: transparent; - border-width: 0px; - border-color: rgb(0, 0, 0); - border-style: none; - text-shadow: none -} - -@media only screen and (max-width: 767px) { - .revtp-searchform input[type="text"], - .revtp-searchform input[type="email"], - .revtp-form input[type="text"], - .revtp-form input[type="email"] { width: 200px !important; } -} - -.revtp-searchform input[type="submit"], -.revtp-form input[type="submit"] { - font-family: "Arial", sans-serif; - line-height: 46px; - letter-spacing: 1px; - text-transform: uppercase; - font-size: 15px; - font-weight: 700; - padding: 0 20px; - border: 0; - background: #009aee; - color: #fff; - - - border-radius: 0px; -} - -.tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - .tp-caption.Concept-Title, - .Concept-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 700; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 5px - } - .tp-caption.Concept-SubTitle, - .Concept-SubTitle { - color: rgba(255, 255, 255, 0.65); - font-size: 25px; - line-height: 25px; - font-weight: 700; - font-style: italic; - font-family: ""Playfair Display""; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-Content, - .Concept-Content { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: none; - border-width: 2px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-MoreBtn, - .Concept-MoreBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 10px 8px 7px 10px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px; - letter-spacing: 1px; - text-align: left - } - .tp-caption.Concept-MoreBtn:hover, - .Concept-MoreBtn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.Concept-LessBtn, - .Concept-LessBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 10px 8px 7px 10px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px; - letter-spacing: 1px; - text-align: left - } - .tp-caption.Concept-LessBtn:hover, - .Concept-LessBtn:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.Concept-SubTitle-Dark, - .Concept-SubTitle-Dark { - color: rgba(0, 0, 0, 0.65); - font-size: 25px; - line-height: 25px; - font-weight: 700; - font-style: italic; - font-family: "Playfair Display"; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-Title-Dark, - .Concept-Title-Dark { - color: rgba(0, 0, 0, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 700; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 10px 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 5px - } - .tp-caption.Concept-MoreBtn-Dark, - .Concept-MoreBtn-Dark { - color: rgba(0, 0, 0, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 10px 8px 7px 10px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px; - letter-spacing: 1px; - text-align: left - } - .tp-caption.Concept-MoreBtn-Dark:hover, - .Concept-MoreBtn-Dark:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.Concept-Content-Dark, - .Concept-Content-Dark { - color: rgba(0, 0, 0, 1.00); - font-size: 20px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: none; - border-width: 2px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Concept-Notice, - .Concept-Notice { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Condensed"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: none; - border-width: 2px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px - } - .tp-caption.Concept-Content a, - .tp-caption.Concept-Content a:visited { - color: #fff !important; - border-bottom: 1px solid #fff !important; - font-weight: 700 !important; - } - .tp-caption.Concept-Content a:hover { - border-bottom: 1px solid transparent !important; - } - .tp-caption.Concept-Content-Dark a, - .tp-caption.Concept-Content-Dark a:visited { - color: #000 !important; - border-bottom: 1px solid #000 !important; - font-weight: 700 !important; - } - .tp-caption.Concept-Content-Dark a:hover { - border-bottom: 1px solid transparent !important; - } - - .tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - .tp-caption.Creative-Title, - .Creative-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.Creative-SubTitle, - .Creative-SubTitle { - color: rgba(205, 176, 131, 1.00); - font-size: 14px; - line-height: 14px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px - } - .tp-caption.Creative-Button, - .Creative-Button { - color: rgba(205, 176, 131, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 15px 50px 15px 50px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(205, 176, 131, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px - } - .tp-caption.Creative-Button:hover, - .Creative-Button:hover { - color: rgba(205, 176, 131, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(205, 176, 131, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px - } - -.tp-caption.subcaption, - .subcaption { - color: rgba(111, 124, 130, 1.00); - font-size: 19px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 0, 0, 1.00); - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-shadow: none; - text-align: left - } - .tp-caption.RedDot, - .RedDot { - color: rgba(0, 0, 0, 1.00); - font-weight: 400; - font-style: normal; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: left; - background-color: rgba(213, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 5px; - border-radius: 50px 50px 50px 50px - } - .tp-caption.RedDot:hover, - .RedDot:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.75); - border-color: rgba(213, 0, 0, 1.00); - border-style: solid; - border-width: 5px; - border-radius: 50px 50px 50px 50px - } - - .tp-caption.SlidingOverlays-Title, - .SlidingOverlays-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - .tp-caption.SlidingOverlays-Title, - .SlidingOverlays-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - - .tp-caption.Woo-TitleLarge, - .Woo-TitleLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-Rating, - .Woo-Rating { - color: rgba(0, 0, 0, 1.00); - font-size: 14px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - - } - .tp-caption.Woo-SubTitle, - .Woo-SubTitle { - color: rgba(0, 0, 0, 1.00); - font-size: 18px; - line-height: 18px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - - } - .tp-caption.Woo-PriceLarge, - .Woo-PriceLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 60px; - line-height: 60px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-ProductInfo, - .Woo-ProductInfo { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 75px 12px 50px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-ProductInfo:hover, - .Woo-ProductInfo:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - .tp-caption.Woo-AddToCart, - .Woo-AddToCart { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-AddToCart:hover, - .Woo-AddToCart:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - .tp-caption.Woo-TitleLarge, - .Woo-TitleLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-SubTitle, - .Woo-SubTitle { - color: rgba(0, 0, 0, 1.00); - font-size: 18px; - line-height: 18px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - - } - .tp-caption.Woo-PriceLarge, - .Woo-PriceLarge { - color: rgba(0, 0, 0, 1.00); - font-size: 60px; - line-height: 60px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - - } - .tp-caption.Woo-ProductInfo, - .Woo-ProductInfo { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 75px 12px 50px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-ProductInfo:hover, - .Woo-ProductInfo:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - .tp-caption.Woo-AddToCart, - .Woo-AddToCart { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(254, 207, 114, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px; - text-align: left; - - } - .tp-caption.Woo-AddToCart:hover, - .Woo-AddToCart:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(243, 168, 71, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 4px 4px 4px 4px - } - - .tp-caption.FullScreen-Toggle, - .FullScreen-Toggle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 11px 8px 11px 12px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 0, 0, 0.50); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 3px; - text-align: left - } - .tp-caption.FullScreen-Toggle:hover, - .FullScreen-Toggle:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: rgba(255, 255, 255, 0); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px - } - - .tp-caption.Agency-Title, -.Agency-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 900; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 10px -} -.tp-caption.Agency-SubTitle, -.Agency-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: italic; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Agency-PlayBtn, -.Agency-PlayBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 71px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.Agency-PlayBtn:hover, -.Agency-PlayBtn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} -.tp-caption.Agency-SmallText, -.Agency-SmallText { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 12px; - font-weight: 900; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 5px -} -.tp-caption.Agency-Social, -.Agency-Social { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 30px 30px 30px 30px; - text-align: center -} -.tp-caption.Agency-Social:hover, -.Agency-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(51, 51, 51, 1.00); - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 30px 30px 30px 30px; - cursor: pointer -} -.tp-caption.Agency-CloseBtn, -.Agency-CloseBtn { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: none; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.Agency-CloseBtn:hover, -.Agency-CloseBtn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0); - border-style: none; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} - -.tp-caption.Dining-Title, -.Dining-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 10px -} -.tp-caption.Dining-SubTitle, -.Dining-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Dining-BtnLight, -.Dining-BtnLight { - color: rgba(255, 255, 255, 0.50); - font-size: 15px; - line-height: 15px; - font-weight: 700; - font-style: normal; - font-family: Lato; - padding: 17px 73px 17px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 2px -} -.tp-caption.Dining-BtnLight:hover, -.Dining-BtnLight:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.Dining-Social, -.Dining-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center -} -.tp-caption.Dining-Social:hover, -.Dining-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer -} -tp-caption.Team-Thumb, -.Team-Thumb { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 22px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Thumb:hover, -.Team-Thumb:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Team-Name, -.Team-Name { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Position, -.Team-Position { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Description, -.Team-Description { - color: rgba(255, 255, 255, 1.00); - font-size: 18px; - line-height: 28px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Team-Social, -.Team-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Team-Social:hover, -.Team-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} - -.tp-caption.VideoControls-Play, -.VideoControls-Play { - color: rgba(0, 0, 0, 1.00); - font-size: 50px; - line-height: 120px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 7px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.VideoControls-Play:hover, -.VideoControls-Play:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} -.tp-caption.VideoPlayer-Title, -.VideoPlayer-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 900; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 10px -} -.tp-caption.VideoPlayer-SubTitle, -.VideoPlayer-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: italic; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.VideoPlayer-Social, -.VideoPlayer-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.VideoPlayer-Social:hover, -.VideoPlayer-Social:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.VideoControls-Mute, -.VideoControls-Mute { - color: rgba(0, 0, 0, 1.00); - font-size: 20px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.VideoControls-Mute:hover, -.VideoControls-Mute:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer -} -.tp-caption.VideoControls-Pause, -.VideoControls-Pause { - color: rgba(0, 0, 0, 1.00); - font-size: 20px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - text-align: center -} -.tp-caption.VideoControls-Pause:hover, -.VideoControls-Pause:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 100px 100px 100px 100px; - cursor: pointer - } - -.soundcloudwrapper iframe { - width: 100% !important -} -.tp-caption.SleekLanding-Title, -.SleekLanding-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 35px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 5px -} -.tp-caption.SleekLanding-ButtonBG, -.SleekLanding-ButtonBG { - color: rgba(0, 0, 0, 1.00); - - font-weight: 700; - font-style: normal; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: rgba(255, 255, 255, 0.10); - border-color: rgba(0, 0, 0, 0); - border-style: solid; - border-width: 0px; - border-radius: 5px 5px 5px 5px; - text-align: left; - box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15) -} -.tp-caption.SleekLanding-SmallTitle, -.SleekLanding-SmallTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 50px; - font-weight: 900; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 2px -} -.tp-caption.SleekLanding-BottomText, -.SleekLanding-BottomText { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.SleekLanding-Social, -.SleekLanding-Social { - color: rgba(255, 255, 255, 1.00); - font-size: 22px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.SleekLanding-Social:hover, -.SleekLanding-Social:hover { - color: rgba(0, 0, 0, 0.25); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -#rev_slider_429_1_wrapper .tp-loader.spinner2 { - background-color: #555555 !important; -} -.tp-fat { - font-weight: 900 !important; -} - -.tp-caption.PostSlider-Category, -.PostSlider-Category { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 15px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 3px; - text-align: left -} -.tp-caption.PostSlider-Title, -.PostSlider-Title { - color: rgba(0, 0, 0, 1.00); - font-size: 40px; - line-height: 40px; - font-weight: 400; - font-style: normal; - font-family: "Playfair Display"; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.PostSlider-Content, -.PostSlider-Content { - color: rgba(119, 119, 119, 1.00); - font-size: 15px; - line-height: 23px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.PostSlider-Button, -.PostSlider-Button { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 40px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 56px 1px 32px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left -} -.tp-caption.PostSlider-Button:hover, -.PostSlider-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(238, 238, 238, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} - -/* media queries */ - -@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title, -.LandingPage-Title { - color:rgba(255, - 255, - 255, - 1.00); - font-size:70px; - line-height:80px; - font-weight:900; - font-style:normal; - font-family:Lato; - padding:0 0 0 0px; - text-decoration:none; - background-color:transparent; - border-color:transparent; - border-style:none; - border-width:0px; - border-radius:0 0 0 0px; - text-align:left; - letter-spacing:10px -} -.tp-caption.LandingPage-SubTitle, -.LandingPage-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 30px; - font-weight: 400; - font-style: italic; - font-family: Georgia, serif; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.LandingPage-Button, -.LandingPage-Button { - color: rgba(0, 0, 0, 1.00); - font-size: 15px; - line-height: 54px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 35px 0px 35px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 3px -} -.tp-caption.LandingPage-Button:hover, -.LandingPage-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.App-Content a, -.tp-caption.App-Content a:visited { - color: #89124e !important; - border-bottom: 1px solid transparent !important; - font-weight: bold !important; -} -.tp-caption.App-Content a:hover { - border-bottom: 1px solid #89124e !important; -} -.tp-caption.RockBand-LogoText, -.RockBand-LogoText { - color: rgba(255, 255, 255, 1.00); - font-size: 60px; - line-height: 60px; - font-weight: 700; - font-style: normal; - font-family: Oswald; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #fff !important; - text-decoration: underline !important; -} -.tp-caption.Twitter-Content a:hover { - color: #fff !important; - text-decoration: none !important; -} -.soundcloudwrapper iframe { - width: 100% !important -} - -.tp-caption.Agency-LogoText, -.Agency-LogoText { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 1px -} -.tp-caption.ComingSoon-Highlight, -.ComingSoon-Highlight { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 37px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 20px 3px 20px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 154, 238, 1.00); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ComingSoon-Count, -.ComingSoon-Count { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 900; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ComingSoon-CountUnit, -.ComingSoon-CountUnit { - color: rgba(255, 255, 255, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.ComingSoon-NotifyMe, -.ComingSoon-NotifyMe { - color: rgba(164, 157, 143, 1.00); - font-size: 27px; - line-height: 35px; - font-weight: 600; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} - -#mc_embed_signup input#mce-EMAIL { - font-family: "Lato", sans-serif; - font-size: 15px; - color: #000; - background-color: #fff; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 1px solid #fff; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - - - border-radius: 0px; -} -#mc_embed_signup input#mce-EMAIL[type="email"]:focus { - background-color: #fff; - border: 1px solid #666; - border-right: 0; -} -#mc_embed_signup input#mc-embedded-subscribe, -#mc_embed_signup input#mc-embedded-subscribe:focus { - font-family: "Lato", sans-serif; - line-height: 46px; - letter-spacing: 1px; - text-transform: uppercase; - font-size: 13px; - font-weight: 900; - padding: 0 20px; - border: 1px solid #009aee; - background: #009aee; - color: #fff; - - - border-radius: 0px; -} -#mc_embed_signup input#mc-embedded-subscribe:hover { - background: #0083d4; -} -@media only screen and (max-width: 767px) { - #mc_embed_signup input#mce-EMAIL { - width: 200px; - } -} -.tp-caption.Agency-SmallTitle, -.Agency-SmallTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 22px; - font-weight: 400; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 6px -} -.tp-caption.Agency-SmallContent, -.Agency-SmallContent { - color: rgba(255, 255, 255, 1.00); - font-size: 15px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Agency-SmallLink, -.Agency-SmallLink { - color: rgba(248, 124, 9, 1.00); - font-size: 12px; - line-height: 22px; - font-weight: 700; - font-style: normal; - font-family: lato; - padding: 0 0 0px 0; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - border-bottom: 1px solid #f87c09 !important -} -.tp-caption.Agency-SmallLink:hover, -.Agency-SmallLink:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Agency-NavButton, -.Agency-NavButton { - color: rgba(51, 51, 51, 1.00); - font-size: 17px; - line-height: 50px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 0px 0px 0px 0px; - text-decoration: none; - text-align: center; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - text-align: center -} -.tp-caption.Agency-NavButton:hover, -.Agency-NavButton:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(51, 51, 51, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.Agency-SmallLinkGreen, -.Agency-SmallLinkGreen { - color: rgba(109, 177, 155, 1.00); - font-size: 12px; - line-height: 22px; - font-weight: 700; - font-style: normal; - font-family: lato; - padding: 0 0 0px 0; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - border-bottom: 1px solid #6db19b !important -} -.tp-caption.Agency-SmallLinkGreen:hover, -.Agency-SmallLinkGreen:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Agency-SmallLinkBlue, -.Agency-SmallLinkBlue { - color: rgba(153, 153, 153, 1.00); - font-size: 12px; - line-height: 22px; - font-weight: 700; - font-style: normal; - font-family: lato; - padding: 0 0 0px 0; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 2px; - border-bottom: 1px solid #999 !important -} -.tp-caption.Agency-SmallLinkBlue:hover, -.Agency-SmallLinkBlue:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer -} -.tp-caption.Agency-LogoText, -.Agency-LogoText { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; - letter-spacing: 1px -} -.tp-caption.Agency-ArrowTooltip, -.Agency-ArrowTooltip { - color: rgba(51, 51, 51, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: "Permanent Marker"; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Agency-SmallSocial, -.Agency-SmallSocial { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 400; - font-style: normal; - font-family: Arial; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center -} -.tp-caption.Agency-SmallSocial:hover, -.Agency-SmallSocial:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #0084B4 !important -} -.tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important -} -.tp-caption.CreativeFrontPage-Btn, -.CreativeFrontPage-Btn { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 60px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0px 50px 0px 50px; - text-decoration: none; - text-align: left; - background-color: rgba(0, 104, 92, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 4px 4px 4px 4px; - letter-spacing: 2px -} -.tp-caption.CreativeFrontPage-Btn:hover, -.CreativeFrontPage-Btn:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(0, 0, 0, 0.25); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 4px 4px 4px 4px; - cursor: pointer -} -.tp-caption.CreativeFrontPage-Menu, -.CreativeFrontPage-Menu { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 14px; - font-weight: 500; - font-style: normal; - font-family: roboto; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 2px -} -.tp-flip-index { - z-index: 1000 !important; -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #0084B4 !important -} -.tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important -} -.tp-caption.FullScreenMenu-Category, -.FullScreenMenu-Category { - color: rgba(17, 17, 17, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: BenchNine; - padding: 21px 30px 16px 30px; - text-decoration: none; - text-align: left; - background-color: rgba(255, 255, 255, 0.90); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 3px -} -.tp-caption.FullScreenMenu-Title, -.FullScreenMenu-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 65px; - line-height: 70px; - font-weight: 700; - font-style: normal; - font-family: BenchNine; - padding: 21px 30px 16px 30px; - text-decoration: none; - text-align: left; - background-color: rgba(17, 17, 17, 0.90); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px -} -.tp-caption.Twitter-Content a, -.tp-caption.Twitter-Content a:visited { - color: #0084B4 !important -} -.tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important -} -.tp-caption.TechJournal-Button, -.TechJournal-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 40px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 1px 30px 1px 30px; - text-decoration: none; - text-align: left; - background-color: rgba(138, 0, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 3px -} -.tp-caption.TechJournal-Button:hover, -.TechJournal-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(0, 0, 0, 1.00); - border-style: solid; - border-width: 0px; - border-radius: 0px 0px 0px 0px; - cursor: pointer -} -.tp-caption.TechJournal-Big, -.TechJournal-Big { - color: rgba(255, 255, 255, 1.00); - font-size: 120px; - line-height: 120px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 0px -} -.rev_slider { - overflow: hidden; -} -.effect_layer { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; -} - -.tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - #menu_forcefullwidth { - z-index: 5000; - position: fixed !important; - top: 0px; - left: 0px; - width: 100% - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-DownButton, - .FullSiteBlock-DownButton { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 32px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 1px 1px 1px 1px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: rgba(51, 51, 51, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: center - } - .tp-caption.FullSiteBlock-DownButton:hover, - .FullSiteBlock-DownButton:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(0, 150, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - cursor: pointer - } - .rev_slider { - overflow: hidden; - } - .effect_layer { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - } - .gyges .tp-thumb { - opacity: 1 - } - .gyges .tp-thumb-img-wrap { - padding: 3px; - background-color: rgba(0, 0, 0, 0.25); - display: inline-block; - width: 100%; - height: 100%; - position: relative; - margin: 0px; - box-sizing: border-box; - transition: all 0.3s; - -webkit-transition: all 0.3s; - } - .gyges .tp-thumb-image { - padding: 3px; - display: block; - box-sizing: border-box; - position: relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25); - } - .gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); - background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); - } - .tp-caption.FullSiteBlock-Title, - .FullSiteBlock-Title { - color: rgba(51, 51, 51, 1.00); - font-size: 55px; - line-height: 65px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0, 150, 255, 1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-Link:hover, - .FullSiteBlock-Link:hover { - color: rgba(51, 51, 51, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.FullSiteBlock-FooterLink, - .FullSiteBlock-FooterLink { - color: rgba(85, 85, 85, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left - } - .tp-caption.FullSiteBlock-FooterLink:hover, - .FullSiteBlock-FooterLink:hover { - color: rgba(0, 150, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .fb-share-button.fb_iframe_widget iframe { - width: 115px!important; - } - #tp-socialwrapper { - opacity: 0; - } - - .tp-caption.Twitter-Content a, - .tp-caption.Twitter-Content a:visited { - color: #0084B4 !important - } - .tp-caption.Twitter-Content a:hover { - color: #0084B4 !important; - text-decoration: underline !important - } - #menu_forcefullwidth { - z-index: 5000; - position: fixed !important; - top: 0px; - left: 0px; - width: 100% - } - #tp-menubg { - background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); - /* FF3.6-15 */ - - background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); - /* Chrome10-25,Safari5.1-6 */ - - background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); - /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - - filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0); - /* IE6-9 */ - } - #mc_embed_signup input[type="email"] { - font-family: "Lato", sans-serif; - font-size: 16px; - font-weight: 400; - background-color: #fff; - color: #888 !important; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 0; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - } - #mc_embed_signup input[type="email"]::-webkit-input-placeholder { - color: #888 !important; - } - #mc_embed_signup input[type="email"]::-moz-placeholder { - color: #888 !important; - } - #mc_embed_signup input[type="email"]:-ms-input-placeholder { - color: #888 !important; - } - #mc_embed_signup input[type="email"]:focus { - background-color: #f5f5f5; - color: #454545; - } - #mc_embed_signup input#mc-embedded-subscribe, - #mc_embed_signup input#mc-embedded-subscribe:focus { - font-family: "Lato", sans-serif; - line-height: 46px; - font-size: 16px; - font-weight: 700; - padding: 0 30px; - border: 0; - background: #f04531; - text-transform: none; - color: #fff; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - } - #mc_embed_signup input#mc-embedded-subscribe:hover { - background: #e03727; - } - @media only screen and (max-width: 767px) { - #mc_embed_signup input[type="email"] { - width: 260px; - } - } - @media only screen and (max-width: 480px) { - #mc_embed_signup input[type="email"] { - width: 160px; - } - } - #rev_slider_167_6 .uranus.tparrows { - width: 50px; - height: 50px; - background: rgba(255, 255, 255, 0); - } - #rev_slider_167_6 .uranus.tparrows:before { - width: 50px; - height: 50px; - line-height: 50px; - font-size: 40px; - transition: all 0.3s; - -webkit-transition: all 0.3s; - } - #rev_slider_167_6 .uranus.tparrows:hover:before { - opacity: 0.75; - } - .tp-caption.FullSiteBlock-SubTitle, - .FullSiteBlock-SubTitle { - color: rgba(51, 51, 51, 1.00); - font-size: 25px; - line-height: 34px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center - } - .tp-caption.ParallaxWebsite-FooterItem, - .ParallaxWebsite-FooterItem { - color: rgba(255, 255, 255, 0.50); - font-size: 16px; - line-height: 24px; - font-weight: 400; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: left; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px - } - .tp-caption.ParallaxWebsite-FooterItem:hover, - .ParallaxWebsite-FooterItem:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - cursor: pointer - } - .fb-share-button.fb_iframe_widget iframe { - width: 115px!important; - } - iframe.twitter-share-button { - display: none; - } - .fb-share-button.fb_iframe_widget iframe { - display: none; - } - - .tp-caption.FullSiteBlock-Link, - .FullSiteBlock-Link { - color: rgba(0,150,255,1.00); - font-size: 25px; - line-height: 24px; - font-weight: 300; - font-style: normal; - font-family: Lato; - padding: 0 0 0 0px; - text-decoration: none; - text-align: center; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: center; -} \ No newline at end of file diff --git a/public/css/main/magnific-popup.css b/public/css/main/magnific-popup.css deleted file mode 100644 index 5b57625..0000000 --- a/public/css/main/magnific-popup.css +++ /dev/null @@ -1,391 +0,0 @@ -/* Magnific Popup CSS */ -.mfp-bg { - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1042; - overflow: hidden; - position: fixed; - background: #0b0b0b; - opacity: 0.8; } - -.mfp-wrap { - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1043; - position: fixed; - outline: none !important; - -webkit-backface-visibility: hidden; } - -.mfp-container { - text-align: center; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - padding: 0 8px; - box-sizing: border-box; } - -.mfp-container:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; } - -.mfp-align-top .mfp-container:before { - display: none; } - -.mfp-content { - position: relative; - display: inline-block; - vertical-align: middle; - margin: 0 auto; - text-align: left; - z-index: 1045; } - -.mfp-inline-holder .mfp-content, -.mfp-ajax-holder .mfp-content { - width: 100%; - cursor: auto; } - -.mfp-ajax-cur { - cursor: progress; } - -.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { - cursor: -moz-zoom-out; - cursor: -webkit-zoom-out; - cursor: zoom-out; } - -.mfp-zoom { - cursor: pointer; - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; } - -.mfp-auto-cursor .mfp-content { - cursor: auto; } - -.mfp-close, -.mfp-arrow, -.mfp-preloader, -.mfp-counter { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; } - -.mfp-loading.mfp-figure { - display: none; } - -.mfp-hide { - display: none !important; } - -.mfp-preloader { - color: #CCC; - position: absolute; - top: 50%; - left: 50%; - width: 24px; - height: 24px; - background: url('../images/preloader-dark.gif') center center no-repeat; - text-align: center; - margin-top: -12px; - margin-left: -12px; - z-index: 1044; - text-indent: -9999px; -} - .mfp-preloader a { - color: #CCC; } - .mfp-preloader a:hover { - color: #FFF; } - -.mfp-s-ready .mfp-preloader { - display: none; } - -.mfp-s-error .mfp-content { - display: none; } - -button.mfp-close, -button.mfp-arrow { - overflow: visible; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; - display: block; - outline: none; - padding: 0; - z-index: 1046; - box-shadow: none; - touch-action: manipulation; } - -button::-moz-focus-inner { - padding: 0; - border: 0; } - -.mfp-close { - width: 44px; - height: 44px; - line-height: 44px; - position: absolute; - right: 0; - top: 0; - text-decoration: none; - text-align: center; - opacity: 0.65; - padding: 0 0 18px 10px; - color: #FFF; - font-style: normal; - font-size: 28px; - font-family: Arial, Baskerville, monospace; } - .mfp-close:hover, - .mfp-close:focus { - opacity: 1; } - .mfp-close:active { - top: 1px; } - -.mfp-close-btn-in .mfp-close { - color: #333; } - -.mfp-image-holder .mfp-close, -.mfp-iframe-holder .mfp-close { - color: #FFF; - right: -6px; - text-align: right; - padding-right: 6px; - width: 100%; } - -.mfp-counter { - position: absolute; - top: 0; - right: 0; - color: #CCC; - font-size: 12px; - line-height: 18px; - white-space: nowrap; } - -.mfp-arrow { - position: absolute; - opacity: 0.65; - margin: 0; - top: 50%; - margin-top: -55px; - padding: 0; - width: 90px; - height: 110px; - -webkit-tap-highlight-color: transparent; } - .mfp-arrow:active { - margin-top: -54px; } - .mfp-arrow:hover, - .mfp-arrow:focus { - opacity: 1; } - .mfp-arrow:before, - .mfp-arrow:after { - content: ''; - display: block; - width: 0; - height: 0; - position: absolute; - left: 0; - top: 0; - margin-top: 35px; - margin-left: 35px; - border: medium inset transparent; } - .mfp-arrow:after { - border-top-width: 13px; - border-bottom-width: 13px; - top: 8px; } - .mfp-arrow:before { - border-top-width: 21px; - border-bottom-width: 21px; - opacity: 0.7; } - -.mfp-arrow-left { - left: 0; } - .mfp-arrow-left:after { - border-right: 17px solid #FFF; - margin-left: 31px; } - .mfp-arrow-left:before { - margin-left: 25px; - border-right: 27px solid #3F3F3F; } - -.mfp-arrow-right { - right: 0; } - .mfp-arrow-right:after { - border-left: 17px solid #FFF; - margin-left: 39px; } - .mfp-arrow-right:before { - border-left: 27px solid #3F3F3F; } - -.mfp-iframe-holder { - padding-top: 40px; - padding-bottom: 40px; } - .mfp-iframe-holder .mfp-content { - line-height: 0; - width: 100%; - max-width: 900px; } - .mfp-iframe-holder .mfp-close { - top: -40px; } - -.mfp-iframe-scaler { - width: 100%; - height: 0; - overflow: hidden; - padding-top: 56.25%; } - .mfp-iframe-scaler iframe { - position: absolute; - display: block; - top: 0; - left: 0; - width: 100%; - height: 100%; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - background: #000; } - -/* Main image in popup */ -img.mfp-img { - width: auto; - max-width: 100%; - height: auto; - display: block; - line-height: 0; - box-sizing: border-box; - padding: 40px 0 40px; - margin: 0 auto; } - -/* The shadow behind the image */ -.mfp-figure { - line-height: 0; } - .mfp-figure:after { - content: ''; - position: absolute; - left: 0; - top: 40px; - bottom: 40px; - display: block; - right: 0; - width: auto; - height: auto; - z-index: -1; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - background: #444; } - .mfp-figure small { - color: #BDBDBD; - display: block; - font-size: 12px; - line-height: 14px; } - .mfp-figure figure { - margin: 0; } - -.mfp-bottom-bar { - margin-top: -36px; - position: absolute; - top: 100%; - left: 0; - width: 100%; - cursor: auto; } - -.mfp-title { - text-align: left; - line-height: 18px; - color: #F3F3F3; - word-wrap: break-word; - padding-right: 36px; } - -.mfp-image-holder .mfp-content { - max-width: 100%; } - -.mfp-gallery .mfp-image-holder .mfp-figure { - cursor: pointer; } - -@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { - /** - * Remove all paddings around the image on small screen - */ - .mfp-img-mobile .mfp-image-holder { - padding-left: 0; - padding-right: 0; } - .mfp-img-mobile img.mfp-img { - padding: 0; } - .mfp-img-mobile .mfp-figure:after { - top: 0; - bottom: 0; } - .mfp-img-mobile .mfp-figure small { - display: inline; - margin-left: 5px; } - .mfp-img-mobile .mfp-bottom-bar { - background: rgba(0, 0, 0, 0.6); - bottom: 0; - margin: 0; - top: auto; - padding: 3px 5px; - position: fixed; - box-sizing: border-box; } - .mfp-img-mobile .mfp-bottom-bar:empty { - padding: 0; } - .mfp-img-mobile .mfp-counter { - right: 5px; - top: 3px; } - .mfp-img-mobile .mfp-close { - top: 0; - right: 0; - width: 35px; - height: 35px; - line-height: 35px; - background: rgba(0, 0, 0, 0.6); - position: fixed; - text-align: center; - padding: 0; } } - -@media all and (max-width: 900px) { - .mfp-arrow { - -webkit-transform: scale(0.75); - transform: scale(0.75); } - .mfp-arrow-left { - -webkit-transform-origin: 0; - transform-origin: 0; } - .mfp-arrow-right { - -webkit-transform-origin: 100%; - transform-origin: 100%; } - .mfp-container { - padding-left: 6px; - padding-right: 6px; } } - - - -/* overlay at start */ -.mfp-fade.mfp-bg { - opacity: 0; - -webkit-transition: all 0.25s ease-out; - -moz-transition: all 0.25s ease-out; - transition: all 0.25s ease-out; -} -/* overlay animate in */ -.mfp-fade.mfp-bg.mfp-ready { - opacity: 0.8; -} -/* overlay animate out */ -.mfp-fade.mfp-bg.mfp-removing { - opacity: 0; -} - -/* content at start */ -.mfp-fade.mfp-wrap .mfp-content { - opacity: 0; - - -webkit-transition: all 0.25s ease-out; - -moz-transition: all 0.25s ease-out; - transition: all 0.25s ease-out; -} -/* content animate it */ -.mfp-fade.mfp-wrap.mfp-ready .mfp-content { - opacity: 1; -} -/* content animate out */ -.mfp-fade.mfp-wrap.mfp-removing .mfp-content { - opacity: 0; -} - diff --git a/public/css/main/navigation-skins/ares.css b/public/css/main/navigation-skins/ares.css deleted file mode 100644 index da4fb61..0000000 --- a/public/css/main/navigation-skins/ares.css +++ /dev/null @@ -1,241 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ARES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -.ares.tparrows { - cursor:pointer; - background:#fff; - min-width:60px; - min-height:60px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.ares.tparrows:hover { -} -.ares.tparrows:before { - font-family: "revicons"; - font-size:25px; - color:#aaa; - display:block; - line-height: 60px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; -} -.ares.tparrows.tp-leftarrow:before { - content: "\e81f"; -} -.ares.tparrows.tp-rightarrow:before { - content: "\e81e"; -} -.ares.tparrows:hover:before { - color:#000; - } -.tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#fff; - min-height:60px; - line-height:60px; - top:0px; - margin-left:30px; - border-radius:0px 30px 30px 0px; - overflow:hidden; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .ares.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:30px;margin-left:0px; - -webkit-transform-origin:100% 50%; -border-radius:30px 0px 0px 30px; - } -.ares.tparrows:hover .tp-title-wrap { - transform:scaleX(1) scaleY(1); - -webkit-transform:scaleX(1) scaleY(1); -} -.ares .tp-arr-titleholder { - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#000; - font-weight:400; - font-size:14px; - line-height:60px; - white-space:nowrap; - padding:0px 20px; - margin-left:10px; - opacity:0; -} - -.ares.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:10px; - } - -.ares.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.ares.tp-bullets { -} -.ares.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.ares .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.ares .tp-bullet:hover, -.ares .tp-bullet.selected { - background:#fff; -} -.ares .tp-bullet-title { - position:absolute; - color:#888; - font-size:12px; - padding:0px 10px; - font-weight:600; - right:27px; - top:-4px; - background:#fff; - background:rgba(255,255,255,0.75); - visibility:hidden; - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - transition:transform 0.3s; - -webkit-transition:transform 0.3s; - line-height:20px; - white-space:nowrap; -} - -.ares .tp-bullet-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent rgba(255,255,255,0.75); - content:" "; - position:absolute; - right:-10px; - top:0px; -} - -.ares .tp-bullet:hover .tp-bullet-title{ - visibility:visible; - transform:translateX(0px); - -webkit-transform:translateX(0px); -} - -.ares .tp-bullet.selected:hover .tp-bullet-title { - background:#fff; - } -.ares .tp-bullet.selected:hover .tp-bullet-title:after { - border-color:transparent transparent transparent #fff; -} -.ares.tp-bullets:hover .tp-bullet-title { - visibility:hidden; -} -.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { - visibility:visible; - } - -/* TABS */ -.ares .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.ares .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.ares .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.ares .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.ares .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.ares .tp-tab:hover, -.ares .tp-tab.selected { - background:#eee; -} - -.ares .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - diff --git a/public/css/main/navigation-skins/custom.css b/public/css/main/navigation-skins/custom.css deleted file mode 100644 index 6d80ed4..0000000 --- a/public/css/main/navigation-skins/custom.css +++ /dev/null @@ -1,79 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - CUSTOM SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.custom.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; -} -.custom.tparrows:hover { - background:#000; -} -.custom.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.custom.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.custom.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.custom.tp-bullets { -} -.custom.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.custom .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - background:rgba(125,125,125,0.5); - cursor: pointer; - box-sizing:content-box; -} -.custom .tp-bullet:hover, -.custom .tp-bullet.selected { - background:rgb(125,125,125); -} -.custom .tp-bullet-image { -} -.custom .tp-bullet-title { -} - - -/* THUMBS */ - - -/* TABS */ - - diff --git a/public/css/main/navigation-skins/dione.css b/public/css/main/navigation-skins/dione.css deleted file mode 100644 index 82c18c8..0000000 --- a/public/css/main/navigation-skins/dione.css +++ /dev/null @@ -1,177 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - DIONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.dione.tparrows { - height:100%; - width:100px; - background:transparent; - background:rgba(0,0,0,0); - line-height:100%; - transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows:hover { - background:rgba(0,0,0,0.45); - } -.dione .tp-arr-imgwrapper { - width:100px; - left:0px; - position:absolute; - height:100%; - top:0px; - overflow:hidden; - } -.dione.tp-rightarrow .tp-arr-imgwrapper { -left:auto; -right:0px; -} - -.dione .tp-arr-imgholder { -background-position:center center; -background-size:cover; -width:100px; -height:100%; -top:0px; -visibility:hidden; -transform:translateX(-50px); --webkit-transform:translateX(-50px); -transition:all 0.3s; --webkit-transition:all 0.3s; -opacity:0; -left:0px; -} - -.dione.tparrows.tp-rightarrow .tp-arr-imgholder { - right:0px; - left:auto; - transform:translateX(50px); - -webkit-transform:translateX(50px); -} - -.dione.tparrows:before { -position:absolute; -line-height:30px; -margin-left:-22px; -top:50%; -left:50%; -font-size:30px; -margin-top:-15px; -transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows.tp-rightarrow:before { -margin-left:6px; -} - -.dione.tparrows:hover:before { - transform:translateX(-20px); --webkit-transform:translateX(-20px); -opacity:0; -} - -.dione.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); --webkit-transform:translateX(20px); -} - -.dione.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); --webkit-transform:translateX(0px); -opacity:1; -visibility:visible; -} - - - -/* BULLETS */ -.dione .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - - } - -.dione .tp-bullet-image { - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.dione .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.dione .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.dione .tp-bullet.selected, -.dione .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.dione .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - diff --git a/public/css/main/navigation-skins/erinyen.css b/public/css/main/navigation-skins/erinyen.css deleted file mode 100644 index 60a0821..0000000 --- a/public/css/main/navigation-skins/erinyen.css +++ /dev/null @@ -1,276 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ERINYEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.erinyen.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; -} - -.erinyen.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.erinyen.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.erinyen.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.erinyen .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.5); - min-height:70px; - line-height:70px; - top:0px; - margin-left:0px; - border-radius:35px; - overflow:hidden; - transition: opacity 0.3s; - -webkit-transition:opacity 0.3s; - -moz-transition:opacity 0.3s; - -webkit-transform: scale(0); - -moz-transform: scale(0); - transform: scale(0); - visibility:hidden; - opacity:0; -} - -.erinyen.tparrows:hover .tp-title-wrap{ - -webkit-transform: scale(1); - -moz-transform: scale(1); - transform: scale(1); - opacity:1; - visibility:visible; -} - - .erinyen.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:0px;margin-left:0px; - -webkit-transform-origin:100% 50%; - border-radius:35px; - padding-right:20px; - padding-left:10px; - } - - -.erinyen.tp-leftarrow .tp-title-wrap { - padding-left:20px; - padding-right:10px; -} - -.erinyen .tp-arr-titleholder { - letter-spacing: 3px; - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:13px; - line-height:70px; - white-space:nowrap; - padding:0px 20px; - margin-left:11px; - opacity:0; -} - -.erinyen .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - } - .erinyen .tp-arr-img-over { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background:#000; - background:rgba(0,0,0,0.5); - } -.erinyen.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:11px; - } - -.erinyen.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.erinyen.tp-bullets { -} -.erinyen.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #555555; /* old browsers */ - background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ - background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ - padding:10px 15px; - margin-left:-15px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; - box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); -} -.erinyen .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#111; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.erinyen .tp-bullet:hover, -.erinyen .tp-bullet.selected { - background: #e5e5e5; /* old browsers */ -background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ -background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ -background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ -background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ -background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ -filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ - border:1px solid #555; - width:12px;height:12px; -} -.erinyen .tp-bullet-image { -} -.erinyen .tp-bullet-title { -} - - -/* THUMBS */ -.erinyen .tp-thumb { -opacity:1 -} - -.erinyen .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.erinyen .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.erinyen .tp-thumb-more:before { - content: "\e825"; -} - -.erinyen .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.erinyen .tp-thumb.selected .tp-thumb-more:before, -.erinyen .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.erinyen .tp-thumb.selected .tp-thumb-over, -.erinyen .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.erinyen .tp-thumb.selected .tp-thumb-title, -.erinyen .tp-thumb:hover .tp-thumb-title { - color:#000; - -} - - -/* TABS */ -.erinyen .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.erinyen .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - diff --git a/public/css/main/navigation-skins/gyges.css b/public/css/main/navigation-skins/gyges.css deleted file mode 100644 index e3b9f14..0000000 --- a/public/css/main/navigation-skins/gyges.css +++ /dev/null @@ -1,209 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - GYGES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ - - -/* BULLETS */ -.gyges.tp-bullets { -} -.gyges.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #777777; /* Old browsers */ - background: -moz-linear-gradient(top, #777777 0%, #666666 100%); - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#777777), color-stop(100%,#666666)); - background: -webkit-linear-gradient(top, #777777 0%,#666666 100%); - background: -o-linear-gradient(top, #777777 0%,#666666 100%); - background: -ms-linear-gradient(top, #777777 0%,#666666 100%); - background: linear-gradient(to bottom, #777777 0%,#666666 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", - endColorstr="#666666",GradientType=0 ); - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; -} -.gyges .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#333; - border:3px solid #444; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.gyges .tp-bullet:hover, -.gyges .tp-bullet.selected { - background: #ffffff; /* Old browsers */ - background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */ - background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", - endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */ - -} -.gyges .tp-bullet-image { -} -.gyges .tp-bullet-title { -} - - -/* THUMBS */ -.gyges .tp-thumb { - opacity:1 - } -.gyges .tp-thumb-img-wrap { - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - display:inline-block; - - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.gyges .tp-thumb-image { - padding:3px; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } -.gyges .tp-thumb-title { - position:absolute; - bottom:100%; - display:inline-block; - left:50%; - background:rgba(255,255,255,0.8); - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - margin-bottom:20px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - white-space:nowrap; - } -.gyges .tp-thumb:hover .tp-thumb-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - } -.gyges .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(255,255,255,0.8) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.gyges .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid rgba(255,255,255,0.15); - } -.gyges .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.gyges .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.gyges .tp-tab-date - { - display:block; - color: rgba(255,255,255,0.25); - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.gyges .tp-tab-title -{ - display:block; - text-align:left; - color:#fff; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.gyges .tp-tab:hover, -.gyges .tp-tab.selected { - background:rgba(0,0,0,0.5); -} - -.gyges .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - diff --git a/public/css/main/navigation-skins/hades.css b/public/css/main/navigation-skins/hades.css deleted file mode 100644 index 4bbe920..0000000 --- a/public/css/main/navigation-skins/hades.css +++ /dev/null @@ -1,256 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HADES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hades.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.15); - width:100px; - height:100px; - position:absolute; - display:block; - z-index:100; -} - -.hades.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#fff; - display:block; - line-height: 100px; - text-align: center; - transition: background 0.3s, color 0.3s; -} -.hades.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hades.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.hades.tparrows:hover:before { - color:#aaa; - background:#fff; - background:rgba(255,255,255,1); - } -.hades .tp-arr-allwrapper { - position:absolute; - left:100%; - top:0px; - background:#888; - width:100px;height:100px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; - filter: alpha(opacity=0); - -moz-opacity: 0.0; - -khtml-opacity: 0.0; - opacity: 0.0; - -webkit-transform: rotatey(-90deg); - transform: rotatey(-90deg); - -webkit-transform-origin: 0% 50%; - transform-origin: 0% 50%; -} -.hades.tp-rightarrow .tp-arr-allwrapper { - left:auto; - right:100%; - -webkit-transform-origin: 100% 50%; - transform-origin: 100% 50%; - -webkit-transform: rotatey(90deg); - transform: rotatey(90deg); -} - -.hades:hover .tp-arr-allwrapper { - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; - filter: alpha(opacity=100); - -moz-opacity: 1; - -khtml-opacity: 1; - opacity: 1; - -webkit-transform: rotatey(0deg); - transform: rotatey(0deg); - - } - -.hades .tp-arr-iwrapper { -} -.hades .tp-arr-imgholder { - background-size:cover; - position:absolute; - top:0px;left:0px; - width:100%;height:100%; -} -.hades .tp-arr-titleholder { -} -.hades .tp-arr-subtitleholder { -} - - -/* BULLETS */ -.hades.tp-bullets { -} -.hades.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hades .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#888; - cursor: pointer; - border:5px solid #fff; - box-sizing:content-box; - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - -webkit-perspective:400; - perspective:400; - -webkit-transform:translatez(0.01px); - transform:translatez(0.01px); -} -.hades .tp-bullet:hover, -.hades .tp-bullet.selected { - background:#555; - -} - -.hades .tp-bullet-image { - position:absolute;top:-80px; left:-60px;width:120px;height:60px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: rotatex(-90deg); - -webkit-transform: rotatex(-90deg); - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; - - -} -.hades .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: rotatex(0deg); - -webkit-transform: rotatex(0deg); - visibility:visible; - } -.hades .tp-bullet-title { -} - - -/* THUMBS */ -.hades .tp-thumb { - opacity:1 - } -.hades .tp-thumb-img-wrap { - border-radius:50%; - padding:3px; - display:inline-block; -background:#000; - background-color:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hades .tp-thumb-image { - padding:3px; - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } - - -.hades .tp-thumb:hover .tp-thumb-img-wrap, -.hades .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.hades .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.hades .tp-tab { - opacity:1; - } - -.hades .tp-tab-title - { - display:block; - color:#333; - font-weight:600; - font-size:18px; - text-align:center; - line-height:25px; - } -.hades .tp-tab-price - { - display:block; - text-align:center; - color:#999; - font-size:16px; - margin-top:10px; - line-height:20px -} - -.hades .tp-tab-button { - display:inline-block; - margin-top:15px; - text-align:center; - padding:5px 15px; - color:#fff; - font-size:14px; - background:#219bd7; - border-radius:4px; - font-weight:400; -} -.hades .tp-tab-inner { - text-align:center; -} - - - diff --git a/public/css/main/navigation-skins/hebe.css b/public/css/main/navigation-skins/hebe.css deleted file mode 100644 index 1156bd4..0000000 --- a/public/css/main/navigation-skins/hebe.css +++ /dev/null @@ -1,196 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEBE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hebe.tparrows { - cursor:pointer; - background:#fff; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; -} -.hebe.tparrows:hover { -} -.hebe.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#aaa; - display:block; - line-height: 70px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; - background:#fff; - min-width:70px; - min-height:70px; -} -.hebe.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hebe.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hebe.tparrows:hover:before { - color:#000; - } -.tp-title-wrap { - position:absolute; - z-index:0; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.75); - min-height:60px; - line-height:60px; - top:-10px; - margin-left:0px; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .hebe.tp-rightarrow .tp-title-wrap { - right:0px; - -webkit-transform-origin:100% 50%; - } -.hebe.tparrows:hover .tp-title-wrap { - transform:scaleX(1); - -webkit-transform:scaleX(1); -} -.hebe .tp-arr-titleholder { - position:relative; - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:12px; - line-height:90px; - white-space:nowrap; - padding:0px 20px 0px 90px; -} - -.hebe.tp-rightarrow .tp-arr-titleholder { - margin-left:0px; - padding:0px 90px 0px 20px; - } - -.hebe.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -.hebe .tp-arr-imgholder{ - width:90px; - height:90px; - position:absolute; - left:100%; - display:block; - background-size:cover; - background-position:center center; - top:0px; right:-90px; - } -.hebe.tp-rightarrow .tp-arr-imgholder{ - right:auto;left:-90px; - } - -/* BULLETS */ -.hebe.tp-bullets { -} -.hebe.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} - -.hebe .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#fff; - cursor: pointer; - border:5px solid #222; - border-radius:50%; - box-sizing:content-box; - -webkit-perspective:400; - perspective:400; - -webkit-transform:translateZ(0.01px); - transform:translateZ(0.01px); - transition:all 0.3s; -} -.hebe .tp-bullet:hover, -.hebe .tp-bullet.selected { - background:#222; - border-color:#fff; -} - -.hebe .tp-bullet-image { - position:absolute; - top:-90px; left:-40px; - width:70px; - height:70px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: scale(0); - -webkit-transform: scale(0); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; -border-radius:6px; - - -} -.hebe .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: scale(1); - -webkit-transform: scale(1); - visibility:visible; - } -.hebe .tp-bullet-title { -} - - -/* TABS */ -.hebe .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.hebe .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - diff --git a/public/css/main/navigation-skins/hephaistos.css b/public/css/main/navigation-skins/hephaistos.css deleted file mode 100644 index 735eecf..0000000 --- a/public/css/main/navigation-skins/hephaistos.css +++ /dev/null @@ -1,81 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEPHAISTOS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hephaistos.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.hephaistos.tparrows:hover { - background:#000; -} -.hephaistos.tparrows:before { - font-family: "revicons"; - font-size:18px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hephaistos.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-2px; - -} -.hephaistos.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-2px; -} - - - -/* BULLETS */ -.hephaistos.tp-bullets { -} -.hephaistos.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hephaistos .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#999; - border:3px solid #f5f5f5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; - box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); - -} -.hephaistos .tp-bullet:hover, -.hephaistos .tp-bullet.selected { - background:#fff; - border-color:#000; -} -.hephaistos .tp-bullet-image { -} -.hephaistos .tp-bullet-title { -} - - diff --git a/public/css/main/navigation-skins/hermes.css b/public/css/main/navigation-skins/hermes.css deleted file mode 100644 index df6cf50..0000000 --- a/public/css/main/navigation-skins/hermes.css +++ /dev/null @@ -1,223 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HERMES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hermes.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:30px; - height:110px; - position:absolute; - display:block; - z-index:100; -} - -.hermes.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 110px; - text-align: center; - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hermes.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hermes.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hermes.tparrows.tp-leftarrow:hover:before { - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - opacity:0; -} -.hermes.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); - -webkit-transform:translateX(20px); - opacity:0; -} - -.hermes .tp-arr-allwrapper { - overflow:hidden; - position:absolute; - width:180px; - height:140px; - top:0px; - left:0px; - visibility:hidden; - -webkit-transition: -webkit-transform 0.3s 0.3s; - transition: transform 0.3s 0.3s; - -webkit-perspective: 1000px; - perspective: 1000px; - } -.hermes.tp-rightarrow .tp-arr-allwrapper { - right:0px;left:auto; - } -.hermes.tparrows:hover .tp-arr-allwrapper { - visibility:visible; - } -.hermes .tp-arr-imgholder { - width:180px;position:absolute; - left:0px;top:0px;height:110px; - transform:translateX(-180px); - -webkit-transform:translateX(-180px); - transition:all 0.3s; - transition-delay:0.3s; -} -.hermes.tp-rightarrow .tp-arr-imgholder{ - transform:translateX(180px); - -webkit-transform:translateX(180px); - } - -.hermes.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); -} -.hermes .tp-arr-titleholder { - top:110px; - width:180px; - text-align:left; - display:block; - padding:0px 10px; - line-height:30px; background:#000; - background:rgba(0,0,0,0.75);color:#fff; - font-weight:600; position:absolute; - font-size:12px; - white-space:nowrap; - letter-spacing:1px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - transform-origin: 50% 0; - box-sizing:border-box; - -} -.hermes.tparrows:hover .tp-arr-titleholder { - -webkit-transition-delay: 0.6s; - transition-delay: 0.6s; - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); -} - - -/* BULLETS */ -.hermes.tp-bullets { -} - -.hermes .tp-bullet { - overflow:hidden; - border-radius:50%; - width:16px; - height:16px; - background-color: rgba(0, 0, 0, 0); - box-shadow: inset 0 0 0 2px #FFF; - -webkit-transition: background 0.3s ease; - transition: background 0.3s ease; - position:absolute; -} - -.hermes .tp-bullet:hover { - background-color: rgba(0, 0, 0, 0.2); -} -.hermes .tp-bullet:after { - content: ' '; - position: absolute; - bottom: 0; - height: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 1px #FFF; - -webkit-transition: height 0.3s ease; - transition: height 0.3s ease; -} -.hermes .tp-bullet.selected:after { - height:100%; -} - - -/* TABS */ -.hermes .tp-tab { - opacity:1; - padding-right:10px; - box-sizing:border-box; - } -.hermes .tp-tab-image -{ - width:100%; - height:60%; - position:relative; -} -.hermes .tp-tab-content -{ - background:rgb(54,54,54); - position:absolute; - padding:20px 20px 20px 30px; - box-sizing:border-box; - color:#fff; - display:block; - width:100%; - min-height:40%; - bottom:0px; - left:-10px; - } -.hermes .tp-tab-date - { - display:block; - color:#888; - font-weight:600; - font-size:12px; - margin-bottom:10px; - } -.hermes .tp-tab-title -{ - display:block; - color:#fff; - font-size:16px; - font-weight:800; - text-transform:uppercase; - line-height:19px; -} - -.hermes .tp-tab.selected .tp-tab-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 30px 0 30px 10px; - border-color: transparent transparent transparent rgb(54,54,54); - content:" "; - position:absolute; - right:-9px; - bottom:50%; - margin-bottom:-30px; -} -.hermes .tp-tab-mask { - padding-right:10px !important; - } - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} - .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} - .hermes .tp-tab-content { padding:15px 15px 15px 25px;} -} -@media only screen and (max-width: 768px) { - .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} - .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} - .hermes .tp-tab-content {padding:10px 10px 10px 20px;} -} - diff --git a/public/css/main/navigation-skins/hesperiden.css b/public/css/main/navigation-skins/hesperiden.css deleted file mode 100644 index 4994583..0000000 --- a/public/css/main/navigation-skins/hesperiden.css +++ /dev/null @@ -1,187 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HESPERIDEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hesperiden.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border-radius: 50%; -} -.hesperiden.tparrows:hover { - background:#000; -} -.hesperiden.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hesperiden.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-3px; -} -.hesperiden.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-3px; -} - -/* BULLETS */ -.hesperiden.tp-bullets { -} -.hesperiden.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:8px; - -} -.hesperiden .tp-bullet { - width:12px; - height:12px; - position:absolute; - background: #999999; /* old browsers */ - background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), - color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ - background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( - startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ - border:3px solid #e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.hesperiden .tp-bullet:hover, -.hesperiden .tp-bullet.selected { - background:#666; -} -.hesperiden .tp-bullet-image { -} -.hesperiden .tp-bullet-title { -} - - -/* THUMBS */ -.hesperiden .tp-thumb { - opacity:1; - -webkit-perspective: 600px; - perspective: 600px; -} -.hesperiden .tp-thumb .tp-thumb-title { - font-size:12px; - position:absolute; - margin-top:-10px; - color:#fff; - display:block; - z-index:1000; - background-color:#000; - padding:5px 10px; - bottom:0px; - left:0px; - width:100%; - box-sizing:border-box; - text-align:center; - overflow:hidden; - white-space:nowrap; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform:rotatex(90deg) translatez(0.001px); - transform-origin:50% 100%; - -webkit-transform:rotatex(90deg) translatez(0.001px); - -webkit-transform-origin:50% 100%; - opacity:0; - } -.hesperiden .tp-thumb:hover .tp-thumb-title { - transform:rotatex(0deg); - -webkit-transform:rotatex(0deg); - opacity:1; -} - -/* TABS */ -.hesperiden .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.hesperiden .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.hesperiden .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.hesperiden .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.hesperiden .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.hesperiden .tp-tab:hover, -.hesperiden .tp-tab.selected { - background:#eee; -} - -.hesperiden .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - diff --git a/public/css/main/navigation-skins/metis.css b/public/css/main/navigation-skins/metis.css deleted file mode 100644 index 47559d6..0000000 --- a/public/css/main/navigation-skins/metis.css +++ /dev/null @@ -1,206 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - METIS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.metis.tparrows { - background:#fff; - padding:10px; - transition:all 0.3s; - -webkit-transition:all 0.3s; - width:60px; - height:60px; - box-sizing:border-box; - } - - .metis.tparrows:hover { - background:#fff; - background:rgba(255,255,255,0.75); - } - - .metis.tparrows:before { - color:#000; - transition:all 0.3s; - -webkit-transition:all 0.3s; - } - - .metis.tparrows:hover:before { - transform:scale(1.5); - } - - -/* BULLETS */ -.metis .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - border-radius:50%; - } - -.metis .tp-bullet-image { - - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.metis .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.metis .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.metis .tp-bullet.selected, -.metis .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.metis .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - -/* METIS TAB */ -.metis .tp-tab-number { - color: #fff; - font-size: 40px; - line-height: 30px; - font-weight: 400; - font-family: "Playfair Display"; - width: 50px; - margin-right: 17px; - display: inline-block; - float: left; - } - .metis .tp-tab-mask { - padding-left: 20px; - left: 0px; - max-width: 90px !important; - transition: 0.4s padding-left, 0.4s left, 0.4s max-width; - } - .metis:hover .tp-tab-mask { - padding-left: 0px; - left: 50px; - max-width: 500px !important; - } - .metis .tp-tab-divider { - border-right: 1px solid transparent; - height: 30px; - width: 1px; - margin-top: 5px; - display: inline-block; - float: left; - } - .metis .tp-tab-title { - color: #fff; - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-family: "Playfair Display"; - position: relative; - padding-top: 10px; - padding-left: 30px; - display: inline-block; - transform: translateX(-100%); - transition: 0.4s all; - } - .metis .tp-tab-title-mask { - position: absolute; - overflow: hidden; - left: 67px; - } - .metis:hover .tp-tab-title { - transform: translateX(0); - } - .metis .tp-tab { - opacity: 0.15; - transition: 0.4s all; - } - .metis .tp-tab:hover, - .metis .tp-tab.selected { - opacity: 1; - } - .metis .tp-tab.selected .tp-tab-divider { - border-right: 1px solid #cdb083; - } - .metis.tp-tabs { - max-width: 118px !important; - padding-left: 50px; - } - .metis.tp-tabs:before { - content: " "; - height: 100%; - width: 88px; - background: rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(255, 255, 255, 0.10); - left: 0px; - top: 0px; - position: absolute; - transition: 0.4s all; - } - .metis.tp-tabs:hover:before { - width: 118px; - } - @media (max-width: 499px) { - .metis.tp-tabs:before { - background: rgba(0, 0, 0, 0.75); - } - } diff --git a/public/css/main/navigation-skins/persephone.css b/public/css/main/navigation-skins/persephone.css deleted file mode 100644 index 3ea192f..0000000 --- a/public/css/main/navigation-skins/persephone.css +++ /dev/null @@ -1,74 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - PERSEPHONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.persephone.tparrows { - cursor:pointer; - background:#aaa; - background:rgba(200,200,200,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border:1px solid #f5f5f5; -} -.persephone.tparrows:hover { - background:#333; -} -.persephone.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.persephone.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.persephone.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.persephone.tp-bullets { -} -.persephone.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:#transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.persephone .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - border:1px solid #e5e5e5; - cursor: pointer; - box-sizing:content-box; -} -.persephone .tp-bullet:hover, -.persephone .tp-bullet.selected { - background:#222; -} -.persephone .tp-bullet-image { -} -.persephone .tp-bullet-title { -} - - diff --git a/public/css/main/navigation-skins/uranus.css b/public/css/main/navigation-skins/uranus.css deleted file mode 100644 index b3fc192..0000000 --- a/public/css/main/navigation-skins/uranus.css +++ /dev/null @@ -1,72 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - URANUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.uranus.tparrows { - width:50px; - height:50px; - background:transparent; - } - .uranus.tparrows:before { - width:50px; - height:50px; - line-height:50px; - font-size:40px; - transition:all 0.3s; --webkit-transition:all 0.3s; - } - - .uranus.tparrows:hover:before { - opacity:0.75; - } - -/* BULLETS */ -.uranus .tp-bullet{ - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); - -webkit-transition: box-shadow 0.3s ease; - transition: box-shadow 0.3s ease; - background:transparent; -} -.uranus .tp-bullet.selected, -.uranus .tp-bullet:hover { - box-shadow: 0 0 0 2px #FFF; - border:none; - border-radius: 50%; - - background:transparent; -} - - - -.uranus .tp-bullet-inner { - background-color: rgba(255, 255, 255, 0.7); - -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; - transition: background-color 0.3s ease, transform 0.3s ease; - top: 0; - left: 0; - width: 100%; - height: 100%; - outline: none; - border-radius: 50%; - background-color: #FFF; - background-color: rgba(255, 255, 255, 0.3); - text-indent: -999em; - cursor: pointer; - position: absolute; -} - -.uranus .tp-bullet.selected .tp-bullet-inner, -.uranus .tp-bullet:hover .tp-bullet-inner{ - transform: scale(0.4); - -webkit-transform: scale(0.4); - background-color:#fff; -} - diff --git a/public/css/main/navigation-skins/zeus.css b/public/css/main/navigation-skins/zeus.css deleted file mode 100644 index 2631f2e..0000000 --- a/public/css/main/navigation-skins/zeus.css +++ /dev/null @@ -1,280 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.zeus.tparrows { - cursor:pointer; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; - overflow:hidden; - background:rgba(0,0,0,0.10); -} - -.zeus.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.zeus.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.zeus.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.zeus .tp-title-wrap { - background:#000; - background:rgba(0,0,0,0.5); - width:100%; - height:100%; - top:0px; - left:0px; - position:absolute; - opacity:0; - transform:scale(0); - -webkit-transform:scale(0); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - border-radius:50%; - } -.zeus .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - border-radius:50%; - transform:translateX(-100%); - -webkit-transform:translateX(-100%); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - - } -.zeus.tp-rightarrow .tp-arr-imgholder { - transform:translateX(100%); - -webkit-transform:translateX(100%); - } -.zeus.tparrows:hover .tp-arr-imgholder { - transform:translateX(0); - -webkit-transform:translateX(0); - opacity:1; -} - -.zeus.tparrows:hover .tp-title-wrap { - transform:scale(1); - -webkit-transform:scale(1); - opacity:1; -} - - -/* BULLETS */ -.zeus .tp-bullet { - box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; - background-color: rgba(0, 0, 0, 0); - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; - width:13px;height:13px; - border:2px solid #fff; - } -.zeus .tp-bullet:after { - content: ""; - position: absolute; - width: 100%; - height: 100%; - left: 0; - border-radius: 50%; - background-color: #FFF; - -webkit-transform: scale(0); - transform: scale(0); - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: -webkit-transform 0.3s ease; - transition: transform 0.3s ease; -} -.zeus .tp-bullet:hover:after, -.zeus .tp-bullet.selected:after{ - -webkit-transform: scale(1.2); - transform: scale(1.2); -} - - .zeus .tp-bullet-image, - .zeus .tp-bullet-imageoverlay{ - width:135px; - height:60px; - position:absolute; - background:#000; - background:rgba(0,0,0,0.5); - bottom:25px; - left:50%; - margin-left:-65px; - box-sizing:border-box; - background-size:cover; - background-position:center center; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - border-radius:4px; - -} - - -.zeus .tp-bullet-title, -.zeus .tp-bullet-imageoverlay { - z-index:2; - -webkit-transition: all 0.5s ease; - transition: all 0.5s ease; -} -.zeus .tp-bullet-title { - color:#fff; - text-align:center; - line-height:15px; - font-size:13px; - font-weight:600; - z-index:3; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - position:absolute; - bottom:45px; - width:135px; - vertical-align:middle; - left:-57px; -} - -.zeus .tp-bullet:hover .tp-bullet-title, -.zeus .tp-bullet:hover .tp-bullet-image, -.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ - opacity:1; - visibility:visible; - -webkit-transform:translateY(0px); - transform:translateY(0px); - } - -/* THUMBS */ -.zeus .tp-thumb { -opacity:1 -} - -.zeus .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.zeus .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.zeus .tp-thumb-more:before { - content: "\e825"; -} - -.zeus .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.zeus .tp-thumb.selected .tp-thumb-more:before, -.zeus .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.zeus .tp-thumb.selected .tp-thumb-over, -.zeus .tp-thumb:hover .tp-thumb-over { - background:#000; -} -.zeus .tp-thumb.selected .tp-thumb-title, -.zeus .tp-thumb:hover .tp-thumb-title { - color:#fff; - -} - - -/* TABS */ -.zeus .tp-tab { - opacity:1; - box-sizing:border-box; -} - -.zeus .tp-tab-title { -display: block; -text-align: center; -background: rgba(0,0,0,0.25); -font-family: "Roboto Slab", serif; -font-weight: 700; -font-size: 13px; -line-height: 13px; -color: #fff; -padding: 9px 10px; } - -.zeus .tp-tab:hover .tp-tab-title, -.zeus .tp-tab.selected .tp-tab-title { - color: #000; - background:rgba(255,255,255,1); -} - diff --git a/public/css/main/navigation.css b/public/css/main/navigation.css deleted file mode 100644 index f30f274..0000000 --- a/public/css/main/navigation.css +++ /dev/null @@ -1,2642 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ARES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -.ares.tparrows { - cursor:pointer; - background:#fff; - min-width:60px; - min-height:60px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.ares.tparrows:hover { -} -.ares.tparrows:before { - font-family: "revicons"; - font-size:25px; - color:#aaa; - display:block; - line-height: 60px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; -} -.ares.tparrows.tp-leftarrow:before { - content: "\e81f"; -} -.ares.tparrows.tp-rightarrow:before { - content: "\e81e"; -} -.ares.tparrows:hover:before { - color:#000; - } -.ares .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#fff; - min-height:60px; - line-height:60px; - top:0px; - margin-left:30px; - border-radius:0px 30px 30px 0px; - overflow:hidden; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .ares.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:30px;margin-left:0px; - -webkit-transform-origin:100% 50%; -border-radius:30px 0px 0px 30px; - } -.ares.tparrows:hover .tp-title-wrap { - transform:scaleX(1) scaleY(1); - -webkit-transform:scaleX(1) scaleY(1); -} -.ares .tp-arr-titleholder { - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#000; - font-weight:400; - font-size:14px; - line-height:60px; - white-space:nowrap; - padding:0px 20px; - margin-left:10px; - opacity:0; -} - -.ares.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:10px; - } - -.ares.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.ares.tp-bullets { -} -.ares.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.ares .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.ares .tp-bullet:hover, -.ares .tp-bullet.selected { - background:#fff; -} -.ares .tp-bullet-title { - position:absolute; - color:#888; - font-size:12px; - padding:0px 10px; - font-weight:600; - right:27px; - top:-4px; - background:#fff; - background:rgba(255,255,255,0.75); - visibility:hidden; - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - transition:transform 0.3s; - -webkit-transition:transform 0.3s; - line-height:20px; - white-space:nowrap; -} - -.ares .tp-bullet-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent rgba(255,255,255,0.75); - content:" "; - position:absolute; - right:-10px; - top:0px; -} - -.ares .tp-bullet:hover .tp-bullet-title{ - visibility:visible; - transform:translateX(0px); - -webkit-transform:translateX(0px); -} - -.ares .tp-bullet.selected:hover .tp-bullet-title { - background:#fff; - } -.ares .tp-bullet.selected:hover .tp-bullet-title:after { - border-color:transparent transparent transparent #fff; -} -.ares.tp-bullets:hover .tp-bullet-title { - visibility:hidden; -} -.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { - visibility:visible; - } - -/* TABS */ -.ares .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.ares .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.ares .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.ares .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.ares .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.ares .tp-tab:hover, -.ares .tp-tab.selected { - background:#eee; -} - -.ares .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - CUSTOM SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.custom.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:10000; -} -.custom.tparrows:hover { - background:#000; -} -.custom.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.custom.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.custom.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.custom.tp-bullets { -} -.custom.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.custom .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - background:rgba(125,125,125,0.5); - cursor: pointer; - box-sizing:content-box; -} -.custom .tp-bullet:hover, -.custom .tp-bullet.selected { - background:rgb(125,125,125); -} -.custom .tp-bullet-image { -} -.custom .tp-bullet-title { -} - - -/* THUMBS */ - - -/* TABS */ - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - DIONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.dione.tparrows { - height:100%; - width:100px; - background:transparent; - background:rgba(0,0,0,0); - line-height:100%; - transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows:hover { - background:rgba(0,0,0,0.45); - } -.dione .tp-arr-imgwrapper { - width:100px; - left:0px; - position:absolute; - height:100%; - top:0px; - overflow:hidden; - } -.dione.tp-rightarrow .tp-arr-imgwrapper { -left:auto; -right:0px; -} - -.dione .tp-arr-imgholder { -background-position:center center; -background-size:cover; -width:100px; -height:100%; -top:0px; -visibility:hidden; -transform:translateX(-50px); --webkit-transform:translateX(-50px); -transition:all 0.3s; --webkit-transition:all 0.3s; -opacity:0; -left:0px; -} - -.dione.tparrows.tp-rightarrow .tp-arr-imgholder { - right:0px; - left:auto; - transform:translateX(50px); - -webkit-transform:translateX(50px); -} - -.dione.tparrows:before { -position:absolute; -line-height:30px; -margin-left:-22px; -top:50%; -left:50%; -font-size:30px; -margin-top:-15px; -transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows.tp-rightarrow:before { -margin-left:6px; -} - -.dione.tparrows:hover:before { - transform:translateX(-20px); --webkit-transform:translateX(-20px); -opacity:0; -} - -.dione.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); --webkit-transform:translateX(20px); -} - -.dione.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); --webkit-transform:translateX(0px); -opacity:1; -visibility:visible; -} - - - -/* BULLETS */ -.dione .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - - } - -.dione .tp-bullet-image { - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.dione .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.dione .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.dione .tp-bullet.selected, -.dione .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.dione .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ERINYEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.erinyen.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:1000; - border-radius:35px; -} - -.erinyen.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.erinyen.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.erinyen.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.erinyen .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.5); - min-height:70px; - line-height:70px; - top:0px; - margin-left:0px; - border-radius:35px; - overflow:hidden; - transition: opacity 0.3s; - -webkit-transition:opacity 0.3s; - -moz-transition:opacity 0.3s; - -webkit-transform: scale(0); - -moz-transform: scale(0); - transform: scale(0); - visibility:hidden; - opacity:0; -} - -.erinyen.tparrows:hover .tp-title-wrap{ - -webkit-transform: scale(1); - -moz-transform: scale(1); - transform: scale(1); - opacity:1; - visibility:visible; -} - - .erinyen.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:0px;margin-left:0px; - -webkit-transform-origin:100% 50%; - border-radius:35px; - padding-right:20px; - padding-left:10px; - } - - -.erinyen.tp-leftarrow .tp-title-wrap { - padding-left:20px; - padding-right:10px; -} - -.erinyen .tp-arr-titleholder { - letter-spacing: 3px; - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:13px; - line-height:70px; - white-space:nowrap; - padding:0px 20px; - margin-left:11px; - opacity:0; -} - -.erinyen .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - } - .erinyen .tp-arr-img-over { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background:#000; - background:rgba(0,0,0,0.5); - } -.erinyen.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:11px; - } - -.erinyen.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.erinyen.tp-bullets { -} -.erinyen.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #555555; /* old browsers */ - background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ - background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ - padding:10px 15px; - margin-left:-15px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; - box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); -} -.erinyen .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#111; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.erinyen .tp-bullet:hover, -.erinyen .tp-bullet.selected { - background: #e5e5e5; /* old browsers */ -background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ -background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ -background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ -background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ -background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ -filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ - border:1px solid #555; - width:12px;height:12px; -} -.erinyen .tp-bullet-image { -} -.erinyen .tp-bullet-title { -} - - -/* THUMBS */ -.erinyen .tp-thumb { -opacity:1 -} - -.erinyen .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.erinyen .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.erinyen .tp-thumb-more:before { - content: "\e825"; -} - -.erinyen .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.erinyen .tp-thumb.selected .tp-thumb-more:before, -.erinyen .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.erinyen .tp-thumb.selected .tp-thumb-over, -.erinyen .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.erinyen .tp-thumb.selected .tp-thumb-title, -.erinyen .tp-thumb:hover .tp-thumb-title { - color:#000; - -} - - -/* TABS */ -.erinyen .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.erinyen .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - GYGES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ - - -/* BULLETS */ -.gyges.tp-bullets { -} -.gyges.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #777777; /* Old browsers */ - background: -moz-linear-gradient(top, #777777 0%, #666666 100%); - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#777777), color-stop(100%,#666666)); - background: -webkit-linear-gradient(top, #777777 0%,#666666 100%); - background: -o-linear-gradient(top, #777777 0%,#666666 100%); - background: -ms-linear-gradient(top, #777777 0%,#666666 100%); - background: linear-gradient(to bottom, #777777 0%,#666666 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", - endColorstr="#666666",GradientType=0 ); - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; -} -.gyges .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#333; - border:3px solid #444; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.gyges .tp-bullet:hover, -.gyges .tp-bullet.selected { - background: #ffffff; /* Old browsers */ - background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */ - background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", - endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */ - -} -.gyges .tp-bullet-image { -} -.gyges .tp-bullet-title { -} - - -/* THUMBS */ -.gyges .tp-thumb { - opacity:1 - } -.gyges .tp-thumb-img-wrap { - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - display:inline-block; - - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.gyges .tp-thumb-image { - padding:3px; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } -.gyges .tp-thumb-title { - position:absolute; - bottom:100%; - display:inline-block; - left:50%; - background:rgba(255,255,255,0.8); - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - margin-bottom:20px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - white-space:nowrap; - } -.gyges .tp-thumb:hover .tp-thumb-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - } -.gyges .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(255,255,255,0.8) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.gyges .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid rgba(255,255,255,0.15); - } -.gyges .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.gyges .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.gyges .tp-tab-date - { - display:block; - color: rgba(255,255,255,0.25); - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.gyges .tp-tab-title -{ - display:block; - text-align:left; - color:#fff; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.gyges .tp-tab:hover, -.gyges .tp-tab.selected { - background:rgba(0,0,0,0.5); -} - -.gyges .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HADES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hades.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.15); - width:100px; - height:100px; - position:absolute; - display:block; - z-index:1000; -} - -.hades.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#fff; - display:block; - line-height: 100px; - text-align: center; - transition: background 0.3s, color 0.3s; -} -.hades.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hades.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.hades.tparrows:hover:before { - color:#aaa; - background:#fff; - background:rgba(255,255,255,1); - } -.hades .tp-arr-allwrapper { - position:absolute; - left:100%; - top:0px; - background:#888; - width:100px;height:100px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; - filter: alpha(opacity=0); - -moz-opacity: 0.0; - -khtml-opacity: 0.0; - opacity: 0.0; - -webkit-transform: rotatey(-90deg); - transform: rotatey(-90deg); - -webkit-transform-origin: 0% 50%; - transform-origin: 0% 50%; -} -.hades.tp-rightarrow .tp-arr-allwrapper { - left:auto; - right:100%; - -webkit-transform-origin: 100% 50%; - transform-origin: 100% 50%; - -webkit-transform: rotatey(90deg); - transform: rotatey(90deg); -} - -.hades:hover .tp-arr-allwrapper { - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; - filter: alpha(opacity=100); - -moz-opacity: 1; - -khtml-opacity: 1; - opacity: 1; - -webkit-transform: rotatey(0deg); - transform: rotatey(0deg); - - } - -.hades .tp-arr-iwrapper { -} -.hades .tp-arr-imgholder { - background-size:cover; - position:absolute; - top:0px;left:0px; - width:100%;height:100%; -} -.hades .tp-arr-titleholder { -} -.hades .tp-arr-subtitleholder { -} - - -/* BULLETS */ -.hades.tp-bullets { -} -.hades.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hades .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#888; - cursor: pointer; - border:5px solid #fff; - box-sizing:content-box; - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - -webkit-perspective:400; - perspective:400; - -webkit-transform:translatez(0.01px); - transform:translatez(0.01px); -} -.hades .tp-bullet:hover, -.hades .tp-bullet.selected { - background:#555; - -} - -.hades .tp-bullet-image { - position:absolute;top:-80px; left:-60px;width:120px;height:60px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: rotatex(-90deg); - -webkit-transform: rotatex(-90deg); - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; - - -} -.hades .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: rotatex(0deg); - -webkit-transform: rotatex(0deg); - visibility:visible; - } -.hades .tp-bullet-title { -} - - -/* THUMBS */ -.hades .tp-thumb { - opacity:1 - } -.hades .tp-thumb-img-wrap { - border-radius:50%; - padding:3px; - display:inline-block; -background:#000; - background-color:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hades .tp-thumb-image { - padding:3px; - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } - - -.hades .tp-thumb:hover .tp-thumb-img-wrap, -.hades .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.hades .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.hades .tp-tab { - opacity:1; - } - -.hades .tp-tab-title - { - display:block; - color:#333; - font-weight:600; - font-size:18px; - text-align:center; - line-height:25px; - } -.hades .tp-tab-price - { - display:block; - text-align:center; - color:#999; - font-size:16px; - margin-top:10px; - line-height:20px -} - -.hades .tp-tab-button { - display:inline-block; - margin-top:15px; - text-align:center; - padding:5px 15px; - color:#fff; - font-size:14px; - background:#219bd7; - border-radius:4px; - font-weight:400; -} -.hades .tp-tab-inner { - text-align:center; -} - - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEBE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hebe.tparrows { - cursor:pointer; - background:#fff; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:1000; -} -.hebe.tparrows:hover { -} -.hebe.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#aaa; - display:block; - line-height: 70px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; - background:#fff; - min-width:70px; - min-height:70px; -} -.hebe.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hebe.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hebe.tparrows:hover:before { - color:#000; - } -.hebe .tp-title-wrap { - position:absolute; - z-index:0; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.75); - min-height:60px; - line-height:60px; - top:-10px; - margin-left:0px; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .hebe.tp-rightarrow .tp-title-wrap { - right:0px; - -webkit-transform-origin:100% 50%; - } -.hebe.tparrows:hover .tp-title-wrap { - transform:scaleX(1); - -webkit-transform:scaleX(1); -} -.hebe .tp-arr-titleholder { - position:relative; - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:12px; - line-height:90px; - white-space:nowrap; - padding:0px 20px 0px 90px; -} - -.hebe.tp-rightarrow .tp-arr-titleholder { - margin-left:0px; - padding:0px 90px 0px 20px; - } - -.hebe.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -.hebe .tp-arr-imgholder{ - width:90px; - height:90px; - position:absolute; - left:100%; - display:block; - background-size:cover; - background-position:center center; - top:0px; right:-90px; - } -.hebe.tp-rightarrow .tp-arr-imgholder{ - right:auto;left:-90px; - } - -/* BULLETS */ -.hebe.tp-bullets { -} -.hebe.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} - -.hebe .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#fff; - cursor: pointer; - border:5px solid #222; - border-radius:50%; - box-sizing:content-box; - -webkit-perspective:400; - perspective:400; - -webkit-transform:translateZ(0.01px); - transform:translateZ(0.01px); - transition:all 0.3s; -} -.hebe .tp-bullet:hover, -.hebe .tp-bullet.selected { - background:#222; - border-color:#fff; -} - -.hebe .tp-bullet-image { - position:absolute; - top:-90px; left:-40px; - width:70px; - height:70px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: scale(0); - -webkit-transform: scale(0); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; -border-radius:6px; - - -} -.hebe .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: scale(1); - -webkit-transform: scale(1); - visibility:visible; - } -.hebe .tp-bullet-title { -} - - -/* TABS */ -.hebe .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.hebe .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEPHAISTOS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hephaistos.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:1000; - border-radius:50%; -} -.hephaistos.tparrows:hover { - background:#000; -} -.hephaistos.tparrows:before { - font-family: "revicons"; - font-size:18px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hephaistos.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-2px; - -} -.hephaistos.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-2px; -} - - - -/* BULLETS */ -.hephaistos.tp-bullets { -} -.hephaistos.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hephaistos .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#999; - border:3px solid #f5f5f5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; - box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); - -} -.hephaistos .tp-bullet:hover, -.hephaistos .tp-bullet.selected { - background:#fff; - border-color:#000; -} -.hephaistos .tp-bullet-image { -} -.hephaistos .tp-bullet-title { -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HERMES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hermes.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:30px; - height:110px; - position:absolute; - display:block; - z-index:1000; -} - -.hermes.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 110px; - text-align: center; - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hermes.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hermes.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hermes.tparrows.tp-leftarrow:hover:before { - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - opacity:0; -} -.hermes.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); - -webkit-transform:translateX(20px); - opacity:0; -} - -.hermes .tp-arr-allwrapper { - overflow:hidden; - position:absolute; - width:180px; - height:140px; - top:0px; - left:0px; - visibility:hidden; - -webkit-transition: -webkit-transform 0.3s 0.3s; - transition: transform 0.3s 0.3s; - -webkit-perspective: 1000px; - perspective: 1000px; - } -.hermes.tp-rightarrow .tp-arr-allwrapper { - right:0px;left:auto; - } -.hermes.tparrows:hover .tp-arr-allwrapper { - visibility:visible; - } -.hermes .tp-arr-imgholder { - width:180px;position:absolute; - left:0px;top:0px;height:110px; - transform:translateX(-180px); - -webkit-transform:translateX(-180px); - transition:all 0.3s; - transition-delay:0.3s; -} -.hermes.tp-rightarrow .tp-arr-imgholder{ - transform:translateX(180px); - -webkit-transform:translateX(180px); - } - -.hermes.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); -} -.hermes .tp-arr-titleholder { - top:110px; - width:180px; - text-align:left; - display:block; - padding:0px 10px; - line-height:30px; background:#000; - background:rgba(0,0,0,0.75);color:#fff; - font-weight:600; position:absolute; - font-size:12px; - white-space:nowrap; - letter-spacing:1px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - transform-origin: 50% 0; - box-sizing:border-box; - -} -.hermes.tparrows:hover .tp-arr-titleholder { - -webkit-transition-delay: 0.6s; - transition-delay: 0.6s; - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); -} - - -/* BULLETS */ -.hermes.tp-bullets { -} - -.hermes .tp-bullet { - overflow:hidden; - border-radius:50%; - width:16px; - height:16px; - background-color: rgba(0, 0, 0, 0); - box-shadow: inset 0 0 0 2px #FFF; - -webkit-transition: background 0.3s ease; - transition: background 0.3s ease; - position:absolute; -} - -.hermes .tp-bullet:hover { - background-color: rgba(0, 0, 0, 0.2); -} -.hermes .tp-bullet:after { - content: ' '; - position: absolute; - bottom: 0; - height: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 1px #FFF; - -webkit-transition: height 0.3s ease; - transition: height 0.3s ease; -} -.hermes .tp-bullet.selected:after { - height:100%; -} - - -/* TABS */ -.hermes .tp-tab { - opacity:1; - padding-right:10px; - box-sizing:border-box; - } -.hermes .tp-tab-image -{ - width:100%; - height:60%; - position:relative; -} -.hermes .tp-tab-content -{ - background:rgb(54,54,54); - position:absolute; - padding:20px 20px 20px 30px; - box-sizing:border-box; - color:#fff; - display:block; - width:100%; - min-height:40%; - bottom:0px; - left:-10px; - } -.hermes .tp-tab-date - { - display:block; - color:#888; - font-weight:600; - font-size:12px; - margin-bottom:10px; - } -.hermes .tp-tab-title -{ - display:block; - color:#fff; - font-size:16px; - font-weight:800; - text-transform:uppercase; - line-height:19px; -} - -.hermes .tp-tab.selected .tp-tab-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 30px 0 30px 10px; - border-color: transparent transparent transparent rgb(54,54,54); - content:" "; - position:absolute; - right:-9px; - bottom:50%; - margin-bottom:-30px; -} -.hermes .tp-tab-mask { - padding-right:10px !important; - } - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} - .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} - .hermes .tp-tab-content { padding:15px 15px 15px 25px;} -} -@media only screen and (max-width: 768px) { - .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} - .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} - .hermes .tp-tab-content {padding:10px 10px 10px 20px;} -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HESPERIDEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hesperiden.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:1000; - border-radius: 50%; -} -.hesperiden.tparrows:hover { - background:#000; -} -.hesperiden.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hesperiden.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-3px; -} -.hesperiden.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-3px; -} - -/* BULLETS */ -.hesperiden.tp-bullets { -} -.hesperiden.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:8px; - -} -.hesperiden .tp-bullet { - width:12px; - height:12px; - position:absolute; - background: #999999; /* old browsers */ - background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), - color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ - background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( - startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ - border:3px solid #e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.hesperiden .tp-bullet:hover, -.hesperiden .tp-bullet.selected { - background:#666; -} -.hesperiden .tp-bullet-image { -} -.hesperiden .tp-bullet-title { -} - - -/* THUMBS */ -.hesperiden .tp-thumb { - opacity:1; - -webkit-perspective: 600px; - perspective: 600px; -} -.hesperiden .tp-thumb .tp-thumb-title { - font-size:12px; - position:absolute; - margin-top:-10px; - color:#fff; - display:block; - z-index:10000; - background-color:#000; - padding:5px 10px; - bottom:0px; - left:0px; - width:100%; - box-sizing:border-box; - text-align:center; - overflow:hidden; - white-space:nowrap; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform:rotatex(90deg) translatez(0.001px); - transform-origin:50% 100%; - -webkit-transform:rotatex(90deg) translatez(0.001px); - -webkit-transform-origin:50% 100%; - opacity:0; - } -.hesperiden .tp-thumb:hover .tp-thumb-title { - transform:rotatex(0deg); - -webkit-transform:rotatex(0deg); - opacity:1; -} - -/* TABS */ -.hesperiden .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.hesperiden .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.hesperiden .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.hesperiden .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.hesperiden .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.hesperiden .tp-tab:hover, -.hesperiden .tp-tab.selected { - background:#eee; -} - -.hesperiden .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - METIS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.metis.tparrows { - background:#fff; - padding:10px; - transition:all 0.3s; - -webkit-transition:all 0.3s; - width:60px; - height:60px; - box-sizing:border-box; - } - - .metis.tparrows:hover { - background:#fff; - background:rgba(255,255,255,0.75); - } - - .metis.tparrows:before { - color:#000; - transition:all 0.3s; - -webkit-transition:all 0.3s; - } - - .metis.tparrows:hover:before { - transform:scale(1.5); - } - - -/* BULLETS */ -.metis .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - border-radius:50%; - } - -.metis .tp-bullet-image { - - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.metis .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.metis .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.metis .tp-bullet.selected, -.metis .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.metis .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - -.metis .tp-tab-number { - color: #fff; - font-size: 40px; - line-height: 30px; - font-weight: 400; - font-family: "Playfair Display"; - width: 50px; - margin-right: 17px; - display: inline-block; - float: left; - } - .metis .tp-tab-mask { - padding-left: 20px; - left: 0px; - max-width: 90px !important; - transition: 0.4s padding-left, 0.4s left, 0.4s max-width; - } - .metis:hover .tp-tab-mask { - padding-left: 0px; - left: 50px; - max-width: 500px !important; - } - .metis .tp-tab-divider { - border-right: 1px solid transparent; - height: 30px; - width: 1px; - margin-top: 5px; - display: inline-block; - float: left; - } - .metis .tp-tab-title { - color: #fff; - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-family: "Playfair Display"; - position: relative; - padding-top: 10px; - padding-left: 30px; - display: inline-block; - transform: translateX(-100%); - transition: 0.4s all; - } - .metis .tp-tab-title-mask { - position: absolute; - overflow: hidden; - left: 67px; - } - .metis:hover .tp-tab-title { - transform: translateX(0); - } - .metis .tp-tab { - opacity: 0.15; - transition: 0.4s all; - } - .metis .tp-tab:hover, - .metis .tp-tab.selected { - opacity: 1; - } - .metis .tp-tab.selected .tp-tab-divider { - border-right: 1px solid #cdb083; - } - .metis.tp-tabs { - max-width: 118px !important; - padding-left: 50px; - } - .metis.tp-tabs:before { - content: " "; - height: 100%; - width: 88px; - background: rgba(0, 0, 0, 0.15); - border-right: 1px solid rgba(255, 255, 255, 0.10); - left: 0px; - top: 0px; - position: absolute; - transition: 0.4s all; - } - .metis.tp-tabs:hover:before { - width: 118px; - } - @media (max-width: 499px) { - .metis.tp-tabs:before { - background: rgba(0, 0, 0, 0.75); - } - } - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - PERSEPHONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.persephone.tparrows { - cursor:pointer; - background:#aaa; - background:rgba(200,200,200,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border:1px solid #f5f5f5; -} -.persephone.tparrows:hover { - background:#333; -} -.persephone.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.persephone.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.persephone.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.persephone.tp-bullets { -} -.persephone.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:#transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.persephone .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - border:1px solid #e5e5e5; - cursor: pointer; - box-sizing:content-box; -} -.persephone .tp-bullet:hover, -.persephone .tp-bullet.selected { - background:#222; -} -.persephone .tp-bullet-image { -} -.persephone .tp-bullet-title { -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - URANUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.uranus.tparrows { - width:50px; - height:50px; - background:transparent; - } - .uranus.tparrows:before { - width:50px; - height:50px; - line-height:50px; - font-size:40px; - transition:all 0.3s; --webkit-transition:all 0.3s; - } - - .uranus.tparrows:hover:before { - opacity:0.75; - } - -/* BULLETS */ -.uranus .tp-bullet{ - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); - -webkit-transition: box-shadow 0.3s ease; - transition: box-shadow 0.3s ease; - background:transparent; -} -.uranus .tp-bullet.selected, -.uranus .tp-bullet:hover { - box-shadow: 0 0 0 2px #FFF; - border:none; - border-radius: 50%; - - background:transparent; -} - - - -.uranus .tp-bullet-inner { - background-color: rgba(255, 255, 255, 0.7); - -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; - transition: background-color 0.3s ease, transform 0.3s ease; - top: 0; - left: 0; - width: 100%; - height: 100%; - outline: none; - border-radius: 50%; - background-color: #FFF; - background-color: rgba(255, 255, 255, 0.3); - text-indent: -999em; - cursor: pointer; - position: absolute; -} - -.uranus .tp-bullet.selected .tp-bullet-inner, -.uranus .tp-bullet:hover .tp-bullet-inner{ - transform: scale(0.4); - -webkit-transform: scale(0.4); - background-color:#fff; -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.zeus.tparrows { - cursor:pointer; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; - overflow:hidden; - background:rgba(0,0,0,0.10); -} - -.zeus.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.zeus.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.zeus.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.zeus .tp-title-wrap { - background:#000; - background:rgba(0,0,0,0.5); - width:100%; - height:100%; - top:0px; - left:0px; - position:absolute; - opacity:0; - transform:scale(0); - -webkit-transform:scale(0); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - border-radius:50%; - } -.zeus .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - border-radius:50%; - transform:translateX(-100%); - -webkit-transform:translateX(-100%); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - - } -.zeus.tp-rightarrow .tp-arr-imgholder { - transform:translateX(100%); - -webkit-transform:translateX(100%); - } -.zeus.tparrows:hover .tp-arr-imgholder { - transform:translateX(0); - -webkit-transform:translateX(0); - opacity:1; -} - -.zeus.tparrows:hover .tp-title-wrap { - transform:scale(1); - -webkit-transform:scale(1); - opacity:1; -} - - -/* BULLETS */ -.zeus .tp-bullet { - box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; - background-color: rgba(0, 0, 0, 0); - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; - width:13px;height:13px; - border:2px solid #fff; - } -.zeus .tp-bullet:after { - content: ""; - position: absolute; - width: 100%; - height: 100%; - left: 0; - border-radius: 50%; - background-color: #FFF; - -webkit-transform: scale(0); - transform: scale(0); - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: -webkit-transform 0.3s ease; - transition: transform 0.3s ease; -} -.zeus .tp-bullet:hover:after, -.zeus .tp-bullet.selected:after{ - -webkit-transform: scale(1.2); - transform: scale(1.2); -} - - .zeus .tp-bullet-image, - .zeus .tp-bullet-imageoverlay{ - width:135px; - height:60px; - position:absolute; - background:#000; - background:rgba(0,0,0,0.5); - bottom:25px; - left:50%; - margin-left:-65px; - box-sizing:border-box; - background-size:cover; - background-position:center center; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - border-radius:4px; - -} - - -.zeus .tp-bullet-title, -.zeus .tp-bullet-imageoverlay { - z-index:2; - -webkit-transition: all 0.5s ease; - transition: all 0.5s ease; -} -.zeus .tp-bullet-title { - color:#fff; - text-align:center; - line-height:15px; - font-size:13px; - font-weight:600; - z-index:3; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - position:absolute; - bottom:45px; - width:135px; - vertical-align:middle; - left:-57px; -} - -.zeus .tp-bullet:hover .tp-bullet-title, -.zeus .tp-bullet:hover .tp-bullet-image, -.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ - opacity:1; - visibility:visible; - -webkit-transform:translateY(0px); - transform:translateY(0px); - } - -/* THUMBS */ -.zeus .tp-thumb { -opacity:1 -} - -.zeus .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.zeus .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.zeus .tp-thumb-more:before { - content: "\e825"; -} - -.zeus .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.zeus .tp-thumb.selected .tp-thumb-more:before, -.zeus .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.zeus .tp-thumb.selected .tp-thumb-over, -.zeus .tp-thumb:hover .tp-thumb-over { - background:#000; -} -.zeus .tp-thumb.selected .tp-thumb-title, -.zeus .tp-thumb:hover .tp-thumb-title { - color:#fff; - -} - - -/* TABS */ -.zeus .tp-tab { - opacity:1; - box-sizing:border-box; -} - -.zeus .tp-tab-title { -display: block; -text-align: center; -background: rgba(0,0,0,0.25); -font-family: "Roboto Slab", serif; -font-weight: 700; -font-size: 13px; -line-height: 13px; -color: #fff; -padding: 9px 10px; } - -.zeus .tp-tab:hover .tp-tab-title, -.zeus .tp-tab.selected .tp-tab-title { - color: #000; - background:rgba(255,255,255,1); -} - - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - - -.post-tabs .tp-thumb { -opacity:1 -} - -.post-tabs .tp-thumb-over { - background:#252525; - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.post-tabs .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:15px; - right:15px; - z-index:2; -} -.post-tabs .tp-thumb-more:before { - content: "\e825"; -} - -.post-tabs .tp-thumb-title { - font-family:"raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:15px 30px 15px 15px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.post-tabs .tp-thumb.selected .tp-thumb-more:before, -.post-tabs .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.post-tabs .tp-thumb.selected .tp-thumb-over, -.post-tabs .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.post-tabs .tp-thumb.selected .tp-thumb-title, -.post-tabs .tp-thumb:hover .tp-thumb-title { - color:#000; - -} diff --git a/public/css/main/nivo-slider.css b/public/css/main/nivo-slider.css deleted file mode 100644 index c5ef57e..0000000 --- a/public/css/main/nivo-slider.css +++ /dev/null @@ -1,68 +0,0 @@ -/* - * jQuery Nivo Slider v3.1 - * http://nivo.dev7studios.com - * - * Copyright 2012, Dev7studios - * Free to use and abuse under the MIT license. - * http://www.opensource.org/licenses/mit-license.php - */ - -/* The Nivo Slider styles */ -.nivoSlider { - position:relative; - width:100%; - height:auto; - overflow: hidden; -} -.nivoSlider img { - position:absolute; - top:0px; - left:0px; - max-width: none; -} -.nivo-main-image { - display: block !important; - position: relative !important; - width: 100% !important; -} - -/* If an image is wrapped in a link */ -.nivoSlider a.nivo-imageLink { - position:absolute; - top:0px; - left:0px; - width:100%; - height:100%; - border:0; - padding:0; - margin:0; - z-index:6; - display:none; -} -/* The slices and boxes in the Slider */ -.nivo-slice { - display:block; - position:absolute; - z-index:5; - height:100%; - top:0; -} -.nivo-box { - display:block; - position:absolute; - z-index:5; - overflow:hidden; -} -.nivo-box img { display:block; } - -.nivo-html-caption { - display:none; -} - -.nivo-controlNav { - display: none; -} - -.nivo-box { - width: 10px -} \ No newline at end of file diff --git a/public/css/main/onepage.css b/public/css/main/onepage.css deleted file mode 100644 index 293411d..0000000 --- a/public/css/main/onepage.css +++ /dev/null @@ -1,710 +0,0 @@ -/* ---------------------------------------------------------------- - CSS Specific to the One Page Module - - Some of the CSS Codes have been modified from the Original - style.css File to match the Minimal Styling of this Module - - Version: 4.4 ------------------------------------------------------------------*/ - - - -/* ---------------------------------------------------------------------------- - Header ----------------------------------------------------------------------------- */ - -#header { border-bottom: 0; } - -#header #header-wrap { - z-index: 199; - position: fixed; - top: 0; - left: 0; - width: 100%; - background-color: #FFF; - -webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease; - -o-transition: height .4s ease, background-color .4s ease, opacity .3s ease; - transition: height .4s ease, background-color .4s ease, opacity .3s ease; -} - -#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; } - -#header.full-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05) !important; } - -.dark #header.full-header.border-full-header #header-wrap, -#header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; } - -#header.transparent-header:not(.sticky-header) #header-wrap { background-color: transparent; } - -#header.transparent-header + #slider, -#header.transparent-header + #page-title.page-title-parallax, -#header.transparent-header + #google-map, -#slider + #header.transparent-header { - top: -70px; - margin-bottom: -70px; -} - -#header.full-header #logo { border-right: 0; } - -#header.full-header #primary-menu > ul { - padding-right: 0; - margin-right: 0; - border-right: 0; -} - - -#header.show-on-sticky #header-wrap { - opacity: 0; - pointer-events: none; -} - -#header.show-on-sticky.sticky-header #header-wrap { - opacity: 1; - pointer-events: auto; -} - - -#header, -#header-wrap, -#logo img { - height: 70px; - -webkit-transition: height .4s ease, opacity .3s ease; - -o-transition: height .4s ease, opacity .3s ease; - transition: height .4s ease, opacity .3s ease; -} - - -/* Sticky Header ----------------------------------------------------------------------------- */ - -#header.sticky-header #header-wrap, -#header.full-header.border-full-header.sticky-header #header-wrap { - box-shadow: none; - border-bottom: 1px solid #F5F5F5 !important; - -webkit-backface-visibility: hidden; -} - - -/* Side Header ----------------------------------------------------------------------------- */ - -@media (min-width: 992px) { - - .side-header #header #header-wrap { position: relative; } - - .side-header #header, - .side-header #header-wrap { height: 100%; } - - .side-header #header-wrap { width: 300px !important; } - - .side-header #logo, - .side-header #logo img, - .side-header #primary-menu:not(.style-2), - .side-header #primary-menu:not(.style-2) > ul { height: auto; } - -} - - -/* Primary Menu ----------------------------------------------------------------------------- */ - -#primary-menu ul li a { - padding: 24px 22px; - font-size: 12px; - font-weight: 400; - letter-spacing: 3px; -} - - -/* Side Panel ----------------------------------------------------------------------------- */ - -body.side-push-panel.stretched #header .container { right: 0; } - -body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; } - -body.side-panel-left.side-push-panel.stretched #header .container { - left: 0; - right: auto; -} - -body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; } - -#side-panel-trigger { - margin-top: 25px; - margin-bottom: 25px; -} - - -/* ---------------------------------------------------------------------------- - Page Section ----------------------------------------------------------------------------- */ - -.page-section { padding: 120px 0; } - - -/* ---------------------------------------------------------------------------- - Heading Block ----------------------------------------------------------------------------- */ - -.heading-block h2 { - font-weight: 500; - letter-spacing: 3px; - font-family: 'Roboto', sans-serif; -} - - -/* ---------------------------------------------------------------------------- - Portfolio Overlay ----------------------------------------------------------------------------- */ - -.portfolio-overlay { background-color: rgba(255,255,255,0.9); } - -.portfolio-overlay .portfolio-desc h3 { - font-size: 22px; - font-weight: 300; - text-transform: uppercase; - letter-spacing: 2px; -} - -.portfolio-overlay .portfolio-desc h3 a { - color: #333 !important; - text-shadow: none; -} - -.portfolio-overlay .portfolio-desc span { - margin-top: 12px; - text-transform: uppercase; - font-size: 14px; - letter-spacing: 1px; - font-weight: 300; -} - -.portfolio-overlay .portfolio-desc span a { - color: #999 !important; - text-shadow: none; -} - - -/* ---------------------------------------------------------------------------- - Buttons ----------------------------------------------------------------------------- */ - -.button.button-border { - font-weight: 400; - letter-spacing: 2px; - font-size: 13px; -} - -.button.button-border.button-large { - font-size: 15px; -} - -.button.button-border.button-light { - border-color: #F9F9F9; - color: #F9F9F9; -} - -.button.button-border.button-light:hover { - background-color: #F9F9F9; - color: #333; - text-shadow: none; -} - - -/* More Link ----------------------------------------------------------------------------- */ - -.more-link { - font-weight: 400; - border-bottom-width: 1px; - font-style: normal; -} - -.more-link i.icon-angle-right { - position: relative; - top: 2px; - margin-left: 3px; -} - - -.link-border { - font-weight: 600; - border-bottom: 3px solid #1ABC9C; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.link-border:hover { border-color: #FFF; } - - -/* ---------------------------------------------------------------------------- - Team & Testimonials ----------------------------------------------------------------------------- */ - -.team-title h4 { - font-weight: 600; - font-size: 17px; - letter-spacing: 2px; -} - -.team-title span { - font-style: normal; - color: #999; - text-transform: uppercase; - font-size: 14px; - letter-spacing: 1px; - margin-top: 2px; -} - -.team-social-icons { - position: absolute; - width: 100%; - bottom: 20px; -} - -.dark .team-overlay:before { background-color: rgba(0,0,0,0.9); } - -.parallax .fslider * { -webkit-backface-visibility: hidden !important; } - -.parallax .fslider .flex-control-paging * { -webkit-backface-visibility: visible !important; } - -.parallax .testimonial .testi-content p { - line-height: 1.6 !important; - font-size: 24px; - letter-spacing: 1px; - font-weight: 300; - font-family: 'Source Sans Pro', sans-serif; - font-style: normal; -} - -.parallax .testimonial .testi-meta { - margin-top: 20px; - font-size: 15px; - letter-spacing: 2px; - font-weight: 500; -} - -.parallax .testimonial .testi-meta span { - font-weight: 300; - font-size: 14px; - letter-spacing: 1px; -} - - -/* Page Menu - Dots Style ------------------------------------------------------------------*/ - -#page-menu.dots-menu nav ul li { margin: 15px 6px; } - -#page-menu.dots-menu nav li a { background-color: rgba(0,0,0,0.3); } - -#page-menu.dots-menu nav li a:hover, -#page-menu.dots-menu nav li.current a { background-color: rgba(0,0,0,0.65) !important; } - -#page-menu.dots-menu nav li .dots-menu-caption { - background-color: #EEE !important; - color: #333; - text-shadow: none; - text-transform: uppercase; - font-size: 13px; - letter-spacing: 2px; - font-weight: 400; -} - -#page-menu.dots-menu nav li .dots-menu-caption:after { border-left: 6px solid #EEE !important; } - - -/* Border Form Design ----------------------------------------------------------------------------- */ - -.border-form-control { - height: 48px; - padding: 8px 4px; - font-size: 21px; - letter-spacing: 1px; - background-color: transparent !important; - border-top: transparent; - border-right: transparent; - border-left: transparent; - border-bottom-width: 1px; - font-family: 'Source Sans Pro', sans-serif; -} - -.border-form-control::-moz-placeholder { font-weight: 300; } -.border-form-control:-ms-input-placeholder { font-weight: 300; } -.border-form-control::-webkit-input-placeholder { font-weight: 300; } - -textarea.border-form-control { - resize: none; - overflow: hidden; - word-wrap: break-word; -} - - -/* ---------------------------------------------------------------------------- - Helper CSS Styles ----------------------------------------------------------------------------- */ - -.font-body { font-family: 'Roboto', sans-serif !important; } - -.font-primary { font-family: 'Source Sans Pro', sans-serif !important; } - - - -/* ---------------------------------------------------------------------------- - Footer Widgets ----------------------------------------------------------------------------- */ - -#footer .widget { padding: 30px 0; } - -#footer .widget > h4 { - margin-bottom: 50px; - font-size: 20px; - font-weight: 300; - letter-spacing: 3px; - text-transform: uppercase; -} - - - -#footer .widget ul.footer-site-links li { - margin: 5px 0; - font-size: 17px; - letter-spacing: 1px; - font-weight: 300; -} - - -#footer .widget .form-control { text-align: center; } - -.widget p.lead { - font-size: 17px; - letter-spacing: 1px; - line-height: 1.6; -} - - -/* ---------------------------------------------------------------------------- - Services Grid ----------------------------------------------------------------------------- */ - -.grid-border { overflow: hidden; } - -.grid-border [class^=col-]:before, -.grid-border [class^=col-]:after { - content: ''; - position: absolute; -} - -.grid-border [class^=col-]:before { - height: 100%; - top: 0; - left: -1px; - border-left: 1px solid rgba(0,0,0,0.05); -} - -.grid-border [class^=col-]:after { - width: 100%; - height: 0; - top: auto; - left: 0; - bottom: -1px; - border-bottom: 1px solid rgba(0,0,0,0.05); -} - - -.dark .grid-border [class^=col-]:before, -.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); } - - -/* ---------------------------------------------------------------------------- - One Page Module: Slider Specifics ----------------------------------------------------------------------------- */ - -.one-page-arrow i { - -webkit-animation-duration: 1.5s !important; - animation-duration: 1.5s !important; -} - - -/* Large One Word in Slider ----------------------------------------------------------------------------- */ - -.opm-large-word { font-size: 116px; } - -.device-sm .opm-large-word { font-size: 96px; } - -.device-xs .opm-large-word { font-size: 72px; } - -.device-xxs .opm-large-word { font-size: 54px; } - - -/* Medium One Word in Slider ----------------------------------------------------------------------------- */ - -.opm-medium-word { font-size: 96px; } - -.device-sm .opm-medium-word { font-size: 80px; } - -.device-xs .opm-medium-word { font-size: 60px; } - -.device-xxs .opm-medium-word { font-size: 48px; } - - -/* Medium Before Heading ----------------------------------------------------------------------------- */ - -.before-heading.opm-medium { - font-size: 30px; - font-style: normal; - margin: 0 0 0 5px; - line-height: 1; - letter-spacing: 12px; -} - -.device-sm .before-heading.opm-medium { font-size: 22px; } - -.device-xs .before-heading.opm-medium { font-size: 18px; } - -.device-xxs .before-heading.opm-medium { font-size: 14px; } - - -/* Large Counter in Slider ----------------------------------------------------------------------------- */ - -.opm-large-counter { - font-size: 480px; - color: #F2F2F2; - line-height: 1; -} - -.device-sm .opm-large-counter { font-size: 360px; } - -.device-xs .opm-large-counter { font-size: 220px; } - -.device-xxs .opm-large-counter { font-size: 150px; } - - -/* Slider Grid Blocks ----------------------------------------------------------------------------- */ - -.half-screen { - position: relative; - height: 50%; -} - -.videoplay-on-hover .vertical-middle { z-index: 2; } - -.videoplay-on-hover .video-wrap { z-index: 1; } - -.videoplay-on-hover .vertical-middle h2 { - font-size: 40px; - font-weight: bold; -} - -.device-xs .videoplay-on-hover .vertical-middle h2 { font-size: 32px; } - -.device-xxs .videoplay-on-hover .vertical-middle h2 { font-size: 26px; } - - - -/* Content Switch ----------------------------------------------------------------------------- */ - - -.con-switch { - position: relative; - display: block; - overflow: hidden; - -webkit-backface-visibility: hidden; -} - -.con-switch .con-default, -.con-switch .con-show { - display: block; - opacity: 1; - -webkit-transition: opacity .4s ease; - -o-transition: opacity .4s ease; - transition: opacity .4s ease; -} - -.con-switch .con-show { - position: absolute; - opacity: 0; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 1; - text-align: center; -} - -.con-switch:hover .con-show { opacity: 1; } - -.con-switch:hover .con-default { opacity: 0; } - - - -/* Hero Video Play Event ----------------------------------------------------------------------------- */ - -.big-video-button { - display: inline-block; - width: 64px; - height: 64px; - line-height: 64px; - border-radius: 50%; - background-color: #333; - color: #F5F5F5 !important; - font-size: 24px; - text-align: center; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); - opacity: 1; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -.big-video-button:hover { opacity: 0.9; } - -.dark .big-video-button, -.big-video-button.dark { - background-color: #F5F5F5; - color: #333 !important; - text-shadow: none; -} - -.big-video-button i:nth-of-type(1) { - position: relative; - left: 3px; -} - -.big-video-button i:nth-of-type(2), -.big-video-button.video-played i:nth-of-type(1) { display: none; } - -.big-video-button.video-played i:nth-of-type(2) { display: block; } - -.big-video-button.video-played { opacity: 0.1; } - -#slider:hover .big-video-button.video-played { opacity: 1; } - - -.slider-caption h2 { - font-size: 78px; - letter-spacing: 3px; - text-transform: lowercase; - margin-bottom: 50px; -} - -.slider-caption p { - font-weight: 300; - text-transform: lowercase; - font-size: 26px; - line-height: 1.8; - max-width: 600px; - margin-left: auto; - margin-right: auto; -} - - - -.testimonials-lg { overflow: visible; } - -.testimonials-lg:before { - position: absolute; - top: -20px; - left: -30px; - content: "“"; - color: rgba(0,0,0,0.07); - font-size: 144px; - line-height: 1; - font-family: 'Passion One'; -} - -.testimonials-lg .testi-content p { - font-size: 26px; - line-height: 1.6; - font-style: normal; - font-weight: 300; - font-family: 'Roboto', sans-serif; - color: #111; -} - -.testimonials-lg .testi-content p:before, -.testimonials-lg .testi-content p:after { content:''; } - -.testimonials-lg .testi-meta { - font-size: 14px; - font-weight: 400; - margin-top: 30px; - color: #999; -} - -.testimonials-lg .testi-meta span { - font-size: 13px; - font-weight: 300; - color: #BBB; -} - - - -/* ---------------------------------------------------------------------------- - Dark ----------------------------------------------------------------------------- */ - - -.dark #header.sticky-header #header-wrap, -#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; } - - -/* ---------------------------------------------------------------------------- - Responsive ----------------------------------------------------------------------------- */ - - -@media (max-width: 991px) { - - #logo { height: 70px !important; } - - #header { min-height: 70px; } - - #header.transparent-header:not(.sticky-header) #header-wrap { - background-color: #FFF; - border-bottom: 1px solid #EEE; - } - - #header.transparent-header.dark:not(.sticky-header) #header-wrap { - background-color: #333; - border-bottom-color: rgba(255,255,255,0.1) !important; - } - - #header.transparent-header:not(.hidden) + #slider, - #header.transparent-header:not(.hidden) + #page-title.page-title-parallax, - #header.transparent-header:not(.hidden) + #google-map, - #slider + #header.transparent-header:not(.hidden) { - top: 0; - margin-bottom: 0; - } - - #primary-menu-trigger { top: 10px !important; } - - #side-panel-trigger { - margin: 25px 0 !important; - right: 15px !important; - } - - .dark #header.transparent-header #header-wrap, - .dark #header.semi-transparent #header-wrap, - #header.dark.transparent-header #header-wrap, - #header.dark.semi-transparent #header-wrap { - background-color: #333; - border-bottom-color: rgba(255,255,255,0.1); - } - - .dark.overlay-menu #primary-menu:not(.not-dark) ul, - .overlay-menu #primary-menu.dark ul { background-color: transparent; } - -} - diff --git a/public/css/main/openhand.cur b/public/css/main/openhand.cur deleted file mode 100644 index fba3ddc..0000000 Binary files a/public/css/main/openhand.cur and /dev/null differ diff --git a/public/css/main/phot fonts.css b/public/css/main/phot fonts.css deleted file mode 100644 index e5f6521..0000000 --- a/public/css/main/phot fonts.css +++ /dev/null @@ -1,59 +0,0 @@ -/* ---------------------------------------------------------------- - Fonts - - Replace your Fonts as necessary ------------------------------------------------------------------*/ - -body, -small, -#primary-menu ul ul li > a, -.wp-caption, -.feature-box.fbox-center.fbox-italic p, -.skills li .progress-percent .counter, -.nav-tree ul ul a, -.font-body, -.entry-meta li, -.entry-link span, -.entry blockquote p, -.more-link, -.comment-content .comment-author span, -.button.button-desc span, -.testi-content p, -.team-title span, -.before-heading, -.wedding-head .first-name span, -.wedding-head .last-name span, -.nav-tree li a, -.body-secondary { font-family: 'Poppins', sans-serif; } - -h1, -h2, -h3, -h4, -h5, -h6, -#logo, -#primary-menu ul li > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, -#top-search form input, -.entry-link, -.entry.entry-date-section span, -.button.button-desc, -.counter, -label, -.wedding-head .first-name, -.wedding-head .last-name, -.font-primary, -.entry-meta li, -.entry-link span, -.entry blockquote p, -.more-link, -.comment-content .comment-author span, -.button.button-desc span, -.testi-content p, -.team-title span, -.before-heading, -.wedding-head .first-name span, -.wedding-head .last-name span, -.font-secondary { font-family: 'Poppins', sans-serif; } - diff --git a/public/css/main/photography-addons.css b/public/css/main/photography-addons.css deleted file mode 100644 index 19a8a16..0000000 --- a/public/css/main/photography-addons.css +++ /dev/null @@ -1,323 +0,0 @@ - - -.grid { - position: relative; - margin: 0 auto; - padding-top: 1px; - padding-left: 1px; -} - -.grid-item { - width: 280px; - padding: 10px; -} - -.description { display: none; } -.grid-item-current { opacity: 0 !important; } -.img-wrap { display: block; } - -.img-wrap img { - display: block; - max-width: 100%; -} - -.img-grayscale img { - -webkit-filter: grayscale(90%); - -webkit-transition: .4s ease-in-out; - -moz-filter: grayscale(90%); - -moz-transition: .4s ease-in-out; - -o-filter: grayscale(90%); - -o-transition: .4s ease-in-out; -} - -.img-grayscale:hover img { - -webkit-filter: grayscale(0%); - -moz-filter: grayscale(0%); - -o-filter: grayscale(0%); -} - -.preview { - position: fixed; - z-index: 1000; - top: 0; - left: 0; - display: -ms-flex; - display: -webkit-flex; - display: flex; - -ms-flex-pack: center; - -webkit-justify-content: center; - justify-content: center; - -ms-flex-line-pack: center; - -webkit-align-content: center; - align-content: center; - -ms-flex-align: center; - -webkit-align-items: center; - align-items: center; - width: 50%; - height: 100%; - pointer-events: none; -} - -.preview::before { - content: ''; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - background: #1f1d1d; - -webkit-transition: opacity 0.6s; - transition: opacity 0.6s; -} - -.preview-open { pointer-events: auto; } - -.preview-open::before { opacity: 1; } - -.clone { - position: fixed; - z-index: 110; - -webkit-transition: -webkit-transform 0.5s; - transition: transform 0.5s; - -webkit-backface-visibility: hidden; -} - -.original { - position: relative; - z-index: 120; - display: block; - object-fit: contain; - -webkit-transition: opacity 0.2s; - transition: opacity 0.2s; - -webkit-backface-visibility: hidden; -} - -.preview-open .animate { - /* open */ - -webkit-transition: -webkit-transform 0.6s, opacity 0.2s; - transition: transform 0.6s, opacity 0.2s; -} - -.animate { - /* close */ - -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; - transition: transform 0.3s, opacity 0.2s; -} - -.description { color: #fff; } -.js .description-grid { display: none; } - -.description-preview { - font-size: 2em; - position: absolute; - z-index: 140; - width: 100%; - left: 100%; - top: 0; - height: 100%; - padding: 0 1em; - display: -ms-flex; - display: -webkit-flex; - display: flex; - -ms-flex-direction: column; - -webkit-flex-direction: column; - flex-direction: column; - -ms-flex-pack: center; - -webkit-justify-content: center; - justify-content: center; - -ms-flex-align: start; - -webkit-align-items: flex-start; - align-items: flex-start; - opacity: 0; - -webkit-transition: opacity 1s, -webkit-transform 1s; - transition: opacity 1s, transform 1s; - -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); - transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); - -webkit-transform: translate3d(0, 30px, 0); - transform: translate3d(0, 30px, 0); -} - -.preview-open .description-preview { - opacity: 1; - -webkit-transition-delay: 0.2s; - transition-delay: 0.2s; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.description-preview h3 { - font-weight: 400; - margin: 0; - color: #333; - text-transform: uppercase; - letter-spacing: 0px; - text-align: left; -} - -.dark .description-preview h3 { color: #FFF; } - -.description-preview p { - font-size: 17px; - font-weight: 300; - color: #555; - max-width: 100%; - margin-top: 20px; - text-align: justify; -} - -.dark .description-preview p { color: #CCC; } - -.description-preview p span { - color: #888; - font-size: 14px; - display: block; - font-weight: 300; - padding: 10px 0 0 0; -} - -.dark .description-preview p span { color: #AAA; } - -/* Details */ -.details { max-width: 100%; } /* IE 10-11 bug flexbox */ - -.details ul { - line-height: 1; - position: relative; - margin: 0; - padding: 0; - list-style: none; -} - -.details ul li { - font-size: 0.5em; - position: relative; - display: inline-block; - margin: 0 1em 0 0; - padding: 0.15em 0; - white-space: nowrap; - opacity: 0; - color: #9d9d9d; - -webkit-transition: -webkit-transform 1s, opacity 1s; - transition: transform 1s, opacity 1s; - -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); - transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); -} - -.preview-open .details ul li { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.preview-open .details ul li:nth-child(1) { - -webkit-transition-delay: 0.2s; - transition-delay: 0.2s; -} - -.preview-open .details ul li:nth-child(2) { - -webkit-transition-delay: 0.3s; - transition-delay: 0.3s; -} - -.preview-open .details ul li:nth-child(3) { - -webkit-transition-delay: 0.4s; - transition-delay: 0.4s; -} - -.preview-open .details ul li:nth-child(4) { - -webkit-transition-delay: 0.5s; - transition-delay: 0.5s; -} - -.preview-open .details ul li:nth-child(5) { - -webkit-transition-delay: 0.6s; - transition-delay: 0.6s; -} - -.details ul li:first-child { - font-weight: bold; - color: #909090; -} - -.icon + span { - margin-left: 5px; - vertical-align: middle; -} - -.details .icon { - margin-right: 5px; - color: #c85e51; -} - - -/* Close button */ - -.action { - font-size: 40px; - margin: 0; - padding: 0; - cursor: pointer; - vertical-align: top; - color: #c85e51; - border: none; - background: none; -} - -.action:hover, -.action:focus { - color: #c85e51; - outline: none; -} - -.action-close { - position: fixed; - z-index: 150; - top: 30px; - right: 30px; - padding: 0; - opacity: 0; - -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; - transition: opacity 0.3s, transform 0.3s; - -webkit-transform: scale3d(0.6, 0.6, 1); - transform: scale3d(0.6, 0.6, 1); -} - -.preview-image-loaded .action-close { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); -} - -.text-hidden { - position: absolute; - display: block; - overflow: hidden; - width: 0; - height: 0; - color: transparent; -} - -@media screen and (max-width: 500px) { - .description-preview h3 { font-size: 0.5em; - vertical-align:middle; - text-align: left; - - } - - .description-preview p, - .details { - text-align: justify; - vertical-align: middle; - display:inline-block; - font-size: 10px; - overflow-y: scroll; - margin-top:5px} - - .description-preview{ - padding-top:170px; - padding-bottom:150px; - } -} \ No newline at end of file diff --git a/public/css/main/photography.css b/public/css/main/photography.css deleted file mode 100644 index 49c872e..0000000 --- a/public/css/main/photography.css +++ /dev/null @@ -1,251 +0,0 @@ -/* ---------------------------------------------------------------- - Canvas: Photography - Version: 1.0 ------------------------------------------------------------------*/ - - -body, -#content, -#footer.dark { background-color: #252323; } - -@media (min-width: 992px) { - - .co-name img { - position: absolute; - top: 0; - left: 40px; - width: auto; - height: 100px; - z-index: 2; - } - - .side-header #header { - width: 600px; - overflow: auto; - background-color: rgba(255, 255, 255, 0.9); - display: table; - } - - .side-header #header.dark { - background-color: rgba(200, 94, 81, 0.95); - border-left: 0; - } - - .side-header #header.dark #header-trigger i { color: #222; } - - .side-header #header-wrap { - width: 100%; - padding-left: 80px; - padding-right: 80px; - height: auto; - margin: 0 auto; - position: relative; - display: table-cell; - vertical-align: middle - } - - .side-header #header-wrap .container { width: auto; } - - .side-header.side-header-right.open-header #header { - left: auto; - right: -600px; - } - - .side-header .header-title, - .side-header #primary-menu ul li a { - font-size: 52px; - padding: 18px 0; - height: auto; - text-transform: none; - letter-spacing: -2px; - -moz-transform: translate3d(200px, 0, 0); - -webkit-transform: translate3d(200px, 0, 0); - transform: translate3d(200px, 0, 0); - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); - opacity: 0; - will-change: transform; - -moz-transition: all 250ms ease-in 0s; - -o-transition: all 250ms ease-in 0s; - -webkit-transition: all 250ms ease-in; - -webkit-transition-delay: 0s; - transition: all 250ms ease-in 0s; - } - - .dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a { color: #FFF; } - - .side-header .header-title { - opacity: 0; - padding: 0; - margin-bottom: 25px; - font-size: 10px; - text-transform: uppercase; - font-weight: 500; - letter-spacing: 4px; - } - - .side-header.side-header-open .header-title, - .side-header.side-header-open #primary-menu ul li a { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); - opacity: 1; - -moz-transition: all 500ms ease-out 0.3s; - -o-transition: all 500ms ease-out 0.3s; - -webkit-transition: all 500ms ease-out; - -webkit-transition-delay: 0.3s; - transition: all 500ms ease-out 0.3s; - } - - .side-header.side-header-open .header-title, - .side-header.side-header-open #primary-menu ul li:nth-child(1) a { - -moz-transition-delay: 0.0s; - -o-transition-delay: 0.0s; - -webkit-transition-delay: 0.0s; - transition-delay: 0.0s; - } - .side-header.side-header-open #primary-menu ul li:nth-child(2) a { - -moz-transition-delay: 0.1s; - -o-transition-delay: 0.1s; - -webkit-transition-delay: 0.1s; - transition-delay: 0.1s; - } - .side-header.side-header-open #primary-menu ul li:nth-child(3) a { - -moz-transition-delay: 0.2s; - -o-transition-delay: 0.2s; - -webkit-transition-delay: 0.2s; - transition-delay: 0.2s; - } - .side-header.side-header-open #primary-menu ul li:nth-child(4) a { - -moz-transition-delay: 0.3s; - -o-transition-delay: 0.3s; - -webkit-transition-delay: 0.3s; - transition-delay: 0.3s; - } - .side-header.side-header-open #primary-menu ul li:nth-child(5) a { - -moz-transition-delay: 0.4s; - -o-transition-delay: 0.4s; - -webkit-transition-delay: 0.4s; - transition-delay: 0.4s; - } - - .side-header #logo:not(.nobottomborder):after, - .side-header #primary-menu:not(.nobottomborder):after { content: none; } - - .side-header.side-header-right.open-header.side-header-open #header-trigger { z-index: 200; } - - .side-header.side-header-right.open-header #header-trigger { - right: 0; - top: 0; - width: 50px; - height: 50px; - line-height: 50px; - border-radius: 0; - text-align: center; - } - - .side-header.side-header-right.open-header #header-trigger i { margin-left: 3px; } - .side-header.side-header-right.open-header.side-header-open #header-trigger { right: 0; } - -} - -#slider-arrow-left, -#slider-arrow-right, -#slider-arrow-left:hover, -#slider-arrow-right:hover { - background-color: transparent !important; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -#slider-arrow-left:hover, -#slider-arrow-right:hover { opacity: .5; } - -.swiper-slide .slider-text { - display: block; - opacity: 0; - position: absolute; - max-width: 450px; - text-align: center; - margin: 0 auto; - left: 0; - right: 0; - top: auto; - bottom: 40px; - transition: transform 0.5s, opacity 0.5s; - -webkit-transform: translate3d(-50%,0,0); - -ms-transform: translate3d(-50%,0,0); - -o-transform: translate3d(-50%,0,0); - transform: translate3d(-50%,0,0); - backface-visibility: hidden; -} - -.swiper-slide.swiper-slide-active .slider-text { - opacity: 1; - -webkit-transition: transform 1.7s, opacity 1s; - -o-transition: transform 1.7s, opacity 1s; - transition: transform 1.7s, opacity 1s; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - -o-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); -} - -.swiper-slide .slider-text h3 { - font-weight: 400; - font-size: 28px; - margin-bottom: 5px; - text-align: center; - color:white; - text-shadow: 0px 0px 3px #000; - padding: 10px 15px; - background-color: rgba(0,0,0,0.3) -} - -@media (max-width:500px){ - - .swiper-slide .slider-text h3 { - font-weight: 400; - font-size: 15px; - margin-bottom: 5px; - text-align: center; - word-wrap: break-word -} - } - - - -.swiper-slide .slider-text span { - font-weight: 300; - opacity: .8; -} - -#slide-number-current {top: 5px;} -#slide-number-total { bottom: -5px; } - -#slide-number span { - content: ''; - position: absolute; - height: 1px; - width: 44px; - bottom: 0; - left: 50%; - margin-top: 0; - margin-left: -17px; - background-color: #FFF; - -webkit-transform-origin: 0 0; - -ms-transform-origin: 0 0; - transform-origin: 0 0; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.dark.one-page-arrow { - width: 24px; - height: 24px; - font-size: 24px; - left: 40px; - bottom: 30px; - color: rgba(255,255,255,0.75); -} diff --git a/public/css/main/responsive-rtl.css b/public/css/main/responsive-rtl.css deleted file mode 100644 index a28d648..0000000 --- a/public/css/main/responsive-rtl.css +++ /dev/null @@ -1,390 +0,0 @@ -/* ---------------------------------------------------------------- - Responsive CSS ------------------------------------------------------------------*/ - - - -@media (min-width: 992px) and (max-width: 1199px) { - - - /* Portfolio - Both Sidebars - Items - 2 Columns - -----------------------------------------------------------------*/ - - .bothsidebar .portfolio.portfolio-3 { margin: 0 0 -20px -20px; } - - .bothsidebar .portfolio-2 .portfolio-item, - .bothsidebar .portfolio-3 .portfolio-item { padding: 0 0 20px 20px; } - - .bothsidebar .entry-meta li { - margin-left: 10px; - margin-right: 0; - } - - .landing-video { margin: 19px 75px 0 0; } - - .panel .portfolio-meta li { - padding-right: 22px; - padding-left: 0; - } - - .panel .portfolio-meta li span { - margin-right: -21px; - margin-left: 0; - } - -} - - -@media (max-width: 991px) { - - #primary-menu-trigger { - right: 0; - left: auto; - } - - #primary-menu .container #primary-menu-trigger { - right: 0; - left: auto; - } - - body.side-push-panel #side-panel-trigger-close a { - right: auto; - left: 0; - } - - #primary-menu ul li { text-align: right !important; } - - #primary-menu.style-5 > ul > li > a > div i { margin: 0 0 0 6px; } - - #primary-menu > ul > li.sub-menu > a, - #primary-menu > .container > ul > li.sub-menu > a { background-position: left center; } - - - #primary-menu ul ul:not(.mega-menu-column), - #primary-menu ul li .mega-menu-content { - padding-right: 15px; - padding-left: 0; - } - - #primary-menu ul li .mega-menu-content { padding-right: 0; } - - #primary-menu ul ul:not(.mega-menu-column) ul { - right: 0; - left: auto; - } - - #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), - #primary-menu ul li .mega-menu-content.menu-pos-invert { - right: 0; - left: 0; - } - - #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { - left: 0; - right: auto; - } - - #primary-menu ul ul li:hover > a { - padding-right: 5px; - padding-left: 0; - } - - #primary-menu ul li .mega-menu-content ul { - right: 0; - left: auto; - } - - #primary-menu ul li .mega-menu-content ul.mega-menu-column { - border-right: 0 !important; - padding-left: 0; - padding-right: 15px; - } - #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 0 15px 0 0; } - - #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover { - padding-right: 5px; - padding-left: 0; - } - - #top-search a, - #top-cart, - #side-panel-trigger, - #top-account { - left: 15px; - right: auto; - } - - #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger { - left: 0; - right: auto; - - } - - #top-search a { - left: 43px; - right: auto; - } - - #side-panel-trigger { - left: 71px; - right: auto; - } - - #page-menu nav { - right: auto; - left: 15px; - } - - #page-menu nav li { float: none; } - - #page-menu ul ul a { - padding-right: 25px; - padding-left: 0; - } - - #top-account { - left: 75px; - right: auto; - } - - /* Responsive Sticky Header - -----------------------------------------------------------------*/ - - .responsive-sticky-header #header-wrap { - right: 0; - left: auto; - } - - /* Portfolio - Items - 1 Column - Full Width - -----------------------------------------------------------------*/ - - .portfolio-1.portfolio-fullwidth .portfolio-overlay a { - right: 50%; - left: auto; - } - - .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - right: auto; - left: 50%; - } - - .entry-meta li { margin: 0 0 10px 10px; } - - - /* Blog - Grid - -----------------------------------------------------------------*/ - - .post-grid { - margin-left: -20px; - margin-right: 0; - } - - /* Blog - Grid - 3 Columns - -----------------------------------------------------------------*/ - - .post-grid.grid-2, - .post-grid.grid-3 { - margin-left: -30px; - margin-right: 0; - } - - .post-grid.grid-2 .entry, - .post-grid.grid-3 .entry { - margin-right: 0; - margin-left: 30px; - } - - - .pricing-box.pricing-extended .pricing-action-area { - border-left: 0; - border-right: 0; - } - - .landing-form-overlay { - left: auto; - right: 50%; - margin-right: -200px; - margin-left: 0; - } - -} - - - -@media (min-width: 768px) and (max-width: 991px) { - - .sidebar-widgets-wrap { margin: 0 0 -40px -38px; } - - .sidebar-widgets-wrap .widget { margin: 0 0 40px 37px; } - - .landing-video { margin: 14px 60px 0 0; } - -} - - -@media (max-width: 767px) { - - .top-links > ul > li { - margin-left: -4px; - margin-right: 0; - } - - .top-links ul ul, - .top-links ul div.top-link-section { text-align: right; } - - .top-links ul div.top-link-section { - right: auto; - left: 0; - } - - .postcontent, - .postcontent.bothsidebar, - .sidebar, - .col_full, - .col_half, - .col_one_third, - .col_two_third, - .col_three_fourth, - .col_one_fourth, - .col_one_fifth, - .col_two_fifth, - .col_three_fifth, - .col_four_fifth, - .col_one_sixth, - .col_five_sixth { margin-left: 0; } - - #page-title #portfolio-navigation, - #portfolio-ajax-title #portfolio-navigation { right: 0; } - - /* Portfolio - Filter - -----------------------------------------------------------------*/ - - .portfolio-filter li a { - border-right: none; - border-left: none; - } - - /* Blog - -----------------------------------------------------------------*/ - - .entry-meta li { margin: 0 10px 10px 0; } - - .post-grid { margin-left: 0 !important; } - - .post-grid .entry, - .post-masonry-full.grid-3 .entry { - margin-left: 0 !important; - border-left: 0 !important; - border-right: 0; - } - - .post-timeline .entry.entry-date-section { margin-right: 0; } - - .postcontent .post-timeline { padding-right: 0; } - - .team.team-list .team-image { margin-left: 0; } - - .title-block { - padding: 2px 0 3px 15px; - border-right-width: 5px; - border-left-width: 0; - } - - .title-block-right { - padding: 2px 15px 3px 0; - border-left-width: 5px; - border-right-width: 0; - } - -} - -@media (min-width: 480px) and (max-width: 767px) { - - #top-search form input { - padding-left: 60px; - padding-right: 0; - } - - /* Portfolio - Items - -----------------------------------------------------------------*/ - - .portfolio:not(.portfolio-1) { margin: 0 0 -6px -6px; } - - .portfolio:not(.portfolio-1) .portfolio-item { padding: 0 0 6px 6px; } - - .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon { - margin-right: 5px !important; - margin-left: 0 !important; - } - - .portfolio-1.portfolio-fullwidth .portfolio-overlay a { - right: 50%; - left: auto; - } - - .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - right: auto; - left: 50%; - } - - .shop:not(.product-1) { margin: 0 0 -12px -12px; } - - .shop:not(.product-1) .product { padding: 0 0 12px 12px; } - - .button.button-full i { - margin-left: 0; - margin-right: 3px !important; - } - - .landing-video { margin: 19px 0 0 53px; } - -} - -@media (max-width: 479px) { - - #top-search a { - right: auto; - left: 15px; - } - - #top-search form input { - padding-left: 30px; - padding-right: 0; - } - - #side-panel-trigger { - left: 43px; - right: auto; - } - - #top-account { - left: 43px; - right: auto; - } - - .parallax .entry-overlay-meta, - .parallax .entry-overlay { - right: 50% !important; - left: 0 !important; - margin: 0 0 0 -140px !important; - } - - .button.button-full i { - margin-right: 3px !important; - margin-left: 0; - } - - .landing-video { margin: 19px 0 0 34px; } - - .landing-form-overlay { - margin-right: -155px; - margin-left: 0; - } - - .side-tabs ul.tab-nav li.ui-tabs-active a, - .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { - left: 0; - right: auto; - } - -} diff --git a/public/css/main/responsive.css b/public/css/main/responsive.css deleted file mode 100644 index 97a6ee7..0000000 --- a/public/css/main/responsive.css +++ /dev/null @@ -1,1855 +0,0 @@ -/* ---------------------------------------------------------------- - Responsive CSS ------------------------------------------------------------------*/ - - -@media (max-width: 1199px) { - - canvas { - max-width: 100%; - height: auto !important; - } - - .promo h3 { font-size: 20px; } - - .promo > span, - .promo > .container > span { font-size: 15px; } - - .promo-uppercase h3 { font-size: 19px; } - - .promo-uppercase > span, - .promo-uppercase > .container > span { font-size: 14px; } - -} - - -@media (min-width: 992px) and (max-width: 1199px) { - - #wrapper { width: 1000px; } - - #header.transparent-header.floating-header .container { - width: 1030px; - padding: 0 30px; - } - - #header.transparent-header.floating-header.sticky-header .container { - width: 970px; - padding: 0 15px; - } - - #primary-menu.sub-title ul > li > a { - padding-left: 15px; - padding-right: 15px; - } - - #primary-menu ul li.mega-menu .mega-menu-content, - .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { width: 940px; } - - .floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: 1030px; } - - .ei-slider { height: 450px; } - - .postcontent { width: 690px; } - .postcontent.bothsidebar { width: 440px; } - .sidebar { width: 210px; } - - .sidebar .widget iframe { width: 210px !important; } - - .team.team-list .team-image { width: 200px; } - - .testi-image, - .testi-image a, - .testi-image img, - .testi-image i { - display: block; - width: 36px; - height: 36px; - } - - .testi-image i { - line-height: 36px; - font-size: 20px; - } - - /* ---------------------------------------------------------------- - Portfolio - -----------------------------------------------------------------*/ - - /* Portfolio - Sidebar - -----------------------------------------------------------------*/ - - .bothsidebar .portfolio-item { width: 50%; } - - /* Portfolio - Both Sidebars - Items - 2 Columns - -----------------------------------------------------------------*/ - - .bothsidebar .portfolio.portfolio-3 { margin: 0 -20px -20px 0; } - - .bothsidebar .portfolio-3 .portfolio-item { padding: 0 20px 20px 0; } - - /* Portfolio - Items - 1 Column - -----------------------------------------------------------------*/ - - .portfolio-1 .portfolio-item .portfolio-image, - .portfolio-1 .portfolio-item .portfolio-image a, - .portfolio-1 .portfolio-item .portfolio-image img { - width: 560px; - height: 311px; - } - - .portfolio-1 .portfolio-desc { width: 340px; } - - .bothsidebar .portfolio-shuffle, - .postcontent .portfolio-1 .iconlist { display: none; } - - .postcontent .portfolio-1 .portfolio-item .portfolio-image, - .postcontent .portfolio-1 .portfolio-item .portfolio-image a, - .postcontent .portfolio-1 .portfolio-item .portfolio-image img { - width: 400px; - height: 222px; - } - - .postcontent .portfolio-1 .portfolio-desc { - width: 250px; - padding: 0; - } - - .bothsidebar .portfolio-1 .portfolio-item { width: 100% !important; } - - .bothsidebar .portfolio-1 .portfolio-item .portfolio-image, - .bothsidebar .portfolio-1 .portfolio-item .portfolio-desc { - float: none; - margin: 0 !important; - } - - .bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-bottom: 20px !important; } - - .bothsidebar .portfolio-1 .portfolio-item .portfolio-image, - .bothsidebar .portfolio-1 .portfolio-item .portfolio-image a, - .bothsidebar .portfolio-1 .portfolio-item .portfolio-image img { - width: 100%; - height: auto; - } - - .bothsidebar .portfolio-1 .portfolio-desc { - width: 100%; - padding: 0; - } - - .bothsidebar .entry-title h2 { - font-size: 19px; - font-weight: 600; - } - - .bothsidebar .entry-meta li { margin-right: 10px; } - - - /* Blog - Small - -----------------------------------------------------------------*/ - - .postcontent .small-thumbs .entry-image { width: 200px; } - - .bothsidebar .small-thumbs .entry-image { width: 120px; } - - /* Blog - Grid - -----------------------------------------------------------------*/ - - .post-grid .entry { width: 214px; } - - /* Blog - Grid - 3 Columns - -----------------------------------------------------------------*/ - - .post-grid.grid-3 .entry { width: 293px; } - - - /* Blog - Grid - 3 Columns - Sidebar - -----------------------------------------------------------------*/ - - .postcontent .post-grid.grid-3 .entry { width: 213px; } - - /* Blog - Grid - 2 Columns - -----------------------------------------------------------------*/ - - .post-grid.grid-2 .entry { width: 450px; } - - /* Blog - Grid - 2 Columns - Sidebar - -----------------------------------------------------------------*/ - - .postcontent .post-grid.grid-2 .entry { width: 325px; } - - /* Blog - Grid - 2 Columns - Both Sidebar - -----------------------------------------------------------------*/ - - .bothsidebar .post-grid.grid-2 .entry { width: 200px; } - - - .post-timeline .entry { width: 400px !important; } - - .post-timeline .entry.entry-date-section { width: 100% !important; } - - - /* Blog - Medium Post List - -----------------------------------------------------------------*/ - - .mpost .entry-image, - .mpost .entry-image a, - .mpost .entry-image img, - .mpost .entry-image i { - width: 120px; - height: 90px; - } - - .mpost .entry-image a i { line-height: 90px; } - - .col_one_third .landing-wide-form .heading-block h2 { font-size: 32px; } - - .col_one_third .landing-wide-form .heading-block span { font-size: 17px; } - - .col_one_third .landing-wide-form { padding: 36px 30px; } - - - /* Shop - 1 Column - Both Sidebar - -----------------------------------------------------------------*/ - - .bothsidebar .product-1 .product-image { - width: 200px; - height: 267px; - } - - .product-title h3 { font-size: 18px; } - - .landing-video { - width: 465px; - height: 262px; - margin: 19px 0 0 75px; - } - - .panel .portfolio-meta li { padding-left: 22px; } - - .panel .portfolio-meta li span { - display: block; - margin-left: -21px; - } - - .portfolio-single-image-full.portfolio-single-thumbs, - .portfolio-single-image-full .swiper-container { height: 400px; } - - .bnews-slider { width: 817px; } - - .landing-form-overlay { bottom: -142px; } - -} - - -@media (max-width: 991px) { - - #wrapper { - width: 100%; - margin: 0; - box-shadow: none; - } - - #header.full-header .container, - .container-fullwidth { - padding: 0 15px !important; - margin: 0 auto; - width: 750px !important; - } - - .container.vertical-middle { width: 100% !important; } - - .vertical-middle + .video-wrap { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - } - - .postcontent, - .postcontent.bothsidebar, - .sidebar { - width: 100%; - margin-right: 0; - float: none !important; - margin-bottom: 40px !important; - padding-bottom: 40px; - border-bottom: 1px solid #EEE; - } - - .sidebar.col_last { - float: none; - margin-bottom: 0 !important; - padding-bottom: 0; - border-bottom: 0; - } - - #header, - #header-wrap, - #header.sticky-style-2, - #header.sticky-style-3, - #header.sticky-style-2 #header-wrap, - #header.sticky-style-3 #header-wrap { height: auto !important; } - - #header.sticky-style-2 #header-wrap, - #header.sticky-style-3 #header-wrap { min-height: 60px; } - - #header.sticky-header #header-wrap { position: relative; } - - #header.transparent-header, - #header.semi-transparent { - background: #FFF; - border-bottom: 1px solid #F5F5F5; - z-index: auto; - } - - #header.dark.transparent-header, - #header.dark.semi-transparent { - background-color: #333; - border-bottom: 1px solid rgba(0,0,0,0.1); - } - - #header.transparent-header.floating-header { margin-top: 0; } - - #header.transparent-header.floating-header .container { - width: 750px; - padding: 0 15px; - border-radius: 0; - } - - #header.transparent-header + #slider, - #header.transparent-header + #page-title.page-title-parallax, - #slider + #header.transparent-header, - #header.transparent-header.floating-header + #slider, - #header.transparent-header + #google-map { - top: 0; - margin-bottom: 0; - } - - .slider-parallax .slider-parallax-inner { position: relative; } - - #header.transparent-header + #page-title.page-title-parallax .container { padding-top: 0; } - - #header-trigger, - .top-advert, - .header-extras { display: none; } - - #logo { - display: block; - height: 100px; - float: none; - margin: 0 auto 0 !important; - max-width: none; - text-align: center; - border: 0 !important; - padding: 0 !important; - } - - #logo a.standard-logo { display: inline-block; } - - #primary-menu { - display: block; - float: none; - } - - #primary-menu-trigger { - opacity: 1; - pointer-events: auto; - top: 25px; - margin-top: 0; - left: 0; - z-index: 1; - } - - #primary-menu .container #primary-menu-trigger { - top: 5px; - left: 0; - } - - #primary-menu > ul, - #primary-menu > div > ul { - display: none; - float: none !important; - border: 0 !important; - padding: 0 !important; - margin: 0 !important; - -webkit-transition: none; - -o-transition: none; - transition: none; - } - - #primary-menu > div > ul { margin-top: 60px !important; } - - body:not(.top-search-open) #primary-menu-trigger { - opacity: 1; - -webkit-transition: opacity .2s .2s ease, top .4s ease; - -o-transition: opacity .2s .2s ease, top .4s ease; - transition: opacity .2s .2s ease, top .4s ease; - } - - body.top-search-open #primary-menu-trigger { opacity: 0; } - - body.side-push-panel #side-panel-trigger-close a { - display: block; - position: absolute; - z-index: 12; - top: 0; - left: auto; - right: 0; - width: 40px; - height: 40px; - font-size: 18px; - line-height: 40px; - color: #444; - text-align: center; - background-color: rgba(0,0,0,0.1); - border-radius: 0 0 0 2px; - } - - #primary-menu.style-5 > ul { - padding-right: 0; - margin-right: 0; - border-right: 0; - } - - #primary-menu ul li { - float: none; - margin: 0 !important; - text-align: left !important; - border-top: 1px solid #EEE; - } - - #header.split-menu #primary-menu:not(.mobile-menu-off-canvas) > ul:not(:first-child) > li:first-child { border-top: 1px solid #EEE; } - - #primary-menu ul li:first-child { border-top: 0; } - - #primary-menu ul > li > a, - #primary-menu.style-2 > div > ul > li > a { - padding: 14px 5px !important; - border: none !important; - margin: 0 !important; - } - - #primary-menu.style-5 > ul > li > a > div { line-height: 22px; } - - #primary-menu.style-5 > ul > li > a > div i { - display: inline-block; - margin: 0 6px 0 0; - top: -1px; - width: 16px; - font-size: 14px; - line-height: inherit; - } - - #primary-menu.style-6 > ul > li > a:after, - #primary-menu.style-6 > ul > li.current > a:after { display: none; } - - #primary-menu.sub-title > ul > li, - #primary-menu.sub-title.style-2 > div > ul > li { - background: none !important; - margin-left: 0; - } - - #primary-menu.sub-title > ul > li > a, - #primary-menu.sub-title > div > ul > li > a { - line-height: 22px; - font-size: 13px; - border-top: none; - } - - #primary-menu.sub-title ul li > a span { display: none !important; } - - #primary-menu.sub-title ul li:hover > a, - #primary-menu.sub-title ul li.current > a, - #primary-menu.sub-title div ul > li:hover > a, - #primary-menu.sub-title div ul > li.current > a, - #primary-menu.style-3 ul li:hover > a, - #primary-menu.style-3 ul li.current > a { - background-color: transparent !important; - color: #444; - text-shadow: none; - } - - #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child { display: none; } - - #primary-menu > ul > li.sub-menu > a, - #primary-menu > .container > ul > li.sub-menu > a { - background-image: url("../images/icons/submenu.png"); - background-position: right center; - background-repeat: no-repeat; - } - - #primary-menu ul li.mega-menu { position: relative; } - - #primary-menu ul ul:not(.mega-menu-column), - #primary-menu ul li .mega-menu-content { - position: relative; - width: auto; - max-width: none; - background: transparent !important; - box-shadow: none; - border: 0; - border-top: 1px solid #EEE; - z-index: 1; - top: 0; - padding-left: 15px; - } - - #primary-menu ul li .mega-menu-content { padding-left: 0; } - - #primary-menu ul ul:not(.mega-menu-column) ul { - top: 0 !important; - left: 0; - } - - #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), - #primary-menu ul li .mega-menu-content.menu-pos-invert { - left: 0; - right: 0; - } - - #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 0; } - - #primary-menu ul ul li { - float: none; - margin: 0; - border-top: 1px solid #EEE; - } - - #primary-menu ul ul li > a { - padding: 11px 5px !important; - font-size: 13px; - text-transform: none; - font-weight: 400; - } - - #primary-menu ul ul li:hover > a { - background-color: transparent !important; - font-weight: 600; - padding-left: 5px; - color: #1ABC9C; - } - - #primary-menu ul li .mega-menu-content, - #primary-menu ul li.mega-menu-small .mega-menu-content, - #primary-menu ul li.mega-menu .mega-menu-content, - .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content, - .floating-header #primary-menu ul li.mega-menu .mega-menu-content { - width: auto; - margin: 0; - top: 0; - } - - .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content, - #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { - width: auto !important; - margin: 0 !important; - } - - #primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0; } - - #primary-menu ul li .mega-menu-content ul { - display: block !important; - position: relative; - opacity: 1 !important; - top: 0; - left: 0; - min-width: inherit; - } - - #primary-menu ul li .mega-menu-content ul ul { border-top: 1px solid #EEE; } - - #primary-menu ul li .mega-menu-content ul.mega-menu-column { - float: none; - width: auto; - margin: 0; - border-left: 0 !important; - padding-left: 15px; - border-top: 1px solid #EEE; - } - - #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child { border: 0; } - - #primary-menu ul li .mega-menu-content ul { width: 100% !important; } - - #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 0 0 0 15px; } - - #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin: 0; } - - #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { - font-size: 13px; - font-weight: 600; - text-transform: none !important; - padding: 11px 5px !important; - line-height: 22px !important; - color: #444 !important; - } - - #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { - background-color: transparent; - color: #1ABC9C !important; - } - - #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #1ABC9C !important; } - - #primary-menu ul li .mega-menu-content.style-2 li { border-top: 1px solid #EEE; } - - #primary-menu ul li .mega-menu-content.style-2 li:first-child { border-top: 0; } - - #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover { padding-left: 5px; } - - .mega-menu-column .widget { - padding: 30px 0; - margin: 0 !important; - } - - #top-search { margin: 0 !important; } - - #top-search a, - #top-cart, - #side-panel-trigger, - #top-account { - position: absolute; - top: 0; - left: auto; - right: 15px; - margin: 40px 0; - -webkit-transition: margin .4s ease; - -o-transition: margin .4s ease; - transition: margin .4s ease; - } - - #primary-menu > div > #top-search a, - #primary-menu > div > #top-cart, - #primary-menu > div > #side-panel-trigger { margin: 20px 0 !important; } - - #primary-menu ul.windows-mobile-menu li.sub-menu { position: relative; } - - #primary-menu ul.windows-mobile-menu li.sub-menu a { background-image: none !important; } - - #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger { - position: absolute; - cursor: pointer; - width: 32px; - top: 0; - right: 0; - z-index: 1; - padding: 0 !important; - text-align: center !important; - } - - #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger { display: none; } - - #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i { margin: 0 !important; } - - - #header.sticky-style-3 #top-cart .top-cart-content { top: 40px; } - - #top-search a { right: 43px; } - - #top-search form { height: 100px !important; } - - #primary-menu > div > #top-search form { height: 60px !important; } - - #top-search form input { font-size: 24px; } - - #side-panel-trigger { right: 71px; } - - #top-account { - margin: 33px 0 32px; - right: 75px; - } - - #top-account a.btn span { display: none; } - - body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap { - position: relative !important; - top: 0 !important; - } - - #page-submenu-trigger { - opacity: 1; - pointer-events: auto; - color: #FFF; - } - - #page-menu.pagemenu-active #page-submenu-trigger { background-color: rgba(0,0,0,0.2); } - - #page-menu nav { - display: none; - position: absolute; - float: none; - width: 200px; - top: 43px; - left: auto; - right: 15px; - height: auto; - background-color: #1ABC9C; - z-index: 11; - } - - #page-menu.pagemenu-active nav { display: block; } - - #page-menu nav ul { - height: auto; - background-color: rgba(0,0,0,0.2); - } - - #page-menu nav li { float: none; } - - #page-menu nav li a { - height: 40px; - line-height: 40px; - margin: 0; - padding: 0 15px; - border-radius: 0; - } - - #page-menu ul ul { - position: relative; - width: auto; - top: 0; - background-color: transparent; - } - - #page-menu ul ul a { padding-left: 25px; } - - - /* Responsive Sticky Header - -----------------------------------------------------------------*/ - - .sticky-responsive-menu #header { - min-height: 100px; - -webkit-transition: min-height .4s ease; - -o-transition: min-height .4s ease; - transition: min-height .4s ease; - } - - .sticky-responsive-menu #header-wrap { - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - .sticky-responsive-menu #header.sticky-style-2, - .sticky-responsive-menu #header.sticky-style-3 { min-height: 160px; } - - .sticky-responsive-menu.device-touch #header, - .sticky-responsive-menu.device-touch #header-wrap, - .sticky-responsive-menu.device-touch #logo, - .sticky-responsive-menu.device-touch #logo img, - .sticky-responsive-menu.device-touch #top-search a, - .sticky-responsive-menu.device-touch #primary-menu-trigger, - .sticky-responsive-menu.device-touch #top-cart, - .sticky-responsive-menu.device-touch #side-panel-trigger, - .sticky-responsive-menu.device-touch #top-account { - -webkit-transition: none !important; - -o-transition: none !important; - transition: none !important; - } - - #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) { min-height: 60px; } - - .responsive-sticky-header #header-wrap { - z-index: 199; - position: fixed; - top: 0; - left: 0; - width: 100%; - background-color: #FFF; - border-bottom: 1px solid #EEE; - -webkit-backface-visibility: hidden; - } - - .responsive-sticky-header:not(.static-sticky) #logo, - .responsive-sticky-header:not(.static-sticky) #logo img { height: 60px; } - - .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger { top: 5px; } - - .responsive-sticky-header #primary-menu > ul, - .responsive-sticky-header #primary-menu > .container > ul { - max-height: 300px; - overflow-y: scroll; - } - - .responsive-sticky-header #primary-menu > ul, - .responsive-sticky-header #primary-menu > .container > ul { margin-bottom: 20px !important; } - - .responsive-sticky-header:not(.static-sticky) #top-search a, - .responsive-sticky-header:not(.static-sticky) #top-cart, - .responsive-sticky-header:not(.static-sticky) #side-panel-trigger { margin: 20px 0; } - - .responsive-sticky-header:not(.static-sticky) #top-search form { height: 60px !important; } - - .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } - - - /* Off Canvas Menu - -----------------------------------------------------------------*/ - - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul, - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul { - position: fixed; - display: block; - z-index: 499; - width: 280px; - height: 100%; - height: calc(100vh); - max-height: none !important; - margin: 0 !important; - left: 0 !important; - top: 0 !important; - padding: 35px 25px 60px !important; - background-color: #FFF; - border-right: 1px solid #EEE !important; - overflow-y: scroll; - -webkit-overflow-scrolling: touch; - -webkit-transform: translate3d(-280px,0,0); - -o-transform: translate3d(-280px,0,0); - transform: translate3d(-280px,0,0); - -webkit-backface-visibility: hidden; - transform-style: preserve-3d; - } - - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > ul, - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > div > ul { - left: auto !important; - right: 0; - border-right: 0 !important; - border-left: 1px solid #EEE !important; - -webkit-transform: translate3d(280px,0,0); - -o-transform: translate3d(280px,0,0); - transform: translate3d(280px,0,0); - } - - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul, - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul { - -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important; - -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important; - transition: transform .3s ease-in-out, opacity .2s ease !important; - } - - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.show, - body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.show { - -webkit-transform: translate3d(0,0,0); - -o-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - - .ei-slider { height: 350px; } - - .ei-title h3 { display: none; } - - /* Portfolio - Items - -----------------------------------------------------------------*/ - - .portfolio .portfolio-item { width: 33.33333333%; } - - /* Portfolio - Items - 2 Columns - No Margin - -----------------------------------------------------------------*/ - - .portfolio-2 .portfolio-item { width: 50%; } - - /* Portfolio - Items - 1 Column - -----------------------------------------------------------------*/ - - .portfolio-1 .portfolio-item { width: 100%; } - - .portfolio-1 .portfolio-item .portfolio-image { - float: none !important; - margin: 0 !important; - margin-bottom: 10px !important; - } - - .portfolio-1 .portfolio-item .portfolio-image, - .portfolio-1 .portfolio-item .portfolio-image a, - .portfolio-1 .portfolio-item .portfolio-image img, - .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, - .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, - .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 100%; - height: auto; - } - - .portfolio-1 .portfolio-desc { width: 100%; } - - /* Portfolio - Items - 1 Column - Full Width - -----------------------------------------------------------------*/ - - .portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; } - - .portfolio-1.portfolio-fullwidth .portfolio-item { - margin-bottom: 60px; - padding-bottom: 0; - border-bottom: 0; - overflow: hidden; - } - - .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image { - float: none; - margin: 0 0 20px 0 !important; - } - - .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - -webkit-transition: none; - -o-transition: none; - transition: none; - } - - .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img, - .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(0); - -moz-transform: translateX(0); - -ms-transform: translateX(0); - -o-transform: translateX(0); - transform: translateX(0); - } - - .portfolio-1.portfolio-fullwidth .portfolio-desc, - .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - position: relative; - width: 100%; - height: auto; - padding: 0; - background-color: transparent; - left: 0; - right: 0; - -webkit-transition: none; - -o-transition: none; - transition: none; - } - - .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 50%; } - - .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 50%; - } - - .device-touch .portfolio-parallax .portfolio-item .portfolio-desc, - .device-touch .portfolio-parallax .portfolio-overlay { opacity: 1; } - - .shop-quick-view-ajax, - .portfolio-ajax-modal { width: 90% !important; } - - - .small-thumbs .entry-title h2, - .ievent .entry-title h2 { font-size: 18px; } - - .entry-meta li { - font-size: 12px; - margin: 0 10px 10px 0; - } - - - /* Blog - Grid - -----------------------------------------------------------------*/ - - .post-grid { margin-right: -20px; } - - .post-grid .entry { - width: 226px; - margin-right: 20px; - } - - /* Blog - Grid - 3 Columns - -----------------------------------------------------------------*/ - - .post-grid.grid-2, - .post-grid.grid-3 { margin-right: -30px; } - - .post-grid.grid-2 .entry, - .post-grid.grid-3 .entry { - width: 345px; - margin-right: 30px; - } - - - .post-masonry-full .entry { width: 33.30% !important; } - - .post-masonry-full.grid-3 .entry { width: 50% !important; } - - .post-timeline .entry { width: 290px !important; } - - .post-timeline .entry.entry-date-section { width: 100% !important; } - - - - .product { width: 33.33333333%; } - - .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 18px; } - - .pricing [class^=col-md-] .pricing-box.best-price { margin-top: 0; } - - .pricing.pricing-5 .pricing-box.best-price { margin-top: 20px; } - - .device-sm .pricing.pricing-5 .pricing-title h3, - .device-sm .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 14px; } - - .device-sm .pricing.pricing-5 .pricing-title span { font-size: 12px; } - - .device-sm .pricing.pricing-5 .pricing-price { font-size: 48px; } - - .device-sm .pricing.pricing-5 .pricing-price span { font-size: 20px; } - - .device-sm .pricing.pricing-5 .pricing-price span.price-tenure { font-size: 12px; } - - .device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title { padding: 15px 0; } - - .pricing-box.pricing-extended .pricing-desc, - .pricing-box.pricing-extended .pricing-action-area { - position: relative; - float: none; - width: auto; - padding: 25px; - } - - .pricing-box.pricing-extended .pricing-action-area { - height: auto; - border-left: 0; - border-top: 1px solid rgba(0,0,0,0.05); - border-radius: 0 0 3px 3px; - } - - .testimonials-grid.grid-3 li { width: 50%; } - - .section > .testimonial { - padding: 0 40px !important; - max-width: none; - } - - .promo:not(.promo-full) { padding: 30px 20px !important; } - - .promo.promo-dark h3 { line-height: 1.6; } - - .promo a.button { - position: relative !important; - top: 0 !important; - margin: 20px 0 0 !important; - left: 0 !important; - right: 0; - } - - #contact-form-overlay-mini { - float: none; - width: auto; - max-width: 380px; - margin: 0 auto; - } - - .button.button-full { font-size: 22px; } - - .button.button-full i { top: 3px !important; } - - .bnews-title { - float: none; - display: inline-block; - } - - .bnews-slider { - float: none; - margin: 10px 0 0; - width: 100%; - } - - .wedding-head { font-size: 60px; } - - .wedding-head .first-name span, - .wedding-head .last-name span { font-size: 40px; } - - .wedding-head .and { font-size: 144px; } - - .error404 { font-size: 180px; } - - .landing-form-overlay { - position: absolute; - width: 100%; - max-width: 400px; - right: auto; - left: 50%; - margin-left: -200px; - bottom: 0; - } - -} - - -@media (min-width: 768px) and (max-width: 991px) { - - .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid), - .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; } - - .sidebar-widgets-wrap { - position: relative; - margin: 0 -38px -40px 0; - } - - .sidebar-widgets-wrap .widget { - display: inline-block; - vertical-align: top; - float: none; - width: 340px; - margin: 0 37px 40px 0; - padding-top: 0; - border-top: 0; - } - - .landing-video { - width: 352px; - height: 199px; - margin: 14px 0 0 60px; - } - -} - - -@media (max-width: 767px) { - - body { padding: 0 !important; } - - #wrapper { width: 100% !important; } - - .container-fullwidth { - margin: 0 auto; - padding: 0 15px !important; - } - - h1 { font-size: 28px; } - - h2 { font-size: 24px; } - - h3 { font-size: 20px; } - - h4 { font-size: 16px; } - - .one-page-arrow { display: none !important; } - - #top-bar { height: auto; } - - #top-bar .col_half { - width: 100%; - margin-bottom: 0 !important; - } - - .top-links, - .top-links > ul > li { float: none !important; } - - .top-links > ul { text-align: center; } - - .top-links > ul > li { display: inline-block; } - - .top-links > ul > li { margin-right: -4px; } - - .top-links ul ul, - .top-links ul div.top-link-section { text-align: left; } - - .top-links ul div.top-link-section { - left: auto; - right: 0; - padding: 20px 15px; - } - - #top-social, - #slider:not(.swiper_wrapper) .slider-caption, - .nivo-caption, - .flex-caption, - .slider-caption p, - .camera_caption, - .ei-title, - .slider-arrow-top-sm, - .slider-arrow-bottom-sm { display: block;} - - .slider-caption .button {font-size: 12px} - - .slider-caption h2 { margin-bottom: 0 !important; } - - .flex-control-nav li { opacity: 1 !important; } - - .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs { height: 60px; } - - .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li, - .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img { - display: block; - width: 80px !important; - height: 60px !important; - } - - .postcontent, - .postcontent.bothsidebar, - .sidebar, - .col_full, - .col_half, - .col_one_third, - .col_two_third, - .col_three_fourth, - .col_one_fourth, - .col_one_fifth, - .col_two_fifth, - .col_three_fifth, - .col_four_fifth, - .col_one_sixth, - .col_five_sixth { - width: 100%; - margin-right: 0; - float: none; - margin-bottom: 50px !important; - } - - .sidebar.col_last { margin-bottom: 0 !important; } - - form .col_full, - form .col_half, - form .col_one_third, - form .col_two_third, - form .col_three_fourth, - form .col_one_fourth, - form .col_one_fifth, - form .col_two_fifth, - form .col_three_fifth, - form .col_four_fifth, - form .col_one_sixth, - form .col_five_sixth { margin-bottom: 25px !important; } - - - #page-title { - padding: 20px 0 25px; - text-align: center; - } - - #page-title h1 { - line-height: 1.5; - font-size: 24px; - } - - #page-title .breadcrumb { - position: relative !important; - top: 0 !important; - left: 0 !important; - right: 0 !important; - margin: 15px 0 0 !important; - } - - #page-title #portfolio-navigation, - #portfolio-ajax-title #portfolio-navigation { - position: relative; - top: 0; - left: 0; - margin: 15px auto 0; - } - - #portfolio-ajax-title { text-align: center; } - - - /* Portfolio - Filter - -----------------------------------------------------------------*/ - - .portfolio-filter { - border: none; - border-radius: 0; - margin-bottom: 20px; - } - - .portfolio-filter li { - width: 33.33%; - margin: 0 0 20px 0 !important; - } - - .portfolio-filter li a { - text-align: center; - border-left: none; - padding: 12px 18px !important; - border-radius: 2px !important; - } - - .portfolio-filter li a:hover { color: #1ABC9C; } - - .portfolio-filter li.activeFilter a { - color: #FFF; - margin: 0; - } - - .portfolio-filter.style-2 li a, - .portfolio-filter.style-3 li a { border-radius: 22px !important; } - - .portfolio-shuffle { display: none; } - - - /* Blog - -----------------------------------------------------------------*/ - - .small-thumbs .entry-image, - .ievent .entry-image { - float: none !important; - width: 100% !important; - margin: 0 0 20px !important; - } - - .entry-title h2, - .post-grid .entry-title h2 { - font-size: 18px !important; - font-weight: 600; - } - - .entry-meta li { - font-size: 11px; - margin: 0 10px 10px 0; - } - - #posts .entry-meta li i { display: none; } - - #posts.post-grid .entry-meta li i, - #posts .entry-meta li:last-child i { display: inline-block; } - - .post-grid { margin-right: 0 !important; } - - .post-grid .entry, - .post-masonry-full.grid-3 .entry { - float: none !important; - width: 100% !important; - margin-right: 0 !important; - border-right: 0 !important; - } - - .post-timeline .entry.entry-date-section { margin-left: 0; } - - .timeline-border, - .post-timeline .entry-timeline { display: none !important; } - - .postcontent .post-timeline { padding-left: 0; } - - .post-masonry-full .entry { padding: 40px !important; } - - .product-1 .product { width: 100%; } - - .product-1 .product-image { - float: none !important; - width: 100% !important; - height: auto !important; - margin: 0 0 20px !important; - } - - .product-1 .product-title h3 { font-size: 19px; } - - .product-1 p { display: none; } - - - .pricing-box.best-price { margin-top: 0; } - - .pricing.pricing-5 .pricing-box { - float: none; - width: 100%; - } - - .pricing-box.pricing-extended .pricing-features li { - width: auto; - float: none; - } - - table.cart .quantity { display: block; } - - table.cart .quantity .qty, - table.cart .quantity .plus, - table.cart .quantity .minus { - float: none; - width: 100%; - } - - table.cart .quantity .qty { - border: 0; - border-top: 1px solid #DDD; - border-bottom: 1px solid #DDD; - } - - .button.button-desc { - padding: 20px 17px; - font-size: 15px; - max-width: 100%; - } - - .button.button-desc span { font-size: 11px; } - - .process-steps li { - float: none; - width: auto !important; - margin-top: 20px; - } - - .process-steps li:first-child { margin-top: 0; } - - .process-steps li h5 { margin: 10px 0 0 0; } - - .process-steps li:before, - .process-steps li:after { display: none; } - - - .tabs-responsive .tab-container { padding: 0 !important; } - - .tabs-responsive .tab-container:not(.accordion-border) { border: 0; } - - .testimonials-grid li { - float: none; - width: auto !important; - padding-left: 0; - padding-right: 0; - } - - .team.team-list .team-image { - float: none; - width: 100%; - margin-right: 0; - } - - .team.team-list .team-title { margin-top: 15px; } - - .title-block { - padding: 2px 0 3px 15px; - border-left-width: 5px; - } - - .title-block-right { - padding: 2px 15px 3px 0; - border-right-width: 5px; - } - - .title-block h1 + span { font-size: 18px; } - - .title-block h2 + span { font-size: 17px; } - - .title-block h3 + span { font-size: 15px; } - - .title-block h4 + span { font-size: 13px; } - - .heading-block h1 { font-size: 30px; } - - .heading-block h2 { font-size: 26px; } - - .heading-block h3 { font-size: 22px; } - - .heading-block h4 { font-size: 19px; } - - .heading-block h1 + span { font-size: 20px; } - - .heading-block h2 + span { font-size: 18px; } - - .heading-block h3 + span, - .heading-block h4 + span { font-size: 17px; } - - .heading-block ~ p:not(.lead) { font-size: 15px; } - - .emphasis-title h1, - .emphasis-title h2 { font-size: 44px !important; } - - .wedding-head { font-size: 48px; } - - .wedding-head .first-name, - .wedding-head .last-name, - .wedding-head .and { - display: block; - margin: 0 0 15px; - text-align: center; - } - - .wedding-head .first-name span, - .wedding-head .last-name span { font-size: 36px; } - - .wedding-head .and { font-size: 120px; } - - .news-carousel .overlay { display: none; } - - - /* Copyrights - -----------------------------------------------------------------*/ - - #copyrights .col_half { text-align: center; } - - #copyrights .col_half:last-child { display: none; } - - #copyrights .footer-logo { - margin-left: auto; - margin-right: auto; - } - -} - -@media (min-width: 480px) and (max-width: 767px) { - - .container, - #header.full-header .container, - .container-fullwidth { width: 470px !important; } - - .container.vertical-middle { width: 100% !important; } - - .full-screen:not(.force-full-screen) .container.vertical-middle { width: 470px !important; } - - #top-search form input { padding-right: 60px; } - - .swiper_wrapper:not(.force-full-screen), - .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 300px !important; } - - .swiper_wrapper .slider-caption h2 { font-size: 36px; } - - .ei-slider { height: 250px; } - - #header.transparent-header.floating-header .container { - width: 470px; - padding: 0 15px; - } - - /* Portfolio - Items - -----------------------------------------------------------------*/ - - .portfolio:not(.portfolio-1) { margin: 0 -6px -6px 0; } - - .portfolio:not(.portfolio-1) .portfolio-item { padding: 0 6px 6px 0; } - - /* Portfolio - Items - 5 & 6 Columns - -----------------------------------------------------------------*/ - - .portfolio:not(.portfolio-1) .portfolio-item { width: 50%; } - - /* Portfolio - Items - Descriptions - -----------------------------------------------------------------*/ - - .portfolio:not(.portfolio-1) .portfolio-desc { padding: 15px 5px 10px; } - - .portfolio:not(.portfolio-1) .portfolio-desc h3 { font-size: 16px; } - - .portfolio:not(.portfolio-1) .portfolio-desc span { font-size: 14px; } - - .portfolio-notitle:not(.portfolio-1) .portfolio-desc { - height: 78px; - padding: 15px 5px; - bottom: -79px; - } - - .portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc, - .portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc { - bottom: -78px; - border-bottom: 0; - } - - /* Portfolio - Items - Overlay - -----------------------------------------------------------------*/ - - .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon, - .portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon, - .portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon, - .portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -55px !important; } - - .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a { margin: 20px 0 0 !important; } - - .portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon { - margin-left: 5px !important; - margin-right: 0 !important; - } - - /* Portfolio - Items - 1 Column - -----------------------------------------------------------------*/ - - .portfolio-1 .portfolio-item .portfolio-image { - float: none !important; - margin: 0 !important; - margin-bottom: 10px !important; - } - - .portfolio-1 .portfolio-desc { width: 100%; } - - /* Portfolio - Items - 1 Column - Full Width - -----------------------------------------------------------------*/ - - .portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; } - - .portfolio-1.portfolio-fullwidth .portfolio-item { - margin-bottom: 60px; - padding-bottom: 0; - border-bottom: 0; - overflow: hidden; - } - - .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 50%; } - - .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 50%; - } - - .portfolio.portfolio-nomargin, - .portfolio.portfolio-full { margin: 0 !important; } - - .post-grid:not(.post-masonry) .entry-image iframe { height: 246px; } - - .shop:not(.product-1) { margin: 0 -12px -12px 0; } - - .shop:not(.product-1) .product { - padding: 0 12px 12px 0; - width: 50%; - } - - .shop:not(.product-1) .product-title h3 { font-size: 17px; } - - .clients-grid:not(.grid-3):not(.grid-2) li, - .clients-grid.grid-4 li, - .clients-grid.grid-6 li { width: 33.33%; } - - .button.button-full { font-size: 18px; } - - .button.button-full i { - top: 2px !important; - margin-left: 3px !important; - } - - .error404, - .error404-wrap .error404 { font-size: 160px; } - - .landing-video { - position: relative; - top: 12px; - width: 333px; - height: 187px; - margin: 19px 0 0 53px; - } - -} - -@media (max-width: 479px) { - - .container, - #header.full-header .container, - .container-fullwidth { width: 360px !important; } - - .container.vertical-middle { width: 100% !important; } - - .full-screen:not(.force-full-screen) .container.vertical-middle { width: 380px !important; } - - #top-cart { display: none; } - - #top-search a { right: 15px; } - - #top-search form input { padding-right: 30px; } - - #side-panel-trigger { right: 43px; } - - #top-account { right: 43px; } - - #top-account a.btn { - padding-left: 8px; - padding-right: 8px; - } - - #top-account a.btn i:last-child { display: none; } - - .swiper_wrapper:not(.force-full-screen), - .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, - .ei-slider { height: 180px !important; } - - .swiper_wrapper .slider-caption h2 { font-size: 28px; } - - #header.transparent-header.floating-header .container { - width: 310px; - padding: 0 15px; - } - - .portfolio-filter li { width: 50%; } - - .portfolio:not(.portfolio-1) { margin: 0; } - - .portfolio .portfolio-item { width: 100%; } - - .post-grid:not(.post-masonry) .entry-image iframe { height: 157px; } - - .mpost .entry-image { - float: none; - margin: 0 0 20px 0; - } - - .mpost .entry-image, - .mpost .entry-image a, - .mpost .entry-image img, - .mpost .entry-image i { - width: 100%; - height: auto; - } - - .mpost .entry-image i { - height: 150px; - line-height: 150px; - } - - .shop:not(.product-1) { margin: 0 !important; } - - .shop:not(.product-1) .product { - margin: 0 0 20px 0; - padding: 0; - width: 100%; - } - - .shop:not(.product-1) .product-title h3 { font-size: 19px; } - - .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs { height: 45px; } - - .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li, - .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img { - display: block; - width: 60px !important; - height: 45px !important; - } - - .si-share span { display: none; } - - .parallax .entry-overlay-meta, - .parallax .entry-overlay { - left: 50% !important; - right: 0 !important; - margin: 0 0 0 -140px !important; - width: 280px !important; - } - - .parallax .entry-overlay { width: 288px !important; } - - .parallax .countdown-section { - width: 64px; - height: 64px; - margin: 0 8px 0 0; - font-size: 11px; - padding: 0; - padding-top: 12px; - } - - .parallax .countdown-amount { font-size: 20px; } - - .countdown-large .countdown-section { - display: block; - width: auto; - margin: 30px 0 0; - border: 0; - } - - .countdown-large .countdown-section:first-child { margin-top: 0; } - - .testi-image, - .testi-image a, - .testi-image img, - .testi-image i { - width: 36px; - height: 36px; - } - - .testi-image i { - line-height: 36px; - font-size: 20px; - } - - .clients-grid:not(.grid-3):not(.grid-2) li, - .clients-grid.grid-4 li, - .clients-grid.grid-6 li { width: 50%; } - - .button.button-full { font-size: 16px; } - - .button.button-full i { - top: 2px !important; - margin-left: 3px !important; - } - - .emphasis-title h1, - .emphasis-title h2 { font-size: 40px !important; } - - .error404, - .error404-wrap .error404 { font-size: 120px; } - - .landing-video { - position: relative; - top: 9px; - width: 212px; - height: 119px; - margin: 19px 0 0 34px; - } - - .landing-form-overlay { margin-left: -155px; } - - .button.button-desc { - padding: 20px 17px; - font-size: 15px; - max-width: 100%; - } - - .button.button-desc span { font-size: 11px; } - -} - - -/* ---------------------------------------------------------------- - Retina CSS ------------------------------------------------------------------*/ - - -@media -only screen and (-webkit-min-device-pixel-ratio: 2), -only screen and ( min--moz-device-pixel-ratio: 2), -only screen and ( -o-min-device-pixel-ratio: 2/1), -only screen and ( min-device-pixel-ratio: 2), -only screen and ( min-resolution: 192dpi), -only screen and ( min-resolution: 2dppx) { - - #logo a.standard-logo, - #header.split-menu #logo a.standard-logo { display: none; } - - #logo a.retina-logo { display: block; } - - #header.split-menu #logo a.retina-logo { display: inline-block; } - - .owl-carousel.owl-loading, - .preloader, - .preloader2, - .form-process { - background-image: url('../images/preloader@2x.gif'); - background-size: 24px 24px; - } - - .dark .owl-carousel.owl-loading, - .dark .preloader, - .dark .preloader2, - .dark .form-process { background-image: url('../images/preloader-dark@2x.gif'); } - - .widget_recent_comments li { - background-image: url("../images/icons/widget-comment@2x.png"); - background-size: 15px 26px; - } - - .widget_nav_menu li a, - .widget_links li a, - .widget_meta li a, - .widget_archive li a, - .widget_recent_entries li a, - .widget_categories li a, - .widget_pages li a, - .widget_rss li a, - .widget_recent_comments li a { - background-image: url("../images/icons/widget-link@2x.png"); - background-size: 4px 20px; - } - - .dark .widget_recent_comments li { background-image: url("../images/icons/widget-comment-dark@2x.png"); } - - .dark .widget_nav_menu li a, - .dark .widget_links li a, - .dark .widget_meta li a, - .dark .widget_archive li a, - .dark .widget_recent_entries li a, - .dark .widget_categories li a, - .dark .widget_pages li a, - .dark .widget_rss li a, - .dark .widget_recent_comments li a { background-image: url("../images/icons/widget-link-dark@2x.png"); } - -} - -@media -only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), -only screen and ( min--moz-device-pixel-ratio: 2) and (max-width: 991px), -only screen and ( -o-min-device-pixel-ratio: 2/1) and (max-width: 991px), -only screen and ( min-device-pixel-ratio: 2) and (max-width: 991px), -only screen and ( min-resolution: 192dpi) and (max-width: 991px), -only screen and ( min-resolution: 2dppx) and (max-width: 991px) { - #logo a.standard-logo { display: inline-block; } - #logo a.retina-logo { display: inline-block; } -} - diff --git a/public/css/main/settings-ver.5.2.3.css b/public/css/main/settings-ver.5.2.3.css deleted file mode 100644 index 387ab7a..0000000 --- a/public/css/main/settings-ver.5.2.3.css +++ /dev/null @@ -1,1261 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Default Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 29/10/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - - - -.rtl { direction: rtl;} -@font-face { - font-family: 'revicons'; - src: url('../fonts/revicons/revicons.eot?5510888'); - src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), - url('../fonts/revicons/revicons.woff?5510888') format('woff'), - url('../fonts/revicons/revicons.ttf?5510888') format('truetype'), - url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg'); - font-weight: normal; - font-style: normal; -} - - [class^="revicon-"]:before, [class*=" revicon-"]:before { - font-family: "revicons"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.revicon-search-1:before { content: '\e802'; } /* '' */ -.revicon-pencil-1:before { content: '\e831'; } /* '' */ -.revicon-picture-1:before { content: '\e803'; } /* '' */ -.revicon-cancel:before { content: '\e80a'; } /* '' */ -.revicon-info-circled:before { content: '\e80f'; } /* '' */ -.revicon-trash:before { content: '\e801'; } /* '' */ -.revicon-left-dir:before { content: '\e817'; } /* '' */ -.revicon-right-dir:before { content: '\e818'; } /* '' */ -.revicon-down-open:before { content: '\e83b'; } /* '' */ -.revicon-left-open:before { content: '\e819'; } /* '' */ -.revicon-right-open:before { content: '\e81a'; } /* '' */ -.revicon-angle-left:before { content: '\e820'; } /* '' */ -.revicon-angle-right:before { content: '\e81d'; } /* '' */ -.revicon-left-big:before { content: '\e81f'; } /* '' */ -.revicon-right-big:before { content: '\e81e'; } /* '' */ -.revicon-magic:before { content: '\e807'; } /* '' */ -.revicon-picture:before { content: '\e800'; } /* '' */ -.revicon-export:before { content: '\e80b'; } /* '' */ -.revicon-cog:before { content: '\e832'; } /* '' */ -.revicon-login:before { content: '\e833'; } /* '' */ -.revicon-logout:before { content: '\e834'; } /* '' */ -.revicon-video:before { content: '\e805'; } /* '' */ -.revicon-arrow-combo:before { content: '\e827'; } /* '' */ -.revicon-left-open-1:before { content: '\e82a'; } /* '' */ -.revicon-right-open-1:before { content: '\e82b'; } /* '' */ -.revicon-left-open-mini:before { content: '\e822'; } /* '' */ -.revicon-right-open-mini:before { content: '\e823'; } /* '' */ -.revicon-left-open-big:before { content: '\e824'; } /* '' */ -.revicon-right-open-big:before { content: '\e825'; } /* '' */ -.revicon-left:before { content: '\e836'; } /* '' */ -.revicon-right:before { content: '\e826'; } /* '' */ -.revicon-ccw:before { content: '\e808'; } /* '' */ -.revicon-arrows-ccw:before { content: '\e806'; } /* '' */ -.revicon-palette:before { content: '\e829'; } /* '' */ -.revicon-list-add:before { content: '\e80c'; } /* '' */ -.revicon-doc:before { content: '\e809'; } /* '' */ -.revicon-left-open-outline:before { content: '\e82e'; } /* '' */ -.revicon-left-open-2:before { content: '\e82c'; } /* '' */ -.revicon-right-open-outline:before { content: '\e82f'; } /* '' */ -.revicon-right-open-2:before { content: '\e82d'; } /* '' */ -.revicon-equalizer:before { content: '\e83a'; } /* '' */ -.revicon-layers-alt:before { content: '\e804'; } /* '' */ -.revicon-popup:before { content: '\e828'; } /* '' */ - - - -/****************************** - - BASIC STYLES - -******************************/ - -.rev_slider_wrapper{ - position:relative; - z-index: 0; -} - - -.rev_slider{ - position:relative; - overflow:visible; -} - -.tp-overflow-hidden { overflow:hidden;} - -.tp-simpleresponsive img, -.rev_slider img{ - max-width:none !important; - -moz-transition: none; - -webkit-transition: none; - -o-transition: none; - transition: none; - margin:0px; - padding:0px; - border-width:0px; - border:none; -} - -.rev_slider .no-slides-text{ - font-weight:bold; - text-align:center; - padding-top:80px; -} - -.rev_slider >ul, -.rev_slider_wrapper >ul, -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li{ - list-style:none !important; - position:absolute; - margin:0px !important; - padding:0px !important; - overflow-x: visible; - overflow-y: visible; - list-style-type: none !important; - background-image:none; - background-position:0px 0px; - text-indent: 0em; - top:0px;left:0px; -} - - -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li { - visibility:hidden; -} - -.tp-revslider-slidesli, -.tp-revslider-mainul { - padding:0 !important; - margin:0 !important; - list-style:none !important; -} - -.rev_slider li.tp-revslider-slidesli { - position: absolute !important; -} - - -.tp-caption .rs-untoggled-content { display:block;} -.tp-caption .rs-toggled-content { display:none;} - -.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;} -.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;} - -.rev_slider .tp-caption, -.rev_slider .caption { - position:relative; - visibility:hidden; - white-space: nowrap; - display: block; -} - - -.rev_slider .tp-mask-wrap .tp-caption, -.rev_slider .tp-mask-wrap *:last-child, -.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, -.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{ - margin-bottom:0; - -} - -.tp-svg-layer svg { width:100%; height:100%;position: relative;vertical-align: top} - - -/* CAROUSEL FUNCTIONS */ -.tp-carousel-wrapper { - cursor:url(openhand.cur), move; -} -.tp-carousel-wrapper.dragged { - cursor:url(closedhand.cur), move; -} - -/* ADDED FOR SLIDELINK MANAGEMENT */ -.tp-caption { - z-index:1 -} - -.tp_inner_padding { - box-sizing:border-box; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - max-height:none !important; -} - - -.tp-caption { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; - position:absolute; - -webkit-font-smoothing: antialiased !important; -} - -.tp-caption.tp-layer-selectable { - -moz-user-select: all; - -khtml-user-select: all; - -webkit-user-select: all; - -o-user-select: all; -} - -.tp-forcenotvisible, -.tp-hide-revslider, -.tp-caption.tp-hidden-caption { - visibility:hidden !important; - display:none !important -} - -.rev_slider embed, -.rev_slider iframe, -.rev_slider object, -.rev_slider audio, -.rev_slider video { - max-width: none !important -} - - - - - - -/********************************************** - - FULLSCREEN AND FULLWIDHT CONTAINERS - -**********************************************/ -.rev_slider_wrapper { width:100%;} - -.fullscreen-container { - position:relative; - padding:0; -} - - -.fullwidthbanner-container{ - position:relative; - padding:0; - overflow:hidden; -} - -.fullwidthbanner-container .fullwidthabanner{ - width:100%; - position:relative; -} - - - -/********************************* - - SPECIAL TP CAPTIONS - -**********************************/ - -.tp-static-layers { - position:absolute; z-index:101; top:0px;left:0px; - /*pointer-events:none;*/ - -} - - -.tp-caption .frontcorner { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcorner { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-caption .frontcornertop { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcornertop { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-layer-inner-rotation { - position: relative !important; -} - - -/*********************************************** - - SPECIAL ALTERNATIVE IMAGE SETTINGS - -***********************************************/ - -img.tp-slider-alternative-image { - width:100%; height:auto; -} - - -/****************************** - - IE8 HACKS - -*******************************/ -.noFilterClass { - filter:none !important; -} - - -/******************************** - - FULLSCREEN VIDEO - -*********************************/ - -.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;} - -.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;} -.caption.fullscreenvideo, -.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} - -.caption.fullscreenvideo iframe, -.caption.fullscreenvideo audio, -.caption.fullscreenvideo video, -.tp-caption.fullscreenvideo iframe, -.tp-caption.fullscreenvideo iframe audio, -.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} - -.fullcoveredvideo audio, -.fullscreenvideo audio -.fullcoveredvideo video, -.fullscreenvideo video { background: #000} - -.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} - - -.videoisplaying .html5vid .tp-poster { display: none} - -.tp-video-play-button { - background:#000; - background:rgba(0,0,0,0.3); - border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; - position: absolute; - top: 50%; - left: 50%; - color: #FFF; - z-index: 3; - margin-top: -25px; - margin-left: -25px; - line-height: 50px !important; - text-align: center; - cursor: pointer; - width: 50px; - height:50px; - box-sizing: border-box; - -moz-box-sizing: border-box; - display: inline-block; - vertical-align: top; - z-index: 4; - opacity: 0; - -webkit-transition:opacity 300ms ease-out !important; - -moz-transition:opacity 300ms ease-out !important; - -o-transition:opacity 300ms ease-out !important; - transition:opacity 300ms ease-out !important; -} - -.tp-hiddenaudio, -.tp-audio-html5 .tp-video-play-button { display:none !important;} -.tp-caption .html5vid { width:100% !important; height:100% !important;} -.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;} -.tp-caption:hover .tp-video-play-button { opacity: 1;} -.tp-caption .tp-revstop { display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;} -.videoisplaying .revicon-right-dir { display:none} -.videoisplaying .tp-revstop { display:inline-block} - -.videoisplaying .tp-video-play-button { display:none} -.tp-caption:hover .tp-video-play-button { display:block} - -.fullcoveredvideo .tp-video-play-button { display:none !important} - - -.fullscreenvideo .fullscreenvideo audio { object-fit:contain !important;} -.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;} - -.fullscreenvideo .fullcoveredvideo audio { object-fit:cover !important;} -.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;} - -.tp-video-controls { - position: absolute; - bottom: 0; - left: 0; - right: 0; - padding: 5px; - opacity: 0; - -webkit-transition: opacity .3s; - -moz-transition: opacity .3s; - -o-transition: opacity .3s; - -ms-transition: opacity .3s; - transition: opacity .3s; - background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50))); - display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; -} - -.tp-caption:hover .tp-video-controls { opacity: .9;} - -.tp-video-button { - background: rgba(0,0,0,.5); - border: 0; - color: #EEE; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - cursor:pointer; - line-height:12px; - font-size:12px; - color:#fff; - padding:0px; - margin:0px; - outline: none; - } -.tp-video-button:hover { cursor: pointer;} - - -.tp-video-button-wrap, -.tp-video-seek-bar-wrap, -.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; vertical-align: middle;} - -.tp-video-seek-bar-wrap { width:80%} -.tp-video-vol-bar-wrap { width:20%} - -.tp-volume-bar, -.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} - - -.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;} - - -.rs-background-video-layer video::-webkit-media-controls { display:none !important;} -.rs-background-video-layer audio::-webkit-media-controls { display:none !important;} - -.tp-audio-html5 .tp-video-controls { opacity: 1 !important; visibility: visible !important} - -/******************************** - - DOTTED OVERLAYS - -*********************************/ -.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3} -.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} -.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} -.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} -.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} - - -/****************************** - - SHADOWS - -******************************/ - -.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;} -.tp-shadow1 { - -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); -} - -.tp-shadow2:before, .tp-shadow2:after, -.tp-shadow3:before, .tp-shadow4:after -{ - z-index: -2; - position: absolute; - content: ""; - bottom: 10px; - left: 10px; - width: 50%; - top: 85%; - max-width:300px; - background: transparent; - -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -webkit-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -o-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - transform: rotate(-3deg); -} - -.tp-shadow2:after, -.tp-shadow4:after -{ - -webkit-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -o-transform: rotate(3deg); - -ms-transform: rotate(3deg); - transform: rotate(3deg); - right: 10px; - left: auto; -} - -.tp-shadow5 -{ - position:relative; - -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -} -.tp-shadow5:before, .tp-shadow5:after -{ - content:""; - position:absolute; - z-index:-2; - -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - -moz-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - top:30%; - bottom:0; - left:20px; - right:20px; - -moz-border-radius:100px / 20px; - border-radius:100px / 20px; -} - -/****************************** - - BUTTONS - -*******************************/ - -.tp-button{ - padding:6px 13px 5px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - height:30px; - cursor:pointer; - color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; - font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; - text-decoration:none; -} - -.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; } - - -.purchase:hover, -.tp-button:hover, -.tp-button.big:hover { background-position:bottom, 15px 11px} - - -/* BUTTON COLORS */ - -.tp-button.green, .tp-button:hover.green, -.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } - -.tp-button.blue, .tp-button:hover.blue, -.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68} - -.tp-button.red, .tp-button:hover.red, -.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212} - -.tp-button.orange, .tp-button:hover.orange, -.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00} - -.tp-button.darkgrey,.tp-button.grey, -.tp-button:hover.darkgrey,.tp-button:hover.grey, -.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222} - -.tp-button.lightgrey, .tp-button:hover.lightgrey, -.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555} - - - -/* TP BUTTONS DESKTOP SIZE */ - -.rev-btn, -.rev-btn:visited { outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Roboto", sans-serif; cursor: pointer;} - -.rev-btn.rev-uppercase, -.rev-btn.rev-uppercase:visited { text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; } - -.rev-btn.rev-withicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;} - -.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important; } -.rev-btn.rev-hiddenicon:hover i { opacity: 1 !important; margin-left:10px !important; width:auto !important;} - -/* REV BUTTONS MEDIUM */ -.rev-btn.rev-medium, -.rev-btn.rev-medium:visited { line-height: 36px; font-size: 14px; padding: 10px 30px; } - -.rev-btn.rev-medium.rev-withicon i { font-size: 14px; top: 0px; } - -.rev-btn.rev-medium.rev-hiddenicon i { font-size: 14px; top: 0px; } - - -/* REV BUTTONS SMALL */ -.rev-btn.rev-small, -.rev-btn.rev-small:visited { line-height: 28px; font-size: 12px; padding: 7px 20px; } - -.rev-btn.rev-small.rev-withicon i { font-size: 12px; top: 0px; } - -.rev-btn.rev-small.rev-hiddenicon i { font-size: 12px; top: 0px; } - - -/* ROUNDING OPTIONS */ -.rev-maxround { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } -.rev-minround { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } - - -/* BURGER BUTTON */ -.rev-burger { - position: relative; - width: 60px; - height: 60px; - box-sizing: border-box; - padding: 22px 0 0 14px; - border-radius: 50%; - border: 1px solid rgba(51,51,51,0.25); - tap-highlight-color: transparent; - cursor: pointer; -} -.rev-burger span { - display: block; - width: 30px; - height: 3px; - background: #333; - transition: .7s; - pointer-events: none; - transform-style: flat !important; -} -.rev-burger span:nth-child(2) { - margin: 3px 0; -} - -#dialog_addbutton .rev-burger:hover :first-child, -.open .rev-burger :first-child, -.open.rev-burger :first-child { - transform: translateY(6px) rotate(-45deg); - -webkit-transform: translateY(6px) rotate(-45deg); -} -#dialog_addbutton .rev-burger:hover :nth-child(2), -.open .rev-burger :nth-child(2), -.open.rev-burger :nth-child(2) { - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - opacity: 0; -} -#dialog_addbutton .rev-burger:hover :last-child, -.open .rev-burger :last-child, -.open.rev-burger :last-child { - transform: translateY(-6px) rotate(-135deg); - -webkit-transform: translateY(-6px) rotate(-135deg); -} - -.rev-burger.revb-white { - border: 2px solid rgba(255,255,255,0.2); -} -.rev-burger.revb-white span { - background: #fff; -} -.rev-burger.revb-whitenoborder { - border: 0; -} -.rev-burger.revb-whitenoborder span { - background: #fff; -} -.rev-burger.revb-darknoborder { - border: 0; -} -.rev-burger.revb-darknoborder span { - background: #333; -} - -.rev-burger.revb-whitefull { - background: #fff; - border:none; -} - -.rev-burger.revb-whitefull span { - background:#333; -} - -.rev-burger.revb-darkfull { - background: #333; - border:none; -} - -.rev-burger.revb-darkfull span { - background:#fff; -} - - -/* SCROLL DOWN BUTTON */ -@-webkit-keyframes rev-ani-mouse { - 0% { opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% { opacity: 0;top: 50%;} - 100% { opacity: 0;top: 29%;} -} -@-moz-keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -@keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -.rev-scroll-btn { - display: inline-block; - position: relative; - left: 0; - right: 0; - text-align: center; - cursor: pointer; - width:35px; - height:55px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - border: 3px solid white; - border-radius: 23px; -} -.rev-scroll-btn > * { - display: inline-block; - line-height: 18px; - font-size: 13px; - font-weight: normal; - color: #7f8c8d; - color: #ffffff; - font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; - letter-spacing: 2px; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *.active { - color: #ffffff; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *:active, -.rev-scroll-btn > *.active { - filter: alpha(opacity=80); -} - -.rev-scroll-btn.revs-fullwhite { - background:#fff; -} - -.rev-scroll-btn.revs-fullwhite span { - background: #333; -} - -.rev-scroll-btn.revs-fulldark { - background:#333; - border:none; -} - -.rev-scroll-btn.revs-fulldark span { - background: #fff; -} - -.rev-scroll-btn span { - position: absolute; - display: block; - top: 29%; - left: 50%; - width: 8px; - height: 8px; - margin: -4px 0 0 -4px; - background: white; - border-radius: 50%; - -webkit-animation: rev-ani-mouse 2.5s linear infinite; - -moz-animation: rev-ani-mouse 2.5s linear infinite; - animation: rev-ani-mouse 2.5s linear infinite; -} - -.rev-scroll-btn.revs-dark { - border-color:#333; -} -.rev-scroll-btn.revs-dark span { - background: #333; -} - -.rev-control-btn { - position: relative; - display: inline-block; - z-index: 5; - color: #FFF; - font-size: 20px; - line-height: 60px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - text-decoration: none; - text-align: center; - background-color: #000; - border-radius: 50px; - text-shadow: none; - background-color: rgba(0, 0, 0, 0.50); - width:60px; - height:60px; - box-sizing: border-box; - cursor: pointer; -} - -.rev-cbutton-dark-sr { - border-radius: 3px; -} - -.rev-cbutton-light { - color: #333; - background-color: rgba(255,255,255, 0.75); -} - -.rev-cbutton-light-sr { - color: #333; - border-radius: 3px; - background-color: rgba(255,255,255, 0.75); -} - - -.rev-sbutton { - line-height: 37px; - width:37px; - height:37px; -} - -.rev-sbutton-blue { - background-color: #3B5998 -} -.rev-sbutton-lightblue { - background-color: #00A0D1; -} -.rev-sbutton-red { - background-color: #DD4B39; -} - - - - -/************************************ -- TP BANNER TIMER - -*************************************/ -.tp-bannertimer { visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px} -.tp-bannertimer.tp-bottom { top:auto; bottom:0px !important;height:5px} - - -/********************************************* -- BASIC SETTINGS FOR THE BANNER - -***********************************************/ - - .tp-simpleresponsive img { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; -} - -.tp-caption img { - background: transparent; - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); - zoom: 1; -} - - - -/* CAPTION SLIDELINK **/ -.caption.slidelink a div, -.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} -.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat} -.tp-shape { width:100%;height:100%;} - - - -/********************************************* -- WOOCOMMERCE STYLES - -***********************************************/ - -.tp-caption .rs-starring { display: inline-block} -.tp-caption .rs-starring .star-rating { float: none;} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; - display: inline-block; - vertical-align: top; -} - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - position: relative; - height: 1em; - - width: 5.4em; - font-family: star; -} - -.tp-caption .rs-starring .star-rating:before, -.tp-caption .rs-starring-page .star-rating:before { - content: "\73\73\73\73\73"; - color: #E0DADF; - float: left; - top: 0; - left: 0; - position: absolute; -} - -.tp-caption .rs-starring .star-rating span { - overflow: hidden; - float: left; - top: 0; - left: 0; - position: absolute; - padding-top: 1.5em; - font-size: 1em !important; -} - -.tp-caption .rs-starring .star-rating span:before, -.tp-caption .rs-starring .star-rating span:before { - content: "\53\53\53\53\53"; - top: 0; - position: absolute; - left: 0; -} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; -} - - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - - font-size: 1em !important; - font-family: star; -} - - -/****************************** - - LOADER FORMS - -********************************/ - -.tp-loader { - top:50%; left:50%; - z-index:10000; - position:absolute; -} - -.tp-loader.spinner0 { - width: 40px; - height: 40px; - background-color: #fff; - background:url(../assets/loader.gif) no-repeat center center; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -.tp-loader.spinner1 { - width: 40px; - height: 40px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - - -.tp-loader.spinner5 { - background:url(../assets/loader.gif) no-repeat 10px 10px; - background-color:#fff; - margin:-22px -22px; - width:44px;height:44px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -@-webkit-keyframes tp-rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes tp-rotateplane { - 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} - 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} - 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} -} - - -.tp-loader.spinner2 { - width: 40px; - height: 40px; - margin-top:-20px;margin-left:-20px; - background-color: #ff0000; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; - animation: tp-scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes tp-scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% {-webkit-transform: scale(1.0); opacity: 0;} -} - -@keyframes tp-scaleout { - 0% {transform: scale(0.0);-webkit-transform: scale(0.0);} - 100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;} -} - - -.tp-loader.spinner3 { - margin: -9px 0px 0px -35px; - width: 70px; - text-align: center; -} - -.tp-loader.spinner3 .bounce1, -.tp-loader.spinner3 .bounce2, -.tp-loader.spinner3 .bounce3 { - width: 18px; - height: 18px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - display: inline-block; - -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; - animation: tp-bouncedelay 1.4s infinite ease-in-out; - /* Prevent first frame from flickering when animation starts */ - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.tp-loader.spinner3 .bounce1 { - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.tp-loader.spinner3 .bounce2 { - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes tp-bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bouncedelay { - 0%, 80%, 100% {transform: scale(0.0);} - 40% {transform: scale(1.0);} -} - - - - -.tp-loader.spinner4 { - margin: -20px 0px 0px -20px; - width: 40px; - height: 40px; - text-align: center; - -webkit-animation: tp-rotate 2.0s infinite linear; - animation: tp-rotate 2.0s infinite linear; -} - -.tp-loader.spinner4 .dot1, -.tp-loader.spinner4 .dot2 { - width: 60%; - height: 60%; - display: inline-block; - position: absolute; - top: 0; - background-color: #fff; - border-radius: 100%; - -webkit-animation: tp-bounce 2.0s infinite ease-in-out; - animation: tp-bounce 2.0s infinite ease-in-out; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -} - -.tp-loader.spinner4 .dot2 { - top: auto; - bottom: 0px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }} -@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} - -@-webkit-keyframes tp-bounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bounce { - 0%, 100% {transform: scale(0.0);} - 50% { transform: scale(1.0);} -} - - - -/*********************************************** - - STANDARD NAVIGATION SETTINGS -***********************************************/ - - -.tp-thumbs.navbar, -.tp-bullets.navbar, -.tp-tabs.navbar { border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;} - -.tp-tabs, -.tp-thumbs, -.tp-bullets { position:absolute; display:block; z-index:1000; top:0px; left:0px;} - -.tp-tab, -.tp-thumb { cursor: pointer; position:absolute;opacity:0.5; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;} - -.tp-arr-imgholder, -.tp-videoposter, -.tp-thumb-image, -.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;} - -.tp-tab:hover, -.tp-tab.selected, -.tp-thumb:hover, -.tp-thumb.selected { opacity:1;} - -.tp-tab-mask, -.tp-thumb-mask { box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important} - -.tp-tabs, -.tp-thumbs { box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important} - -.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;} -.tp-bullet.selected, -.tp-bullet:hover { background:#fff;} - -.tp-bannertimer { background:#000; background:rgba(0,0,0,0.15); height:5px;} - - -.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; } -.tparrows:hover { background:#000;} -.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;} -.tparrows.tp-leftarrow:before { content: '\e824'; } -.tparrows.tp-rightarrow:before { content: '\e825'; } - - - -/*************************** - - KEN BURNS FIXES - -***************************/ - -body.rtl .tp-kbimg {left: 0 !important} - - - -/*************************** - - 3D SHADOW MODE - -***************************/ - -.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} - -/******************* - - DEBUG MODE - -*******************/ - -.hglayerinfo { position: fixed; - bottom: 0px; - left: 0px; - color: #FFF; - font-size: 12px; - line-height: 20px; - font-weight: 600; - background: rgba(0, 0, 0, 0.75); - padding: 5px 10px; - z-index: 2000; - white-space: normal;} -.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;} -.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;} -.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 } -#revsliderlogloglog { padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} - - - - - diff --git a/public/css/main/settings.css b/public/css/main/settings.css deleted file mode 100644 index a153537..0000000 --- a/public/css/main/settings.css +++ /dev/null @@ -1,1395 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Default Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 29/10/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - -#debungcontrolls { - z-index:100000; - position:fixed; - bottom:0px; width:100%; - height:auto; - background:rgba(0,0,0,0.6); - padding:10px; - box-sizing: border-box; -} - -.debugtimeline { - width:100%; - height:10px; - position:relative; - display:block; - margin-bottom:3px; - display:none; - white-space: nowrap; - box-sizing: border-box; -} - -.debugtimeline:hover { - height:15px; - -} - -.the_timeline_tester { - background:#e74c3c; - position:absolute; - top:0px; - left:0px; - height:100%; - width:0; -} - - -.debugtimeline.tl_slide .the_timeline_tester { - background:#f39c12; -} - -.debugtimeline.tl_frame .the_timeline_tester { - background:#3498db; -} - -.debugtimline_txt { - color:#fff; - font-weight: 400; - font-size:7px; - position:absolute; - left:10px; - top:0px; - white-space: nowrap; - line-height: 10px; -} - - -.rtl { direction: rtl;} -@font-face { - font-family: 'revicons'; - src: url('../fonts/revicons/revicons.eot?5510888'); - src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), - url('../fonts/revicons/revicons.woff?5510888') format('woff'), - url('../fonts/revicons/revicons.ttf?5510888') format('truetype'), - url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg'); - font-weight: normal; - font-style: normal; -} - - [class^="revicon-"]:before, [class*=" revicon-"]:before { - font-family: "revicons"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.revicon-search-1:before { content: '\e802'; } /* '' */ -.revicon-pencil-1:before { content: '\e831'; } /* '' */ -.revicon-picture-1:before { content: '\e803'; } /* '' */ -.revicon-cancel:before { content: '\e80a'; } /* '' */ -.revicon-info-circled:before { content: '\e80f'; } /* '' */ -.revicon-trash:before { content: '\e801'; } /* '' */ -.revicon-left-dir:before { content: '\e817'; } /* '' */ -.revicon-right-dir:before { content: '\e818'; } /* '' */ -.revicon-down-open:before { content: '\e83b'; } /* '' */ -.revicon-left-open:before { content: '\e819'; } /* '' */ -.revicon-right-open:before { content: '\e81a'; } /* '' */ -.revicon-angle-left:before { content: '\e820'; } /* '' */ -.revicon-angle-right:before { content: '\e81d'; } /* '' */ -.revicon-left-big:before { content: '\e81f'; } /* '' */ -.revicon-right-big:before { content: '\e81e'; } /* '' */ -.revicon-magic:before { content: '\e807'; } /* '' */ -.revicon-picture:before { content: '\e800'; } /* '' */ -.revicon-export:before { content: '\e80b'; } /* '' */ -.revicon-cog:before { content: '\e832'; } /* '' */ -.revicon-login:before { content: '\e833'; } /* '' */ -.revicon-logout:before { content: '\e834'; } /* '' */ -.revicon-video:before { content: '\e805'; } /* '' */ -.revicon-arrow-combo:before { content: '\e827'; } /* '' */ -.revicon-left-open-1:before { content: '\e82a'; } /* '' */ -.revicon-right-open-1:before { content: '\e82b'; } /* '' */ -.revicon-left-open-mini:before { content: '\e822'; } /* '' */ -.revicon-right-open-mini:before { content: '\e823'; } /* '' */ -.revicon-left-open-big:before { content: '\e824'; } /* '' */ -.revicon-right-open-big:before { content: '\e825'; } /* '' */ -.revicon-left:before { content: '\e836'; } /* '' */ -.revicon-right:before { content: '\e826'; } /* '' */ -.revicon-ccw:before { content: '\e808'; } /* '' */ -.revicon-arrows-ccw:before { content: '\e806'; } /* '' */ -.revicon-palette:before { content: '\e829'; } /* '' */ -.revicon-list-add:before { content: '\e80c'; } /* '' */ -.revicon-doc:before { content: '\e809'; } /* '' */ -.revicon-left-open-outline:before { content: '\e82e'; } /* '' */ -.revicon-left-open-2:before { content: '\e82c'; } /* '' */ -.revicon-right-open-outline:before { content: '\e82f'; } /* '' */ -.revicon-right-open-2:before { content: '\e82d'; } /* '' */ -.revicon-equalizer:before { content: '\e83a'; } /* '' */ -.revicon-layers-alt:before { content: '\e804'; } /* '' */ -.revicon-popup:before { content: '\e828'; } /* '' */ - - - -/****************************** - - BASIC STYLES - -******************************/ - -.rev_slider_wrapper{ - position:relative; - z-index: 0; -} - - -.rev_slider{ - position:relative; - overflow:visible; -} - -.tp-overflow-hidden { overflow:hidden !important;} -.group_ov_hidden { overflow:hidden} - -.tp-simpleresponsive img, -.rev_slider img{ - max-width:none !important; - -moz-transition: none; - -webkit-transition: none; - -o-transition: none; - transition: none; - margin:0px; - padding:0px; - border-width:0px; - border:none; -} - -.rev_slider .no-slides-text{ - font-weight:bold; - text-align:center; - padding-top:80px; -} - -.rev_slider >ul, -.rev_slider_wrapper >ul, -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li{ - list-style:none !important; - position:absolute; - margin:0px !important; - padding:0px !important; - overflow-x: visible; - overflow-y: visible; - list-style-type: none !important; - background-image:none; - background-position:0px 0px; - text-indent: 0em; - top:0px;left:0px; -} - - -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li { - visibility:hidden; -} - -.tp-revslider-slidesli, -.tp-revslider-mainul { - padding:0 !important; - margin:0 !important; - list-style:none !important; -} - -.rev_slider li.tp-revslider-slidesli { - position: absolute !important; -} - - -.tp-caption .rs-untoggled-content { display:block;} -.tp-caption .rs-toggled-content { display:none;} - -.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;} -.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;} - -.rev_slider .tp-caption, -.rev_slider .caption { - position:relative; - visibility:hidden; - white-space: nowrap; - display: block; -} - - -.rev_slider .tp-mask-wrap .tp-caption, -.rev_slider .tp-mask-wrap *:last-child, -.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, -.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{ - margin-bottom:0; - -} - -.tp-svg-layer svg { width:100%; height:100%;position: relative;vertical-align: top} - - -/* CAROUSEL FUNCTIONS */ -.tp-carousel-wrapper { - cursor:url(openhand.cur), move; -} -.tp-carousel-wrapper.dragged { - cursor:url(closedhand.cur), move; -} - -/* ADDED FOR SLIDELINK MANAGEMENT */ -.tp-caption { - z-index:1 -} - -.tp_inner_padding { - box-sizing:border-box; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - max-height:none !important; -} - - -.tp-caption { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; - position:absolute; - -webkit-font-smoothing: antialiased !important; -} - -.tp-caption.tp-layer-selectable { - -moz-user-select: all; - -khtml-user-select: all; - -webkit-user-select: all; - -o-user-select: all; -} - -.tp-forcenotvisible, -.tp-hide-revslider, -.tp-caption.tp-hidden-caption, -.tp-parallax-wrap.tp-hidden-caption { - visibility:hidden !important; - display:none !important -} - -.rev_slider embed, -.rev_slider iframe, -.rev_slider object, -.rev_slider audio, -.rev_slider video { - max-width: none !important -} - -.tp-element-background { position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;} - -/*********************************************************** - - ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS - -***********************************************************/ -.rev_row_zone { position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; } - -.rev_row_zone_top { top:0px;} -.rev_row_zone_middle { top:50%; -webit-transform:translateY(-50%);transform:translateY(-50%);} -.rev_row_zone_bottom { bottom:0px;} - -.rev_column .tp-parallax-wrap { vertical-align: top } - -.rev_slider .tp-caption.rev_row { - display:table; - position:relative; - width:100% !important; - table-layout: fixed; - box-sizing: border-box; - vertical-align: top; - height:auto !important; -} - -.rev_column { - display: table-cell; - position: relative; - vertical-align: top; - height: auto; - box-sizing: border-box; -} - -.rev_column_inner { - box-sizing: border-box; - display: block; - position: relative; - width:100% !important; - height:auto !important; -} - -.rev_column_bg { - width: 100%; - height: 100%; - position: absolute; - top: 0px; - left: 0px; - z-index: 0; - box-sizing: border-box; - background-clip: content-box; - border: 0px solid transparent; -} - - - -.rev_column_inner .tp-parallax-wrap, -.rev_column_inner .tp-loop-wrap, -.rev_column_inner .tp-mask-wrap { text-align: inherit; } -.rev_column_inner .tp-mask-wrap { display: inline-block;} - - -.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, -.rev_column_inner .tp-parallax-wrap .tp-mask-wrap, -.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;} - -.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, -.rev_column_inner .tp-parallax-wrap .tp-mask-wrap, -.rev_column_inner .tp-parallax-wrap, -.rev_column_inner .rev_layer_in_column { vertical-align: top; } - -.rev_break_columns { display: block !important } -.rev_break_columns .tp-parallax-wrap.rev_column { display:block !important; width:100% !important; } - - -/********************************************** - - FULLSCREEN AND FULLWIDHT CONTAINERS - -**********************************************/ -.rev_slider_wrapper { width:100%;} - -.fullscreen-container { - position:relative; - padding:0; -} - - -.fullwidthbanner-container{ - position:relative; - padding:0; - overflow:hidden; -} - -.fullwidthbanner-container .fullwidthabanner{ - width:100%; - position:relative; -} - - - -/********************************* - - SPECIAL TP CAPTIONS - -**********************************/ - -.tp-static-layers { - position:absolute; z-index:101; top:0px;left:0px; - /*pointer-events:none;*/ - -} - - -.tp-caption .frontcorner { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcorner { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-caption .frontcornertop { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcornertop { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-layer-inner-rotation { - position: relative !important; -} - - -/*********************************************** - - SPECIAL ALTERNATIVE IMAGE SETTINGS - -***********************************************/ - -img.tp-slider-alternative-image { - width:100%; height:auto; -} - - -/****************************** - - IE8 HACKS - -*******************************/ -.noFilterClass { - filter:none !important; -} - - -/******************************** - - FULLSCREEN VIDEO - -*********************************/ - -.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;} - -.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;} -.caption.fullscreenvideo, -.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} - -.caption.fullscreenvideo iframe, -.caption.fullscreenvideo audio, -.caption.fullscreenvideo video, -.tp-caption.fullscreenvideo iframe, -.tp-caption.fullscreenvideo iframe audio, -.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} - -.fullcoveredvideo audio, -.fullscreenvideo audio -.fullcoveredvideo video, -.fullscreenvideo video { background: #000} - -.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} - - -.videoisplaying .html5vid .tp-poster { display: none} - -.tp-video-play-button { - background:#000; - background:rgba(0,0,0,0.3); - border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; - position: absolute; - top: 50%; - left: 50%; - color: #FFF; - z-index: 3; - margin-top: -25px; - margin-left: -25px; - line-height: 50px !important; - text-align: center; - cursor: pointer; - width: 50px; - height:50px; - box-sizing: border-box; - -moz-box-sizing: border-box; - display: inline-block; - vertical-align: top; - z-index: 4; - opacity: 0; - -webkit-transition:opacity 300ms ease-out !important; - -moz-transition:opacity 300ms ease-out !important; - -o-transition:opacity 300ms ease-out !important; - transition:opacity 300ms ease-out !important; -} - -.tp-hiddenaudio, -.tp-audio-html5 .tp-video-play-button { display:none !important;} -.tp-caption .html5vid { width:100% !important; height:100% !important;} -.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;} -.tp-caption:hover .tp-video-play-button { opacity: 1;} -.tp-caption .tp-revstop { display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;} -.videoisplaying .revicon-right-dir { display:none} -.videoisplaying .tp-revstop { display:inline-block} - -.videoisplaying .tp-video-play-button { display:none} -.tp-caption:hover .tp-video-play-button { display:block} - -.fullcoveredvideo .tp-video-play-button { display:none !important} - - -.fullscreenvideo .fullscreenvideo audio { object-fit:contain !important;} -.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;} - -.fullscreenvideo .fullcoveredvideo audio { object-fit:cover !important;} -.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;} - -.tp-video-controls { - position: absolute; - bottom: 0; - left: 0; - right: 0; - padding: 5px; - opacity: 0; - -webkit-transition: opacity .3s; - -moz-transition: opacity .3s; - -o-transition: opacity .3s; - -ms-transition: opacity .3s; - transition: opacity .3s; - background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50))); - display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; -} - -.tp-caption:hover .tp-video-controls { opacity: .9;} - -.tp-video-button { - background: rgba(0,0,0,.5); - border: 0; - color: #EEE; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - cursor:pointer; - line-height:12px; - font-size:12px; - color:#fff; - padding:0px; - margin:0px; - outline: none; - } -.tp-video-button:hover { cursor: pointer;} - - -.tp-video-button-wrap, -.tp-video-seek-bar-wrap, -.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; vertical-align: middle;} - -.tp-video-seek-bar-wrap { width:80%} -.tp-video-vol-bar-wrap { width:20%} - -.tp-volume-bar, -.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} - - -.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;} - - -.rs-background-video-layer video::-webkit-media-controls { display:none !important;} -.rs-background-video-layer audio::-webkit-media-controls { display:none !important;} - -.tp-audio-html5 .tp-video-controls { opacity: 1 !important; visibility: visible !important} - -.disabled_lc .tp-video-play-button { display:none !important; } -.disabled_lc .tp-video-play-button { display:none !important; } - -/******************************** - - DOTTED OVERLAYS - -*********************************/ -.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3} -.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} -.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} -.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} -.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} - - -/****************************** - - SHADOWS - -******************************/ - -.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;} -.tp-shadow1 { - -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); -} - -.tp-shadow2:before, .tp-shadow2:after, -.tp-shadow3:before, .tp-shadow4:after -{ - z-index: -2; - position: absolute; - content: ""; - bottom: 10px; - left: 10px; - width: 50%; - top: 85%; - max-width:300px; - background: transparent; - -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -webkit-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -o-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - transform: rotate(-3deg); -} - -.tp-shadow2:after, -.tp-shadow4:after -{ - -webkit-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -o-transform: rotate(3deg); - -ms-transform: rotate(3deg); - transform: rotate(3deg); - right: 10px; - left: auto; -} - -.tp-shadow5 -{ - position:relative; - -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -} -.tp-shadow5:before, .tp-shadow5:after -{ - content:""; - position:absolute; - z-index:-2; - -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - -moz-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - top:30%; - bottom:0; - left:20px; - right:20px; - -moz-border-radius:100px / 20px; - border-radius:100px / 20px; -} - -/****************************** - - BUTTONS - -*******************************/ - -.tp-button{ - padding:6px 13px 5px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - height:30px; - cursor:pointer; - color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; - font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; - text-decoration:none; -} - -.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; } - - -.purchase:hover, -.tp-button:hover, -.tp-button.big:hover { background-position:bottom, 15px 11px} - - -/* BUTTON COLORS */ - -.tp-button.green, .tp-button:hover.green, -.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } - -.tp-button.blue, .tp-button:hover.blue, -.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68} - -.tp-button.red, .tp-button:hover.red, -.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212} - -.tp-button.orange, .tp-button:hover.orange, -.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00} - -.tp-button.darkgrey,.tp-button.grey, -.tp-button:hover.darkgrey,.tp-button:hover.grey, -.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222} - -.tp-button.lightgrey, .tp-button:hover.lightgrey, -.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555} - - - -/* TP BUTTONS DESKTOP SIZE */ - -.rev-btn, -.rev-btn:visited { outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Roboto", sans-serif; cursor: pointer;} - -.rev-btn.rev-uppercase, -.rev-btn.rev-uppercase:visited { text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; } - -.rev-btn.rev-withicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;} - -.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important; } -.rev-btn.rev-hiddenicon:hover i { opacity: 1 !important; margin-left:10px !important; width:auto !important;} - -/* REV BUTTONS MEDIUM */ -.rev-btn.rev-medium, -.rev-btn.rev-medium:visited { line-height: 36px; font-size: 14px; padding: 10px 30px; } - -.rev-btn.rev-medium.rev-withicon i { font-size: 14px; top: 0px; } - -.rev-btn.rev-medium.rev-hiddenicon i { font-size: 14px; top: 0px; } - - -/* REV BUTTONS SMALL */ -.rev-btn.rev-small, -.rev-btn.rev-small:visited { line-height: 28px; font-size: 12px; padding: 7px 20px; } - -.rev-btn.rev-small.rev-withicon i { font-size: 12px; top: 0px; } - -.rev-btn.rev-small.rev-hiddenicon i { font-size: 12px; top: 0px; } - - -/* ROUNDING OPTIONS */ -.rev-maxround { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } -.rev-minround { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } - - -/* BURGER BUTTON */ -.rev-burger { - position: relative; - width: 60px; - height: 60px; - box-sizing: border-box; - padding: 22px 0 0 14px; - border-radius: 50%; - border: 1px solid rgba(51,51,51,0.25); - tap-highlight-color: transparent; - cursor: pointer; -} -.rev-burger span { - display: block; - width: 30px; - height: 3px; - background: #333; - transition: .7s; - pointer-events: none; - transform-style: flat !important; -} -.rev-burger span:nth-child(2) { - margin: 3px 0; -} - -#dialog_addbutton .rev-burger:hover :first-child, -.open .rev-burger :first-child, -.open.rev-burger :first-child { - transform: translateY(6px) rotate(-45deg); - -webkit-transform: translateY(6px) rotate(-45deg); -} -#dialog_addbutton .rev-burger:hover :nth-child(2), -.open .rev-burger :nth-child(2), -.open.rev-burger :nth-child(2) { - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - opacity: 0; -} -#dialog_addbutton .rev-burger:hover :last-child, -.open .rev-burger :last-child, -.open.rev-burger :last-child { - transform: translateY(-6px) rotate(-135deg); - -webkit-transform: translateY(-6px) rotate(-135deg); -} - -.rev-burger.revb-white { - border: 2px solid rgba(255,255,255,0.2); -} -.rev-burger.revb-white span { - background: #fff; -} -.rev-burger.revb-whitenoborder { - border: 0; -} -.rev-burger.revb-whitenoborder span { - background: #fff; -} -.rev-burger.revb-darknoborder { - border: 0; -} -.rev-burger.revb-darknoborder span { - background: #333; -} - -.rev-burger.revb-whitefull { - background: #fff; - border:none; -} - -.rev-burger.revb-whitefull span { - background:#333; -} - -.rev-burger.revb-darkfull { - background: #333; - border:none; -} - -.rev-burger.revb-darkfull span { - background:#fff; -} - - -/* SCROLL DOWN BUTTON */ -@-webkit-keyframes rev-ani-mouse { - 0% { opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% { opacity: 0;top: 50%;} - 100% { opacity: 0;top: 29%;} -} -@-moz-keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -@keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -.rev-scroll-btn { - display: inline-block; - position: relative; - left: 0; - right: 0; - text-align: center; - cursor: pointer; - width:35px; - height:55px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - border: 3px solid white; - border-radius: 23px; -} -.rev-scroll-btn > * { - display: inline-block; - line-height: 18px; - font-size: 13px; - font-weight: normal; - color: #7f8c8d; - color: #ffffff; - font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; - letter-spacing: 2px; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *.active { - color: #ffffff; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *:active, -.rev-scroll-btn > *.active { - filter: alpha(opacity=80); -} - -.rev-scroll-btn.revs-fullwhite { - background:#fff; -} - -.rev-scroll-btn.revs-fullwhite span { - background: #333; -} - -.rev-scroll-btn.revs-fulldark { - background:#333; - border:none; -} - -.rev-scroll-btn.revs-fulldark span { - background: #fff; -} - -.rev-scroll-btn span { - position: absolute; - display: block; - top: 29%; - left: 50%; - width: 8px; - height: 8px; - margin: -4px 0 0 -4px; - background: white; - border-radius: 50%; - -webkit-animation: rev-ani-mouse 2.5s linear infinite; - -moz-animation: rev-ani-mouse 2.5s linear infinite; - animation: rev-ani-mouse 2.5s linear infinite; -} - -.rev-scroll-btn.revs-dark { - border-color:#333; -} -.rev-scroll-btn.revs-dark span { - background: #333; -} - -.rev-control-btn { - position: relative; - display: inline-block; - z-index: 5; - color: #FFF; - font-size: 20px; - line-height: 60px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - text-decoration: none; - text-align: center; - background-color: #000; - border-radius: 50px; - text-shadow: none; - background-color: rgba(0, 0, 0, 0.50); - width:60px; - height:60px; - box-sizing: border-box; - cursor: pointer; -} - -.rev-cbutton-dark-sr { - border-radius: 3px; -} - -.rev-cbutton-light { - color: #333; - background-color: rgba(255,255,255, 0.75); -} - -.rev-cbutton-light-sr { - color: #333; - border-radius: 3px; - background-color: rgba(255,255,255, 0.75); -} - - -.rev-sbutton { - line-height: 37px; - width:37px; - height:37px; -} - -.rev-sbutton-blue { - background-color: #3B5998 -} -.rev-sbutton-lightblue { - background-color: #00A0D1; -} -.rev-sbutton-red { - background-color: #DD4B39; -} - - - - -/************************************ -- TP BANNER TIMER - -*************************************/ -.tp-bannertimer { visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px} -.tp-bannertimer.tp-bottom { top:auto; bottom:0px !important;height:5px} - - -/********************************************* -- BASIC SETTINGS FOR THE BANNER - -***********************************************/ - - .tp-simpleresponsive img { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; -} - -.tp-caption img { - background: transparent; - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); - zoom: 1; -} - - - -/* CAPTION SLIDELINK **/ -.caption.slidelink a div, -.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} -.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat} -.tp-shape { width:100%;height:100%;} - - - -/********************************************* -- WOOCOMMERCE STYLES - -***********************************************/ - -.tp-caption .rs-starring { display: inline-block} -.tp-caption .rs-starring .star-rating { float: none;} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; - display: inline-block; - vertical-align: top; -} - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - position: relative; - height: 1em; - - width: 5.4em; - font-family: star; -} - -.tp-caption .rs-starring .star-rating:before, -.tp-caption .rs-starring-page .star-rating:before { - content: "\73\73\73\73\73"; - color: #E0DADF; - float: left; - top: 0; - left: 0; - position: absolute; -} - -.tp-caption .rs-starring .star-rating span { - overflow: hidden; - float: left; - top: 0; - left: 0; - position: absolute; - padding-top: 1.5em; - font-size: 1em !important; -} - -.tp-caption .rs-starring .star-rating span:before, -.tp-caption .rs-starring .star-rating span:before { - content: "\53\53\53\53\53"; - top: 0; - position: absolute; - left: 0; -} - -.tp-caption .rs-starring .star-rating { - color: #FFC321 !important; -} - - -.tp-caption .rs-starring .star-rating, -.tp-caption .rs-starring-page .star-rating { - - font-size: 1em !important; - font-family: star; -} - - -/****************************** - - LOADER FORMS - -********************************/ - -.tp-loader { - top:50%; left:50%; - z-index:10000; - position:absolute; -} - -.tp-loader.spinner0 { - width: 40px; - height: 40px; - background-color: #fff; - background-image:url(../assets/loader.gif); - background-repeat:no-repeat; - background-position: center center; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -.tp-loader.spinner1 { - width: 40px; - height: 40px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - - -.tp-loader.spinner5 { - background-image:url(../assets/loader.gif); - background-repeat:no-repeat; - background-position:10px 10px; - background-color:#fff; - margin:-22px -22px; - width:44px;height:44px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -@-webkit-keyframes tp-rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes tp-rotateplane { - 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} - 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} - 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} -} - - -.tp-loader.spinner2 { - width: 40px; - height: 40px; - margin-top:-20px;margin-left:-20px; - background-color: #ff0000; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; - animation: tp-scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes tp-scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% {-webkit-transform: scale(1.0); opacity: 0;} -} - -@keyframes tp-scaleout { - 0% {transform: scale(0.0);-webkit-transform: scale(0.0);} - 100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;} -} - - -.tp-loader.spinner3 { - margin: -9px 0px 0px -35px; - width: 70px; - text-align: center; -} - -.tp-loader.spinner3 .bounce1, -.tp-loader.spinner3 .bounce2, -.tp-loader.spinner3 .bounce3 { - width: 18px; - height: 18px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - display: inline-block; - -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; - animation: tp-bouncedelay 1.4s infinite ease-in-out; - /* Prevent first frame from flickering when animation starts */ - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.tp-loader.spinner3 .bounce1 { - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.tp-loader.spinner3 .bounce2 { - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes tp-bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bouncedelay { - 0%, 80%, 100% {transform: scale(0.0);} - 40% {transform: scale(1.0);} -} - - - - -.tp-loader.spinner4 { - margin: -20px 0px 0px -20px; - width: 40px; - height: 40px; - text-align: center; - -webkit-animation: tp-rotate 2.0s infinite linear; - animation: tp-rotate 2.0s infinite linear; -} - -.tp-loader.spinner4 .dot1, -.tp-loader.spinner4 .dot2 { - width: 60%; - height: 60%; - display: inline-block; - position: absolute; - top: 0; - background-color: #fff; - border-radius: 100%; - -webkit-animation: tp-bounce 2.0s infinite ease-in-out; - animation: tp-bounce 2.0s infinite ease-in-out; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -} - -.tp-loader.spinner4 .dot2 { - top: auto; - bottom: 0px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }} -@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} - -@-webkit-keyframes tp-bounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bounce { - 0%, 100% {transform: scale(0.0);} - 50% { transform: scale(1.0);} -} - - - -/*********************************************** - - STANDARD NAVIGATION SETTINGS -***********************************************/ - - -.tp-thumbs.navbar, -.tp-bullets.navbar, -.tp-tabs.navbar { border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;} - -.tp-tabs, -.tp-thumbs, -.tp-bullets { position:absolute; display:block; z-index:1000; top:0px; left:0px;} - -.tp-tab, -.tp-thumb { cursor: pointer; position:absolute;opacity:0.5; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;} - -.tp-arr-imgholder, -.tp-videoposter, -.tp-thumb-image, -.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;} - -.tp-tab:hover, -.tp-tab.selected, -.tp-thumb:hover, -.tp-thumb.selected { opacity:1;} - -.tp-tab-mask, -.tp-thumb-mask { box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important} - -.tp-tabs, -.tp-thumbs { box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important} - -.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;} -.tp-bullet.selected, -.tp-bullet:hover { background:#fff;} - -.tp-bannertimer { background:#000; background:rgba(0,0,0,0.15); height:5px;} - - -.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; } -.tparrows:hover { background:#000;} -.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;} -.tparrows.tp-leftarrow:before { content: '\e824'; } -.tparrows.tp-rightarrow:before { content: '\e825'; } - - - -/*************************** - - KEN BURNS FIXES - -***************************/ - -body.rtl .tp-kbimg {left: 0 !important} - - - -/*************************** - - 3D SHADOW MODE - -***************************/ - -.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);} - -/******************* - - DEBUG MODE - -*******************/ - -.hglayerinfo { position: fixed; - bottom: 0px; - left: 0px; - color: #FFF; - font-size: 12px; - line-height: 20px; - font-weight: 600; - background: rgba(0, 0, 0, 0.75); - padding: 5px 10px; - z-index: 2000; - white-space: normal;} -.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;} -.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;} -.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 } -#revsliderlogloglog { padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} - - - -/** -INSTAGRAM FILTERS BY UNA -https://una.im/CSSgram/ -**/ -.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten} - diff --git a/public/css/main/style.css b/public/css/main/style.css deleted file mode 100644 index 11fa380..0000000 --- a/public/css/main/style.css +++ /dev/null @@ -1,13539 +0,0 @@ - - - -dl, dt, dd, ol, ul, li { - margin: 0; - padding: 0; -} - - -.clear { - clear: both; - display: block; - font-size: 0px; - height: 0px; - line-height: 0; - width: 100%; - overflow:hidden; -} - -::selection { - background: #1ABC9C; - color: #FFF; - text-shadow: none; -} - -::-moz-selection { - background: #1ABC9C; /* Firefox */ - color: #FFF; - text-shadow: none; -} - -::-webkit-selection { - background: #1ABC9C; /* Safari */ - color: #FFF; - text-shadow: none; -} - -:active, -:focus { outline: none !important; } - - -/* ---------------------------------------------------------------- - Typography ------------------------------------------------------------------*/ - - -body { - line-height: 1.5; - color: #555; - font-family: 'Lato', sans-serif; - text-align: justify; - -} - -a { - text-decoration: none !important; - color: #1ABC9C; -} - -a:hover { color: #222; } - -a img { border: none; } - -img { max-width: 100%; } - -iframe { border: none !important; } - - -/* ---------------------------------------------------------------- - Basic Layout Styles ------------------------------------------------------------------*/ - - -h1, -h2, -h3, -h4, -h5 { - color: #444; - font-weight: 600; - line-height: 1.5; - margin: 0 0 30px 0; - font-family: 'Raleway', sans-serif; -} - -h6{ - color:chocolate; -} - -h5, -h6 { margin-bottom: 20px; } - -h1 { font-size: 36px; } - -h2 { font-size: 30px; } - -h3 { font-size: 24px; } - -h4 { font-size: 18px; } - -h5 { font-size: 14px; } - -h6 { font-size: 12px; } - -h4 { font-weight: 600; } - -h5, -h6 { font-weight: bold; } - -h1 > span:not(.nocolor), -h2 > span:not(.nocolor), -h3 > span:not(.nocolor), -h4 > span:not(.nocolor), -h5 > span:not(.nocolor), -h6 > span:not(.nocolor) { color: #1ABC9C; } - -p, -pre, -ul, -ol, -dl, -dd, -blockquote, -address, -table, -fieldset, -form { margin-bottom: 30px; } - -small { font-family: 'Lato', sans-serif; } - - -/* ---------------------------------------------------------------- - Helper Classes ------------------------------------------------------------------*/ - - -.uppercase { text-transform: uppercase !important; } - -.lowercase { text-transform: lowercase !important; } - -.capitalize { text-transform: capitalize !important; } - -.nott { text-transform: none !important; } - -.tright { text-align: right !important; } - -.tleft { text-align: left !important; } - -.fright { float: right !important; } - -.fleft { float: left !important; } - -.fnone { float: none !important; } - -.ohidden { - position: relative; - overflow: hidden !important; -} - -#wrapper { - position: relative; - float: none; - width: 100%; - margin: 0 auto; - background-color: #FFF; - box-shadow: 0 0 10px rgba(0,0,0,0.1); - -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1); - -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); -} - -.line, -.double-line { - clear: both; - position: relative; - width: 100%; - margin: 60px 0; - border-top: 1px solid #EEE; -} - -.line.line-sm { margin: 30px 0; } - -span.middot { - display: inline-block; - margin: 0 5px; -} - -.double-line { border-top: 3px double #E5E5E5; } - -.emptydiv { - display: block !important; - position: relative !important; -} - -.allmargin { margin: 50px !important; } - -.leftmargin { margin-left: 50px !important; } - -.rightmargin { margin-right: 50px !important; } - -.topmargin { margin-top: 50px !important; } - -.bottommargin { margin-bottom: 50px !important; } - -.clear-bottommargin { margin-bottom: -50px !important; } - -.allmargin-sm { margin: 30px !important; } - -.leftmargin-sm { margin-left: 30px !important; } - -.rightmargin-sm { margin-right: 30px !important; } - -.topmargin-sm { margin-top: 30px !important; } - -.bottommargin-sm { margin-bottom: 30px !important; } - -.clear-bottommargin-sm { margin-bottom: -30px !important; } - -.allmargin-lg { margin: 80px !important; } - -.leftmargin-lg { margin-left: 80px !important; } - -.rightmargin-lg { margin-right: 80px !important; } - -.topmargin-lg { margin-top: 80px !important; } - -.bottommargin-lg { margin-bottom: 80px !important; } - -.clear-bottommargin-lg { margin-bottom: -80px !important; } - -.nomargin {margin: 0 !important; } - -.noleftmargin { margin-left: 0 !important; } - -.norightmargin { margin-right: 0 !important; } - -.notopmargin { margin-top: 0 !important; } - -.nobottommargin { margin-bottom: 0 !important; } - -.header-stick { margin-top: -50px !important; } - -.content-wrap .header-stick { margin-top: -80px !important; } - -.footer-stick { margin-bottom: -50px !important; } - -.content-wrap .footer-stick { margin-bottom: -80px !important; } - -.noborder { border: none !important; } - -.noleftborder { border-left: none !important; } - -.norightborder { border-right: none !important; } - -.notopborder { border-top: none !important; } - -.nobottomborder { border-bottom: none !important; } - -.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; } - -.col-padding { padding: 60px; } - -.nopadding { padding: 0 !important; } - -.noleftpadding { padding-left: 0 !important; } - -.norightpadding { padding-right: 0 !important; } - -.notoppadding { padding-top: 0 !important; } - -.nobottompadding { padding-bottom: 0 !important; } - -.noabsolute { position: relative !important; } - -.noshadow { box-shadow: none !important; } - -.hidden { display: none !important; } - -.nothidden { display: block !important; } - -.inline-block { - float: none !important; - display: inline-block !important; -} - -.center { text-align: center !important; } - -.divcenter { - position: relative !important; - float: none !important; - margin-left: auto !important; - margin-right: auto !important; -} - -.bgcolor, -.bgcolor #header-wrap { background-color: #1ABC9C !important; } - -.color { color: #1ABC9C !important; } - -.border-color { border-color: #1ABC9C !important; } - -.nobg { background: none !important; } - -.nobgcolor { background-color: transparent !important; } - -.t300 { font-weight: 300 !important; } - -.t400 { font-weight: 400 !important; } - -.t500 { font-weight: 500 !important; } - -.t600 { font-weight: 600 !important; } - -.t700 { font-weight: 700 !important; } - -.ls0 { letter-spacing: 0px !important; } - -.ls1 { letter-spacing: 1px !important; } - -.ls2 { letter-spacing: 2px !important; } - -.ls3 { letter-spacing: 3px !important; } - -.ls4 { letter-spacing: 4px !important; } - -.ls5 { letter-spacing: 5px !important; } - -.noheight { height: 0 !important; } - -.nolineheight { line-height: 0 !important; } - -.font-body { font-family: 'Lato', sans-serif; } - -.font-primary { font-family: 'Raleway', sans-serif; } - -.font-secondary { font-family: 'Crete Round', serif; } - -.bgicon { - display: block; - position: absolute; - bottom: -60px; - right: -50px; - font-size: 210px; - color: rgba(0,0,0,0.1); -} - -.imagescale, -.imagescalein { - display: block; - overflow: hidden; -} - -.imagescale img, -.imagescalein img { - -webkit-transform: scale(1.1); - transform: scale(1.1); - -webkit-transition: all 1s ease; - transition: all 1s ease; -} - -.imagescale:hover img { - -webkit-transform: scale(1); - transform: scale(1); -} - -.imagescalein img { - -webkit-transform: scale(1); - transform: scale(1); -} - -.imagescalein:hover img { - -webkit-transform: scale(1.1); - transform: scale(1.1); -} - -.grayscale { - filter: brightness(80%) grayscale(1) contrast(90%); - -webkit-filter: brightness(80%) grayscale(1) contrast(90%); - -moz-filter: brightness(80%) grayscale(1) contrast(90%); - -o-filter: brightness(80%) grayscale(1) contrast(90%); - -ms-filter: brightness(80%) grayscale(1) contrast(90%); - transition: 1s filter ease; - -webkit-transition: 1s -webkit-filter ease; - -moz-transition: 1s -moz-filter ease; - -ms-transition: 1s -ms-filter ease; - -o-transition: 1s -o-filter ease; -} - -.grayscale:hover { - filter: brightness(100%) grayscale(0); - -webkit-filter: brightness(100%) grayscale(0); - -moz-filter: brightness(100%) grayscale(0); - -o-filter: brightness(100%) grayscale(0); - -ms-filter: brightness(100%) grayscale(0); -} - -/* MOVING BG - TESTIMONIALS */ -.bganimate { - -webkit-animation:BgAnimated 30s infinite linear; - -moz-animation:BgAnimated 30s infinite linear; - -ms-animation:BgAnimated 30s infinite linear; - -o-animation:BgAnimated 30s infinite linear; - animation:BgAnimated 30s infinite linear; -} - @-webkit-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @-moz-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @-ms-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @-o-keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - @keyframes BgAnimated { - from {background-position:0 0;} - to {background-position:0 400px;} - } - - -.input-block-level { - display: block; - width: 100% !important; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -.vertical-middle { - height: auto !important; - left: 0; -} - -.magnific-max-width .mfp-content { max-width: 800px; } - - -/* ---------------------------------------------------------------- - Sections ------------------------------------------------------------------*/ - - -.section { - position: relative; - margin: 60px 0; - padding: 60px 0; - background-color: #F9F9F9; - overflow: hidden; -} - -.parallax { - background-color: transparent; - background-attachment: fixed; - background-position: 50% 0; - background-repeat: no-repeat; - overflow: hidden; -} - -.mobile-parallax, -.video-placeholder { - background-size: cover !important; - background-attachment: scroll !important; - background-position: center center !important; -} - -.section .container { z-index: 2; } - -.section .container + .video-wrap { z-index: 1; } - -.revealer-image { - position: relative; - bottom: -100px; - transition: bottom .3s ease-in-out; - -webkit-transition: bottom .3s ease-in-out; - -o-transition: bottom .3s ease-in-out; -} - -.section:hover .revealer-image { bottom: -50px; } - - -/* ---------------------------------------------------------------- - Columns & Grids ------------------------------------------------------------------*/ - - -.postcontent { width: 860px; } -.postcontent.bothsidebar { width: 580px; } -.sidebar { width: 240px; } -.col_full { width: 100%; } -.col_half { width: 48%; } -.col_one_third { width: 30.63%; } -.col_two_third { width: 65.33%; } -.col_one_fourth { width: 22%; } -.col_three_fourth { width: 74%; } -.col_one_fifth { width: 16.8%; } -.col_two_fifth { width: 37.6%; } -.col_three_fifth { width: 58.4%; } -.col_four_fifth { width: 79.2%; } -.col_one_sixth { width: 13.33%; } -.col_five_sixth { width: 82.67%; } -body.stretched .container-fullwidth { - position: relative; - padding: 0 0px; - width: 100%; -} - -.postcontent, -.sidebar, -.col_full, -.col_half, -.col_one_third, -.col_two_third, -.col_three_fourth, -.col_one_fourth, -.col_one_fifth, -.col_two_fifth, -.col_three_fifth, -.col_four_fifth, -.col_one_sixth, -.col_five_sixth { - display: block; - position: relative; - margin-right: 4%; - margin-bottom: 50px; - float: left; -} - -.postcontent, -.sidebar { margin-right: 40px; } - -.col_full { - clear: both; - float: none; - margin-right: 0; -} - -.postcontent.col_last, -.sidebar.col_last { float: right; } - -.col_last { - margin-right: 0 !important; - clear: right; -} - - -/* ---------------------------------------------------------------- - Flex Slider ------------------------------------------------------------------*/ - - -.fslider, -.fslider .flexslider, -.fslider .slider-wrap, -.fslider .slide, -.fslider .slide > a, -.fslider .slide > img, -.fslider .slide > a > img { - position: relative; - display: block; - width: 100%; - height: auto; - overflow: hidden; - -webkit-backface-visibility: hidden; -} - -.fslider { min-height: 32px; } - - -.flex-container a:active, -.flexslider a:active, -.flex-container a:focus, -.flexslider a:focus { outline: none; border: none; } -.slider-wrap, -.flex-control-nav, -.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;} - -.flexslider {position: relative;margin: 0; padding: 0;} -.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;} -.flexslider .slider-wrap img {width: 100%; display: block;} -.flex-pauseplay span {text-transform: capitalize;} - -.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} -html[xmlns] .slider-wrap {display: block;} -* html .slider-wrap {height: 1%;} - -.no-js .slider-wrap > .slide:first-child {display: block;} - -.flex-viewport { - max-height: 2000px; - -webkit-transition: all 1s ease; - -o-transition: all 1s ease; - transition: all 1s ease; -} - -.flex-control-nav { - position: absolute; - z-index: 10; - text-align: center; - top: 14px; - right: 10px; - margin: 0; -} - -.flex-control-nav li { - float: left; - display: block; - margin: 0 3px; - width: 10px; - height: 10px; -} - -.flex-control-nav li a { - display: block; - cursor: pointer; - text-indent: -9999px; - width: 10px !important; - height: 10px !important; - border: 1px solid #FFF; - border-radius: 50%; - transition: all .3s ease-in-out; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; -} - -.flex-control-nav li:hover a, -.flex-control-nav li a.flex-active { background-color: #FFF; } - - -/* ---------------------------------------------------------------- - Top Bar ------------------------------------------------------------------*/ - - -#top-bar { - position: relative; - border-bottom: 1px solid #EEE; - height: 45px; - line-height: 44px; - font-size: 13px; -} - - -#top-bar .col_half { width: auto; } - - -/* Top Links ----------------------------------*/ - - -.top-links { - position: relative; - float: left; -} - -.top-links ul { - margin: 0; - list-style: none; -} - -.top-links ul li { - float: left; - position: relative; - height: 44px; - border-left: 1px solid #EEE; -} - -.top-links ul li:first-child, -.top-links ul ul li { border-left: 0 !important; } - -.top-links li > a { - display: block; - padding: 0 12px; - font-size: 12px; - font-weight: 600; - text-transform: uppercase; - height: 44px; - color: #666; -} - -.top-links li i { vertical-align: top; } - -.top-links li i.icon-angle-down { margin: 0 0 0 5px !important; } - -.top-links li i:first-child { margin-right: 3px; } - -.top-links li.full-icon i { - top: 2px; - font-size: 14px; - margin: 0; -} - -.top-links li:hover { background-color: #EEE; } - -.top-links ul ul, -.top-links ul div.top-link-section { - display: none; - pointer-events: none; - position: absolute; - z-index: 210; - line-height: 1.5; - background: #FFF; - border: 0; - top: 44px; - left: 0; - width: 140px; - margin: 0; - border-top: 1px solid #1ABC9C; - border-bottom: 1px solid #EEE; - box-shadow: 0 0 5px -1px rgba(0,0,0,0.2); - -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2); - -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2); -} - -.top-links li:hover ul, -.top-links li:hover div.top-link-section { pointer-events: auto; } - -.top-links ul ul li { - float: none; - height: 36px; - border-top: 1px solid #F5F5F5; - border-left: 1px solid #EEE; -} - -.top-links ul ul li:hover { background-color: #F9F9F9; } - -.top-links ul ul li:first-child { - border-top: none !important; - border-left: 1px solid #EEE; -} - -.top-links ul ul a { - height: 36px; - line-height: 36px; - font-size: 12px; -} - -.top-links ul ul img { - display: inline-block; - position: relative; - top: -1px; - width: 16px; - height: 16px; - margin-right: 4px; -} - -.top-links ul ul.top-demo-lang img { - top: 4px; - width: 16px; - height: 16px; -} - -.top-links ul div.top-link-section { - padding: 25px; - left: 0; - width: 280px; -} - -.fright .top-links ul div.top-link-section, -.top-links.fright ul div.top-link-section { - left: auto; - right: 0; -} - - -/* Top Social ------------------------------------------------------------------*/ - -#top-social, -#top-social ul { margin: 0; } - -#top-social li, -#top-social li a, -#top-social li .ts-icon, -#top-social li .ts-text { - display: block; - position: relative; - float: left; - width: auto; - overflow: hidden; - height: 44px; - line-height: 44px; -} - -#top-social li { border-left: 1px solid #EEE; } - -#top-social li:first-child { border-left: 0 !important; } - -#top-social li a { - float: none; - width: 40px; - font-weight: bold; - color: #666; - -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; - -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; - transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; -} - -#top-social li a:hover { - color: #FFF !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -#top-social li .ts-icon { - width: 40px; - text-align: center; - font-size: 14px; -} - - -/* Top Login ------------------------------------------------------------------*/ - -#top-login { margin-bottom: 0; } - -#top-login .checkbox { margin-bottom: 10px; } - -#top-login .form-control { position: relative; } - -#top-login .form-control:focus { border-color: #CCC; } - -#top-login .input-group#top-login-username { margin-bottom: -1px; } - -#top-login #top-login-username input, -#top-login #top-login-username .input-group-addon { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -#top-login .input-group#top-login-password { margin-bottom: 10px; } - -#top-login #top-login-password input, -#top-login #top-login-password .input-group-addon { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - - -/* ---------------------------------------------------------------- - Header ------------------------------------------------------------------*/ - - -#header { - position: relative; - background-color: #FFF; - border-bottom: 1px solid #F5F5F5; -} - -#header .container { position: relative; } - -#header.transparent-header { - background: transparent; - border-bottom: none; - z-index: 199; -} - -#header.semi-transparent { background-color: rgba(255,255,255,0.8); } - -#header.transparent-header.floating-header { margin-top: 60px; } - -#header.transparent-header.floating-header .container { - width: 1220px; - background-color: #FFF; - padding: 0 40px; - border-radius: 2px; -} - -#header.transparent-header.floating-header.sticky-header .container { - width: 1170px; - padding: 0 15px; -} - -#header.transparent-header + #slider, -#header.transparent-header + #page-title.page-title-parallax, -#header.transparent-header + #google-map, -#slider + #header.transparent-header { - top: -100px; - margin-bottom: -100px; -} - -#header.transparent-header.floating-header + #slider, -#header.transparent-header.floating-header + #google-map { - top: -160px; - margin-bottom: -160px; -} - -#header.transparent-header + #page-title.page-title-parallax .container { - z-index: 5; - padding-top: 100px; -} - -#header.full-header { border-bottom-color: #EEE; } - -body.stretched #header.full-header .container { - width: 100%; - padding: 0 30px; -} - -#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); } - -#slider + #header.transparent-header.full-header #header-wrap { - border-top: 1px solid rgba(0,0,0,0.1); - border-bottom: none; -} - - -/* ---------------------------------------------------------------- - Logo ------------------------------------------------------------------*/ - - -#logo { - position: relative; - float: left; - font-family: 'Raleway', sans-serif; - font-size: 36px; - line-height: 100%; - margin-right: 40px; -} - -#header.full-header #logo { - padding-right: 30px; - margin-right: 30px; - border-right: 1px solid #EEE; -} - -#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); } - -#logo a { - display: block; - color: #000; -} - -#logo img { - display: block; - max-width: 100%; -} -@media all and (max-width: 499px) { - #logo img {display: inline-block; - height:80%; - width: 85%; - padding-top: 15px; - } - -} - -#logo a.standard-logo { display: block; } - -#logo a.retina-logo { display: block; } - - -/* ---------------------------------------------------------------- - Header Right Area ------------------------------------------------------------------*/ - - -.header-extras { - float: right; - margin: 30px 0 0; -} - -.header-extras li { - float: left; - margin-left: 20px; - height: 40px; - overflow: hidden; - list-style: none; -} - -.header-extras li i { margin-top: 3px !important; } - -.header-extras li:first-child { margin-left: 0; } - -.header-extras li .he-text { - float: left; - padding-left: 10px; - font-weight: bold; - font-size: 14px; - line-height: 1.43; -} - -.header-extras li .he-text span { - display: block; - font-weight: 400; - color: #1ABC9C; -} - - -/* ---------------------------------------------------------------- - Primary Menu ------------------------------------------------------------------*/ - - -#primary-menu { float: right; } - -#primary-menu ul.mobile-primary-menu { display: none; } - -#header.full-header #primary-menu > ul { - float: left; - padding-right: 15px; - margin-right: 15px; - border-right: 1px solid #EEE; -} - -#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); } - -#primary-menu-trigger, -#page-submenu-trigger { - opacity: 0; - pointer-events: none; - cursor: pointer; - font-size: 14px; - position: absolute; - top: 50%; - margin-top: -25px; - width: 50px; - height: 50px; - line-height: 50px; - text-align: center; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -#primary-menu ul { - list-style: none; - margin: 0; -} - -#primary-menu > ul { float: left; } - -#primary-menu ul li { position: relative; } - -#primary-menu ul li.mega-menu { position: inherit; } - -#primary-menu ul > li { - float: left; - margin-left: 2px; -} - -#primary-menu > ul > li:first-child { margin-left: 0; } - -#primary-menu ul li > a { - display: block; - line-height: 22px; - padding: 25px 15px; - color: #444; - font-weight: bold; - font-size: 13px; - letter-spacing: 1px; - text-transform: uppercase; - font-family: 'Raleway', sans-serif; - -webkit-transition: margin .4s ease, padding .4s ease; - -o-transition: margin .4s ease, padding .4s ease; - transition: margin .4s ease, padding .4s ease; -} - -#primary-menu ul li > a span { display: none; } - -#primary-menu ul li > a i { - position: relative; - top: -1px; - font-size: 14px; - width: 16px; - text-align: center; - margin-right: 6px; - vertical-align: top; -} - -#primary-menu ul li > a i.icon-angle-down:last-child { - font-size: 12px; - margin: 0 0 0 5px; -} - -#primary-menu ul li:hover > a, -#primary-menu ul li.current > a { color: #1ABC9C; } - -#primary-menu > ul > li.sub-menu > a > div { } - -body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column), -body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; } - -#primary-menu ul ul:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content { - display: none; - position: absolute; - width: 220px; - background-color: #FFF; - box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); - border: 1px solid #EEE; - border-top: 2px solid #1ABC9C; - height: auto; - z-index: 199; - top: 100%; - left: 0; - margin: 0; -} - -#primary-menu ul ul:not(.mega-menu-column) ul { - top: -2px !important; - left: 218px; -} - -#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), -#primary-menu ul li .mega-menu-content.menu-pos-invert { - left: auto; - right: 0; -} - -#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; } - -#primary-menu ul ul li { - float: none; - margin: 0; -} - -#primary-menu ul ul li:first-child { border-top: 0; } - -#primary-menu ul ul li > a { - font-size: 12px; - font-weight: 600; - color: #666; - padding-top: 10px; - padding-bottom: 10px; - border: 0; - letter-spacing: 0; - font-family: 'Lato', sans-serif; - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -#primary-menu ul ul li > a i { vertical-align: middle; } - -#primary-menu ul ul li:hover > a { - background-color: #F9F9F9; - padding-left: 18px; - color: #1ABC9C; -} - -#primary-menu ul ul > li.sub-menu > a, -#primary-menu ul ul > li.sub-menu:hover > a { - background-image: url("images/icons/submenu.png"); - background-position: right center; - background-repeat: no-repeat; -} - - -/* ---------------------------------------------------------------- - Mega Menu ------------------------------------------------------------------*/ - - -#primary-menu ul li .mega-menu-content, -#primary-menu ul li.mega-menu-small .mega-menu-content { - width: 720px; - max-width: 400px; -} - -#primary-menu ul li.mega-menu .mega-menu-content, -.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { - margin: 0 15px; - width: 1140px; - max-width: none; -} - -.floating-header #primary-menu ul li.mega-menu .mega-menu-content { - margin: 0; - width: 1220px; -} - -body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; } - -body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; } - -#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; } - -#primary-menu ul li .mega-menu-content ul { - display: block; - position: relative; - top: 0; - min-width: inherit; - border: 0; - box-shadow: none; - background-color: transparent; -} - -#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) { - display: block !important; - opacity: 1 !important; - top: 0; - left: 0; -} - -#primary-menu ul li .mega-menu-content ul.mega-menu-column { - float: left; - margin: 0; -} - -#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 20%; } - -#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; } - -#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left: 1px solid #F2F2F2; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 30px 20px; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin-top: 20px; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child { margin-top: 0; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { - font-size: 13px; - font-weight: bold; - font-family: 'Raleway', sans-serif; - letter-spacing: 1px; - text-transform: uppercase !important; - margin-bottom: 15px; - color: #444; - padding: 0 !important; - line-height: 1.3 !important; -} - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #1ABC9C; } - -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, -#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a { background: none; } - -#primary-menu ul li .mega-menu-content.style-2 li { border: 0; } - -#primary-menu ul li .mega-menu-content.style-2 ul li > a { - padding-left: 5px; - padding-top: 7px; - padding-bottom: 7px; -} - -#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover { padding-left: 12px; } - - -.mega-menu-column .entry-meta { - margin: 8px -10px 0 0 !important; - border: none !important; - padding: 0 !important; -} - -.mega-menu-column .entry-meta li { - float: left !important; - border: none !important; - margin: 0 10px 0 0 !important; -} - - - -/* Primary Menu - Style 2 ------------------------------------------------------------------*/ - -#primary-menu.style-2 { - float: none; - max-width: none; - border-top: 1px solid #F5F5F5; -} - -#primary-menu.style-2 > div > ul { float: left; } - -#primary-menu.style-2 > div > ul > li > a { - padding-top: 19px; - padding-bottom: 19px; -} - -#logo + #primary-menu.style-2 { border-top: 0; } - -#primary-menu.style-2 > div #top-search, -#primary-menu.style-2 > div #top-cart, -#primary-menu.style-2 > div #side-panel-trigger { - margin-top: 20px; - margin-bottom: 20px; -} - -body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul, -body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div { - float: none; - display: inline-block !important; - width: auto; - text-align: left; -} - - -/* Primary Menu - Style 3 ------------------------------------------------------------------*/ - -#primary-menu.style-3 > ul > li > a { - margin: 28px 0; - padding-top: 11px; - padding-bottom: 11px; - border-radius: 2px; -} - -#primary-menu.style-3 > ul > li:hover > a { - color: #444; - background-color: #F5F5F5; -} - -#primary-menu.style-3 > ul > li.current > a { - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - background-color: #1ABC9C; -} - - -/* Primary Menu - Style 4 ------------------------------------------------------------------*/ - -#primary-menu.style-4 > ul > li > a { - margin: 28px 0; - padding-top: 10px; - padding-bottom: 10px; - border-radius: 2px; - border: 1px solid transparent; -} - -#primary-menu.style-4 > ul > li:hover > a, -#primary-menu.style-4 > ul > li.current > a { border-color: #1ABC9C; } - - -/* Primary Menu - Style 5 ------------------------------------------------------------------*/ - -#primary-menu.style-5 > ul { - padding-right: 10px; - margin-right: 5px; - border-right: 1px solid #EEE; -} - -#primary-menu.style-5 > ul > li:not(:first-child) { margin-left: 15px; } - -#primary-menu.style-5 > ul > li > a { - padding-top: 25px; - padding-bottom: 25px; - line-height: 14px; -} - -#primary-menu.style-5 > ul > li > a i { - display: block; - width: auto; - margin: 0 0 8px; - font-size: 28px; - line-height: 1; -} - - -/* Primary Menu - Style 6 ------------------------------------------------------------------*/ - -#primary-menu.style-6 ul > li > a { position: relative; } - -#primary-menu.style-6 > ul > li > a:after, -#primary-menu.style-6 > ul > li.current > a:after, -#primary-menu.style-6 > div > ul > li > a:after, -#primary-menu.style-6 > div > ul > li.current > a:after { - content: ''; - position: absolute; - top: 0; - left: 0; - height: 2px; - width: 0; - border-top: 2px solid #1ABC9C; - -webkit-transition: width .3s ease; - -o-transition: width .3s ease; - transition: width .3s ease; -} - -#primary-menu.style-6 > ul > li.current > a:after, -#primary-menu.style-6 > ul > li:hover > a:after, -#primary-menu.style-6 > div > ul > li.current > a:after, -#primary-menu.style-6 > div > ul > li:hover > a:after { width: 100%; } - - -/* Primary Menu - Sub Title ------------------------------------------------------------------*/ - -#primary-menu.sub-title > ul > li, -#primary-menu.sub-title.style-2 > div > ul > li { - background: url("images/icons/menu-divider.png") no-repeat right center; - margin-left: 1px; -} - -#primary-menu.sub-title ul li:first-child { - padding-left: 0; - margin-left: 0; -} - -#primary-menu.sub-title > ul > li > a, -#primary-menu.sub-title > div > ul > li > a { - line-height: 14px; - padding: 27px 20px 32px; - text-transform: uppercase; - border-top: 5px solid transparent; -} - -#primary-menu.sub-title > ul > li > a span, -#primary-menu.sub-title > div > ul > li > a span { - display: block; - margin-top: 10px; - line-height: 12px; - font-size: 11px; - font-weight: 400; - color: #888; - text-transform: capitalize; -} - -#primary-menu.sub-title > ul > li:hover > a, -#primary-menu.sub-title > ul > li.current > a, -#primary-menu.sub-title > div > ul > li:hover > a, -#primary-menu.sub-title > div > ul > li.current > a { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-top-color: rgba(0,0,0,0.1); -} - -#primary-menu.sub-title > ul > li:hover > a span, -#primary-menu.sub-title > ul > li.current > a span, -#primary-menu.sub-title.style-2 > div > ul > li:hover > a span, -#primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; } - -#primary-menu.sub-title.style-2 ul ul span { display: none; } - - -/* Primary Menu - Style 2 with Sub Title ------------------------------------------------------------------*/ - -#primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; } - -#primary-menu.sub-title.style-2 > div #top-search, -#primary-menu.sub-title.style-2 > div #top-cart, -#primary-menu.sub-title.style-2 > div #side-panel-trigger { - float: right; - margin-top: 30px; - margin-bottom: 30px; -} - -#primary-menu.sub-title.style-2 div ul li:first-child, -#primary-menu.sub-title.style-2 > div > ul > li:hover + li, -#primary-menu.sub-title.style-2 > div > ul > li.current + li { background-image: none; } - -#primary-menu.sub-title.style-2 > div > ul > li > a { - padding-top: 17px; - padding-bottom: 22px; -} - - -/* Primary Menu - Split Menu ------------------------------------------------------------------*/ - -@media (min-width: 992px) { - - #header.split-menu #logo { - position: absolute; - width: 100%; - text-align: center; - margin: 0; - float: none; - height: 100px; - } - - #header.split-menu #logo a.standard-logo { display: inline-block; } - -} - -#header.split-menu #primary-menu { - float: none; - margin: 0; -} - -#header.split-menu #primary-menu > ul { z-index: 199; } - -#header.split-menu #primary-menu > ul:first-child { float: left; } - -#header.split-menu #primary-menu > ul:last-child { float: right; } - - -/* Primary Menu - Overlay Menu ------------------------------------------------------------------*/ - - -@media (min-width: 992px) { - -.overlay-menu:not(.top-search-open) #primary-menu-trigger { - opacity: 1; - pointer-events: auto; - left: auto; - right: 75px; - width: 20px; - height: 20px; - line-height: 20px; - margin-top: -10px; -} - -.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; } - -.overlay-menu #primary-menu > #overlay-menu-close { - opacity: 0; - pointer-events: none; - position: fixed; - top: 25px; - left: auto; - right: 25px; - width: 48px; - height: 48px; - line-height: 48px; - font-size: 24px; - text-align: center; - color: #444; - z-index: 300; - -webkit-transform: translateY(-80px); - -ms-transform: translateY(-80px); - -o-transform: translateY(-80px); - transform: translateY(-80px); - -webkit-transition: opacity .4s ease, transform .45s .15s ease; - -o-transition: opacity .4s ease, transform .45s .15s ease; - transition: opacity .4s ease, transform .45s .15s ease; -} - -.overlay-menu #primary-menu > ul { - opacity: 0 !important; - pointer-events: none; - position: fixed; - left: 0; - top: 0; - width: 100%; - height: 100% !important; - z-index: 299; - background: rgba(255,255,255,0.95); - -webkit-transition: opacity .7s ease; - -o-transition: opacity .7s ease; - transition: opacity .7s ease; -} - -.overlay-menu #primary-menu > ul.show { - opacity: 1 !important; - display: inherit !important; - pointer-events: auto; -} - -.overlay-menu #primary-menu > ul.show ~ #overlay-menu-close { - opacity: 1; - -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease; - -o-transition: opacity .7s .4s ease, transform .45s .15s ease; - transition: opacity .7s .4s ease, transform .45s .15s ease; - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - -o-transform: translateY(0); - transform: translateY(0); - pointer-events: auto; -} - -.overlay-menu #primary-menu > ul > li { - float: none; - text-align: center; - max-width: 400px; - margin: 0 auto; -} - -.overlay-menu #primary-menu > ul > li > a { - font-size: 24px; - padding-top: 19px; - padding-bottom: 19px; - letter-spacing: 2px; - text-transform: none; - opacity: 0; - -webkit-transform: translateY(-80px); - -ms-transform: translateY(-80px); - -o-transform: translateY(-80px); - transform: translateY(-80px); - -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; - -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; - transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; -} - -.overlay-menu #primary-menu > ul.show > li > a { - opacity: 1; - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - -o-transform: translateY(0); - transform: translateY(0); -} - -} - - -/* ---------------------------------------------------------------- - Top Search ------------------------------------------------------------------*/ - - -#top-search, -#top-cart, -#side-panel-trigger, -#top-account { - float: right; - margin: 40px 0 40px 15px; -} - -#top-cart { position: relative; } - -#top-search a, -#top-cart > a, -#side-panel-trigger a, -#top-account a { - display: block; - position: relative; - width: 14px; - height: 14px; - font-size: 14px; - line-height: 20px; - text-align: center; - color: #333; - -webkit-transition: color .3s ease-in-out; - -o-transition: color .3s ease-in-out; - transition: color .3s ease-in-out; -} - -#top-search a { z-index: 11; } - -#top-search a i { - position: absolute; - top: 0; - left: 0; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -body.top-search-open #top-search a i.icon-search3, -#top-search a i.icon-line-cross { opacity: 0; } - -body.top-search-open #top-search a i.icon-line-cross { - opacity: 1; - z-index: 11; - font-size: 16px; -} - -#top-cart > a:hover { color: #1ABC9C; } - -#top-search form { - opacity: 0; - z-index: -2; - position: absolute; - width: 100% !important; - height: 100% !important; - padding: 0 15px; - margin: 0; - top: 0; - left: 0; - -webkit-transition: opacity .3s ease-in-out; - -o-transition: opacity .3s ease-in-out; - transition: opacity .3s ease-in-out; -} - -body.top-search-open #top-search form { - opacity: 1; - z-index: 10; -} - -#top-search form input { - box-shadow: none !important; - pointer-events: none; - border-radius: 0; - border: 0; - outline: 0 !important; - font-size: 32px; - padding: 10px 80px 10px 0; - height: 100%; - background-color: transparent; - color: #333; - font-weight: 700; - margin-top: 0 !important; - font-family: 'Raleway', sans-serif; - letter-spacing: 2px; -} - -body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input { padding-left: 40px; } - -body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; } - -body.top-search-open #top-search form input { pointer-events: auto; } - -body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); } - -#top-search form input::-moz-placeholder { - color: #555; - opacity: 1; - text-transform: uppercase; -} -#top-search form input:-ms-input-placeholder { - color: #555; - text-transform: uppercase; -} -#top-search form input::-webkit-input-placeholder { - color: #555; - text-transform: uppercase; -} - -#primary-menu .container #top-search form input, -.sticky-header #top-search form input { border: none !important; } - - -/* ---------------------------------------------------------------- - Top Cart ------------------------------------------------------------------*/ - - -#top-cart { margin-right: 0; } - -#top-cart > a > span { - display: block; - position: absolute; - top: -7px; - left: auto; - right: -14px; - font-size: 10px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - width: 16px; - height: 16px; - line-height: 16px; - text-align: center; - background-color: #1ABC9C; - border-radius: 50%; -} - -#top-cart .top-cart-content { - opacity: 0; - z-index: -2; - position: absolute; - width: 280px; - background-color: #FFF; - box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05); - border: 1px solid #EEE; - border-top: 2px solid #1ABC9C; - top: 60px; - right: -15px; - left: auto; - margin: -10000px 0 0; - -webkit-transition: opacity .5s ease, top .4s ease; - -o-transition: opacity .5s ease, top .4s ease; - transition: opacity .5s ease, top .4s ease; -} - -.style-2 .container #top-cart .top-cart-content { top: 40px; } - -.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; } - -#top-cart.top-cart-open .top-cart-content { - opacity: 1; - z-index: 11; - margin-top: 0; -} - -.top-cart-title { - padding: 12px 15px; - border-bottom: 1px solid #EEE; -} - -.top-cart-title h4 { - margin-bottom: 0; - font-size: 15px; - font-weight: bold; - text-transform: uppercase; - letter-spacing: 1px; -} - -.top-cart-items { padding: 15px; } - -.top-cart-item { - padding-top: 15px; - margin-top: 15px; - border-top: 1px solid #F5F5F5; -} - -.top-cart-item:first-child { - padding-top: 0; - margin-top: 0; - border-top: 0; -} - -.top-cart-item-image { - float: left; - margin-right: 15px; - width: 48px !important; - height: 48px !important; - border: 2px solid #EEE; - -webkit-transition: border-color .2s linear; - -o-transition: border-color .2s linear; - transition: border-color .2s linear; -} - -.top-cart-item-image a, -.top-cart-item-image img { - display: block; - width: 44px !important; - height: 44px !important; -} - -.top-cart-item-image:hover { border-color: #1ABC9C; } - -.top-cart-item-desc { - position: relative; - overflow: hidden; -} - -.top-cart-item-desc a { - text-align: left !important; - font-size: 13px !important; - width: auto !important; - height: auto !important; - color: #333; - font-weight: 600; -} - -.top-cart-item-desc a:hover { color: #1ABC9C !important; } - -.top-cart-item-desc span.top-cart-item-price { - display: block; - line-height: 20px; - font-size: 12px !important; - color: #999; -} - -.top-cart-item-desc span.top-cart-item-quantity { - display: block; - position: absolute; - font-size: 12px !important; - right: 0; - top: 2px; - color: #444; -} - -.top-cart-action { - padding: 15px; - border-top: 1px solid #EEE; -} - -.top-cart-action span.top-checkout-price { - font-size: 20px; - color: #1ABC9C; -} - - -/* ---------------------------------------------------------------- - Top Account ------------------------------------------------------------------*/ - - -#top-account { margin: 32px 0 33px 20px; } - -#top-account a { - width: auto; - height: auto; -} - -#top-account a span { - margin-left: 5px; - font-weight: 600; -} - -#top-account a i.icon-angle-down { - margin-left: 5px; - font-size: 12px; -} - -#top-account .dropdown-menu { padding: 10px 0; } - -#top-account .dropdown-menu li a { - font-family: 'Lato', sans-serif; - font-weight: 400; - text-align: left; - line-height: 22px; -} - -#top-account .dropdown-menu li a .badge { - display: block; - float: right; - margin: 2px 0 0 0; -} - -#top-account .dropdown-menu li a i:last-child { - position: relative; - top: 1px; - margin-left: 5px; -} - - -/* ---------------------------------------------------------------- - Sticky Header ------------------------------------------------------------------*/ - -#header, -#header-wrap, -#logo img { - height: 75px; - -webkit-transition: height .4s ease, opacity .3s ease; - -o-transition: height .4s ease, opacity .3s ease; - transition: height .4s ease, opacity .3s ease; -} - -#header.sticky-style-2 { height: 161px; } - -#header.sticky-style-3 { height: 181px; } - -#header.sticky-style-2 #header-wrap { height: 60px; } - -#header.sticky-style-3 #header-wrap { height: 80px; } - -#primary-menu > ul > li > ul, -#primary-menu > ul > li > .mega-menu-content, -#primary-menu > ul > li.mega-menu > .mega-menu-content { - -webkit-transition: top .4s ease; - -o-transition: top .4s ease; - transition: top .4s ease; -} - -#top-search, -#top-cart { - -webkit-transition: margin .4s ease, opacity .3s ease; - -o-transition: margin .4s ease, opacity .3s ease; - transition: margin .4s ease, opacity .3s ease; -} - -body:not(.top-search-open) #header-wrap #logo, -body:not(.top-search-open) #primary-menu > ul, -body:not(.top-search-open) #primary-menu > .container > ul, -body:not(.top-search-open) #top-cart, -body:not(.top-search-open) #side-panel-trigger, -body:not(.top-search-open) #top-account { - opacity: 1; - -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; - -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; - transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; -} - -body.top-search-open #header-wrap #logo, -body.top-search-open #primary-menu > ul, -body.top-search-open #primary-menu > .container > ul, -body.top-search-open #top-cart, -body.top-search-open #side-panel-trigger, -body.top-search-open #top-account { opacity: 0; } - -#header.sticky-header.semi-transparent { background-color: transparent; } - -#header-wrap { - position: relative; - z-index: 199; - -webkit-backface-visibility: hidden; -} - -#header.sticky-header #header-wrap { - position: fixed; - top: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 10px rgba(0,0,0,0.1); -} - -#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) } - -#header.sticky-header:not(.static-sticky), -#header.sticky-header:not(.static-sticky) #header-wrap, -#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; } - -#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { - padding-top: 19px; - padding-bottom: 19px; -} - -#header.sticky-header:not(.static-sticky).sticky-style-2, -#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; } - -#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu, -#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; } - -#header.sticky-header:not(.static-sticky) #top-search, -#header.sticky-header:not(.static-sticky) #top-cart, -#header.sticky-header:not(.static-sticky) #side-panel-trigger { - margin-top: 20px !important; - margin-bottom: 20px !important; -} - -#header.sticky-header:not(.static-sticky) #top-account { - margin-top: 12px !important; - margin-bottom: 13px !important; -} - -#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } - -#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; } - -/* Primary Menu - Style 3 ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a { - margin: 0; - border-radius: 0; -} - -/* Primary Menu - Style 4 ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a { - padding-top: 8px; - padding-bottom: 8px; - margin: 10px 0; -} - -/* Primary Menu - Style 5 ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; } - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; } - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a { - line-height: 22px; - padding-top: 19px; - padding-bottom: 19px; -} - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; } - -#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i { - display: inline-block; - width: 16px; - top: -1px; - margin: 0 6px 0 0; - font-size: 14px; - line-height: 22px; -} - -/* Primary Menu - Sub Title ------------------------------------------------------------------*/ - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li { - background: none !important; - margin-left: 2px; -} - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; } - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a { - line-height: 22px; - padding: 19px 15px; - text-transform: none; - font-size: 14px; - border-top: 0; -} - -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; } - - -/* ---------------------------------------------------------------- - Page Menu ------------------------------------------------------------------*/ - -#page-menu, -#page-menu-wrap { - position: relative; - height: 44px; - line-height: 44px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -#page-menu-wrap { - z-index: 99; - background-color: #1ABC9C; - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - -o-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - -webkit-backface-visibility: hidden; -} - -#page-menu.sticky-page-menu #page-menu-wrap { - position: fixed; - z-index: 99; - left: 0; - width: 100%; - box-shadow: 0 0 15px rgba(0,0,0,0.3); -} - -#header.static-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.static-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 100px; } - -#header ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap, -#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 0; } - -#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 60px; } - -#page-submenu-trigger { - top: 0; - margin-top: 0; - left: auto; - right: 15px; - width: 40px; - height: 44px; - line-height: 44px; -} - -#page-menu .menu-title { - float: left; - color: #FFF; - font-size: 20px; - font-weight: 300; -} - -#page-menu .menu-title span { font-weight: 600; } - -#page-menu nav { - position: relative; - float: right; -} - -#page-menu nav ul { - margin-bottom: 0; - height: 44px; -} - -#page-menu nav li { - position: relative; - float: left; - list-style: none; -} - -#page-menu nav li a { - display: block; - height: 28px; - line-height: 28px; - margin: 8px 4px; - padding: 0 14px; - color: #FFF; - font-size: 14px; - border-radius: 14px; -} - -#page-menu nav li a .icon-angle-down { margin-left: 5px; } - -body:not(.device-touch) #page-menu nav li a { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -#page-menu nav li:hover a, -#page-menu nav li.current a { background-color: rgba(0,0,0,0.15); } - -#page-menu li:hover ul { display: block; } - -#page-menu ul ul { - display: none; - position: absolute; - width: 150px; - top: 44px; - left: 0; - z-index: 149; - height: auto; - background-color: #1ABC9C; -} - -#page-menu ul ul ul { display: none !important; } /* Disable Multi-Level Links */ - -#page-menu ul ul li { float: none; } - -#page-menu ul ul a { - height: auto; - line-height: 22px; - margin: 0; - padding: 8px 14px; - border-radius: 0; - background-color: rgba(0,0,0,0.15); -} - -#page-menu ul ul li:hover a, -#page-menu ul ul li.current a { background-color: rgba(0,0,0,0.3); } - - -/* Page Menu - Dots Style ------------------------------------------------------------------*/ - -@media (min-width: 992px) { - - #page-menu.dots-menu, - #page-menu.dots-menu #page-menu-wrap { - position: fixed; - z-index: 99; - top: 50%; - left: auto; - right: 20px; - width: 24px; - height: auto; - line-height: 1.5; - background-color: transparent; - text-shadow: none; - } - - #page-menu.dots-menu #page-menu-wrap { - position: relative; - box-shadow: none; - } - - #page-menu.dots-menu .menu-title { display: none; } - - #page-menu.dots-menu nav { - float: none; - width: 24px; - } - - #page-menu.dots-menu nav ul { height: auto; } - - #page-menu.dots-menu nav ul li { - float: none; - width: 14px; - height: 14px; - margin: 10px 6px; - } - - #page-menu.dots-menu nav li a { - position: relative; - width: 10px; - height: 10px; - line-height: 1.5; - padding: 0; - margin: 0 2px; - background-color: rgba(0,0,0,0.4); - border-radius: 50%; - color: #777; - } - - #page-menu.dots-menu nav li a:hover { background-color: rgba(0,0,0,0.7) } - - #page-menu.dots-menu nav li.current a { background-color: #1ABC9C; } - - #page-menu.dots-menu nav li div { - position: absolute; - width: auto; - top: -11px; - right: 25px; - background-color: #1ABC9C; - color: #FFF; - padding: 5px 14px; - white-space: nowrap; - pointer-events: none; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - border-radius: 2px; - opacity: 0; - } - - body:not(.device-touch) #page-menu.dots-menu nav li div { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; - } - - #page-menu.dots-menu nav li div:after { - position: absolute; - content: ''; - top: 50%; - margin-top: -6px; - left: auto; - right: -5px; - width: 0; - height: 0; - border-top: 7px solid transparent; - border-bottom: 7px solid transparent; - border-left: 6px solid #1ABC9C; - } - - #page-menu.dots-menu nav li a:hover div { - opacity: 1; - right: 30px; - } - -} - - -/* ---------------------------------------------------------------- - One Page ------------------------------------------------------------------*/ - -.one-page-arrow { - position: absolute; - z-index: 3; - bottom: 20px; - left: 50%; - margin-left: -16px; - width: 32px; - height: 32px; - font-size: 32px; - text-align: center; - color: #222; -} - - -/* ---------------------------------------------------------------- - Side Header ------------------------------------------------------------------*/ - -@media (min-width: 992px) { - - -.side-header #header { - position: fixed; - top: 0; - left: 0; - z-index: 10; - width: 260px; - height: 100%; - height: calc(100vh); - background-color: #FFF; - border: none; - border-right: 1px solid #EEE; - overflow: hidden; - box-shadow: 0 0 15px rgba(0, 0, 0, 0.065); -} - -.side-header #header-wrap { - width: 300px; - height: 100%; - overflow: auto; - padding-right: 40px; -} - -.side-header #header .container { - width: 260px !important; - padding: 0 30px !important; - margin: 0 !important; -} - -.side-header #logo { - float: none; - margin: 60px 0 40px; -} - -.side-header #logo img { height: auto !important; } - -.side-header #logo:not(.nobottomborder):after, -.side-header #primary-menu:not(.nobottomborder):after { - display: block; - content: ''; - width: 20%; - border-bottom: 1px solid #E5E5E5; -} - -.side-header .center #logo:after { margin: 0 auto; } - -.side-header #primary-menu { margin-bottom: 30px; } - -.side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; } - -.side-header #primary-menu, -.side-header #primary-menu ul { - float: none; - height: auto; -} - -.side-header #primary-menu ul li { - float: none; - margin: 15px 0 0; -} - -.side-header #primary-menu ul li:first-child { margin-top: 0; } - -.side-header #primary-menu ul li a { - height: 25px; - line-height: 25px; - padding: 0; - text-transform: uppercase; -} - -.side-header #primary-menu ul li i { line-height: 24px; } - -.side-header #primary-menu ul ul { - position: relative; - width: 100%; - background-color: transparent; - box-shadow: none; - border: none; - height: auto; - z-index: 1; - top: 0; - left: 0; - margin: 5px 0; - padding-left: 12px; -} - -.side-header #primary-menu ul ul ul { - top: 0 !important; - left: 0; -} - -.side-header #primary-menu ul ul.menu-pos-invert { - left: 0; - right: auto; -} - -.side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; } - -.side-header #primary-menu ul ul li { - margin: 0; - border: 0; -} - -.side-header #primary-menu ul ul li:first-child { border-top: 0; } - -.side-header #primary-menu ul ul a { - font-size: 12px; - height: auto !important; - line-height: 24px !important; - padding: 2px 0 !important; -} - -.side-header #primary-menu ul ul li:hover > a { - background-color: transparent !important; - color: #444 !important; -} - -.side-header #primary-menu ul > li.sub-menu > a, -.side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; } - -.side-header #primary-menu ul > li.sub-menu > a:after { - position: absolute; - content: '\e7a5'; - top: 1px; - right: 0; - -webkit-transition: transform .2s linear; - -o-transition: transform .2s linear; - transition: transform .2s linear; -} - -.side-header #primary-menu ul > li.sub-menu:hover > a:after { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); -} - -.side-header:not(.open-header) #wrapper { - margin: 0 0 0 260px !important; - width: auto !important; -} - -.side-header:not(.open-header) #wrapper .container { - width: auto; - margin: 0 40px; -} - - -/* Side Header - Push Header ------------------------------------------------------------------*/ - -.side-header.open-header.push-wrapper { overflow-x: hidden; } - -.side-header.open-header #header { left: -260px; } - -.side-header.open-header.side-header-open #header { left: 0; } - -.side-header.open-header #wrapper { left: 0; } - -.side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; } - -#header-trigger { display: none; } - -.side-header.open-header #header-trigger { - display: block; - position: fixed; - cursor: pointer; - top: 20px; - left: 20px; - z-index: 11; - font-size: 16px; - width: 32px; - height: 32px; - line-height: 32px; - background-color: #FFF; - text-align: center; - border-radius: 2px; -} - -.side-header.open-header.side-header-open #header-trigger { left: 280px; } - -.side-header.open-header #header-trigger i:nth-child(1), -.side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; } - -.side-header.open-header.side-header-open #header-trigger i:nth-child(1), -.side-header.open-header #header-trigger i:nth-child(2) { display: none; } - - -.side-header.open-header #header, -.side-header.open-header #header-trigger, -.side-header.open-header.push-wrapper #wrapper { - -webkit-transition: left .4s ease; - -o-transition: left .4s ease; - transition: left .4s ease; -} - - -/* Side Header - Right Aligned ------------------------------------------------------------------*/ - -.side-header.side-header-right #header { - left: auto; - right: 0; - border: none; - border-left: 1px solid #EEE; -} - -.side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; } - -.side-header.side-header-right.open-header #header { - left: auto; - right: -260px; -} - -.side-header.side-header-right.open-header.side-header-open #header { - left: auto; - right: 0; -} - -.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; } - -.side-header.side-header-right.open-header #header-trigger { - left: auto; - right: 20px; -} - -.side-header.side-header-right.open-header.side-header-open #header-trigger { - left: auto; - right: 280px; -} - -.side-header.side-header-right.open-header #header, -.side-header.side-header-right.open-header #header-trigger { - -webkit-transition: right .4s ease; - -o-transition: right .4s ease; - transition: right .4s ease; -} - - -} - - -/* ---------------------------------------------------------------- - Side Push Panel ------------------------------------------------------------------*/ - -body.side-push-panel { overflow-x: hidden; } - -#side-panel { - position: fixed; - top: 0; - right: -300px; - z-index: 399; - width: 300px; - height: 100%; - background-color: #F5F5F5; - overflow: hidden; - -webkit-backface-visibility: hidden; -} - -body.side-panel-left #side-panel { - left: -300px; - right: auto; -} - -body.side-push-panel.stretched #wrapper, -body.side-push-panel.stretched #header.sticky-header .container { right: 0; } - -body.side-panel-left.side-push-panel.stretched #wrapper, -body.side-panel-left.side-push-panel.stretched #header.sticky-header .container { - left: 0; - right: auto; -} - -#side-panel .side-panel-wrap { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 330px; - height: 100%; - overflow: auto; - padding: 50px 70px 50px 40px; -} - -body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; } - -#side-panel .widget { - margin-top: 40px; - padding-top: 40px; - width: 220px; - border-top: 1px solid #E5E5E5; -} - -#side-panel .widget:first-child { - padding-top: 0; - border-top: 0; - margin: 0; -} - -body.side-panel-open #side-panel { right: 0; } - -body.side-panel-left.side-panel-open #side-panel { - left: 0; - right: auto; -} - -body.side-push-panel.side-panel-open.stretched #wrapper, -body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; } - -body.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: -300px; } - -body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper, -body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container, -body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner { - left: 300px; - right: auto; -} - -#side-panel-trigger { - display: block; - cursor: pointer; - z-index: 11; - margin-right: 5px; -} - -#side-panel-trigger-close a { display: none; } - -#side-panel, -body.side-push-panel.stretched #wrapper, -body.side-push-panel.stretched #header .container { - -webkit-transition: right .4s ease; - -o-transition: right .4s ease; - transition: right .4s ease; -} - -body.side-panel-left #side-panel, -body.side-panel-left.side-push-panel.stretched #wrapper, -body.side-panel-left.side-push-panel.stretched #header .container, -body.side-push-panel.stretched .slider-parallax-inner { - -webkit-transition: left .4s ease; - -o-transition: left .4s ease; - transition: left .4s ease; -} - -.body-overlay { - opacity: 0; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: rgba(0,0,0,0.6); - z-index: -1; - pointer-events: none; - -webkit-backface-visibility: hidden; - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -body.side-panel-open .body-overlay { - opacity: 1; - z-index: 298; - pointer-events: auto; -} - -body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url('images/icons/close.png') 15 15, default; } - - -/* ---------------------------------------------------------------- - Slider ------------------------------------------------------------------*/ - - -#slider { - position: relative; - width: 100%; - overflow: hidden; -} - -.slider-parallax { position: relative; } - -.slider-parallax, -.slider-parallax .swiper-container { - visibility: visible; - -webkit-backface-visibility: hidden; -} - -.slider-parallax .slider-parallax-inner { - position: fixed; - width: 100%; - height: 100%; -} - -.device-touch .slider-parallax .slider-parallax-inner { position: relative; } - -body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; } - -body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; } - -#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; } - -.slider-parallax .slider-parallax-inner, -.slider-parallax .slider-caption, -.slider-parallax .ei-title { - will-change: transform; - -webkit-transform: translate3d(0,0,0); - -webkit-transition: transform 0s linear; - -webkit-backface-visibility: hidden; -} - - -/* Boxed Slider ------------------------------------------------------------------*/ - -.boxed-slider { padding-top: 40px; } - - -/* Flex Slider - Thumbs ------------------------------------------------------------------*/ - -.fslider[data-animation="fade"][data-thumbs="true"] .flexslider, -.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; } - -.flex-control-nav.flex-control-thumbs { - position: relative; - top: 0; - left: 0; - right: 0; - margin: 2px -2px -2px 0; - height: 75px; -} - -.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; } - -.flex-control-nav.flex-control-thumbs li img { - cursor: pointer; - text-indent: -9999px; - border: 0; - border-radius: 0; - margin: 0; - opacity: 0.5; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.flex-control-nav.flex-control-thumbs li, -.flex-control-nav.flex-control-thumbs li img { - display: block; - width: 100px !important; - height: auto !important; -} - -.flex-control-nav.flex-control-thumbs li:hover img, -.flex-control-nav.flex-control-thumbs li img.flex-active { - border-width: 0; - opacity: 1; -} - - -/* Flex Thumbs - Flexible ------------------------------------------------------------------*/ - -.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs { - margin: 2px -2px -2px 0; - height: auto; -} - -.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li { - width: 25% !important; - height: auto !important; - margin: 0; - padding: 0 2px 2px 0; -} - -.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; } -.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; } -.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; } -.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; } -.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; } -.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; } - -.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img { - width: 100% !important; - height: auto !important; -} - - -/* Swiper Slider ------------------------------------------------------------------*/ - -.swiper_wrapper { - width: 100%; - height: 500px; - overflow: hidden; -} - -.full-screen .swiper_wrapper { height: auto; } - -.swiper_wrapper .swiper-container { - position: relative; - width:100%; - height:100%; - margin: 0; - background: url('images/pattern2.png') repeat; -} - -.swiper_wrapper .swiper-slide { - position: relative; - margin: 0; - background-position: center center; - background-repeat: no-repeat; - background-size: cover; - overflow: hidden; -} - -.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; } - -.swiper-slide .video-wrap, -.section .video-wrap, -.swiper-slide .yt-bg-player, -.section .yt-bg-player { - position: absolute; - width: 100%; - height: 100%; - z-index: -1; - top: 0; - left: 0; -} - -#slider .container { - position: relative; - height: 100%; -} - -#slider.canvas-slider .swiper-slide img { width: 100%; } - -#slider.canvas-slider a { - display: block; - height: 100%; -} - - -.swiper-pagination { - position: absolute; - width: 100%; - z-index: 20; - margin: 0; - top: auto; - bottom: 20px !important; - text-align: center; - line-height: 1; -} - -.swiper-pagination span { - display: inline-block; - cursor: pointer; - width: 10px; - height: 10px; - margin: 0 4px; - opacity: 1; - background-color: transparent; - border: 1px solid #FFF; - border-radius: 50%; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.swiper-pagination span:hover, -.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; } - - -/* Revolution Slider ------------------------------------------------------------------*/ - -.tp-banner .button { height: auto !important; } - - -/* Video Overlay ------------------------------------------------------------------*/ - -.video-wrap { - overflow: hidden; - width: 100%; - position: relative; -} - -.video-wrap video { - position: relative; - z-index: 1; - width: 100%; -} - -.video-overlay, -.video-placeholder { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 5; - background: transparent url('images/grid.png') repeat; - -webkit-backface-visibility: hidden; -} - -.video-placeholder { - z-index: 4; - background-repeat: no-repeat !important; -} - - -/* Slider Caption ------------------------------------------------------------------*/ - -.slider-caption, -.nivo-caption, -.flex-caption { - position: absolute; - top: 0; - left: 15px; - z-index: 20; - max-width: 550px; - color: #EEE; - font-size: 22px; - font-weight: 300; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - -webkit-transition: top .3s ease; - -o-transition: top .3s ease; - transition: top .3s ease; -} - -.slider-caption:not(.dark), -.slider-caption:not(.dark) h2 { - color: #222; - text-shadow: none; -} - -.slider-caption h2 { - font-size: 64px; - letter-spacing: 2px; - text-transform: uppercase; - font-weight: 700; - line-height: 1; - margin-bottom: 30px; -} - -.slider-caption p { - margin-bottom: 10px; - font-size: 24px; -} - -.slider-caption.slider-caption-right { - left: auto; - right: 15px; -} - -.slider-caption.slider-caption-center { - position: relative; - max-width: 800px; - text-align: center; - margin: 0 auto; - left: 0; - right: 0; -} - -.slider-caption-bg { - padding: 5px 12px; - border-radius: 2px; - background-color: rgba(0,0,0,0.6); - top: auto; - bottom: 50px; - left: 50px; -} - -.slider-caption-bg.slider-caption-bg-light { - background-color: rgba(255,255,255,0.8); - color: #333; - font-weight: 400; - text-shadow: none; -} - -.slider-caption-top-left { - top: 50px; - bottom: auto; -} - -.slider-caption-top-right { - top: 50px; - bottom: auto; - left: auto; - right: 50px; -} - -.slider-caption-bottom-right { - left: auto; - right: 50px; -} - - -/* Slider Arrows ------------------------------------------------------------------*/ - -#slider .owl-carousel { margin: 0; } - -#slider-arrow-left, -#slider-arrow-right, -.camera_prev, -.camera_next, -#slider .owl-prev, -#slider .owl-next, -.flex-prev, -.flex-next, -.nivo-prevNav, -.nivo-nextNav, -.slider-arrow-top-sm, -.slider-arrow-bottom-sm { - position: absolute; - cursor: pointer; - z-index: 10; - top: 50%; - left: 0; - margin-top: -26px; - background-color: rgba(0,0,0,0.3); - width: 52px; - height: 52px; - border: 0; - border-radius: 0 3px 3px 0; - -webkit-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -.slider-arrow-top-sm, -.slider-arrow-bottom-sm { - top: auto; - bottom: 57px; - left: auto; - right: 20px; - margin: 0; - width: 32px; - height: 32px; - border-radius: 3px 3px 0 0; -} - -.slider-arrow-bottom-sm { - bottom: 20px; - border-radius: 0 0 3px 3px; -} - -.fslider[data-thumbs="true"] .flex-prev, -.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; } - -#slider .owl-prev, -#slider .owl-next { - -webkit-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -#slider-arrow-right, -.camera_next, -#slider .owl-next, -.flex-next, -.nivo-nextNav { - left: auto; - right: 0; - border-radius: 3px 0 0 3px; -} - -#slider-arrow-left i, -#slider-arrow-right i, -.camera_prev i, -.camera_next i, -#slider .owl-prev i, -#slider .owl-next i, -.flex-prev i, -.flex-next i, -.nivo-prevNav i, -.nivo-nextNav i, -.slider-arrow-top-sm i, -.slider-arrow-bottom-sm i { - line-height: 50px; - width: 34px; - height: 52px; - color: #DDD; - color: rgba(255,255,255,0.8); - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); - font-size: 34px; - text-align: center; - margin-left: 7px; -} - - -.slider-arrow-top-sm i, -.slider-arrow-bottom-sm i { - width: 32px; - height: 32px; - margin: 0; - line-height: 30px; - font-size: 18px; - color: #FFF; - color: rgba(255,255,255,1); -} - -.flex-prev i { margin-left: 9px; } - -#slider .owl-prev i { margin-left: 0; } - -#slider-arrow-right i, -.camera_next i, -.nivo-nextNav i { margin-left: 10px; } - -.flex-next i { margin-left: 11px; } - -#slider .owl-next i { margin-right: 4px; } - -#slider .owl-nav { - opacity: 0; - -webkit-transition: opacity 0.3s ease-in-out; - -o-transition: opacity 0.3s ease-in-out; - transition: opacity 0.3s ease-in-out; -} - -#slider .owl-nav div, -#slider:hover .owl-nav { opacity: 1; } - -#slider-arrow-left:hover, -#slider-arrow-right:hover, -.camera_prev:hover, -.camera_next:hover, -#slider .owl-prev:hover, -#slider .owl-next:hover, -.flex-prev:hover, -.flex-next:hover, -.nivo-prevNav:hover, -.nivo-nextNav:hover, -.slider-arrow-top-sm:hover, -.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; } - - -/* Slide Number ------------------------------------------------------------------*/ - -#slide-number { - position: absolute; - opacity: 0; - top: auto; - right: 20px; - bottom: 20px; - z-index: 20; - width: 36px; - height: 40px; - text-align: center; - color: rgba(255,255,255,0.8); - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - font-size: 18px; - font-weight: 300; - -webkit-transition: all .3s linear; - -o-transition: all .3s linear; - transition: all .3s linear; -} - -#slider:hover #slide-number { opacity: 1; } - -#slide-number-current, -#slide-number-total { - position: absolute; - line-height: 1; - top: 5px; - left: 0; -} - -#slide-number-total { - top: auto; - bottom: 5px; - left: auto; - right: 0; -} - -#slide-number span { - display: block; - font-size: 32px; - line-height: 40px; -} - - -/* Pagination ------------------------------------------------------------------*/ - -#slider .owl-dots { - position: absolute; - width: 100%; - z-index: 20; - margin: 0; - top: auto; - bottom: 15px; -} - -#slider .owl-dots span { - width: 10px; - height: 10px; - margin: 0 3px; - opacity: 1; - background-color: transparent; - border: 1px solid #FFF; -} - -#slider .owl-dots .owl-dot.active span, -#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; } - - -/* ---------------------------------------------------------------- - Page Title ------------------------------------------------------------------*/ - - -#page-title { - position: relative; - padding: 50px 0; - background-color: #F5F5F5; - border-bottom: 1px solid #EEE; -} - -#page-title .container { position: relative; } - -#page-title h1 { - padding: 0; - margin: 0; - line-height: 1; - font-weight: 600; - letter-spacing: 1px; - color: #333; - font-size: 28px; - text-transform: uppercase; -} - -#page-title span { - display: block; - margin-top: 10px; - font-weight: 300; - color: #777; - font-size: 18px; -} - -.breadcrumb { - position: absolute !important; - width: auto !important; - top: 50% !important; - left: auto !important; - right: 15px !important; - margin: -10px 0 0 0 !important; - background-color: transparent !important; - padding: 0 !important; - font-size: 12px; -} - -body.stretched .container-fullwidth .breadcrumb { right: 60px !important; } - -#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; } - -.breadcrumb a { color: #555; } - -.breadcrumb a:hover { color: #1ABC9C; } - -.breadcrumb i { width: auto !important; } - -/* Page Title - Dark ------------------------------------------------------------------*/ - -#page-title.page-title-dark { - background-color: #333; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important; - border-bottom: none; -} - -#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; } - -#page-title.page-title-dark span { color: rgba(255,255,255,0.7); } - -#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); } - -#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); } - -#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); } - -/* Page Title - Right Aligned ------------------------------------------------------------------*/ - -#page-title.page-title-right { text-align: right; } - -#page-title.page-title-right .breadcrumb { - left: 15px !important; - right: auto !important; -} - -/* Page Title - Center Aligned ------------------------------------------------------------------*/ - -#page-title.page-title-center { text-align: center; } - -#page-title.page-title-center span { - max-width: 700px; - margin-left: auto; - margin-right: auto; -} - -#page-title.page-title-center .breadcrumb { - position: relative !important; - top: 0 !important; - left: 0 !important; - right: 0 !important; - margin: 20px 0 0 !important; -} - -/* Page Title - Background Pattern ------------------------------------------------------------------*/ - -#page-title.page-title-pattern { - background-image: url('images/pattern.png'); - background-repeat: repeat; - background-attachment: fixed; -} - -/* Page Title - Parallax Background ------------------------------------------------------------------*/ - -#page-title.page-title-parallax { - padding: 100px 0; - text-shadow: none; - border-bottom: none; -} - -#page-title.page-title-parallax h1 { - font-size: 40px; - font-weight: 600; - letter-spacing: 2px; -} - -#page-title.page-title-parallax span { font-size: 22px; } - -#page-title.page-title-parallax .breadcrumb { font-size: 13px; } - -#page-title.page-title-parallax { - background-color: transparent; - background-image: url('images/parallax/parallax-bg.jpg'); - background-attachment: fixed; - background-position: 50% 0; - background-repeat: no-repeat; -} - - -/* Page Title - Mini ------------------------------------------------------------------*/ - -#page-title.page-title-mini { padding: 20px 0; } - -#page-title.page-title-mini h1 { - font-weight: 600; - font-size: 18px; - color: #444; -} - -#page-title.page-title-mini span { display: none; } - - -/* Page Title - No Background ------------------------------------------------------------------*/ - -#page-title.page-title-nobg { - background: transparent !important; - border-bottom: 1px solid #F5F5F5; -} - - -/* Page Title - Video ------------------------------------------------------------------*/ - -#page-title.page-title-video { - background: none; - position: relative; - overflow: hidden; -} - -#page-title.page-title-video .container { z-index: 3; } - -#page-title.page-title-video .video-wrap { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - -#page-title.page-title-video .video-wrap video { width: 100%; } - - -/* ---------------------------------------------------------------- - Content ------------------------------------------------------------------*/ - - -#content { - position: relative; - overflow: hidden; - background-color: #FFF; -} - -#content p { line-height: 1.3; } - -.content-wrap { - position: relative; - -} - -#content .container { position: relative; } - -.grid-container { - position: relative; - overflow: hidden; -} - -body:not(.device-touch) .grid-container { - -webkit-transition: height .4s ease; - -o-transition: height .4s ease; - transition: height .4s ease; -} - - -/* ---------------------------------------------------------------- - Portfolio ------------------------------------------------------------------*/ - - -/* Portfolio - Filter ------------------------------------------------------------------*/ - -.portfolio-filter { - position: relative; - margin: 0 0 40px 0; - list-style: none; - border: 1px solid rgba(0,0,0,0.07); - float: left; - border-radius: 4px; -} - -.portfolio-filter li { - float: left; - position: relative; -} - -.portfolio-filter li a { - display: block; - position: relative; - padding: 12px 18px; - font-size: 13px; - line-height: 15px; - color: #666; - border-left: 1px solid rgba(0,0,0,0.07); -} - -.portfolio-filter li:first-child a { - border-left: none; - border-radius: 4px 0 0 4px; -} - -.portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; } - -.portfolio-filter li a:hover { color: #1ABC9C; } - -.portfolio-filter li.activeFilter a { - color: #FFF !important; - background-color: #1ABC9C; - margin: -1px 0; - padding: 13px 18px; - font-weight: bold; -} - - -.bothsidebar .portfolio-filter li a { padding: 12px 14px; } - -.bothsidebar .portfolio-filter li.activeFilter a { padding: 13px 18px; } - - -/* Portfolio - Filter: Style 2 ------------------------------------------------------------------*/ - -.portfolio-filter.style-2, -.portfolio-filter.style-3, -.portfolio-filter.style-4 { - border: none; - border-radius: 0; -} - -.portfolio-filter.style-2 li, -.portfolio-filter.style-3 li, -.portfolio-filter.style-4 li { margin-bottom: 10px; } - -.portfolio-filter.style-2 li:not(:first-child), -.portfolio-filter.style-3 li:not(:first-child) { margin-left: 10px; } - -.portfolio-filter.style-2 li a, -.portfolio-filter.style-3 li a, -.portfolio-filter.style-4 li a { - padding-top: 9px; - padding-bottom: 9px; - font-size: 14px; - line-height: 16px; - border-radius: 22px; - border: none; -} - -.portfolio-filter.style-2 li.activeFilter a { - color: #FFF !important; - margin: 0; -} - - -/* Portfolio - Filter: Style 3 ------------------------------------------------------------------*/ - -.portfolio-filter.style-3 li a { border: 1px solid transparent; } - -.portfolio-filter.style-3 li.activeFilter a { - color: #1ABC9C !important; - border-color: #1ABC9C; - background-color: transparent; - margin: 0; -} - - -/* Portfolio - Filter: Style 4 ------------------------------------------------------------------*/ - -.portfolio-filter.style-4 li:not(:first-child) { margin-left: 30px; } - -.portfolio-filter.style-4 li a { - padding: 13px 5px; - font-size: 15px; - border-radius: 0; -} - -.portfolio-filter.style-4 li a:after { - content: ''; - position: absolute; - top: auto; - bottom: 0; - left: 50%; - width: 0; - height: 2px; - -webkit-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - transition: all 0.3s ease; -} - -.portfolio-filter.style-4 li.activeFilter a { - color: #444 !important; - background-color: transparent; - margin: 0; -} - -.portfolio-filter.style-4 li.activeFilter a:after { - width: 100%; - left: 0%; - background-color: #1ABC9C; -} - - -/* Portfolio - Center Aligned ------------------------------------------------------------------*/ - -.portfolio-filter.center.style-2 li, -.portfolio-filter.center.style-3 li, -.portfolio-filter.center.style-4 li { - display: inline-block; - float: none; -} - - -/* Portfolio - Shuffle Icon ------------------------------------------------------------------*/ - -.portfolio-shuffle { - float: right; - width: 41px; - height: 41px; - border: 1px solid rgba(0,0,0,0.07); - font-size: 14px; - text-align: center; - line-height: 41px; - color: #333; - border-radius: 4px; - cursor: pointer; - -webkit-transition: all .2s linear; - -o-transition: all .2s linear; - transition: all .2s linear; -} - -.portfolio-shuffle:hover { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - - -/* Portfolio - Items ------------------------------------------------------------------*/ - -.portfolio { - position: relative; - margin: 0 -12px -12px 0; -} - -body:not(.device-touch) .portfolio { - -webkit-transition: height .4s linear; - -o-transition: height .4s linear; - transition: height .4s linear; -} - -.portfolio-item { - float: left; - position: relative; - width: 25%; - height: auto; - padding: 0 12px 12px 0; -} - -.portfolio-notitle .portfolio-item, -.portfolio-notitle .iportfolio { overflow: hidden; } - -.portfolio-item .portfolio-image { - position: relative; - overflow: hidden; -} - -.portfolio-item .portfolio-image, -.portfolio-item .portfolio-image a, -.portfolio-item .portfolio-image img { - display: block; - width: 100%; - height: auto; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - - -/* Portfolio - Item Title ------------------------------------------------------------------*/ - -.portfolio-desc { - z-index: 3; - padding: 15px 5px 10px; -} - -.portfolio-desc h3 { - margin: 0; - padding: 0; - font-size: 19px; -} - -.portfolio-desc h3 a { color: #222; } - -.portfolio-desc h3 a:hover { color: #1ABC9C; } - -.portfolio-desc span { - display: block; - margin-top: 3px; - color: #888; -} - -.portfolio-desc span a { color: #888; } - -.portfolio-desc span a:hover { color: #000; } - -.portfolio-notitle .portfolio-desc { - position: absolute; - display: block !important; - width: 100%; - height: 78px; - padding: 15px 5px; - top: auto; - bottom: -79px; - left: 0; - background-color: #FFF; - border-bottom: 1px solid #EEE; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc { - -webkit-transition: bottom .2s ease-in-out; - -o-transition: bottom .2s ease-in-out; - transition: bottom .2s ease-in-out; -} - -.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-nomargin.portfolio-notitle .portfolio-desc { - bottom: -78px; - border-bottom: 0; -} - -.portfolio-notitle .portfolio-item:hover .portfolio-desc, -.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; } - -.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateY(0); - -moz-transform: translateY(0); - -ms-transform: translateY(0); - -o-transform: translateY(0); - transform: translateY(0); -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img, -body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img, -body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img, -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img { - -webkit-transform: translateY(-20px); - -moz-transform: translateY(-20px); - -ms-transform: translateY(-20px); - -o-transform: translateY(-20px); - transform: translateY(-20px); -} - -body.device-touch.device-xs .portfolio-notitle .portfolio-desc, -body.device-touch.device-xxs .portfolio-notitle .portfolio-desc { display: none !important; } - - -/* Portfolio - No Margin ------------------------------------------------------------------*/ - -.portfolio.portfolio-nomargin, -.portfolio.portfolio-full { margin: 0 !important; } - -.portfolio-nomargin .portfolio-item, -.portfolio-full .portfolio-item { padding: 0 !important; } - -.portfolio-nomargin .portfolio-desc { padding: 15px 10px 15px; } - - -/* Portfolio - 100% Full Width ------------------------------------------------------------------*/ - -.portfolio.portfolio-full { - margin: 0 !important; - width: 100.4%; -} - -.portfolio-full .portfolio-item { overflow: hidden !important; } - -.portfolio-full .portfolio-desc { padding: 15px; } - - -/* Portfolio - Sidebar ------------------------------------------------------------------*/ - -.postcontent .portfolio-desc h3 { font-size: 17px; } - -.postcontent .portfolio-desc span { font-size: 12px; } - - -/* Portfolio - Sidebar - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-notitle .portfolio-desc { - height: 70px; - bottom: -71px; -} - -.postcontent .portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -70px; } - -.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; } - - -/* Portfolio - Both Sidebars ------------------------------------------------------------------*/ - -.bothsidebar .portfolio { margin: 0; } - -.bothsidebar .portfolio-item { padding: 0; } - -.bothsidebar .portfolio-desc { display: none !important; } - - -/* Portfolio - Items - 3 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-3 { margin: 0 -15px -15px 0; } - -.portfolio-3 .portfolio-item { - width: 33.33333333%; - padding: 0 15px 15px 0; -} - - -/* Portfolio - Sidebar - Items - 3 Columns ------------------------------------------------------------------*/ - -.postcontent .portfolio-3 .portfolio-desc h3 { font-size: 18px; } - -.postcontent .portfolio-3 .portfolio-desc span { font-size: 13px; } - - -/* Portfolio - Sidebar - Items - 3 Columns - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-3.portfolio-notitle .portfolio-desc { - height: 72px; - bottom: -73px; -} - -.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -72px; } - -.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Both Sidebars - Items - 3 Columns ------------------------------------------------------------------*/ - -.bothsidebar .portfolio.portfolio-3 { margin: 0 -11px -11px 0; } - -.bothsidebar .portfolio-3 .portfolio-item { padding: 0 11px 11px 0; } - -.bothsidebar .portfolio-3 .portfolio-desc { display: block !important; } - -.bothsidebar .portfolio-3 .portfolio-desc h3 { font-size: 15px; } - -.bothsidebar .portfolio-3 .portfolio-desc span { font-size: 12px; } - - -/* Portfolio - Both Sidebars - Items - 3 Columns - No Title ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc { - height: 68px; - bottom: -69px; -} - -.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc, -.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; } - -.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; } - - -/* Portfolio - Items - 2 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-2 { margin: 0 -20px -20px 0; } - -.portfolio-2 .portfolio-item { - width: 50%; - padding: 0 20px 20px 0; -} - -.portfolio-2 .portfolio-desc { padding: 20px 5px 10px; } - -.portfolio-2 .portfolio-desc h3 { font-size: 21px; } - -.portfolio-2 .portfolio-desc span { - margin-top: 4px; - font-size: 14px; -} - - -/* Portfolio - Items - 2 Columns - No Margin ------------------------------------------------------------------*/ - -.portfolio-2.portfolio-nomargin .portfolio-desc { padding: 20px 15px 20px; } - - -/* Portfolio - Items - 2 Columns - No Title ------------------------------------------------------------------*/ - -.portfolio-2.portfolio-notitle .portfolio-desc { - height: 90px; - bottom: -91px; -} - -.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; } - - -/* Portfolio - Sidebar - Items - 2 Columns ------------------------------------------------------------------*/ - -.postcontent .portfolio-2 .portfolio-desc h3 { font-size: 21px; } - -.postcontent .portfolio-2 .portfolio-desc span { font-size: 14px; } - - -/* Portfolio - Sidebar - Items - 2 Columns - No Margin ------------------------------------------------------------------*/ - -.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 20px; } - - -/* Portfolio - Sidebar - Items - 2 Columns - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-2.portfolio-notitle .portfolio-desc { - height: 90px; - bottom: -91px; -} - -.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; } - -.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Both Sidebars - Items - 2 Columns ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-2 .portfolio-desc { - display: block !important; - padding-top: 15px; - padding-bottom: 0; -} - -.bothsidebar .portfolio-2 .portfolio-desc h3 { font-size: 19px; } - -.bothsidebar .portfolio-2 .portfolio-desc span { font-size: 13px; } - - -/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 15px; } - - -/* Portfolio - Both Sidebars - Items - 2 Columns - No Title ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc { - height: 75px; - bottom: -76px; -} - -.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc, -.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -75px; } - -.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Items - 5 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-5 { margin: 0 -10px -10px 0; } - -.portfolio-5 .portfolio-item { - width: 20%; - padding: 0 10px 10px 0; -} - -.portfolio-5 .portfolio-desc h3 { font-size: 17px; } - - -/* Portfolio - Items - 5 Columns - No Title ------------------------------------------------------------------*/ - -.portfolio-5.portfolio-notitle .portfolio-desc { - height: 71px; - bottom: -72px; -} - -.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -71px; } - -.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -30px !important; } - - -/* Portfolio - Sidebar - Items - 5 Columns ------------------------------------------------------------------*/ - -.postcontent .portfolio.portfolio-5 { margin: 0; } - -.postcontent .portfolio-5 .portfolio-item { padding: 0; } - -.postcontent .portfolio-5 .portfolio-desc h3 { font-size: 15px; } - -.postcontent .portfolio-5 .portfolio-desc span { font-size: 12px; } - -.postcontent .portfolio-5 .portfolio-desc { padding: 15px 10px; } - - -/* Portfolio - Sidebar - Items - 5 Columns - No Title ------------------------------------------------------------------*/ - -.postcontent .portfolio-5.portfolio-notitle .portfolio-desc { - height: 68px; - bottom: -69px; -} - -.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, -.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; } - -.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; } - - -/* Portfolio - Items - 6 Columns ------------------------------------------------------------------*/ - -.portfolio.portfolio-6 { margin: 0 -6px -6px 0; } - -.portfolio-6 .portfolio-item { - width: 16.66666667%; - padding: 0 6px 6px 0; -} - -.portfolio-6 .portfolio-desc h3 { font-size: 15px; } - -.portfolio-6 .portfolio-desc span { font-size: 12px; } - - -/* Portfolio - Items - 6 Columns - No Title ------------------------------------------------------------------*/ - -.portfolio-6.portfolio-notitle .portfolio-desc { - height: 68px; - bottom: -69px; -} - -.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc, -.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; } - -.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; } - - -/* Portfolio - Items - 1 Column ------------------------------------------------------------------*/ - -.portfolio.portfolio-1 { margin: 0 0px -40px 0; } - -.portfolio-1 .portfolio-item { - float: none; - width: 100%; - margin: 0 0 40px 0; - padding-bottom: 40px; - padding-right: 0; - border-bottom: 1px solid #EEE; -} - -.portfolio-1 .portfolio-item .portfolio-image { - float: left; - margin-right: 40px; -} - -.portfolio-1 .portfolio-item.alt .portfolio-image { - float: right; - margin: 0 0 0 40px; -} - -.portfolio-1 .portfolio-item .portfolio-image, -.portfolio-1 .portfolio-item .portfolio-image a, -.portfolio-1 .portfolio-item .portfolio-image img { - display: block; - width: 720px; - height: 400px; -} - -.portfolio-1 .portfolio-desc { - float: left; - width: 380px; - padding: 10px 0; -} - -.portfolio-1 .alt .portfolio-desc { float: right; } - -.portfolio-1 .portfolio-desc h3 { font-size: 22px; } - -.portfolio-1 .portfolio-desc span { - margin-top: 6px; - font-size: 14px; -} - -.portfolio-1 .portfolio-desc p { - margin: 20px 0 25px; - font-size: 14px; -} - -.portfolio-1 .portfolio-desc li { margin: 3px 0; } - - -/* Portfolio - Items - 1 Column - Sidebar ------------------------------------------------------------------*/ - -.postcontent .portfolio-1 .portfolio-item .portfolio-image, -.postcontent .portfolio-1 .portfolio-item .portfolio-image a, -.postcontent .portfolio-1 .portfolio-item .portfolio-image img { - width: 540px; - height: 300px; -} - -.postcontent .portfolio-1 .portfolio-desc { width: 280px; } - - -/* Portfolio - Items - 1 Column - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-right: 20px; } - -.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image { margin: 0 0 0 20px; } - -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image, -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a, -.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img { - width: 320px; - height: 178px; -} - -.bothsidebar .portfolio-1 .portfolio-desc { - display: block !important; - width: 240px; - padding: 0; -} - -.bothsidebar .portfolio-1 .portfolio-desc h3 { font-size: 19px; } - -.bothsidebar .portfolio-1 .portfolio-desc span { - margin-top: 5px; - font-size: 13px; -} - -.bothsidebar .portfolio-1 .portfolio-desc p { - margin: 15px 0 0 0; - font-size: 13px; -} - -.bothsidebar .portfolio-1 .portfolio-desc ul, -.bothsidebar .portfolio-1 .portfolio-desc .btn { display: none; } - - -/* Portfolio - Items - 1 Column - Full Width ------------------------------------------------------------------*/ - -.portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; } - -.portfolio-1.portfolio-fullwidth .portfolio-item { - margin-bottom: 60px; - padding: 0; - border-bottom: 0; - overflow: hidden; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image { - float: none; - margin: 0 !important; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, -.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 1140px; - height: 500px; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateX(-60px); - -moz-transform: translateX(-60px); - -ms-transform: translateX(-60px); - -o-transform: translateX(-60px); - transform: translateX(-60px); -} - -.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(60px); - -moz-transform: translateX(60px); - -ms-transform: translateX(60px); - -o-transform: translateX(60px); - transform: translateX(60px); -} - -.portfolio-1.portfolio-fullwidth .portfolio-desc { - position: absolute; - float: none; - width: 380px; - height: 100%; - padding: 30px; - background-color: #F9F9F9; - top: 0; - left: auto; - right: -380px; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc { - -webkit-transition: right .3s ease-in-out; - -o-transition: right .3s ease-in-out; - transition: right .3s ease-in-out; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc { right: 0; } - -.portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - left: -380px; - right: auto; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - -webkit-transition: left .3s ease-in-out; - -o-transition: left .3s ease-in-out; - transition: left .3s ease-in-out; -} - -.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc { left: 0; } - -.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 33%; } - -.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 33%; -} - - -/* Portfolio - Items - 1 Column - Full Width - Sidebar ------------------------------------------------------------------*/ - -.postcontent .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; } - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; } - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 860px; - height: 377px; -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateX(-40px); - -moz-transform: translateX(-40px); - -ms-transform: translateX(-40px); - -o-transform: translateX(-40px); - transform: translateX(-40px); -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(40px); - -moz-transform: translateX(40px); - -ms-transform: translateX(40px); - -o-transform: translateX(40px); - transform: translateX(40px); -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc { - width: 320px; - padding: 25px; - right: -320px; -} - -.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - left: -320px; - right: auto; -} - -.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 32%; } - -.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 32%; -} - - -/* Portfolio - Items - 1 Column - Full Width - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; } - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; } - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image, -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a, -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img { - width: 580px; - height: 254px; -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img { - -webkit-transform: translateX(-20px); - -moz-transform: translateX(-20px); - -ms-transform: translateX(-20px); - -o-transform: translateX(-20px); - transform: translateX(-20px); -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img { - -webkit-transform: translateX(20px); - -moz-transform: translateX(20px); - -ms-transform: translateX(20px); - -o-transform: translateX(20px); - transform: translateX(20px); -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc { - width: 240px; - padding: 15px 20px; - right: -240px; -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc { - left: -240px; - right: auto; -} - -.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 29%; } - -.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a { - left: auto; - right: 29%; -} - - -/* Portfolio - Parallax ------------------------------------------------------------------*/ - -.portfolio.portfolio-parallax { margin: 0 !important; } - -.portfolio.portfolio-parallax .portfolio-item { - float: none; - width: 100% !important; - height: 500px !important; - margin: 0 !important; -} - -.portfolio.portfolio-parallax .portfolio-item .portfolio-image { - width: 100% !important; - height: 500px !important; - background-attachment: fixed; -} - -.portfolio.portfolio-parallax .portfolio-desc { - position: absolute; - top: 50%; - left: 0; - margin-top: -57px; - width: 100%; - text-align: center; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); - padding: 0; - opacity: 0; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc { - -webkit-transition: opacity .15s ease-in-out; - -o-transition: opacity .15s ease-in-out; - transition: opacity .15s ease-in-out; -} - -.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; } - -.portfolio.portfolio-parallax .portfolio-desc h3 { - font-size: 44px; - font-weight: 300; - letter-spacing: -1px; -} - -.portfolio.portfolio-parallax .portfolio-desc h3 a { color: #FFF; } - -.portfolio.portfolio-parallax .portfolio-desc h3 a:hover { color: #DDD; } - -.portfolio.portfolio-parallax .portfolio-desc span { - margin-top: 12px; - font-size: 16px; - color: #CCC; -} - -.portfolio.portfolio-parallax .portfolio-desc span a { color: #DDD; } - -.portfolio.portfolio-parallax .portfolio-desc span a:hover { color: #BBB; } - -.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider { - width: 100%; - text-align: center; - margin: 15px 0 0; -} - -.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div { - display: inline-block; - width: 50px; - height: 0; - border-bottom: 1px solid #FFF; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div { - -webkit-transition: width .5s ease-in-out; - -o-transition: width .5s ease-in-out; - transition: width .5s ease-in-out; -} - -.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div { width: 120px; } - -.portfolio.portfolio-parallax .portfolio-overlay { background-color: rgba(0,0,0,0.4); } - - -/* Portfolio - Overlay ------------------------------------------------------------------*/ - -.portfolio-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - opacity: 0; - z-index: 2; - text-align: center; - background-color: rgba(0,0,0,0.5); -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay { - -webkit-transition: opacity .4s ease-in-out; - -o-transition: opacity .4s ease-in-out; - transition: opacity .4s ease-in-out; -} - -.portfolio-item:hover .portfolio-overlay, -.iportfolio:hover .portfolio-overlay { opacity: 1; } - -.portfolio-overlay a { - position: absolute; - top: 50%; - left: 50%; - background-color: #F5F5F5; - width: 40px !important; - height: 40px !important; - margin: -28px 0 0 -44px; - font-size: 18px; - line-height: 40px; - text-align: center; - color: #444; - border-radius: 50%; - -webkit-backface-visibility: hidden; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a { - -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear; - -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear; - transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear; -} - -.portfolio-overlay a.left-icon { } - -.portfolio-overlay a.right-icon { - left: auto; - right: 50%; - margin-left: 0; - margin-right: -44px; -} - -.portfolio-overlay a.center-icon { - display: block; - margin: -20px 0 0 -20px; - opacity: 0; -} - -.portfolio-item:hover a.center-icon, -.iportfolio:hover a.center-icon { opacity: 1; } - -.portfolio-overlay a:hover { - color: #1ABC9C; - background-color: #EEE; -} - -.portfolio-item:hover .portfolio-overlay a.left-icon, -.portfolio-item:hover .portfolio-overlay a.right-icon, -.iportfolio:hover .portfolio-overlay a.left-icon, -.iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -18px; } - -.portfolio-overlay a i.icon-line-play { - position: relative; - left: 2px; -} - - -.portfolio-overlay .portfolio-desc { - position: relative; - padding: 0 !important; - margin: 0; - text-align: center; -} - -.portfolio-overlay .portfolio-desc a { - display: inline; - position: relative; - top: 0; - left: 0; - margin: 0; - font-size: inherit; - width: auto !important; - height: auto !important; - line-height: 1; - background-color: transparent !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.portfolio-overlay .portfolio-desc h3 { - font-weight: 600; - color: #F5F5F5 !important; - line-height: 1; -} - -.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; } - -.portfolio-overlay .portfolio-desc span { - margin-top: 7px; - color: #DDD !important; -} - -.portfolio-overlay .portfolio-desc span a { - color: #DDD !important; - font-size: inherit; -} - -.portfolio-overlay .portfolio-desc ~ a { - display: inline-block; - position: relative; - top: 0; - left: 0; - margin: 20px 0 0 !important; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a { - -webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear; - -o-transition: color .2s linear, background-color .2s linear, opacity .2s linear; - transition: color .2s linear, background-color .2s linear, opacity .2s linear; -} - -.portfolio-overlay .portfolio-desc ~ a.right-icon { - left: 0; - right: 0; - margin-left: 5px !important; - margin-right: 0 !important; -} - -.portfolio-overlay .portfolio-desc a:hover { background: transparent; } - -body.device-touch.device-xs .portfolio-notitle .portfolio-overlay, -body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay { display: none !important; } - - -/* Portfolio Single ------------------------------------------------------------------*/ - -.portfolio-single {} - - -/* Portfolio Single - Image ------------------------------------------------------------------*/ - -.portfolio-single-image > a, -.portfolio-single-image .slide a, -.portfolio-single-image img, -.portfolio-single-image iframe, -.portfolio-single-image video { - display: block; - width: 100%; -} - - -.portfolio-single-image-full { - position: relative; - height: 600px; - overflow: hidden; - margin: -80px 0 80px !important; -} - -.portfolio-single-video { height: auto !important; } - - -/* Portfolio Single - Gallery Thumbs ------------------------------------------------------------------*/ - -.portfolio-single-image-full .swiper-container { - width:100%; - height:600px; - background-color: #333; -} - -.portfolio-single-image-full .swiper-nested-1, -.portfolio-single-image-full .swiper-nested-2 { width:100%; } - -.portfolio-single-image-full .swiper-slide { overflow: hidden; } - -.portfolio-single-image-full .swiper-slide img { - width: 100%; - height: auto; -} - - -/* Portfolio & Blog Single - Masonry ------------------------------------------------------------------*/ - -.masonry-thumbs { position: relative; } - -.masonry-thumbs a { - position: relative; - float: left; - width: 25%; - max-width: 100% !important; - overflow: hidden; -} - -.masonry-thumbs.col-2 a { width: 50%; } - -.masonry-thumbs.col-3 a { width: 33.30%; } - -.masonry-thumbs.col-4 a { width: 25%; } - -.masonry-thumbs.col-5 a { width: 20%; } - -.masonry-thumbs.col-6 a { width: 16.60%; } - -.masonry-thumbs a, -.masonry-thumbs img { - display: block; - height: auto !important; -} - -.masonry-thumbs img { - width: 100%; - border-radius: 0 !important; - padding: 0 1px 1px 0; -} - -.masonry-thumbs .overlay { padding: 0 1px 1px 0; } - - -/* Portfolio Single - Content ------------------------------------------------------------------*/ - -.portfolio-single-content { font-size: 14px; } - -.portfolio-single-content h2 { - margin: 0 0 20px; - padding: 0; - font-size: 20px; - font-weight: 600 !important; -} - - -.portfolio-ajax-modal { width: 1000px !important; } - -.modal-padding { padding: 40px; } - -.ajax-modal-title { - background-color: #F9F9F9; - border-bottom: 1px solid #EEE; - padding: 25px 40px; -} - -.ajax-modal-title h2 { - font-size: 26px; - margin-bottom: 0; -} - - -#portfolio-ajax-wrap { - position: relative; - max-height: 0; - overflow: hidden; - -webkit-transition: max-height .4s ease; - -o-transition: max-height .4s ease; - transition: max-height .4s ease; -} - -#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; } - -#portfolio-ajax-container { - display: none; - padding-bottom: 60px; -} - -#portfolio-ajax-single h2 { font-size: 26px; } - - -/* Portfolio Single - Meta ------------------------------------------------------------------*/ - -.portfolio-meta, -.portfolio-share { - list-style: none; - font-size: 14px; -} - -.portfolio-meta li { - margin: 10px 0; - color: #666; -} - -.portfolio-meta li:first-child { margin-top: 0; } - -.portfolio-meta li span { - display: inline-block; - width: 150px; - font-weight: bold; - color: #333; -} - -.portfolio-meta li span i { - position: relative; - top: 1px; - width: 14px; - text-align: center; - margin-right: 7px; -} - -.well .line { - margin: 20px 0; - border-color: #E5E5E5; -} - - -/* Portfolio Single Navigation ------------------------------------------------------------------*/ - -#portfolio-navigation { - position: absolute; - top: 50%; - left: auto; - right: 10px; - max-width: 96px; - height: 24px; - margin-top: -12px; -} - -.page-title-right #portfolio-navigation { - left: 10px; - right: auto; -} - -.page-title-center #portfolio-navigation { - position: relative; - top: 0; - left: 0; - margin: 20px auto 0; -} - -#portfolio-navigation a { - display: block; - float: left; - margin-left: 12px; - width: 24px; - height: 24px; - text-align: center; - color: #444; - transition: color .3s linear; - -webkit-transition: color .3s linear; - -o-transition: color .3s linear; -} - -.page-title-dark #portfolio-navigation a { color: #EEE; } - -.page-title-parallax #portfolio-navigation a { color: #FFF; } - -#portfolio-navigation a i { - position: relative; - top: -1px; - font-size: 24px; - line-height: 1; -} - -#portfolio-navigation a i.icon-angle-left, -#portfolio-navigation a i.icon-angle-right { - font-size: 32px; - top: -6px; -} - -#portfolio-navigation a i.icon-angle-right { left: -1px; } - -#portfolio-navigation a:first-child { margin-left: 0; } - -#portfolio-navigation a:hover { color: #1ABC9C; } - -#portfolio-ajax-show #portfolio-navigation { - top: 0; - margin-top: 0; -} - - -/* Individual Portfolio Item ------------------------------------------------------------------*/ - -.iportfolio { - position: relative; - float: none; - width: 100%; - margin: 0; - padding: 0; -} - -.iportfolio .portfolio-image { - position: relative; - overflow: hidden; -} - -.iportfolio .portfolio-image, -.iportfolio .portfolio-image a, -.iportfolio .portfolio-image img { - display: block; - width: 100%; - height: auto; -} - -.iportfolio .portfolio-overlay { height: 100% !important; } - - -/* ---------------------------------------------------------------- - Blog ------------------------------------------------------------------*/ - - -#posts { position: relative; } - -.entry { - position: relative; - margin: 0 0 50px; - padding: 0 0 50px; - border-bottom: 2px solid #F5F5F5; -} - -.entry-image { margin-bottom: 30px; } - -.entry-image, -.entry-image > a, -.entry-image .slide a, -.entry-image img { - display: block; - position: relative; - width: 100%; - height: auto; -} - -.entry-image iframe { display: block; } - -.entry-image img { border-radius: 3px; } - -.entry-title h2 { - margin: 0; - font-size: 24px; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1px; -} - -.entry-title h2 a { color: #333; } - -.entry-title h2 a:hover { color: #1ABC9C; } - -.entry-meta { - margin: 10px -10px -15px 0; - list-style: none; -} - -.single-post .entry-meta { margin-bottom: 20px; } - -.entry-meta li { - float: left; - font-size: 13px; - line-height: 14px; - margin: 0 10px 15px 0; - color: #999; - font-family: 'Crete Round', serif; - font-style: italic; -} - -.entry-meta li:before { - content: '/'; - display: inline-block; - margin-right: 10px; - opacity: 0.5 -} - -.entry-meta li i { - position: relative; - top: 1px; - font-size: 14px; - margin-right: 3px; -} - -.entry-meta li a { color: #999; } - -.entry-meta li a:hover { color: #1ABC9C; } - -.entry-meta li:first-child:before { display: none; } - -.entry-meta li ins { - font-weight: 600; - text-decoration: none; -} - -.entry-c { - position: relative; - overflow: hidden; -} - -#posts .entry-content { margin-top: 30px; } - -.single-post .entry-content .entry-image { max-width: 350px; } - -.entry-content { position: relative; } - -.entry-link { - display: block; - width: 100%; - background-color: #F5F5F5; - padding: 30px 0; - text-align: center; - color: #444; - font-family: 'Raleway', sans-serif; - text-transform: uppercase; - letter-spacing: 1px; - font-size: 24px; - font-weight: 700; - border-radius: 3px; -} - -body:not(.device-touch) .entry-link { - -webkit-transition: background-color .3s ease-in-out; - -o-transition: background-color .3s ease-in-out; - transition: background-color .3s ease-in-out; -} - -.entry-link:hover { - color: #FFF; - background-color: #1ABC9C; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.entry-link span { - display: block; - margin-top: 5px; - font-family: 'Crete Round', serif; - font-style: italic; - font-weight: normal; - text-transform: none; - letter-spacing: 0; - font-size: 14px; - color: #AAA; -} - -.entry-link:hover span { color: #EEE; } - -.entry blockquote p { - font-weight: 400; - font-family: 'Crete Round', serif; - font-style: italic; -} - - -/* Small Thumbs ------------------------------------------------------------------*/ - -.small-thumbs .entry-image, -.ievent .entry-image { - float: left; - width: 300px; - margin: 0 30px 0 0; -} - -.small-thumbs .entry-image img, -.ievent .entry-image img { border-radius: 0; } - -.small-thumbs .entry-c .entry-image, -.ievent .entry-c .entry-image { - float: none; - width: 100%; - margin: 0 0 20px 0; -} - -.small-thumbs .entry-c .entry-image img, -.ievent .entry-c .entry-image img { border-radius: 5px; } - -.small-thumbs .entry-title h2, -.ievent .entry-title h2 { - font-size: 20px; - font-weight: 600; -} - - -/* Small Thumbs - Right ------------------------------------------------------------------*/ - -.small-thumbs.alt .entry-image { - float: right; - margin: 0 0 0 30px; -} - -.small-thumbs.alt .entry-c .entry-image { - float: none; - margin: 0 0 20px 0; -} - - -/* Small Thumbs - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .small-thumbs .entry-image { - width: 200px; - margin: 0 25px 0 0; -} - -.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; } - -.bothsidebar .small-thumbs .entry-c .entry-image { - width: 100%; - margin: 0 0 20px 0; -} - -.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; } - - -/* Blog - Grid ------------------------------------------------------------------*/ - -.post-grid { margin-right: -28px; } - -.post-grid .entry { - float: left; - width: 264px; - margin-right: 28px; -} - -.post-grid .entry-image img { border-radius: 0; } - -.post-grid .entry-title h2 { - font-size: 17px; - font-weight: 600; -} - -.post-grid .entry-link { font-size: 24px; } - -.post-grid .entry-link span { font-size: 13px; } - - -/* Blog - Grid - 3 Columns ------------------------------------------------------------------*/ - -.post-grid.grid-3 { margin-right: -30px; } - -.post-grid.grid-3 .entry { - width: 360px; - margin-right: 30px; -} - -.post-grid.grid-3 .entry-title h2 { font-size: 18px; } - - -/* Blog - Grid - 3 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .post-grid.grid-3 { margin-right: -25px; } - -.postcontent .post-grid.grid-3 .entry { - width: 270px; - margin-right: 25px; -} - -.postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; } - - -/* Blog - Grid - 2 Columns ------------------------------------------------------------------*/ - -.post-grid.grid-2 { margin-right: -40px; } - -.post-grid.grid-2 .entry { - width: 550px; - margin-right: 40px; -} - -.post-grid.grid-2 .entry-title h2 { font-size: 20px; } - - -/* Blog - Grid - 2 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .post-grid.grid-2 .entry { width: 410px; } - -.postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; } - - -/* Blog - Grid - 2 Columns - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .post-grid.grid-2 .entry { width: 270px; } - -.bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; } - - -/* Blog - Masonry ------------------------------------------------------------------*/ - -.post-masonry .entry-image, -.post-masonry .entry-image img { height: auto !important; } - - -/* Blog - Masonry Full ------------------------------------------------------------------*/ - -.post-masonry-full { margin: -80px 0 -80px -1px !important; } - -.post-masonry-full .entry { - width: 24.9% !important; - margin: 0 !important; - padding: 40px 30px; - border-bottom: 1px dashed; - border-left: 1px dashed; - border-color: #E5E5E5; -} - -.post-masonry-full.grid-3 .entry { width: 33.30% !important; } - - -/* Blog - Timeline ------------------------------------------------------------------*/ - -.timeline-border { - position: absolute; - top: 0; - left: 50%; - margin-left: -71px; - width: 0; - border-left: 1px dashed #CCC; - height: 100%; -} - -.post-timeline { margin-right: -140px !important; } - -.post-timeline .entry { - width: 500px !important; - margin-right: 140px !important; -} - -.entry.entry-date-section { - width: 100% !important; - margin: 50px -70px 80px; - padding: 0; - border: 0; - text-align: center; -} - -.entry.entry-date-section span { - display: inline-block; - padding: 10px 15px; - background-color: #FFF; - border: 2px solid #EEE; - font-size: 18px; - font-weight: bold; - letter-spacing: 1px; - text-transform: uppercase; - font-family: 'Raleway', sans-serif; -} - -.post-timeline .entry-timeline { - display: none; - position: absolute; - border: 2px solid #CCC; - background-color: #FFF; - padding-top: 0; - text-indent: -9999px; - top: 40px; - left: auto; - right: -76px; - width: 13px; - height: 13px; - border-radius: 50%; - font-size: 26px; - font-weight: bold; - color: #AAA; - text-align: center; - line-height: 1; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.post-timeline .entry-timeline div.timeline-divider { - position: absolute; - top: 4px; - left: -58px; - width: 50px; - height: 0; - border-top: 1px dashed #CCC; - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.post-timeline .alt .entry-timeline { - right: auto; - left: -77px; -} - -.post-timeline .alt .entry-timeline div.timeline-divider { - left: auto; - right: -58px; -} - -.post-timeline .entry-timeline span { - display: block; - margin-top: 3px; - font-size: 13px; - font-weight: normal; -} - -.post-timeline .entry:hover .entry-timeline, -.post-timeline .entry:hover .timeline-divider { - border-color: #1ABC9C; - color: #1ABC9C; -} - - -/* Blog - Timeline - Sidebar ------------------------------------------------------------------*/ - -.postcontent .timeline-border { - left: 32px; - margin-left: 0; -} - -.postcontent .post-timeline { - padding-left: 100px; - margin-right: 0 !important; -} - -.postcontent .post-timeline .entry { - width: 100% !important; - margin-right: 140px !important; -} - -.postcontent .post-timeline .entry-timeline { - display: block; - border: 3px solid #CCC; - background-color: #FFF; - padding-top: 10px; - text-indent: 0; - top: 20px; - left: -100px; - right: auto; - width: 64px; - height: 64px; - font-size: 24px; -} - -.postcontent .post-timeline .entry-timeline div.timeline-divider { - top: 29px; - left: 64px; - width: 32px; -} - - -/* Individual Post ------------------------------------------------------------------*/ - -.ipost .entry-image img { border-radius: 0; } - -.ipost .entry-title h3, -.ipost .entry-title h4 { - margin: 0; - font-size: 16px; - font-weight: 600; -} - -.ipost .entry-title h4 { font-size: 15px; } - -.ipost .entry-title h3 a, -.ipost .entry-title h4 a { color: #333; } - -.ipost .entry-title h3 a:hover, -.ipost .entry-title h4 a:hover { color: #1ABC9C; } - -.ipost .entry-meta { margin-right: -10px; } - -.ipost .entry-meta li { - font-size: 13px; - margin-right: 10px; -} - -.ipost .entry-content { margin-top: 20px; } - -.ipost .entry-content p { margin-bottom: 0; } - - -.more-link { - display: inline-block; - border-bottom: 1px solid #1ABC9C; - padding: 0 2px; - font-family: 'Crete Round', serif; - font-style: italic; -} - -.more-link:hover { border-bottom-color: #555; } - - -/* Related Posts ------------------------------------------------------------------*/ - -.overlay-icon { - position: absolute; - left: auto; - right: 0; - top: auto; - bottom: 0; - width: 48px; - height: 48px; - background-color: rgba(0,0,0,0.2); - text-align: center; -} - -.overlay-icon i { - line-height: 48px; - font-size: 28px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - - -/* Small Post ------------------------------------------------------------------*/ - -.spost, -.mpost { - margin-top: 20px; - padding-top: 20px; - border-top: 1px dashed #E5E5E5; -} - -.mpost { - margin-top: 25px; - padding-top: 25px; -} - -.spost:first-child, -.mpost:first-child { - margin-top: 0; - padding-top: 0; - border-top: 0; -} - -.spost .entry-image, -.mpost .entry-image { - float: left; - margin: 0 15px 0 0; - text-align: center; -} - -.spost .entry-image, -.spost .entry-image a, -.spost .entry-image img, -.spost .entry-image i { - width: 48px; - height: 48px; -} - -.spost .entry-image a i, -.mpost .entry-image a i { - font-size: 28px; - line-height: 48px; - color: #666; - background-color: #EEE; -} - -.spost .entry-title h4, -.mpost .entry-title h4 { - margin: 0; - font-size: 14px; - font-weight: 600; -} - -.spost .entry-title h4 a, -.mpost .entry-title h4 a { color: #333; } - -.spost .entry-title h4 a:hover, -.mpost .entry-title h4 a:hover { color: #1ABC9C; } - -.spost .entry-meta { margin: 8px -10px 0 0; } - -.spost .entry-meta li, -.mpost .entry-meta li { - font-size: 13px; - margin: 0 10px 0 0; -} - - -/* Medium Post ------------------------------------------------------------------*/ - -.mpost .entry-image { margin-right: 20px; } - -.mpost .entry-image, -.mpost .entry-image a, -.mpost .entry-image img, -.mpost .entry-image i { - width: 170px; - height: 128px; -} - -.mpost .entry-image a, -.mpost .entry-image img { border-radius: 2px; } - -.mpost .entry-image a i { - font-size: 42px; - line-height: 128px; -} - -.mpost .entry-title h4 { - margin: 0; - font-size: 17px; - font-weight: 600; -} - -.mpost .entry-meta { margin-top: 5px; } - -.mpost .entry-meta li i { margin-right: 2px; } - -.mpost .entry-content { margin-top: 15px; } - -.post-navigation + .line { margin: 40px 0 50px; } - - -/* ---------------------------------------------------------------- - Blog - Author ------------------------------------------------------------------*/ - -.author-image { - float: left; - width: 84px; - height: 84px; - margin-right: 15px; -} - -.author-image img { - width: 84px; - height: 84px; -} - - -/* ---------------------------------------------------------------- - Comments List ------------------------------------------------------------------*/ - - -#comments { - position: relative; - margin-top: 50px; - padding-top: 50px; - border-top: 1px solid #EEE; -} - -.commentlist { - list-style: none; - padding-bottom: 50px; - margin: 0 0 50px; - border-bottom: 1px solid #EEE; -} - -#reviews .commentlist { - padding-bottom: 30px; - margin: 0 0 20px; -} - -.commentlist ul { list-style: none; } - -.commentlist li, -.commentlist li ul, -.commentlist li ul li { margin: 30px 0 0 0; } - -.commentlist ul:first-child { margin-top: 0; } - -.commentlist li { - position: relative; - margin: 30px 0 0 30px; -} - -#reviews .commentlist li { margin-top: 20px; } - -.comment-wrap { - position: relative; - border: 1px solid #E5E5E5; - border-radius: 5px; - padding: 20px 20px 20px 35px; -} - -.commentlist ul .comment-wrap { - margin-left: 25px; - padding-left: 20px; -} - -#reviews .comment-wrap { - border: 0; - padding: 10px 0 0 35px; -} - -.commentlist > li:first-child, -#reviews .commentlist > li:first-child { - padding-top: 0; - margin-top: 0; -} - -.commentlist li .children { margin-top: 0; } - -.commentlist li li .children { margin-left: 30px; } - -.commentlist li .comment-content, -.pingback { - position: relative; - overflow: hidden; -} - -.commentlist li .comment-content p, -.pingback p { margin: 20px 0 0 0; } - -.commentlist li .comment-content { padding: 0 0 0 15px; } - -.commentlist li .comment-meta { - float: left; - margin-right: 0; - line-height: 1; -} - -.comment-avatar { - position: absolute; - top: 15px; - left: -35px; - padding: 4px; - background: #FFF; - border: 1px solid #E5E5E5; - border-radius: 50%; -} - -.comment-avatar img { - display: block; - border-radius: 50%; -} - -.commentlist li .children .comment-avatar { left: -25px; } - -.comment-content .comment-author { - margin-bottom: -10px; - font-size: 16px; - font-weight: bold; - color: #555; -} - -.comment-content .comment-author a { - border: none; - color: #333; -} - -.comment-content .comment-author a:hover { color: #1ABC9C; } - -.comment-content .comment-author span { display: block; } - -.comment-content .comment-author span, -.comment-content .comment-author span a { - font-size: 12px; - font-weight: normal; - font-family: 'Crete Round', serif; - font-style: italic; - color: #AAA; -} - -.comment-content .comment-author span a:hover { color: #888; } - -.comment-reply-link, -.review-comment-ratings { - display: block; - position: absolute; - top: 4px; - left: auto; - text-align: center; - right: 0px; - width: 14px; - height: 14px; - color: #CCC; - font-size: 14px; - line-height: 1; -} - -.review-comment-ratings { - width: auto; - color: #333; -} - -.comment-reply-link:hover { color: #888; } - - -/* ---------------------------------------------------------------- - Comment Form ------------------------------------------------------------------*/ - - -#respond, -#respond form { margin-bottom: 0; } - -.commentlist li #respond { margin: 30px 0 0; } - -.commentlist li li #respond { margin-left: 30px; } - -#respond p { margin: 10px 0 0 0; } - -#respond p:first-child { margin-top: 0; } - -#respond label small { - color: #999; - font-weight: normal; -} - -#respond input[type="text"], -#respond textarea { margin-bottom: 0; } - -#respond .col_one_third, -#respond .col_full { margin-bottom: 20px; } - -.fb-comments, -.fb_iframe_widget, -.fb-comments > span, -.fb_iframe_widget > span, -.fb-comments > span > iframe, -.fb_iframe_widget > span > iframe { - display: block !important; - width: 100% !important; - margin: 0; -} - - -/* Post Elements ------------------------------------------------------------------*/ - -img.alignleft, -div.alignleft { - float: left; - margin: 5px 20px 13px 0; - max-width: 100%; -} - -div.alignleft > img, -div.alignnone > img, -div.aligncenter > img, -div.alignright > img { - display: block; - float: none; -} - -img.alignnone, -img.aligncenter, -div.alignnone, -div.aligncenter { - display: block; - margin: 10px 0; - float: none; -} - -img.aligncenter, -div.aligncenter, -div.aligncenter img { - margin-left: auto; - margin-right: auto; - clear: both; -} - -img.alignright, -div.alignright { - float: right; - margin: 5px 0 13px 20px; -} - -.wp-caption { - text-align: center; - margin: 10px 20px 13px 20px; - font-family: 'Lato', Georgia, "Times New Roman", Times, serif; - font-style: italic; -} - -.wp-caption img, -.wp-caption img a { - display: block; - margin: 0; -} - -p.wp-caption-text { - display: inline-block; - margin: 10px 0 0 0; - padding: 5px 10px; - background-color: #EEE; - border-radius: 50px; -} - -.wp-smiley { - max-height: 13px; - margin: 0 !important; -} - - -/* Infinity Scroll - Message Style ------------------------------------------------------------------*/ - -#infscr-loading, -#portfolio-ajax-loader { - position: fixed; - z-index: 20; - top: 50%; - left: 50%; - width: 48px; - height: 48px; - margin: -24px 0 0 -24px; - background-color: rgba(0,0,0,0.7); - border-radius: 3px; - line-height: 48px; - font-size: 24px; - color: #FFF; - text-align: center; -} - -#infscr-loading img, -#portfolio-ajax-loader img { - display: none; - width: 24px; - height: 24px; - margin: 12px; -} - -#portfolio-ajax-loader { display: none; } - -#portfolio-ajax-loader img { display: block; } - - -/* ---------------------------------------------------------------- - Shop ------------------------------------------------------------------*/ - - -.shop { - position: relative; - margin: 0 -20px -20px 0; -} - -.product { position: relative; } - -.shop .product { - float: left; - padding: 0 20px 20px 0; - width: 25%; -} - -.product-image { - position: relative; - width: 100%; - height: auto; - overflow: hidden; -} - -.product-image > a, -.product-image .slide a, -.product-image img { - display: block; - width: 100%; - height: 100%; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a { - -webkit-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} - -.product-image > a:nth-of-type(2) { - opacity: 0; - position: absolute; - z-index: -1; - top: 0; - left: 0; -} - -.product-image:hover > a:nth-of-type(2) { - opacity: 1; - z-index: 2; -} - -.product-desc { - padding: 15px 0; - font-size: 14px; -} - -.product-title { margin-bottom: 7px; } - -.product-title h3 { - margin: 0; - font-size: 20px; -} - -.product-title h3 a, -.single-product .product-title h2 a { color: #333; } - -.product-title h3 a:hover, -.single-product .product-title h2 a:hover { color: #1ABC9C; } - -.product-price { - font-size: 18px; - font-weight: 600; - color: #444; - margin-bottom: 4px; -} - -.product-price del { - font-weight: 400; - font-size: 90%; - color: #888; -} - -.product-price ins { - text-decoration: none; - color: #1ABC9C; -} - -.product-overlay { - position: absolute; - width: 100%; - height: 44px; - line-height: 44px; - top: auto; - bottom: -44px; - left: 0; - z-index: 6; - overflow: hidden; -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay { - -webkit-transition: bottom .3s ease-in-out; - -o-transition: bottom .3s ease-in-out; - transition: bottom .3s ease-in-out; -} - -.product:hover .product-overlay { bottom: 0; } - -.product-overlay a { - display: block; - float: left; - width: 50%; - font-size: 13px; - color: #333; - background-color: #F5F5F5; - text-align: center; - border-right: 1px solid rgba(0,0,0,0.1); -} - -body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.product-overlay a.item-quick-view { border-right: 0; } - -.product-overlay a i { - position: relative; - top: 1px; - font-size: 14px; - margin-right: 3px; -} - -.product-overlay a:hover { - background-color: #333; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.sale-flash { - position: absolute; - top: 10px; - left: 10px; - padding: 6px 10px; - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-radius: 2px; - z-index: 5; -} - -.sale-flash.out-of-stock { background-color: #777; } - - -/* Shop - 3 Columns ------------------------------------------------------------------*/ - -.shop.product-3 { margin: 0 -30px -30px 0; } - -.product-3 .product { - padding: 0 30px 30px 0; - width: 33.33333333%; -} - - -/* Shop - 3 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .shop.product-3 { margin: 0 -25px -25px 0; } - -.postcontent .product-3 .product { padding: 0 25px 25px 0; } - - -/* Shop - 2 Columns - Sidebar ------------------------------------------------------------------*/ - -.postcontent .shop.product-2 { margin: 0 -40px -40px 0; } - -.postcontent .product-2 .product { - padding: 0 40px 40px 0; - width: 50%; -} - - -/* Shop - 2 Columns - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .shop.product-2 { margin: 0 -40px -20px 0; } - -.bothsidebar .product-2 .product { padding: 0 40px 20px 0; } - - -/* Shop - 1 Column ------------------------------------------------------------------*/ - -.shop.product-1 { margin: 0 0 -40px 0; } - -.product-1 .product { - float: none; - margin: 0 0 40px 0; - padding: 0; - width: 100%; -} - -.product-1 .product-image { - float: left; - width: 300px; - height: 400px; - margin-right: 30px; -} - -.product-1 .product.alt .product-image { - float: right; - margin: 0 0 0 30px; -} - -.product-1 .product-desc { - padding: 0; - position: relative; - overflow: hidden; -} - -.product-1 .product-title h3 { font-size: 22px; } - -.product-1 .product-desc .product-price { font-size: 20px; } - -.product-1 .product-desc .product-rating { margin-bottom: 15px; } - - -/* Shop - 1 Column - Both Sidebar ------------------------------------------------------------------*/ - -.bothsidebar .product-1 .product { - border-top: 1px solid #F5F5F5; - padding-top: 40px; -} - -.bothsidebar .product-1 .product:first-child { - border-top: 0; - padding-top: 0; -} - -.bothsidebar .product-1 .product-image { - width: 240px; - height: 320px; -} - -.bothsidebar .product-1 .product-title h3 { font-size: 20px; } - -.bothsidebar .product-1 .product-desc .product-price { font-size: 16px; } - - -/* Shop - Single ------------------------------------------------------------------*/ - -.single-product .product { - width: 100%; - margin: 0; -} - -.shop-quick-view-ajax, -.portfolio-ajax-modal { - position: relative; - background-color: #FFF; - width: 800px; - margin: 0 auto; -} - -.single-product .product-image, -.single-product .product-image img { height: auto; } - -.single-product .product-desc { padding: 0; } - -.single-product .product-title h2 { - font-size: 28px; - margin-bottom: 8px; -} - -.single-product .product-price { - float: left; - font-size: 24px; - color: #1ABC9C; - margin-bottom: 0; -} - -.single-product .product-rating { - float: right; - position: relative; - top: 9px; -} - -.single-product .product-desc .line { margin: 20px 0; } - -.quantity { - float: left; - margin-right: 30px; -} - -.quantity .qty { - float: left; - width: 50px; - height: 40px; - line-height: 40px; - border: 0; - border-left: 1px solid #DDD; - border-right: 1px solid #DDD; - background-color: #EEE; - text-align: center; - margin-bottom: 0; -} - -.quantity .plus, -.quantity .minus { - display: block; - float: left; - cursor: pointer; - border: 0px transparent; - padding: 0; - width: 36px; - height: 40px; - line-height: 40px; - text-align: center; - background-color: #EEE; - font-size: 16px; - font-weight: bold; - transition: background-color .2s linear; - -webkit-transition: background-color .2s linear; - -o-transition: background-color .2s linear; -} - -.quantity .plus:hover, -.quantity .minus:hover { background-color: #DDD; } - -.quantity .qty:focus, -.quantity .plus:focus, -.quantity .minus:focus { - box-shadow: none !important; - outline: 0 !important; -} - -.single-product .add-to-cart.button { - height: 40px; - line-height: 40px; -} - -.product-meta { - font-size: 13px; - color: #777; -} - -.product-meta > .panel-body { margin-bottom: -5px; } - -.product-meta > .panel-body > span { - display: block; - margin-bottom: 5px; -} - - -.single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; } - -.single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; } - -.single-product .feature-box.fbox-plain.fbox-small h3 { - font-size: 15px; - font-weight: bold; - line-height: 18px; - margin-bottom: 7px; -} - -.single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; } - -.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; } - - -/* Individual Product ------------------------------------------------------------------*/ - -.product.iproduct { - float: none; - margin: 0; - padding: 0; - width: 100%; -} - -.iproduct .product-image, -.iproduct .product-image a, -.iproduct .product-image img { height: auto; } - - -/* ---------------------------------------------------------------- - Cart ------------------------------------------------------------------*/ - - -.cart .remove { - font-size: 14px; - color: #FF0000; -} - -.cart .remove:hover { color: #000; } - -.cart th { - padding: 12px 15px !important; - font-size: 14px; - color: #555; -} - -.cart td { - padding: 12px 15px !important; - vertical-align: middle !important; - border-color: #E5E5E5 !important; -} - -.cart-product-thumbnail a { - display: block; - width: 68px; -} - -.cart-product-thumbnail img { - display: block; - width: 64px; - height: 64px; - border: 2px solid #EEE; -} - -.cart-product-thumbnail img:hover { border-color: #1ABC9C; } - -.cart-product-name a, -.product-name a { - font-weight: bold; - font-size: 13px; - color: #333; -} - -.cart-product-name a:hover, -.product-name a:hover { color: #666; } - -.cart-product-price, -.cart-product-quantity, -.cart-product-subtotal { text-align: center !important; } - -.cart-product-quantity .quantity { - display: inline-block; - margin: 0; - float: none; -} - -td.actions { - padding: 20px 15px !important; - vertical-align: top !important; - background-color: #F5F5F5; -} - - -/* ---------------------------------------------------------------- - Events ------------------------------------------------------------------*/ - - -.events .entry, -.ievent { - padding: 20px; - background-color: #F9F9F9; - border-bottom: 3px solid #EEE; -} - -.events .entry-image .entry-date, -.ievent .entry-image .entry-date { - position: absolute; - top: 10px; - left: 10px; - background-color: rgba(0,0,0,0.7); - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - width: 60px; - height: 64px; - text-align: center; - padding-top: 7px; - font-size: 26px; - line-height: 1; -} - -.events .entry-image .entry-date span, -.ievent .entry-image .entry-date span { - display: block; - font-size: 15px; - margin-top: 5px; -} - -.events .entry-c, -.ievent .entry-c { padding: 5px 0; } - -.single-event .entry-image img { border-radius: 0; } - -.single-event .events-meta { font-size: 14px; } - -.single-event .events-meta .iconlist li, -.parallax .iconlist li { margin: 5px 0; } - -.single-event .entry-overlay, -.parallax .entry-overlay-meta { - position: absolute; - top: auto; - bottom: 0; - left: 0; - width: 100%; - height: 80px; - background-color: rgba(0,0,0,0.85); - text-align: center; - line-height: 80px; - font-size: 22px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - z-index: 5; -} - -.single-event .countdown { - display: inline-block; - position: relative; - top: 7px; -} - -.single-event .countdown-section { - padding: 0 15px; - border-left-color: rgba(255,255,255,0.3); - color: #CCC; -} - -.single-event .countdown-amount { color: #FFF; } - -.parallax .entry-overlay, -.parallax .entry-overlay-meta { - background: transparent; - width: auto; - text-align: right; - bottom: 30px; - left: auto; - right: 30px; -} - -.parallax .entry-overlay-meta { - padding: 20px; - font-size: 14px; - text-align: left; - right: 38px; - bottom: 130px; - width: 368px; - height: auto; - line-height: inherit; - background-color: rgba(0,0,0,0.7); - border-radius: 3px; -} - -.parallax.overlay-left .entry-overlay, -.parallax.overlay-left .entry-overlay-meta { - right: auto; - left: 30px; -} - -.parallax.overlay-left .entry-overlay-meta { left: 38px; } - -.parallax.overlay-center .entry-overlay, -.parallax.overlay-center .entry-overlay-meta { - bottom: 100px; - right: auto; - left: 50%; - margin-left: -192px; -} - -.parallax.overlay-center .entry-overlay-meta { - top: 100px; - bottom: auto; - margin-left: -184px; -} - -.parallax .entry-overlay-meta h2 { - font-size: 20px; - text-transform: uppercase; - border-bottom: 1px dashed rgba(255,255,255,0.2); - padding-bottom: 17px; -} - -.parallax .entry-overlay-meta h2 a { color: #FFF; } - -.parallax .entry-overlay-meta h2 a:hover { color: #DDD; } - -.parallax .countdown { top: 0; } - -.parallax .countdown-section { - border-left: 0; - width: 80px; - height: 80px; - margin: 0 8px; - font-size: 13px; - background-color: rgba(0,0,0,0.7); - border-radius: 3px; - padding-top: 14px; -} - -.parallax .countdown-amount { - font-size: 28px; - margin-bottom: 6px; -} - - -/* Individual Events ------------------------------------------------------------------*/ - -.ievent { - position: relative; - margin-top: 20px; -} - -.ievent:first-child { margin-top: 0; } - -.ievent .entry-image { - width: 30%; - margin-right: 20px; -} - -.ievent .entry-content { margin-top: 20px; } - -.ievent .entry-title h2 { font-size: 18px; } - -.ievent .entry-meta { margin-right: -10px; } - -.ievent .entry-meta li { - font-size: 13px; - margin-right: 10px; - padding-left: 10px; -} - -.ievent .entry-meta li:first-child { padding-left: 0; } - - -/* ---------------------------------------------------------------- - - Countdown - ------------------------------------------------------------------*/ - -/* ---------------------------------------------------------------- - Countdown ------------------------------------------------------------------*/ - -.countdown { display: block; } - -.countdown-row { - display: block; - position: relative; - text-align: center; -} - -.countdown-section { - display: inline-block; - font-size: 11px; - line-height: 1; - text-align: center; - width: 25%; - border-left: 1px dotted #BBB; - color: #888; - text-transform: capitalize; -} - -.countdown-section:first-child { border-left: 0; } - -.countdown-amount { - display: block; - font-size: 20px; - color: #333; - margin-bottom: 5px; -} - -.countdown-descr { - display: block; - width: 100%; -} - - -/* Countdown - Medium ------------------------------------------------------------------*/ - -.countdown-medium .countdown-section { font-size: 14px; } - -.countdown-medium .countdown-amount { - font-size: 30px; - margin-bottom: 7px; -} - - -/* Countdown - Large ------------------------------------------------------------------*/ - -.countdown-large .countdown-section { font-size: 18px; } - -.countdown-large .countdown-amount { - font-size: 44px; - font-weight: 600; - margin-bottom: 8px; -} - - -/* Countdown - Inline ------------------------------------------------------------------*/ - -.countdown.countdown-inline { display: inline-block; } - -.countdown.countdown-inline .countdown-row { - display: inline-block; - text-align: center; -} - -.countdown.countdown-inline .countdown-section { - display: inline-block; - font-size: inherit; - line-height: inherit; - width: auto; - border: none; - color: inherit; - margin-left: 7px; - text-transform: inherit; -} - -.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; } - -.countdown.countdown-inline .countdown-amount { - display: inline-block; - font-size: inherit; - color: inherit; - font-weight: bold; - margin: 0 3px 0 0; -} - -.countdown.countdown-inline .countdown-descr { - display: inline-block; - width: auto; -} - - -/* Countdown - Coming Soon ------------------------------------------------------------------*/ - -body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section { - border: none; -} - -body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount { - height: 140px; - line-height: 140px; - border-radius: 50%; - background-color: rgba(0,0,0,0.2); - margin-bottom: 15px !important; -} - - -/* ---------------------------------------------------------------- - Buttons ------------------------------------------------------------------*/ - - -.button { - display: inline-block; - position: relative; - cursor: pointer; - outline: none; - white-space: nowrap; - margin: 5px; - padding: 0 22px; - font-size: 14px; - height: 40px; - line-height: 40px; - background-color: #1ABC9C; - color: #FFF; - font-weight: 600; - text-transform: uppercase; - letter-spacing: 1px; - border: none; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -body:not(.device-touch) .button { - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -.button-dark { background-color: #444; } - -.button-light { - background-color: #EEE; - color: #333; - text-shadow: none !important; -} - -.button:hover { - background-color: #444; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.button.button-dark:hover { background-color: #1ABC9C; } - -.button.button-mini { - padding: 0 14px; - font-size: 11px; - height: 28px; - line-height: 28px; -} - -.button.button-small { - padding: 0 17px; - font-size: 12px; - height: 34px; - line-height: 34px; -} - -.button.button-large { - padding: 0 26px; - font-size: 16px; - height: 46px; - line-height: 46px; -} - -.button.button-xlarge { - padding: 0 32px; - font-size: 18px; - letter-spacing: 2px; - height: 52px; - line-height: 52px; -} - -.button.button-desc { - text-align: left; - padding: 24px 34px; - font-size: 22px; - height: auto; - line-height: 1; - font-family: 'Raleway', sans-serif; -} - -.button.button-desc span { - display: block; - margin-top: 10px; - font-size: 14px; - font-weight: 400; - letter-spacing: 1px; - font-family: 'Crete Round', serif; - font-style: italic; - text-transform: none; -} - -.button i { - position: relative; - top: 1px; - line-height: 1; - margin-right: 5px; - width: 16px; - text-align: center; -} - -.button.tright i { margin: 0 0 0 5px; } - -.button-mini i { margin-right: 3px; } - -.button-mini.tright i { margin: 0 0 0 3px; } - -.button-small i { margin-right: 4px; } - -.button-small.tright i { margin: 0 0 0 4px; } - -.button-xlarge i { - top: 2px; - margin-right: 8px; -} - -.button-xlarge.tright i { margin: 0 0 0 8px; } - -.button.button-desc i { - top: 1px; - font-size: 48px; - width: 48px; - text-align: center; - margin-right: 12px; -} - -.button.button-desc.tright i { margin: 0 0 0 12px; } - -.button.button-desc div { display: inline-block; } - -.button.button-rounded { border-radius: 3px; } - - -/* Buttons - Border ------------------------------------------------------------------*/ - -.button.button-border { - border: 2px solid #444; - background-color: transparent; - color: #333; - line-height: 36px; - font-weight: 600; - text-shadow: none; -} - -.button.button-border-thin { - border-width: 1px; - line-height: 38px; -} - -.button.button-border.button-mini { line-height: 24px; } - -.button.button-border.button-small { line-height: 30px; } - -.button.button-border.button-large { line-height: 42px; } - -.button.button-border.button-xlarge { line-height: 48px; } - -.button.button-border-thin.button-mini { line-height: 26px; } - -.button.button-border-thin.button-small { line-height: 32px; } - -.button.button-border-thin.button-large { line-height: 44px; } - -.button.button-border-thin.button-xlarge { line-height: 50px; } - -.button.button-border.button-desc { line-height: 1; } - -.button.button-border:not(.button-fill):hover { - background-color: #444; - color: #FFF; - border-color: transparent !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.button.button-border.button-light { - border-color: #EEE; - color: #EEE; -} - -.button.button-border.button-light:hover { - background-color: #EEE; - color: #333; - text-shadow: none; -} - - -/* Buttons - Border ------------------------------------------------------------------*/ - -.button.button-3d { - border-radius: 3px; - border-bottom: 3px solid rgba(0,0,0,0.15); - -webkit-transition: none; - -o-transition: none; - transition: none; -} - -.button.button-3d:hover { - background-color: #1ABC9C !important; - opacity: 0.9; -} - -.button.button-3d.button-light:hover, -.button.button-reveal.button-light:hover { - text-shadow: none; - color: #333; -} - - -/* Buttons - Icon Reveal ------------------------------------------------------------------*/ - -.button.button-reveal { - padding: 0 28px; - overflow: hidden; -} - -.button.button-reveal i { - display: block; - position: absolute; - top: 0; - left: -32px; - width: 32px; - height: 40px; - line-height: 40px; - margin: 0; - text-align: center; - background-color: rgba(0,0,0,0.1); -} - -.button.button-reveal.button-border i { top: -2px; } - -.button.button-reveal.tright i { - left: auto; - right: -32px; -} - -.button.button-reveal.button-3d i, -.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; } - -.button.button-reveal.button-3d.tright i, -.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; } - -.button.button-reveal span { - display: inline-block; - position: relative; - left: 0; -} - -body:not(.device-touch) .button.button-reveal i, -body:not(.device-touch) .button.button-reveal span { - -webkit-transition: left 0.3s ease, right 0.3s ease; - -o-transition: left 0.3s ease, right 0.3s ease; - transition: left 0.3s ease, right 0.3s ease; -} - -.button.button-reveal.button-mini { padding: 0 17px; } - -.button.button-reveal.button-mini i { - left: -22px; - width: 22px; - height: 28px; - line-height: 28px; -} - -.button.button-reveal.button-mini.tright i { - left: auto; - right: -22px; -} - -.button.button-reveal.button-small { padding: 0 22px; } - -.button.button-reveal.button-small i { - left: -26px; - width: 26px; - height: 34px; - line-height: 34px; -} - -.button.button-reveal.button-small.tright i { - left: auto; - right: -26px; -} - -.button.button-reveal.button-large { padding: 0 32px; } - -.button.button-reveal.button-large i { - left: -38px; - width: 38px; - height: 46px; - line-height: 46px; -} - -.button.button-reveal.button-large.tright i { - left: auto; - right: -38px; -} - -.button.button-reveal.button-xlarge { padding: 0 40px; } - -.button.button-reveal.button-xlarge i { - left: -44px; - width: 44px; - height: 52px; - line-height: 52px; -} - -.button.button-reveal.button-xlarge.tright i { - left: auto; - right: -44px; -} - -.button.button-reveal:hover i { left: 0; } - -.button.button-reveal.tright:hover i { - left: auto; - right: 0; -} - -.button.button-reveal:hover span { left: 16px; } - -.button.button-reveal.button-mini:hover span { left: 11px; } - -.button.button-reveal.button-small:hover span { left: 13px; } - -.button.button-reveal.button-large:hover span { left: 19px; } - -.button.button-reveal.button-xlarge:hover span { left: 22px; } - -.button.button-reveal.tright:hover span { left: -16px; } - -.button.button-reveal.button-mini.tright:hover span { left: -11px; } - -.button.button-reveal.button-small.tright:hover span { left: -13px; } - -.button.button-reveal.button-large.tright:hover span { left: -19px; } - -.button.button-reveal.button-xlarge.tright:hover span { left: -22px; } - - -/* Buttons - Promo 100% Width ------------------------------------------------------------------*/ - -.button.button-full { - display: block !important; - white-space: normal; - margin: 0; - height: auto; - line-height: 1.6; - padding: 30px 0; - font-size: 30px; - font-weight: 300; - text-transform: none; - border-radius: 0; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - -.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); } - -.button.button-full strong { - font-weight: 600; - border-bottom: 2px solid #EEE; -} - -body:not(.device-touch) .button.button-full strong { - -webkit-transition: border .2s ease-in-out; - -o-transition: border .2s ease-in-out; - transition: border .2s ease-in-out; -} - -.button.button-full.button-light strong { border-bottom-color: #333; } - -.button.button-full.button-light:hover strong { border-bottom-color: #EEE; } - - -/* Buttons - Circle ------------------------------------------------------------------*/ - -.button.button-circle { border-radius: 20px; } - -.button.button-mini.button-circle { border-radius: 14px; } - -.button.button-small.button-circle { border-radius: 17px; } - -.button.button-large.button-circle { border-radius: 23px; } - -.button.button-xlarge.button-circle { border-radius: 26px; } - - -/* Buttons - Fill Effect ------------------------------------------------------------------*/ - -.button.button-border.button-fill { - overflow: hidden; - transform-style: preserve-3d; - -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); - -webkit-backface-visibility: hidden; -} - -.button.button-border.button-fill span { position: relative; } - -.button.button-border.button-fill:hover { - background-color: transparent !important; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.button.button-border.button-fill.button-light:hover { - border-color: #EEE !important; - color: #333 !important; - text-shadow: none; -} - -.button.button-border.button-fill:before { - content: ''; - position: absolute; - background-color: #444; - top: 0; - left: 0; - width: 0; - height: 100%; - -webkit-transition: all .4s ease; - -o-transition: all .4s ease; - transition: all .4s ease; - -webkit-backface-visibility: hidden; -} - -.button.button-border.button-fill.button-light:before { background-color: #EEE; } - -.button.button-border.button-fill.fill-from-right:before { - left: auto; - right: 0; -} - -.button.button-border.button-fill:hover:before { width: 100%; } - -.button.button-border.button-fill.fill-from-top:before, -.button.button-border.button-fill.fill-from-bottom:before { - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.button.button-border.button-fill.fill-from-top:before { - width: 100%; - height: 0; -} - -.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; } - -.button.button-border.button-fill.fill-from-bottom:before { - width: 100%; - height: 0; - top: auto; - bottom: 0; -} - -.button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; } - - -/* Buttons - Colors ------------------------------------------------------------------*/ - -.button-red { background-color: #C02942; } -.button-3d.button-red:hover, -.button-reveal.button-red:hover, -.button-border.button-red:hover, -.button-border.button-red.button-fill:before { background-color: #C02942 !important; } - -.button-border.button-red { - color: #C02942; - border-color: #C02942; -} - -.button-teal { background-color: #53777A; } -.button-3d.button-teal:hover, -.button-reveal.button-teal:hover, -.button-border.button-teal:hover, -.button-border.button-teal.button-fill:before { background-color: #53777A !important; } - -.button-border.button-teal { - color: #53777A; - border-color: #53777A; -} - -.button-yellow { background-color: #ECD078; } -.button-3d.button-yellow:hover, -.button-reveal.button-yellow:hover, -.button-border.button-yellow:hover, -.button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; } - -.button-border.button-yellow, -.button-border.button-yellow.button-fill.button-light:hover { - color: #ECD078 !important; - border-color: #ECD078 !important; -} - -.button-border.button-yellow:hover, -.button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; } - -.button-green { background-color: #59BA41; } -.button-3d.button-green:hover, -.button-reveal.button-green:hover, -.button-border.button-green:hover, -.button-border.button-green.button-fill:before { background-color: #59BA41 !important; } - -.button-border.button-green { - color: #59BA41; - border-color: #59BA41; -} - -.button-brown { background-color: #774F38; } -.button-3d.button-brown:hover, -.button-reveal.button-brown:hover, -.button-border.button-brown:hover, -.button-border.button-brown.button-fill:before { background-color: #774F38 !important; } - -.button-border.button-brown { - color: #774F38; - border-color: #774F38; -} - -.button-aqua { background-color: #40C0CB; } -.button-3d.button-aqua:hover, -.button-reveal.button-aqua:hover, -.button-border.button-aqua:hover, -.button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; } - -.button-border.button-aqua { - color: #40C0CB; - border-color: #40C0CB; -} - -.button-lime { background-color: #AEE239; } -.button-3d.button-lime:hover, -.button-reveal.button-lime:hover, -.button-border.button-lime:hover, -.button-border.button-lime.button-fill:before { background-color: #AEE239 !important; } - -.button-border.button-lime { - color: #AEE239; - border-color: #AEE239; -} - -.button-purple { background-color: #5D4157; } -.button-3d.button-purple:hover, -.button-reveal.button-purple:hover, -.button-border.button-purple:hover, -.button-border.button-purple.button-fill:before { background-color: #5D4157 !important; } - -.button-border.button-purple { - color: #5D4157; - border-color: #5D4157; -} - -.button-leaf { background-color: #A8CABA; } -.button-3d.button-leaf:hover, -.button-reveal.button-leaf:hover, -.button-border.button-leaf:hover, -.button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; } - -.button-border.button-leaf { - color: #A8CABA; - border-color: #A8CABA; -} - -.button-pink { background-color: #F89FA1; } -.button-3d.button-pink:hover, -.button-reveal.button-pink:hover, -.button-border.button-pink:hover, -.button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; } - -.button-border.button-pink { - color: #F89FA1; - border-color: #F89FA1; -} - -.button-dirtygreen { background-color: #1693A5; } -.button-3d.button-dirtygreen:hover, -.button-reveal.button-dirtygreen:hover, -.button-border.button-dirtygreen:hover, -.button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; } - -.button-border.button-dirtygreen { - color: #1693A5; - border-color: #1693A5; -} - -.button-blue { background-color: #1265A8; } -.button-3d.button-blue:hover, -.button-reveal.button-blue:hover, -.button-border.button-blue:hover, -.button-border.button-blue.button-fill:before { background-color: #1265A8 !important; } - -.button-border.button-blue { - color: #1265A8; - border-color: #1265A8; -} - -.button-amber { background-color: #EB9C4D; } -.button-3d.button-amber:hover, -.button-reveal.button-amber:hover, -.button-border.button-amber:hover, -.button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; } - -.button-border.button-amber { - color: #EB9C4D; - border-color: #EB9C4D; -} - -.button-black { background-color: #111; } -.button-3d.button-black:hover, -.button-reveal.button-black:hover, -.button-border.button-black:hover, -.button-border.button-black.button-fill:before { background-color: #111 !important; } - -.button-border.button-black { - color: #111; - border-color: #111; -} - -.button-white { background-color: #F9F9F9; } -.button-3d.button-white:hover, -.button-reveal.button-white:hover { background-color: #F9F9F9 !important; } - - -/* Buttons - No Hover ------------------------------------------------------------------*/ - -.button.button-nohover:hover { - opacity: inherit !important; - background-color: inherit !important; - color: inherit !important; - border-color: inherit !important; -} - - -/* ---------------------------------------------------------------- - Promo Boxes ------------------------------------------------------------------*/ - - -.promo { - position: relative; - padding: 30px 200px 30px 0; -} - -.promo h3 { - font-weight: bold; - margin-bottom: 0; -} - -.promo > span, -.promo > .container > span { - display: block; - color: #444; - font-weight: 300; - font-size: 16px; - margin-top: 6px; -} - -.promo a.button { - position: absolute; - top: 50%; - margin: 0; - margin-top: -18px; - left: auto; - right: 0; -} - -.promo a.button.button-mini { margin-top: -12px; } - -.promo a.button.button-small { margin-top: -15px; } - -.promo a.button.button-large { margin-top: -22px; } - -.promo a.button.button-xlarge { margin-top: -25px; } - -.promo a.button.button-desc { margin-top: -40px; } - - -/* Promo Uppercase ------------------------------------------------------------------*/ - -.promo-uppercase { text-transform: uppercase; } - -.promo-uppercase h3 { font-size: 22px; } - -.promo-uppercase > span, -.promo-uppercase > .container > span { font-size: 15px; } - - -/* Promo - with Border ------------------------------------------------------------------*/ - -.promo.promo-border { - border: 1px solid #E5E5E5; - border-radius: 3px; - padding-left: 30px; -} - -.promo.promo-border a.button { right: 30px; } - - -/* Promo - Light ------------------------------------------------------------------*/ - -.promo.promo-light { - background-color: #F5F5F5; - border-radius: 3px; - padding-left: 30px; -} - -.promo.promo-light a.button { right: 30px; } - - -/* Promo - Dark ------------------------------------------------------------------*/ - -.promo.promo-dark { - border: 0 !important; - background-color: #333; - padding: 30px 200px 30px 30px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-radius: 3px; -} - -.promo.promo-dark h3 { color: #FFF; } - -.promo.promo-dark > h3 span, -.promo.promo-dark > .container > h3 span { - padding: 2px 8px; - border-radius: 3px; - background-color: rgba(0,0,0,0.15); - color: #FFF; - font-weight: 400; -} - -.promo.promo-dark > span, -.promo.promo-dark > .container > span { - color: #CCC; - margin-top: 8px; -} - -.promo.promo-dark a.button { right: 30px; } - - -/* Promo - Flat ------------------------------------------------------------------*/ - -.promo.promo-flat { background-color: #1ABC9C; } - -.promo.promo-flat > span, -.promo.promo-flat > .container > span { color: rgba(255,255,255,0.9); } - -.promo.promo-flat a.button:not(.button-border) { - background-color: rgba(0,0,0,0.2); - color: #FFF; -} - -.promo.promo-flat a.button:hover { - background-color: #FFF; - border-color: #FFF; - color: #444; - text-shadow: none; -} - - -/* Promo - 100% Full Width ------------------------------------------------------------------*/ - -.promo-full { - border-radius: 0 !important; - border-left: 0 !important; - border-right: 0 !important; - padding: 40px 0 !important; -} - -.promo-full a.button { right: 15px !important; } - -.promo-full.promo-right a.button { - right: auto !important; - left: 15px !important; -} - -/* Promo - Parallax ------------------------------------------------------------------*/ - -.promo.parallax { padding: 80px 0 !important; } - - -/* Promo - Right Align ------------------------------------------------------------------*/ - -.promo.promo-right { - text-align: right; - padding: 30px 0 30px 200px; -} - -.promo.promo-right a.button { - left: 0; - right: auto; -} - - -/* Promo - with Border & Right Align ------------------------------------------------------------------*/ - -.promo.promo-right.promo-border:not(.promo-mini), -.promo.promo-dark.promo-right:not(.promo-mini) { padding-right: 30px; } - -.promo.promo-right.promo-border a.button, -.promo.promo-dark.promo-right a.button { left: 30px; } - - -/* Promo - Center Align ------------------------------------------------------------------*/ - -.promo.promo-center { - text-align: center; - padding: 30px 20px; -} - -.promo.promo-center a.button { - position: relative; - top: 0; - margin: 20px 0 0; - left: 0 !important; - right: 0; -} - - -/* Promo - Mini ------------------------------------------------------------------*/ - -.promo.promo-mini { - text-align: left; - padding: 20px 25px; -} - -.promo.promo-mini h3 { - font-size: 20px; - line-height: 1.5; -} - -.promo.promo-mini.promo-uppercase h3 { font-size: 18px; } - -.promo.promo-mini.promo-dark h3 { line-height: 1.7; } - -.promo.promo-mini a.button { - position: relative; - top: 0; - margin: 20px 0 0; - left: 0 !important; - right: 0; -} - - -/* Promo - Mini - Center Align ------------------------------------------------------------------*/ - -.promo.promo-mini.promo-center { text-align: center; } - - -/* Promo - Mini - Right Align ------------------------------------------------------------------*/ - -.promo.promo-mini.promo-right { text-align: right; } - - -/* ---------------------------------------------------------------- - Featured Boxes ------------------------------------------------------------------*/ - - -.feature-box { - position: relative; - margin-top: 20px; - padding: 0 0 0 80px; -} - -.feature-box:first-child { margin-top: 0; } - -.feature-box .fbox-icon { - display: block; - position: absolute; - width: 64px; - height: 64px; - top: 0; - left: 0; -} - -.feature-box .fbox-icon a, -.feature-box .fbox-icon i, -.feature-box .fbox-icon img { - display: block; - position: relative; - width: 100%; - height: 100%; - color: #FFF; -} - -.feature-box .fbox-icon i, -.feature-box .fbox-icon img { - border-radius: 50%; - background-color: #1ABC9C; -} - -.feature-box .fbox-icon i { - font-style: normal; - font-size: 28px; - text-align: center; - line-height: 64px; -} - -.feature-box h3 { - font-size: 12px; - font-weight: 700; - text-transform: uppercase; - letter-spacing: 1px; - margin-bottom: 0; - color: #333; -} - -.feature-box p { - margin: 8px 0 0 0; - color: #999; -} - -.feature-box .before-heading { font-size: 14px; } - - -/* Feature Box - Icon Large ------------------------------------------------------------------*/ - -.feature-box.fbox-large { padding: 0 0 0 115px; } - -.feature-box.fbox-large .fbox-icon { - width: 96px; - height: 96px; -} - -.feature-box.fbox-large .fbox-icon i { - font-size: 42px; - line-height: 96px; -} - - -/* Feature Box - Icon Outline ------------------------------------------------------------------*/ - -.feature-box.fbox-outline .fbox-icon { - border: 1px solid #1ABC9C; - border-radius: 50%; - padding: 3px; -} - -.feature-box.fbox-outline .fbox-icon i { line-height: 56px; } - - -/* Feature Box - Icon Outline Large ------------------------------------------------------------------*/ - -.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; } - -.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; } - - -/* Feature Box - Icon Rounded ------------------------------------------------------------------*/ - -.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; } - -.feature-box.fbox-rounded .fbox-icon i, -.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; } - - -/* Feature Box - Icon Rounded & Large ------------------------------------------------------------------*/ - -.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; } - -.feature-box.fbox-rounded.fbox-large .fbox-icon i, -.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; } - - -/* Feature Box - Light Background ------------------------------------------------------------------*/ - -.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; } - -.feature-box.fbox-light .fbox-icon i, -.feature-box.fbox-light .fbox-icon img { - border: 1px solid #E5E5E5; - background-color: #F5F5F5; - color: #444; -} - -.feature-box.fbox-light .fbox-icon i { line-height: 62px; } - -.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; } - -.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; } - -.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; } - - -/* Feature Box - Dark Background ------------------------------------------------------------------*/ - -.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; } - -.feature-box.fbox-dark .fbox-icon i, -.feature-box.fbox-dark .fbox-icon img { background-color: #333; } - - -/* Feature Box - Border ------------------------------------------------------------------*/ - -.feature-box.fbox-border .fbox-icon { - border: 1px solid #1ABC9C; - border-radius: 50%; -} - -.feature-box.fbox-border .fbox-icon i, -.feature-box.fbox-border .fbox-icon img { - border: none; - background-color: transparent !important; - color: #1ABC9C; -} - -.feature-box.fbox-border .fbox-icon { padding: 0; } - -.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; } - -.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; } - - -/* Feature Box - Border - Light ------------------------------------------------------------------*/ - -.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; } - -.feature-box.fbox-border.fbox-light .fbox-icon i, -.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; } - - -/* Feature Box - Border - Dark ------------------------------------------------------------------*/ - -.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; } - -.feature-box.fbox-border.fbox-dark .fbox-icon i, -.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; } - - -/* Feature Box - Plain ------------------------------------------------------------------*/ - -.feature-box.fbox-plain .fbox-icon { - border: none !important; - height: auto !important; -} - -.feature-box.fbox-plain .fbox-icon i, -.feature-box.fbox-plain .fbox-icon img { - border: none !important; - background-color: transparent !important; - color: #1ABC9C; - border-radius: 0; -} - -.feature-box.fbox-plain .fbox-icon i { - font-size: 48px; - line-height: 1 !important; -} - -.feature-box.fbox-plain .fbox-icon img { height: 64px; } - -.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; } - -.feature-box.fbox-plain.fbox-image .fbox-icon img { - width: auto; - display: inline-block; -} - -.feature-box.fbox-plain.fbox-small { padding-left: 42px; } - -.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; } - -.feature-box.fbox-plain.fbox-small h3 { - font-size: 15px; - line-height: 26px; - margin-bottom: 10px; -} - -.feature-box.fbox-plain.fbox-small p { margin-left: -42px; } - -.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; } - -.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; } - -.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; } - -.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; } - -.feature-box.fbox-plain.fbox-light .fbox-icon i, -.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; } - -.feature-box.fbox-plain.fbox-dark .fbox-icon i, -.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; } - - -/* Feature Box - Center ------------------------------------------------------------------*/ - -.feature-box.fbox-center { - padding: 0; - text-align: center; -} - -.feature-box.fbox-center.fbox-small { padding-left: 0 !important; } - -.feature-box.fbox-center .fbox-icon { - position: relative; - width: 96px; - height: 96px; - margin: 0 auto 30px; -} - -.feature-box.fbox-center .fbox-icon i { - font-size: 42px; - line-height: 96px; -} - -.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; } - -.feature-box.fbox-center p { - font-size: 14px; - margin-top: 15px; -} - - -/* Feature Box - Center & Large Icons ------------------------------------------------------------------*/ - -.feature-box.fbox-center.fbox-large .fbox-icon { - width: 128px; - height: 128px; -} - -.feature-box.fbox-center.fbox-large .fbox-icon i { - font-size: 70px; - line-height: 128px; -} - -.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; } - -.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; } - -.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; } - -.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; } - -.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; } - -.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; } - -.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 55px; } - -.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; } - -.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; } - -.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; } - - -/* Feature Box - Center & Large Icons ------------------------------------------------------------------*/ - -.feature-box.fbox-center.fbox-small .fbox-icon { - width: 64px; - height: 64px; -} - -.feature-box.fbox-center.fbox-small .fbox-icon i { - font-size: 28px; - line-height: 64px; -} - -.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; } - -.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; } - -.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; } - -.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; } - -.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; } - -.feature-box.fbox-center.fbox-small p { - font-size: 14px; - margin-top: 10px; -} - -.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; } - - -/* Feature Box - Right ------------------------------------------------------------------*/ - -.feature-box.fbox-right { - padding: 0 80px 0 0; - text-align: right; -} - -.feature-box.fbox-right.fbox-large { padding-right: 115px; } - -.feature-box.fbox-right .fbox-icon { - left: auto; - right: 0; -} - -.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; } - -.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; } - - -/* Feature Box - Subtitle ------------------------------------------------------------------*/ - -.feature-box h3 + .fbox-icon { margin-top: 20px !important; } - -.feature-box h3 span.subtitle { - display: block; - margin-top: 5px; - color: #444; - font-weight: 300; - text-transform: none; -} - -.feature-box.fbox-center:not(.fbox-bg) h3:after { - content: ''; - display: block; - margin: 20px auto; - width: 30px; - border-top: 2px solid #555; - -webkit-transition: width .3s ease; - -o-transition: width .3s ease; - transition: width .3s ease; -} - -.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; } - -.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, -.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; } - -.feature-box.fbox-center.fbox-italic p { - font-style: italic; - font-family: 'Lato', sans-serif; -} - - -/* Feature Box - Background ------------------------------------------------------------------*/ - -.feature-box.fbox-bg.fbox-center { - margin-top: 68px; - padding: 68px 30px 30px; - background-color: #FFF; - border: 1px solid #E5E5E5; - border-radius: 5px; -} - -.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; } - -.feature-box.fbox-bg.fbox-center.fbox-large { - margin-top: 84px; - padding-top: 84px; -} - -.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; } - -.feature-box.fbox-bg.fbox-center .fbox-icon { - position: absolute; - top: -48px; - left: 50%; - margin: 0 0 0 -48px; -} - -.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon { - top: -64px; - left: 50%; - margin-left: -64px; -} - -.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, -.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, -.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; } - - -/* Animated Icon Hovers ------------------------------------------------------------------*/ - -.fbox-effect .fbox-icon i { z-index: 1; } - -.fbox-effect .fbox-icon i:after { - pointer-events: none; - position: absolute; - width: 100%; - height: 100%; - border-radius: 50%; - content: ''; - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } - -.fbox-effect .fbox-icon i { - -webkit-transition: background-color 0.3s, color 0.3s; - -o-transition: background-color 0.3s, color 0.3s; - transition: background-color 0.3s, color 0.3s; -} - -.fbox-effect .fbox-icon i:after { - top: -3px; - left: -3px; - padding: 3px; - box-shadow: 0 0 0 2px #333; - -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; - -webkit-transform: scale(.8); - -moz-transition: -moz-transform 0.3s, opacity 0.3s; - -moz-transform: scale(.8); - -ms-transform: scale(.8); - transition: transform 0.3s, opacity 0.3s; - transform: scale(.8); - opacity: 0; -} - -.fbox-effect .fbox-icon i:hover, -.fbox-effect:hover .fbox-icon i { - background-color: #333; - color: #FFF; -} - -.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #1ABC9C; } - -.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #1ABC9C; } - -.fbox-effect .fbox-icon i:hover:after, -.fbox-effect:hover .fbox-icon i:after { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} - -/* Icon Effects - Bordered ------------------------------------------------------------------*/ - -.fbox-border.fbox-effect .fbox-icon i { - -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; - -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; - transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; -} - -.fbox-border.fbox-effect .fbox-icon i:after { - top: -2px; - left: -2px; - padding: 2px; - z-index: -1; - box-shadow: none; - background-image: url('images/icons/iconalt.svg'); - background-position: center center; - background-size: 100% 100%; - -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s; - -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s; - transition: transform 0.5s, opacity 0.5s, background-color 0.5s; -} - -.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } - -.fbox-border.fbox-effect .fbox-icon i:hover, -.fbox-border.fbox-effect:hover .fbox-icon i { - color: #FFF; - box-shadow: 0 0 0 1px #333; -} - -.fbox-border.fbox-effect .fbox-icon i:after { - -webkit-transform: scale(1.3); - -moz-transform: scale(1.3); - -ms-transform: scale(1.3); - transform: scale(1.3); - opacity: 0; - background-color: #333; -} - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, -.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #1ABC9C; } - -.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #1ABC9C; } - -.fbox-border.fbox-effect .fbox-icon i:hover:after, -.fbox-border.fbox-effect:hover .fbox-icon i:after { - -webkit-transform: scale(1); - -moz-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} - - -/* Media Featured Box ------------------------------------------------------------------*/ - -.feature-box.media-box { padding: 0; } - -.feature-box.media-box .fbox-media { margin: 0 0 25px; } - -.feature-box.media-box .fbox-media, -.feature-box.media-box .fbox-media a, -.feature-box.media-box .fbox-media img { - position: relative; - display: block; - width: 100%; - height: auto; -} - -.feature-box.media-box .fbox-media iframe { display: block; } - -.feature-box.media-box p { margin-top: 17px; } - -.feature-box.media-box.fbox-bg .fbox-media { margin: 0; } - -.feature-box.media-box.fbox-bg .fbox-desc { - padding: 25px; - background-color: #FFF; - border: 1px solid #E5E5E5; - border-top: 0; - border-radius: 0 0 5px 5px; -} - -.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; } - - -/* ---------------------------------------------------------------- - Flipbox ------------------------------------------------------------------*/ - -.flipbox { perspective: 1000px; } - -.flipbox-inner { - transition: 0.5s; - transition-timing-function: ease; - position: relative; - transform-style: preserve-3d; -} - -.flipbox-front, -.flipbox-back { - -webkit-backface-visibility: hidden; -} - -.flipbox-front { z-index: 2; } - -.flipbox-back { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - -.flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); } -.flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); } - -.flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); } -.flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); } - -.flipbox:not(.flipbox-vertical):hover .flipbox-inner, -.flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); } - -.flipbox.flipbox-vertical:hover .flipbox-inner, -.flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); } - - -/* ---------------------------------------------------------------- - Process Steps ------------------------------------------------------------------*/ - -.process-steps { - margin: 0 0 40px; - list-style: none; -} - -.process-steps li { - float: left; - position: relative; - width: 25%; - text-align: center; - overflow: hidden; -} - -.process-steps.process-2 li { width: 50%; } -.process-steps.process-3 li { width: 33.33%; } -.process-steps.process-5 li { width: 20%; } - -.process-steps li .i-circled { margin-bottom: 0 !important; } - -.process-steps li .i-bordered { background-color: #FFF; } - -.process-steps li h5 { - margin: 15px 0 0 0; - font-size: 16px; - font-weight: 300; -} - -.process-steps li.active h5, -.process-steps li.ui-tabs-active h5 { - font-weight: 600; - color: #1ABC9C; -} - -.process-steps li.active a, -.process-steps li.ui-tabs-active a { - background-color: #1ABC9C !important; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - border-color: #1ABC9C !important; -} - -.process-steps li:before, -.process-steps li:after { - content: ''; - position: absolute; - top: 30px; - left: 0; - margin-left: -26px; - width: 50%; - border-top: 1px dashed #DDD; -} - -.process-steps li:after { - left: auto; - right: 0; - margin: 0 -26px 0 0; -} - -.process-steps li:first-child:before, -.process-steps li:last-child:after { display: none; } - - -/* ---------------------------------------------------------------- - Alerts ------------------------------------------------------------------*/ - - -.style-msg, -.style-msg2 { - position: relative; - display: block; - color: #444; - border-left: 4px solid rgba(0,0,0,0.1); - margin-bottom: 20px; -} - -.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); } - -.successmsg { - background: #C5EBD4; - color: #184B21; -} - -.errormsg { - background: #FFCCCC; - color: #740D0A; -} - -.infomsg { - background: #B9DFF4; - color: #124F70; -} - -.alertmsg { - background: #FCE0B6; - color: #975E06; -} - -.style-msg .sb-msg, -.style-msg2 .msgtitle, -.style-msg2 .sb-msg { - display: block; - padding: 15px; - border-left: 1px solid rgba(255,255,255,0.5); - font-size: 14px; - text-shadow: 1px 1px 1px rgba(255,255,255,0.6); -} - -.style-msg2 .msgtitle { - background: rgba(0,0,0,0.15); - border-top: none; - border-bottom: none; - font-size: 15px; - font-weight: bold; -} - -.style-msg-light .sb-msg, -.style-msg-light .msgtitle { - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); -} - -.style-msg2 .sb-msg { font-weight: normal; } - -.style-msg2 ol, -.style-msg2 ul { margin: 0 0 0 30px; } - -.style-msg2 ol { list-style-type: decimal; } - -.style-msg2 ul { list-style-type: disc; } - -.alert i, -.sb-msg i, -.msgtitle i { - position: relative; - top: 1px; - font-size: 14px; - width: 14px; - text-align: center; - margin-right: 5px; -} - -.style-msg .close { - position: absolute; - top: 10px; - left: auto; - right: 10px; -} - - -/* ---------------------------------------------------------------- - Styled Icons ------------------------------------------------------------------*/ - - -.i-rounded, -.i-plain, -.i-circled, -.i-bordered, -.social-icon { - display: block; - float: left; - margin: 4px 11px 7px 0; - text-align: center !important; - font-size: 28px; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - cursor: pointer; - font-style: normal; -} - -body:not(.device-touch) .i-rounded, -body:not(.device-touch) .i-plain, -body:not(.device-touch) .i-circled, -body:not(.device-touch) .i-bordered, -body:not(.device-touch) .social-icon { - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.i-rounded, -.i-circled, -.i-bordered { - width: 52px !important; - height: 52px !important; - line-height: 52px !important; - background-color: #444; - border-radius: 3px; -} - -.i-bordered { - border: 1px solid #555; - line-height: 50px !important; - background-color: transparent !important; - color: #444; - text-shadow: none; -} - -.i-plain { - width: 36px !important; - height: 36px !important; - font-size: 28px; - line-height: 36px !important; - color: #444; - text-shadow: 1px 1px 1px #FFF; -} - -.i-plain:hover { color: #777; } - -.i-circled { border-radius: 50%; } - -.i-light { - background-color: #F5F5F5; - color: #444; - text-shadow: 1px 1px 1px #FFF; - box-shadow: inset 0 0 15px rgba(0,0,0,0.2); -} - -.i-alt { - background-image: url('images/icons/iconalt.svg'); - background-position: center center; - background-size: 100% 100%; -} - - -.i-rounded:hover, -.i-circled:hover { - background-color: #1ABC9C; - color: #FFF; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - box-shadow: 0 0 0 rgba(0,0,0,0.2); -} - -.i-bordered:hover { - background-color: #444 !important; - color: #FFF; - border-color: #444; -} - - -/* Icon Size - Small ------------------------------------------------------------------*/ - -.i-small.i-rounded, -.i-small.i-plain, -.i-small.i-circled, -.i-small.i-bordered { - margin: 4px 11px 7px 0; - font-size: 14px; -} - -.i-small.i-rounded, -.i-small.i-circled, -.i-small.i-bordered { - width: 28px !important; - height: 28px !important; - line-height: 28px !important; -} - -.i-small.i-bordered { line-height: 26px !important; } - -.i-small.i-plain { - width: 18px !important; - height: 18px !important; - font-size: 14px; - line-height: 18px !important; -} - - -/* Icon Size - Small ------------------------------------------------------------------*/ - -.i-medium.i-rounded, -.i-medium.i-plain, -.i-medium.i-circled, -.i-medium.i-bordered { - margin: 6px 13px 9px 0; - font-size: 21px; -} - -.i-medium.i-rounded, -.i-medium.i-circled, -.i-medium.i-bordered { - width: 36px !important; - height: 36px !important; - line-height: 36px !important; -} - -.i-medium.i-bordered { line-height: 34px !important; } - -.i-medium.i-plain { - width: 28px !important; - height: 28px !important; - font-size: 20px; - line-height: 28px !important; -} - - -/* Icon Size - Large ------------------------------------------------------------------*/ - -.i-large.i-rounded, -.i-large.i-plain, -.i-large.i-circled, -.i-large.i-bordered { - margin: 4px 11px 7px 0; - font-size: 42px; -} - -.i-large.i-rounded, -.i-large.i-circled, -.i-large.i-bordered { - width: 64px !important; - height: 64px !important; - line-height: 64px !important; -} - -.i-large.i-bordered { line-height: 62px !important; } - -.i-large.i-plain { - width: 48px !important; - height: 48px !important; - font-size: 42px; - line-height: 48px !important; -} - - -/* Icon Size - Extra Large ------------------------------------------------------------------*/ - -.i-xlarge.i-rounded, -.i-xlarge.i-plain, -.i-xlarge.i-circled, -.i-xlarge.i-bordered { - margin: 4px 11px 7px 0; - font-size: 56px; -} - -.i-xlarge.i-rounded, -.i-xlarge.i-circled, -.i-xlarge.i-bordered { - width: 84px !important; - height: 84px !important; - line-height: 84px !important; -} - -.i-xlarge.i-bordered { line-height: 82px !important; } - -.i-xlarge.i-plain { - width: 64px !important; - height: 64px !important; - font-size: 56px; - line-height: 64px !important; -} - - -/* Icon Size - Extra Extra Large ------------------------------------------------------------------*/ - -.i-xxlarge.i-rounded, -.i-xxlarge.i-plain, -.i-xxlarge.i-circled, -.i-xxlarge.i-bordered { - margin: 6px 15px 10px 0; - font-size: 64px; -} - -.i-xxlarge.i-rounded, -.i-xxlarge.i-circled, -.i-xxlarge.i-bordered { - width: 96px !important; - height: 96px !important; - line-height: 96px !important; -} - -.i-xxlarge.i-bordered { line-height: 94px !important; } - -.i-xxlarge.i-plain { - width: 80px !important; - height: 80px !important; - font-size: 64px; - line-height: 80px !important; -} - - -/* ---------------------------------------------------------------- - Icon Overlay ------------------------------------------------------------------*/ - -.i-overlay, -.i-overlay a { - display: block; - position: absolute; - width: 100% !important; - height: 100% !important; - top: 0; - left: 0; - text-align: center; - background: rgba(0,0,0,0.2) url('images/grid.png') repeat; -} - -.i-overlay a { background: transparent; } - -.i-overlay img, -.i-overlay i { - display: block; - position: absolute; - top: 50%; - left: 50%; - margin: -24px 0 0 -24px; - width: 48px !important; - height: 48px !important; - font-size: 48px; - line-height: 1; - color: #E5E5E5; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.i-overlay i { - margin: -18px 0 0 -18px; - width: 36px !important; - height: 36px !important; - line-height: 36px; - font-size: 24px; -} - -.on-hover.i-overlay { opacity: 0; } - -body:not(.device-touch) .on-hover.i-overlay { - -webkit-transition: opacity 0.3s linear; - -o-transition: opacity 0.3s linear; - transition: opacity 0.3s linear; -} - -.on-hover.i-overlay:hover { opacity: 1; } - - -/* ---------------------------------------------------------------- - Social Icons ------------------------------------------------------------------*/ - - -.social-icon { - margin: 0 5px 5px 0; - width: 40px; - height: 40px; - font-size: 20px; - line-height: 38px !important; - color: #555; - text-shadow: none; - border: 1px solid #AAA; - border-radius: 3px; - overflow: hidden; -} - - -/* Social Icons - Rounded ------------------------------------------------------------------*/ - -.si-rounded { border-radius: 50%; } - -/* Social Icons - Borderless ------------------------------------------------------------------*/ - -.si-borderless { border-color: transparent !important; } - -/* Social Icons - Dark ------------------------------------------------------------------*/ - -.si-dark { - background-color: #444; - color: #FFF !important; - border-color: transparent; -} - -/* Social Icons - Light ------------------------------------------------------------------*/ - -.si-light { - background-color: rgba(0,0,0,0.05); - color: #666 !important; - border-color: transparent; -} - -/* Social Icons - Colored ------------------------------------------------------------------*/ - -.si-colored { border-color: transparent !important; } - -.si-colored i { color: #FFF; } - -/* Social Icons - Large ------------------------------------------------------------------*/ - -.social-icon.si-large { - margin: 0 10px 10px 0; - width: 56px; - height: 56px; - font-size: 30px; - line-height: 54px !important; -} - -/* Social Icons - Small ------------------------------------------------------------------*/ - -.social-icon.si-small { - width: 32px; - height: 32px; - font-size: 14px; - line-height: 30px !important; -} - -.social-icon i { - display: block; - position: relative; -} - -body:not(.device-touch) .social-icon i { - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.social-icon i:last-child { color: #FFF !important; } - -.social-icon:hover i:first-child { margin-top: -38px; } - -.social-icon.si-large:hover i:first-child { margin-top: -54px; } - -.social-icon.si-small:hover i:first-child { margin-top: -30px; } - -.social-icon:hover { - color: #555; - border-color: transparent; -} - -.si-colored.social-icon { border-color: transparent; } - -/* Social Icons - Sticky ------------------------------------------------------------------*/ - -.si-sticky { - position: fixed; - top: 50%; - left: 5px; - width: 36px; - z-index: 100; -} - -/* Social Icons - Sticky Right ------------------------------------------------------------------*/ - -.si-sticky.si-sticky-right { - left: auto; - right: 8px; -} - -/* Social Icons - Share ------------------------------------------------------------------*/ - -.si-share { - position: relative; - padding-left: 5px; - border-top: 1px solid #EEE; - border-bottom: 1px solid #EEE; -} - -.si-share span { - line-height: 36px; - font-weight: bold; - font-size: 13px; -} - -.si-share div { float: right; } - -.si-share .social-icon { - margin: -1px 0; - border-radius: 0; - font-size: 15px; -} - -.si-facebook:hover, -.si-colored.si-facebook { background-color: #3B5998 !important; } -.si-delicious:hover, -.si-colored.si-delicious { background-color: #205CC0 !important; } -.si-paypal:hover, -.si-colored.si-paypal { background-color: #00588B !important; } -.si-flattr:hover, -.si-colored.si-flattr { background-color: #F67C1A !important; } -.si-android:hover, -.si-colored.si-android { background-color: #A4C639 !important; } -.si-smashmag:hover, -.si-colored.si-smashmag { background-color: #E53B2C !important; } -.si-gplus:hover, -.si-colored.si-gplus { background-color: #DD4B39 !important; } -.si-wikipedia:hover, -.si-colored.si-wikipedia { background-color: #333 !important; } -.si-stumbleupon:hover, -.si-colored.si-stumbleupon { background-color: #F74425 !important; } -.si-foursquare:hover, -.si-colored.si-foursquare { background-color: #25A0CA !important; } -.si-call:hover, -.si-colored.si-call { background-color: #444 !important; } -.si-ninetyninedesigns:hover, -.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; } -.si-forrst:hover, -.si-colored.si-forrst { background-color: #5B9A68 !important; } -.si-digg:hover, -.si-colored.si-digg { background-color: #191919 !important; } -.si-spotify:hover, -.si-colored.si-spotify { background-color: #81B71A !important; } -.si-reddit:hover, -.si-colored.si-reddit { background-color: #C6C6C6 !important; } -.si-blogger:hover, -.si-colored.si-blogger { background-color: #FC4F08 !important; } -.si-cc:hover, -.si-colored.si-cc { background-color: #688527 !important; } -.si-dribbble:hover, -.si-colored.si-dribbble { background-color: #EA4C89 !important; } -.si-evernote:hover, -.si-colored.si-evernote { background-color: #5BA525 !important; } -.si-flickr:hover, -.si-colored.si-flickr { background-color: #FF0084 !important; } -.si-google:hover, -.si-colored.si-google { background-color: #DD4B39 !important; } -.si-instapaper:hover, -.si-colored.si-instapaper { background-color: #333 !important; } -.si-klout:hover, -.si-colored.si-klout { background-color: #FF5F52 !important; } -.si-linkedin:hover, -.si-colored.si-linkedin { background-color: #0E76A8 !important; } -.si-vk:hover, -.si-colored.si-vk { background-color: #2B587A !important; } -.si-rss:hover, -.si-colored.si-rss { background-color: #EE802F !important; } -.si-skype:hover, -.si-colored.si-skype { background-color: #00AFF0 !important; } -.si-twitter:hover, -.si-colored.si-twitter { background-color: #00ACEE !important; } -.si-youtube:hover, -.si-colored.si-youtube { background-color: #C4302B !important; } -.si-vimeo:hover, -.si-colored.si-vimeo { background-color: #86C9EF !important; } -.si-aim:hover, -.si-colored.si-aim { background-color: #FCD20B !important; } -.si-yahoo:hover, -.si-colored.si-yahoo { background-color: #720E9E !important; } -.si-email3:hover, -.si-colored.si-email3 { background-color: #6567A5 !important; } -.si-macstore:hover, -.si-colored.si-macstore { background-color: #333333 !important; } -.si-myspace:hover, -.si-colored.si-myspace { background-color: #666666 !important; } -.si-podcast:hover, -.si-colored.si-podcast { background-color: #E4B21B !important; } -.si-cloudapp:hover, -.si-colored.si-cloudapp { background-color: #525557 !important; } -.si-dropbox:hover, -.si-colored.si-dropbox { background-color: #3D9AE8 !important; } -.si-ebay:hover, -.si-colored.si-ebay { background-color: #89C507 !important; } -.si-github:hover, -.si-colored.si-github { background-color: #171515 !important; } -.si-googleplay:hover, -.si-colored.si-googleplay { background-color: #DD4B39 !important; } -.si-itunes:hover, -.si-colored.si-itunes { background-color: #222 !important; } -.si-plurk:hover, -.si-colored.si-plurk { background-color: #CF5A00 !important; } -.si-pinboard:hover, -.si-colored.si-pinboard { background-color: #0000E6 !important; } -.si-soundcloud:hover, -.si-colored.si-soundcloud { background-color: #FF7700 !important; } -.si-tumblr:hover, -.si-colored.si-tumblr { background-color: #34526F !important; } -.si-wordpress:hover, -.si-colored.si-wordpress { background-color: #1E8CBE !important; } -.si-yelp:hover, -.si-colored.si-yelp { background-color: #C41200 !important; } -.si-intensedebate:hover, -.si-colored.si-intensedebate { background-color: #009EE4 !important; } -.si-eventbrite:hover, -.si-colored.si-eventbrite { background-color: #F16924 !important; } -.si-scribd:hover, -.si-colored.si-scribd { background-color: #666666 !important; } -.si-stripe:hover, -.si-colored.si-stripe { background-color: #008CDD !important; } -.si-print:hover, -.si-colored.si-print { background-color: #111 !important; } -.si-dwolla:hover, -.si-colored.si-dwolla { background-color: #FF5C03 !important; } -.si-statusnet:hover, -.si-colored.si-statusnet { background-color: #131A30 !important; } -.si-acrobat:hover, -.si-colored.si-acrobat { background-color: #D3222A !important; } -.si-drupal:hover, -.si-colored.si-drupal { background-color: #27537A !important; } -.si-buffer:hover, -.si-colored.si-buffer { background-color: #333333 !important; } -.si-pocket:hover, -.si-colored.si-pocket { background-color: #EE4056 !important; } -.si-bitbucket:hover, -.si-colored.si-bitbucket { background-color: #0E4984 !important; } -.si-stackoverflow:hover, -.si-colored.si-stackoverflow { background-color: #EF8236 !important; } -.si-hackernews:hover, -.si-colored.si-hackernews { background-color: #FF6600 !important; } -.si-xing:hover, -.si-colored.si-xing { background-color: #126567 !important; } -.si-instagram:hover, -.si-colored.si-instagram { background-color: #3F729B !important; } -.si-quora:hover, -.si-colored.si-quora { background-color: #A82400 !important; } -.si-openid:hover, -.si-colored.si-openid { background-color: #E16309 !important; } -.si-steam:hover, -.si-colored.si-steam { background-color: #111 !important; } -.si-amazon:hover, -.si-colored.si-amazon { background-color: #E47911 !important; } -.si-disqus:hover, -.si-colored.si-disqus { background-color: #E4E7EE !important; } -.si-plancast:hover, -.si-colored.si-plancast { background-color: #222 !important; } -.si-appstore:hover, -.si-colored.si-appstore { background-color: #000 !important; } -.si-pinterest:hover, -.si-colored.si-pinterest { background-color: #C8232C !important; } -.si-fivehundredpx:hover, -.si-colored.si-fivehundredpx { background-color: #111 !important; } - - -/* Social Icons Text Color ------------------------------------------------------------------*/ - -.si-text-color.si-facebook i { color: #3B5998; } -.si-text-color.si-delicious i { color: #205CC0; } -.si-text-color.si-paypal i { color: #00588B; } -.si-text-color.si-flattr i { color: #F67C1A; } -.si-text-color.si-android i { color: #A4C639; } -.si-text-color.si-smashmag i { color: #E53B2C; } -.si-text-color.si-gplus i { color: #DD4B39; } -.si-text-color.si-wikipedia i { color: #333; } -.si-text-color.si-stumbleupon i { color: #F74425; } -.si-text-color.si-foursquare i { color: #25A0CA; } -.si-text-color.si-call i { color: #444; } -.si-text-color.si-ninetyninedesigns i { color: #F26739; } -.si-text-color.si-forrst i { color: #5B9A68; } -.si-text-color.si-digg i { color: #191919; } -.si-text-color.si-spotify i { color: #81B71A; } -.si-text-color.si-reddit i { color: #C6C6C6; } -.si-text-color.si-blogger i { color: #FC4F08; } -.si-text-color.si-cc i { color: #688527; } -.si-text-color.si-dribbble i { color: #EA4C89; } -.si-text-color.si-evernote i { color: #5BA525; } -.si-text-color.si-flickr i { color: #FF0084; } -.si-text-color.si-google i { color: #DD4B39; } -.si-text-color.si-instapaper i { color: #333; } -.si-text-color.si-klout i { color: #FF5F52; } -.si-text-color.si-linkedin i { color: #0E76A8; } -.si-text-color.si-vk i { color: #2B587A; } -.si-text-color.si-rss i { color: #EE802F; } -.si-text-color.si-skype i { color: #00AFF0; } -.si-text-color.si-twitter i { color: #00ACEE; } -.si-text-color.si-youtube i { color: #C4302B; } -.si-text-color.si-vimeo i { color: #86C9EF; } -.si-text-color.si-aim i { color: #FCD20B; } -.si-text-color.si-yahoo i { color: #720E9E; } -.si-text-color.si-email3 i { color: #6567A5; } -.si-text-color.si-macstore i { color: #333333; } -.si-text-color.si-myspace i { color: #666666; } -.si-text-color.si-podcast i { color: #E4B21B; } -.si-text-color.si-cloudapp i { color: #525557; } -.si-text-color.si-dropbox i { color: #3D9AE8; } -.si-text-color.si-ebay i { color: #89C507; } -.si-text-color.si-github i { color: #171515; } -.si-text-color.si-googleplay i { color: #DD4B39; } -.si-text-color.si-itunes i { color: #222; } -.si-text-color.si-plurk i { color: #CF5A00; } -.si-text-color.si-pinboard i { color: #0000E6; } -.si-text-color.si-soundcloud i { color: #FF7700; } -.si-text-color.si-tumblr i { color: #34526F; } -.si-text-color.si-wordpress i { color: #1E8CBE; } -.si-text-color.si-yelp i { color: #C41200; } -.si-text-color.si-intensedebate i { color: #009EE4; } -.si-text-color.si-eventbrite i { color: #F16924; } -.si-text-color.si-scribd i { color: #666666; } -.si-text-color.si-stripe i { color: #008CDD; } -.si-text-color.si-print i { color: #111; } -.si-text-color.si-dwolla i { color: #FF5C03; } -.si-text-color.si-statusnet i { color: #131A30; } -.si-text-color.si-acrobat i { color: #D3222A; } -.si-text-color.si-drupal i { color: #27537A; } -.si-text-color.si-buffer i { color: #333333; } -.si-text-color.si-pocket i { color: #EE4056; } -.si-text-color.si-bitbucket i { color: #0E4984; } -.si-text-color.si-stackoverflow i { color: #EF8236; } -.si-text-color.si-hackernews i { color: #FF6600; } -.si-text-color.si-xing i { color: #126567; } -.si-text-color.si-instagram i { color: #3F729B; } -.si-text-color.si-quora i { color: #A82400; } -.si-text-color.si-openid i { color: #E16309; } -.si-text-color.si-steam i { color: #111; } -.si-text-color.si-amazon i { color: #E47911; } -.si-text-color.si-disqus i { color: #E4E7EE; } -.si-text-color.si-plancast i { color: #222; } -.si-text-color.si-appstore i { color: #000; } -.si-text-color.si-pinterest i { color: #C8232C; } -.si-text-color.si-fivehundredpx i { color: #111; } - -.si-text-color:hover { color: #FFF; } - - -/* ---------------------------------------------------------------- - Toggle ------------------------------------------------------------------*/ - - -.toggle { - display: block; - position: relative; - margin: 0 0 20px 0; -} - -.toggle .togglet, -.toggle .toggleta { - display: block; - position: relative; - line-height: 24px; - padding: 0 0 0 24px; - margin: 0; - font-size: 16px; - font-weight: 600; - color: #444; - cursor: pointer; -} - -.toggle .togglet i { - position: absolute; - top: 0; - left: 0; - width: 16px; - text-align: center; - font-size: 16px; - line-height: 24px; -} - -.toggle .toggleta { font-weight: bold; } - -.toggle .togglet i.toggle-open, -.toggle .toggleta i.toggle-closed { display: none; } - -.toggle .toggleta i.toggle-open { display: block; } - -.toggle .togglet:not(.toggleta) span.toggle-open, -.toggle .togglet.toggleta span.toggle-closed { display: none; } - -.toggle .togglet.toggleta span.toggle-open, -.toggle .togglet:not(.toggleta) span.toggle-closed { display: block; } - -.toggle .togglec { - display: block; - position: relative; - padding: 10px 0 0 24px; -} - - -/* Toggle - with Title Background ------------------------------------------------------------------*/ - -.toggle.toggle-bg .togglet, -.toggle.toggle-bg .toggleta { - background-color: #EEE; - line-height: 44px; - padding: 0 0 0 36px; - border-radius: 2px; -} - -.toggle.toggle-bg .togglet i { - left: 14px; - line-height: 44px; -} - -.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; } - - -/* Toggle - Bordered ------------------------------------------------------------------*/ - -.toggle.toggle-border { - border: 1px solid #CCC; - border-radius: 4px; -} - -.toggle.toggle-border .togglet, -.toggle.toggle-border .toggleta { - line-height: 44px; - padding: 0 15px 0 36px; -} - -.toggle.toggle-border .togglet i { - left: 14px; - line-height: 44px; -} - -.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; } - - -/* Toggle - FAQs ------------------------------------------------------------------*/ - -.faqs .toggle { - border-bottom: 1px solid #EEE; - padding-bottom: 12px; - margin-bottom: 12px; -} - -.faqs .toggle .togglet, -.faqs .toggle .toggleta { font-size: 15px; } - -.faqs .toggle .togglet i { - top: 1px; - font-size: 14px; -} - -.faqs .toggle .togglec { padding-bottom: 10px; } - - -/* ---------------------------------------------------------------- - Accordions ------------------------------------------------------------------*/ - -.accordion { margin-bottom: 20px; } - -.acctitle { - display: block; - position: relative; - line-height: 24px; - margin: 0; - font-size: 14px; - font-weight: bold; - color: #444; - cursor: pointer; - border-top: 1px dotted #DDD; - padding: 10px 0 10px 20px; -} - -.acctitlec { cursor: auto; } - -.acctitle:first-child { border-top: none; } - -.acctitle i { - position: absolute; - top: 0; - left: 0; - width: 14px; - text-align: center; - font-size: 14px; - line-height: 44px; -} - -.acctitle i.acc-open, -.acctitlec i.acc-closed { display: none; } - -.acctitlec i.acc-open { display: block; } - -.acc_content { - position: relative; - padding: 0 0 15px 20px; -} - - -/* Accordion - with Title Background ------------------------------------------------------------------*/ - -.accordion.accordion-bg .acctitle, -.accordion.accordion-bg .acctitlec { - background-color: #EEE; - line-height: 44px; - padding: 0 0 0 36px; - margin-bottom: 5px; - border-top: 0; -} - -.accordion.accordion-bg .acctitle i { - left: 14px; - line-height: 44px; -} - -.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; } - - -/* Accordion - Bordered ------------------------------------------------------------------*/ - -.accordion.accordion-border { - border: 1px solid #DDD; - border-radius: 4px; -} - -.accordion.accordion-border .acctitle, -.accordion.accordion-border .acctitlec { - border-color: #CCC; - line-height: 44px; - padding: 0 15px 0 36px; -} - -.accordion.accordion-border .acctitle i { - left: 14px; - line-height: 44px; -} - -.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; } - - -/* Accordion - Large ------------------------------------------------------------------*/ - -.accordion.accordion-lg .acctitle { - font-size: 23px; - line-height: 44px; - padding-left: 30px; - font-weight: 400; -} - -.accordion.accordion-lg .acctitle i { - width: 20px; - font-size: 20px; - line-height: 64px; -} - -.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; } - - -/* ---------------------------------------------------------------- - Tabs ------------------------------------------------------------------*/ - - -.tabs { - position: relative; - margin: 0 0 30px 0; -} - -ul.tab-nav:not(.tab-nav-lg) { - margin: 0; - border-bottom: 1px solid #DDD; - list-style: none; -} - -ul.tab-nav:not(.tab-nav-lg) li { - float: left; - border: 1px solid #DDD; - border-bottom: 0; - border-left: 0; - height: 41px; - text-align: center; -} - -ul.tab-nav:not(.tab-nav-lg) li:first-child { - margin-left: 15px; - border-left: 1px solid #DDD; -} - -ul.tab-nav:not(.tab-nav-lg) li a { - display: block; - padding: 0 15px; - color: #444; - height: 40px; - line-height: 40px; - background-color: #F2F2F2; - font-size: 14px; - font-weight: bold; -} - -ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { - position: relative; - top: 1px; - background-color: #FFF; -} - - -/* Tabs - Alternate Nav ------------------------------------------------------------------*/ - -.tabs.tabs-alt ul.tab-nav li { border-color: transparent; } - -.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; } - -.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; } - -.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { - border: 1px solid #DDD; - border-bottom: 0; -} - - -/* Tabs - Top Border ------------------------------------------------------------------*/ - -.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a { - top: -1px; - height: 43px; - line-height: 38px; - border-top: 2px solid #1ABC9C; -} - -.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; } - - -/* Tabs - Bottom Border ------------------------------------------------------------------*/ - -.tabs.tabs-bb ul.tab-nav li { - border: 0; - margin: 0; -} - -.tabs.tabs-bb ul.tab-nav li a { - background-color: transparent; - border-bottom: 2px solid transparent; -} - -.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { - border-bottom: 2px solid #1ABC9C; - top: -2px; - height: 44px; - line-height: 44px; -} - - -/* Tabs - Navigation Style 2 ------------------------------------------------------------------*/ - - -ul.tab-nav.tab-nav2 { - border-bottom: 0; -} - -ul.tab-nav.tab-nav2 li { - border: 0; - margin-left: 10px; -} - -ul.tab-nav.tab-nav2 li:first-child { - margin-left: 0; - border-left: 0; -} - -ul.tab-nav.tab-nav2 li a { - background-color: #F5F5F5; - border-radius: 2px; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} - -ul.tab-nav.tab-nav2 li.ui-state-active a { - top: 0; - background-color: #1ABC9C; - color: #FFF; -} - - -/* Tabs - Large Navigation ------------------------------------------------------------------*/ - - -ul.tab-nav-lg { - margin-bottom: 20px; - list-style: none; -} - -ul.tab-nav-lg li { - float: left; - position: relative; - text-align: center; - padding: 15px; -} - -ul.tab-nav-lg li a { - display: inline-block; - color: #444; - font-family: 'Raleway', sans-serif; - font-size: 13px; - font-weight: bold; - text-transform: uppercase; - letter-spacing: 2px; -} - -ul.tab-nav.tab-nav-lg li i { - display: block; - font-size: 28px; - margin: 0 0 7px; -} - -ul.tab-nav-lg li.ui-tabs-active a { - color: #1ABC9C; -} - - - -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before, -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { - content: ''; - position: absolute; - z-index: 2; - top: auto; - bottom: -50px; - border: solid transparent; -} - -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { - border-top-color: #FFF; - border-width: 16px; - left: 50%; - margin-left: -16px; -} - -ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before { - border-top-color: #FFF; - border-width: 16px; - left: 50%; - margin-left: -16px; -} - - -/* Tabs - Content Area ------------------------------------------------------------------*/ - -.tab-container { - position: relative; - padding: 20px 0 0; -} - -ul.tab-nav li a i { - position: relative; - top: 1px; - font-size: 14px; - margin-right: 3px; -} - -/* Tabs - Bordered ------------------------------------------------------------------*/ - -.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; } - -.tabs-bordered .tab-container { - border: 1px solid #DDD; - border-top: 0; - padding: 20px; -} - - -/* Tabs - Side Tabs ------------------------------------------------------------------*/ - -.side-tabs ul.tab-nav { - float: left; - width: 200px; - padding: 20px 0; - border-bottom: 0; - border-right: 1px solid #DDD; -} - -.side-tabs ul.tab-nav li { - float: none; - border: 1px solid #DDD; - border-right: 0; - border-top: 0; - height: auto; - text-align: left; -} - -.side-tabs ul.tab-nav li:first-child { - margin-left: 0; - border-top: 1px solid #DDD; - border-left: 1px solid #DDD; -} - -.side-tabs ul.tab-nav li a { - height: auto; - line-height: 44px; -} - -.side-tabs ul.tab-nav li.ui-tabs-active a { - top: 0; - right: -1px; -} - -.side-tabs .tab-container { - overflow: hidden; - padding: 15px 0 0 20px; -} - -.ui-tabs .ui-tabs-hide { - position: absolute !important; - left: -10000px !important; - display:block !important; -} - - -/* Tabs - Side Tabs & Nav Style 2 ------------------------------------------------------------------*/ - -.side-tabs ul.tab-nav.tab-nav2 { border: 0; } - -.side-tabs ul.tab-nav.tab-nav2 li { - border: 0; - margin: 6px 0 0; -} - -.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; } - -.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); } - -.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; } - - -/* Tabs - Side Tabs & Bordered ------------------------------------------------------------------*/ - -.tabs-bordered.side-tabs ul.tab-nav { - position: relative; - padding: 0; - z-index: 2; - margin-right: -1px; -} - -.tabs-bordered.side-tabs ul.tab-nav li a { - height: auto; - line-height: 44px; -} - -.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { - right: -1px; - border-right: 1px solid #FFF; -} - -.tabs-bordered.side-tabs .tab-container { - overflow: hidden; - padding: 20px; - border-top: 1px solid #DDD; -} - - -/* ---------------------------------------------------------------- - Side Navigation ------------------------------------------------------------------*/ - - -.sidenav { - width: 100%; - padding: 0; - background-color: #FFF; - border-radius: 4px; -} - -.sidenav li { list-style-type: none; } - -.sidenav li a { - display: block; - position: relative; - margin: 0 0 -1px; - padding: 11px 20px 11px 14px; - font-size: 14px; - border: 1px solid #E5E5E5; - border-right-width: 2px; - color: #666; -} - -.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; } - -.sidenav > li:last-child > a { - border-radius: 0 0 4px 4px; - border-bottom-width: 2px; -} - -.sidenav > .ui-tabs-active > a, -.sidenav > .ui-tabs-active > a:hover { - position: relative; - z-index: 2; - border-color: rgba(0,0,0,0.1) !important; - color: #FFF !important; - font-weight: 600; - background-color: #1ABC9C !important; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); -} - -.sidenav li ul { display: none; } - -.sidenav li.ui-tabs-active ul { display: block; } - -.sidenav li li a { - padding: 6px 20px 6px 35px; - font-size: 14px; - border-top: none; - border-bottom: none; -} - -.sidenav li li:first-child a { padding-top: 20px; } - -.sidenav li li:last-child a { padding-bottom: 20px; } - -.sidenav li i { - position: relative; - top: 1px; - margin-right: 6px; - font-size: 14px; - text-align: center; - width: 16px; -} - -/* Chevrons */ -.sidenav .icon-chevron-right { - position: absolute; - width: 14px; - height: 14px; - top: 50%; - left: auto; - right: 6px; - margin-top: -8px; - margin-right: 0; - opacity: .4; - font-size: 12px !important; -} - -.sidenav > li > a:hover { - background-color: #F5F5F5; - color: #222; -} - -.sidenav a:hover .icon-chevron-right { opacity: .5; } - -.sidenav .ui-tabs-active .icon-chevron-right, -.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; } - - -/* ---------------------------------------------------------------- - FAQ List ------------------------------------------------------------------*/ - - -.faqlist li { - margin-bottom: 5px; - font-size: 15px; -} - -.faqlist li a { color: #444; } - -.faqlist li a:hover { color: #1ABC9C !important; } - - -/* ---------------------------------------------------------------- - Clients ------------------------------------------------------------------*/ - - -.clients-grid, -.testimonials-grid { - list-style: none; - overflow: hidden; -} - -.clients-grid li, -.testimonials-grid li { - float: left; - position: relative; - width: 20%; - padding: 20px 0; - -webkit-backface-visibility: hidden; -} - -.clients-grid.grid-2 li { - width: 50%; - padding: 25px 0; -} - -.clients-grid.grid-3 li { width: 33.33%; } - -.clients-grid.grid-4 li { width: 25%; } - -.clients-grid.grid-6 li { width: 16.66%; } - -.clients-grid li a { opacity: 0.6; } - -body:not(.device-touch) .clients-grid li a { - -webkit-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; -} - -.clients-grid li a:hover { opacity: 1; } - -.clients-grid li a, -.clients-grid li img { - display: block; - width: 75%; - margin-left: auto; - margin-right: auto; -} - -.clients-grid li a img { width: 100%; } - -.clients-grid li:before, -.clients-grid li:after, -.testimonials-grid li:before, -.testimonials-grid li:after { - content: ''; - position: absolute; -} - -.clients-grid li:before, -.testimonials-grid li:before { - height: 100%; - top: 0; - left: -1px; - border-left: 1px dashed #DDD; -} - -.clients-grid li:after, -.testimonials-grid li:after { - width: 100%; - height: 0; - top: auto; - left: 0; - bottom: -1px; - border-bottom: 1px dashed #DDD; -} - - -/* ---------------------------------------------------------------- - Testimonials ------------------------------------------------------------------*/ - -/* Testimonials - Grid ------------------------------------------------------------------*/ - -.testimonials-grid li { - width: 50%; - padding: 25px; -} - -.testimonials-grid.grid-3 li { width: 33.33%; } - -.testimonials-grid.grid-1 li { width: 100%; } - -.testimonials-grid li .testimonial { - padding: 0; - background-color: transparent !important; - border: 0 !important; - box-shadow: none !important; -} - - -/* Testimonials - Item ------------------------------------------------------------------*/ - -.testimonial { - position: relative; - padding: 20px; - background-color: #FFF; - border: 1px solid rgba(0,0,0,0.1); - border-radius: 5px; - box-shadow: 0 1px 1px rgba(0,0,0,0.1); -} - -.testi-image { - float: left; - margin-right: 15px; -} - -.testi-image, -.testi-image a, -.testi-image img, -.testi-image i { - display: block; - width: 64px; - height: 64px; -} - -.testi-image i { - text-align: center; - background-color: #EEE; - border-radius: 50%; - line-height: 64px; - font-size: 28px; - color: #888; - text-shadow: 1px 1px 1px #FFF; -} - -.testi-image img { border-radius: 50%; } - -.testi-content { - position: relative; - overflow: hidden; -} - -.testi-content p { - margin-bottom: 0; - font-family: 'Crete Round', serif; - font-style: italic; -} - -.testi-content p:before, -.testi-content p:after { content: '"'; } - -.testi-meta { - margin-top: 10px; - font-size: 13px; - font-weight: bold; - text-transform: uppercase; -} - -.testi-meta:before { content: '\2013'; } - -.testi-meta span { - display: block; - font-weight: normal; - color: #999; - font-size: 12px; - text-transform: none; - padding-left: 10px; -} - - -/* Twitter - Small Scroller ------------------------------------------------------------------*/ - -.testimonial.twitter-scroll .testi-content p:before, -.testimonial.twitter-scroll .testi-content p:after, -.testimonial.twitter-scroll .testi-meta:before { content: ''; } - -.testimonial.twitter-scroll .testi-meta span { padding-left: 0; } - -.testimonial.twitter-scroll .testi-meta span a { color: #999; } - -.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; } - - -/* Testimonials - Full Width ------------------------------------------------------------------*/ - -.testimonial.testimonial-full { padding: 30px; } - -.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; } - -.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; } - -.testimonial-full .testi-image { - float: none; - margin: 0 auto 20px; -} - -.testimonial-full .testi-image, -.testimonial-full .testi-image a, -.testimonial-full .testi-image img, -.testimonial-full .testi-image i { - display: block; - width: 72px; - height: 72px; -} - -.testimonial-full .testi-image i { line-height: 72px; } - -.testimonial-full .testi-content { - text-align: center; - font-size: 18px; -} - -.testimonial-full .testi-meta { margin-top: 15px; } - -.testimonial-full .testi-meta span { padding-left: 0; } - - -/* Testimonial - Section Scroller ------------------------------------------------------------------*/ - -.section > .testimonial { - padding: 0; - background-color: transparent !important; - border: 0 !important; - box-shadow: none !important; - max-width: 800px; - margin: 0 auto; -} - -.section > .testimonial[data-animation="fade"] { padding: 0; } - -.section > .testimonial .testi-content { font-size: 22px; } - -.section > .testimonial .testi-meta, -.section > .testimonial .testi-meta span { font-size: 14px; } - - -/* Testimonial - Pagination ------------------------------------------------------------------*/ - -.testimonial .flex-control-nav { - top: auto; - bottom: 6px; - right: 0; -} - -.testimonial .flex-control-nav li { - margin: 0 2px; - width: 6px; - height: 6px; -} - -.testimonial .flex-control-nav li a { - width: 6px !important; - height: 6px !important; - border: none; - background-color: #1ABC9C; - opacity: 0.5; -} - -.testimonial .flex-control-nav li:hover a { opacity: 0.75; } -.testimonial .flex-control-nav li a.flex-active { opacity: 1; } - - -/* Testimonial - Full Scroller ------------------------------------------------------------------*/ - -.testimonial.testimonial-full .flex-control-nav { - position: relative; - top: 0; - bottom: 0; - right: 0; - left: 0; - height: 6px; - margin-top: 20px; -} - -.testimonial.testimonial-full .flex-control-nav li { - display: inline-block; - float: none; -} - - -/* ---------------------------------------------------------------- - Team ------------------------------------------------------------------*/ - - -.team, -.team-image { position: relative; } - -.team-image > a, -.team-image img { - display: block; - width: 100%; -} - -.team-desc { text-align: center; } - -.team-desc.team-desc-bg { - background-color: #FFF; - padding: 10px 0 30px; -} - -.team .si-share { - margin-top: 30px; - text-align: left; -} - -.team .si-share .social-icon { - font-size: 14px; - width: 34px; -} - -.team-title { - position: relative; - padding-top: 20px; -} - -.team-title h4 { - display: block; - margin-bottom: 0; - font-size: 19px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 700; -} - -.team-title span { - display: block; - color: #1ABC9C; - font-weight: 400; - font-family: 'Crete Round', serif; - font-style: italic; - font-size: 15px; - margin-top: 5px; -} - -.team-content { - margin-top: 15px; - color: #777; -} - -.team-content p:last-child { margin-bottom: 0; } - -.team-overlay, -.team-overlay:before { - opacity: 0; - position: absolute; - z-index: 2; - width: 100%; - height: 100%; - top: 0; - left: 0; - text-align: center; -} - -body:not(.device-touch) .team-overlay { - -webkit-transition: opacity .3s ease; - -o-transition: opacity .3s ease; - transition: opacity .3s ease; -} - -.team-overlay:before { - content: ''; - z-index: auto; - background-color: #FFF; - opacity: 0.75; -} - -.team-overlay .social-icon { - float: none; - position: relative; - z-index: 3; - margin: 0 3px !important; - display: inline-block; -} - -.team:hover .team-overlay { opacity: 1; } - - -/* Team Center ------------------------------------------------------------------*/ - -.team.center .team-title:after { - left: 50%; - margin-left: -40px; -} - - -/* Team List ------------------------------------------------------------------*/ - -.team.team-list .team-image { - float: left; - width: 250px; - margin-right: 30px; -} - -.team.team-list .team-desc { - position: relative; - overflow: hidden; - text-align: left; -} - -.team.team-list .team-title { padding-top: 0; } - -.team .team-desc > .social-icon { margin-top: 20px; } - -.team .team-content ~ .social-icon { margin-top: 30px; } - -.team:not(.team-list) .social-icon { - display: inline-block; - float: none; - margin-left: 6px; - margin-right: 6px; -} - - -/* ---------------------------------------------------------------- - Pricing Boxes ------------------------------------------------------------------*/ - -.pricing { position: relative; } - -.pricing [class^=col-] { - padding: 0; - margin-top: 20px; -} - - -/* Pricing Boxes ------------------------------------------------------------------*/ - -.pricing-box { - position: relative; - border: 1px solid rgba(0,0,0,0.075); - border-radius: 3px; - text-align: center; - box-shadow: 0 1px 1px rgba(0,0,0,0.1); - background-color: #F5F5F5; -} - - -/* Pricing Boxes - Title ------------------------------------------------------------------*/ - -.pricing-title { - padding: 15px 0; - background-color: #F9F9F9; - border-radius: 3px 3px 0 0; - text-shadow: 1px 1px 1px #FFF; - border-bottom: 1px solid rgba(0,0,0,0.05); -} - -.pricing-title h3 { - margin: 0; - font-size: 20px; - letter-spacing: 1px; - font-weight: bold; - text-transform: uppercase; - color: #555; -} - -.pricing-title span { - display: block; - color: #999; - font-weight: 300; - font-size: 14px; - margin-top: 3px; - text-transform: uppercase; -} - - -/* Pricing Boxes - Price ------------------------------------------------------------------*/ - -.pricing-price { - position: relative; - padding: 25px 0; - color: #333; - font-weight: 300; - font-size: 64px; - line-height: 1; -} - -.pricing-price:after { - content: ''; - position: absolute; - width: 100px; - border-top: 1px solid rgba(0,0,0,0.1); - top: auto; - bottom: 0; - left: 50%; - margin-left: -50px; -} - -.pricing-price span { - display: inline-block; - vertical-align: top; - margin: 7px 3px 0 0; - font-size: 28px; - font-weight: normal; -} - -.pricing-price span.price-tenure { - vertical-align: baseline; - font-size: 16px; - font-weight: normal; - color: #999; - margin: 0 0 0 3px; -} - - -/* Pricing Boxes - Features ------------------------------------------------------------------*/ - -.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); } - -.pricing-features ul { - margin: 0; - padding: 15px 0; - list-style: none; -} - -.pricing-features li { - padding: 6px 0; - font-size: 14px; -} - - -/* Pricing Boxes - Action ------------------------------------------------------------------*/ - -.pricing-action { padding: 15px 30px; } - - -/* Pricing Boxes - Best Price ------------------------------------------------------------------*/ - -.pricing-box.best-price { - background-color: #FFF; - box-shadow: 0 0 8px rgba(0,0,0,0.1); - z-index: 10; -} - -.pricing-box.best-price { margin: -20px -1px 0 -1px; } - -.pricing-box.best-price .pricing-title { - background-color: #FFF; - padding: 20px 0; -} - -.pricing-box.best-price .pricing-title h3 { font-size: 22px; } - -.pricing-box.best-price .pricing-price { - color: #1ABC9C; - font-size: 72px; -} - - -/* Pricing Boxes - Minimal ------------------------------------------------------------------*/ - -.pricing-box.pricing-minimal .pricing-price { - background-color: #FFF; - border-bottom: 1px solid rgba(0,0,0,0.075); -} - -.pricing-box.pricing-minimal .pricing-price:after { display: none; } - - -/* Pricing Boxes - 5 Columns ------------------------------------------------------------------*/ - -.pricing.pricing-5 .pricing-box { - float: left; - width: 20%; - margin-top: 20px; -} - -.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; } - -.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; } - -.pricing.pricing-5 .pricing-title h3 { font-size: 18px; } - -.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; } - - -/* Pricing Boxes - Extended ------------------------------------------------------------------*/ - -.pricing-box.pricing-extended { - background-color: #FFF; - text-align: left; -} - -.pricing-box.pricing-extended .pricing-desc { - float: left; - width: 75%; - padding: 25px; -} - -.pricing-box.pricing-extended .pricing-title { - background-color: transparent; - padding-top: 0; - text-align: left; -} - -.pricing-box.pricing-extended .pricing-features { border: 0; } - -.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; } - -.pricing-box.pricing-extended .pricing-features li { - padding: 6px 0; - font-size: 15px; - width: 50%; - float: left; -} - -.pricing-box.pricing-extended .pricing-features ul li i { - position: relative; - top: 1px; - width: 16px; - margin-right: 2px; -} - -.pricing-box.pricing-extended .pricing-action-area { - position: absolute; - top: 0; - left: auto; - right: 0; - width: 25%; - height: 100%; - border-left: 1px solid rgba(0,0,0,0.05); - background-color: #F9F9F9; - padding: 30px; - border-radius: 0 3px 3px 0; - text-align: center; -} - -.pricing-box.pricing-extended .pricing-action-area .pricing-price, -.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; } - -.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; } - -.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; } - -.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure { - display: block; - margin: 10px 0 0 0; - font-weight: 300; - text-transform: uppercase; - font-size: 14px; -} - -.pricing-box.pricing-extended .pricing-meta { - color: #999; - font-weight: 300; - font-size: 14px; - letter-spacing: 1px; - text-transform: uppercase; - padding-bottom: 10px; -} - -.table-comparison, -.table-comparison th { text-align: center; } - -.table-comparison th:first-child, -.table-comparison td:first-child { - text-align: left; - font-weight: bold; -} - - -/* ---------------------------------------------------------------- - Counter ------------------------------------------------------------------*/ - - -.counter { - font-size: 42px; - font-weight: 600; - font-family: 'Raleway', sans-serif; -} - -.counter.counter-small { font-size: 28px; } - -.counter.counter-large { font-size: 56px; } - -.counter.counter-xlarge { - font-size: 64px; - font-weight: 400; -} - -.counter.counter-inherit { - font-size: inherit; - font-weight: inherit; -} - -.counter + h5 { - font-weight: 400; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 10px; -} - -.counter.counter-lined + h5:before { - display: block; - position: relative; - margin: 20px auto 25px auto; - content: ''; - width: 15%; - border-top: 2px solid #444; - opacity: 0.9; -} - -.counter.counter-small + h5 { font-size: 13px; } - -.counter.counter-large + h5, -.counter.counter-xlarge + h5 { - font-size: 15px; - font-weight: 300; -} - -.widget .counter + h5 { opacity: 0.7; } - - -/* ---------------------------------------------------------------- - Animated Rounded Skills ------------------------------------------------------------------*/ - - -.rounded-skill { - display: inline-block; - margin: 0 15px 15px; - display: inline-block; - position: relative; - text-align: center; - font-size: 22px; - font-weight: bold; - color: #333; -} - -body:not(.device-touch) .rounded-skill { - -webkit-transition: opacity .4s ease; - -o-transition: opacity .4s ease; - transition: opacity .4s ease; -} - -.rounded-skill + h5 { margin-bottom: 0; } - -.rounded-skill i { font-size: 42px; } - -.rounded-skill canvas { - position: absolute; - top: 0; - left: 0; -} - - -/* ---------------------------------------------------------------- - Skills Bar ------------------------------------------------------------------*/ - - -.skills { - margin: 0; - list-style: none; - padding-top: 25px; -} - -.skills li { - position: relative; - margin-top: 38px; - height: 4px; - background-color: #F5F5F5; - box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); - border-radius: 2px; -} - -.skills li:first-child { margin-top: 0; } - -.skills li .progress { - position: absolute; - top: 0; - left: 0; - width: 0; - height: 100%; - background-color: #1ABC9C; - overflow: visible !important; - border-radius: 2px; - -webkit-transition: width 1.2s ease-in-out; - -o-transition: width 1.2s ease-in-out; - transition: width 1.2s ease-in-out; -} - -.skills li .progress-percent { - position: absolute; - top: -28px; - right: 0; - background-color: #333; - color: #F9F9F9; - text-shadow: 1px 1px 1px rgba(0,0,0,0.2); - height: 22px; - line-height: 22px; - padding: 0px 5px; - font-size: 11px; - border-radius: 2px; -} - -.skills li .progress-percent .counter { - font-weight: 400; - font-family: 'Lato', sans-serif; -} - -.progress-percent:after, .progress-percent:before { - top: 100%; - border: solid transparent; - content: " "; - height: 0; - width: 0; - position: absolute; - pointer-events: none; -} - -.progress-percent:after { - border-top-color: #333; - border-width: 4px; - left: 50%; - margin-left: -4px; -} - -.progress-percent:before { - border-top-color: #333; - border-width: 5px; - left: 50%; - margin-left: -5px; -} - -.skills li > span { - position: absolute; - z-index: 1; - top: -23px; - left: 0; - line-height: 20px; - font-size: 12px; - font-weight: bold; - text-transform: uppercase; - color: #222; -} - -/* ---------------------------------------------------------------- - Quotes & Blockquotes ------------------------------------------------------------------*/ -blockquote p { margin-bottom: 15px; } - -blockquote.pull-left { - max-width: 300px; - margin: 5px 20px 10px 0; - padding-right: 0; -} - -blockquote.pull-right { - max-width: 300px; - margin: 5px 0 10px 20px; - padding-left: 0; -} - -.quote { - border: none !important; - position: relative; -} - -.quote p { position: relative; } - -.quote:before { - font-family: 'font-icons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - content: "\e7ad"; - position: absolute; - width: 48px; - height: 48px; - line-height: 48px; - font-size: 42px; - top: 0; - left: 0; - color: #EEE; -} - -.quote.blockquote-reverse:before { - content: "\e7ae"; - left: auto; - right: 0; -} - - -/* ---------------------------------------------------------------- - Dropcaps & Highlights ------------------------------------------------------------------*/ - - -.dropcap { - float: left; - font-size: 42px; - line-height: 1; - margin: 0 5px 0 0; - text-transform: uppercase; -} - -.highlight { - padding: 2px 5px; - background-color: #444; - color: #FFF; - border-radius: 2px; -} - -/* ---------------------------------------------------------------- - Text Rotater ------------------------------------------------------------------*/ - -.text-rotater {} - -.text-rotater > .t-rotate > .animated { display: inline-block; } - - -/* ---------------------------------------------------------------- - Owl Carousel CSS ------------------------------------------------------------------*/ - -.owl-carousel .animated { - -webkit-animation-duration: 1000ms; - animation-duration: 1000ms; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.owl-carousel .owl-animated-in { z-index: 0; } - -.owl-carousel .owl-animated-out { z-index: 1; } - -.owl-carousel .fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOut { - 0% { opacity: 1; } - 100% { opacity: 0; } -} - -@keyframes fadeOut { - 0% { opacity: 1; } - 100% { opacity: 0; } -} - -.owl-height { - -webkit-transition:height 500ms ease-in-out; - -o-transition:height 500ms ease-in-out; - transition:height 500ms ease-in-out -} - -.owl-carousel { - display:none; - -webkit-tap-highlight-color:transparent; - position:relative; - z-index:1; - width: 100%; -} - -.owl-carousel .owl-stage { - position:relative; - -ms-touch-action: pan-Y; -} - -.owl-carousel .owl-stage:after { - content:"."; - display:block; - clear:both; - visibility:hidden; - line-height:0; - height:0 -} - -.owl-carousel .owl-stage-outer { - position:relative; - overflow:hidden; - -webkit-transform:translate3d(0,0,0); -} - -.owl-carousel.owl-loaded { display:block } - -.owl-carousel.owl-loading { - display:block; - min-height: 100px; - background: url('images/preloader.gif') no-repeat center center -} - -.owl-carousel .owl-refresh .owl-item { display:none } - -.owl-carousel .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; -} - -.owl-carousel .owl-item img { - display:block; - width:100%; - -webkit-transform-style:preserve-3d; -} - -#slider .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; } - -.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } - -.owl-carousel .owl-nav .owl-prev, -.owl-carousel .owl-nav .owl-next, -.owl-carousel .owl-dot { - cursor: pointer; - cursor: hand; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.owl-carousel.owl-loaded { display: block; } - -.owl-carousel.owl-loading { - opacity: 0; - display: block; -} - -.owl-carousel.owl-hidden { opacity: 0; } - -.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; } - -.owl-carousel.owl-refresh .owl-item { display: none; } - -.owl-carousel.owl-drag .owl-item { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.owl-carousel.owl-grab { - cursor: move; - cursor: -webkit-grab; - cursor: -o-grab; - cursor: -ms-grab; - cursor: grab; -} - -.owl-carousel.owl-rtl { direction: rtl; } - -.owl-carousel.owl-rtl .owl-item { float: right; } - -.no-js .owl-carousel { display: block; } - -.owl-carousel .owl-item .owl-lazy { - opacity:0; - -webkit-transition:opacity 400ms ease; - -o-transition:opacity 400ms ease; - transition:opacity 400ms ease -} - -.owl-carousel .owl-item img { transform-style:preserve-3d } - -.owl-carousel .owl-video-wrapper { - position:relative; - height:100%; - background:#111 -} - -.owl-carousel .owl-video-play-icon { - position: absolute; - height: 64px; - width: 64px; - left: 50%; - top: 50%; - margin-left: -32px; - margin-top: -32px; - background: url("images/icons/play.png") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - -webkit-transition: scale 100ms ease; - -o-transition: scale 100ms ease; - transition: scale 100ms ease; -} - -.owl-carousel .owl-video-play-icon:hover { - -webkit-transition:scale(1.3,1.3); - -o-transition:scale(1.3,1.3); - transition:scale(1.3,1.3) -} - -.owl-carousel .owl-video-playing .owl-video-play-icon, -.owl-carousel .owl-video-playing .owl-video-tn { display:none } - -.owl-carousel .owl-video-tn { - opacity:0; - height:100%; - background-position:center center; - background-repeat:no-repeat; - -webkit-background-size:contain; - -moz-background-size:contain; - -o-background-size:contain; - background-size:contain; - -webkit-transition:opacity 400ms ease; - -o-transition:opacity 400ms ease; - transition:opacity 400ms ease -} - -.owl-carousel .owl-video-frame { - position:relative; - z-index:1; - height: 100%; - width: 100%; -} - - -/* Owl Carousel - Controls ------------------------------------------------------------------*/ - -.owl-carousel .owl-dots, -.owl-carousel .owl-nav { - text-align: center; - -webkit-tap-highlight-color: transparent; - line-height: 1; -} - -/* Owl Carousel - Controls - Arrows ------------------------------------------------------------------*/ - -.owl-carousel .owl-nav [class*=owl-] { - position: absolute; - top: 50%; - margin-top: -18px; - left: -36px; - zoom: 1; - width: 36px; - height: 36px; - line-height: 32px; - border: 1px solid rgba(0,0,0,0.2); - color: #666; - background-color: #FFF; - font-size: 18px; - border-radius: 50%; - opacity: 0; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; } - -.owl-carousel-full .owl-nav [class*=owl-] { - margin-top: -30px; - left: 0 !important; - height: 60px; - line-height: 60px; - border: none; - color: #EEE; - background-color: rgba(0,0,0,0.4); - font-size: 28px; - border-radius: 0 3px 3px 0; -} - -.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; } - -.owl-carousel .owl-nav .owl-next { - left: auto; - right: -36px; -} - -.owl-carousel-full .owl-nav .owl-next { - left: auto !important; - right: 0 !important; - border-radius: 3px 0 0 3px; -} - -.owl-carousel:hover .owl-nav [class*=owl-] { - opacity: 1; - left: -18px; -} - -.owl-carousel:hover .owl-nav .owl-next { - left: auto; - right: -18px; -} - -.owl-carousel .owl-nav [class*=owl-]:hover { - background-color: #1ABC9C !important; - color: #FFF !important; - text-decoration: none; -} - -.owl-carousel .owl-nav .disabled { display: none !important; } - - -/* Owl Carousel - Controls - Dots ------------------------------------------------------------------*/ - -.owl-carousel .owl-dots .owl-dot { - display: inline-block; - zoom: 1; - margin-top: 30px; - *display: inline; -} - -.owl-carousel .owl-dots .owl-dot span { - display: block; - width: 8px; - height: 8px; - margin: 0 4px; - opacity: 0.5; - border-radius: 50%; - background-color: #1ABC9C; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.owl-carousel .owl-dots .owl-dot.active span, -.owl-carousel .owl-dots .owl-dot:hover span { opacity: 1; } - - -/* ---------------------------------------------------------------- - 21. Overlays ------------------------------------------------------------------*/ - - -.overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -.overlay .overlay-wrap, -.text-overlay { - opacity: 0; - position: relative; - width: 100%; - height: 100%; - background-color: rgba(0,0,0,0.6); -} - -body:not(.device-touch) .overlay .overlay-wrap, -body:not(.device-touch) .text-overlay { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.overlay .overlay-wrap i { - position: absolute; - opacity: 0.8; - font-size: 24px; - line-height: 1; - width: 24px; - height: 24px; - text-align: center; - top: 50%; - margin-top: -12px; - left: 50%; - margin-left: -12px; - color: #FFF; -} - -.overlay:hover .overlay-wrap, -.overlay:hover .text-overlay { opacity: 1; } - - -.text-overlay { - position: absolute; - opacity: 0.85; - top: auto; - bottom: 0; - height: auto; - padding: 40px 15px 15px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.3); - background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */ - background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */ -} - -.text-overlay-title h2, -.text-overlay-title h3, -.text-overlay-title h4 { - margin: 0; - color: #F5F5F5; -} - -.text-overlay-title h2 { font-size: 28px; } - -.text-overlay-title h3 { - font-size: 17px; - font-weight: 600; -} - -.text-overlay-title h2, -.text-overlay-title h3, -.text-overlay-title h4, -.text-overlay-meta { - max-width: 100%; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} - -.text-overlay-meta { - color: #CCC; - font-size: 13px; -} - -.text-overlay-meta span i { - position: relative; - top: 1px; - font-size: 14px; -} - - -/* News Carousel Overlays ------------------------------------------------------------------*/ - -.news-carousel .text-overlay { padding: 40px 30px 25px; } - -.news-carousel .text-overlay-title { margin: 15px 0 10px; } - -.news-carousel .text-overlay-title h2, -.news-carousel .text-overlay-title h3, -.news-carousel .text-overlay-title h4 { - line-height: 1.2; - text-overflow: none; - white-space: normal; -} - -.news-carousel .text-overlay-meta { font-size: 14px; } - -.news-carousel .rounded-skill { - position: absolute; - margin: 0 !important; - top: 30px; - right: 30px; - color: #FFF; - font-weight: 600; -} - - -/* ---------------------------------------------------------------- - 22. Forms ------------------------------------------------------------------*/ - -.sm-form-control { - display: block; - width: 100%; - height: 38px; - padding: 8px 14px; - font-size: 15px; - line-height: 1.42857143; - color: #555555; - background-color: #ffffff; - background-image: none; - border: 2px solid #DDD; - border-radius: 0 !important; - -webkit-transition: border-color ease-in-out .15s; - -o-transition: border-color ease-in-out .15s; - transition: border-color ease-in-out .15s; -} - -.sm-form-control:focus { - border-color: #AAA; - outline: 0; - -webkit-box-shadow: none; - box-shadow: none; -} - -.sm-form-control::-moz-placeholder { - color: #999; - opacity: 1; -} - -.sm-form-control:-ms-input-placeholder { color: #999; } -.sm-form-control::-webkit-input-placeholder { color: #999; } - -.sm-form-control[disabled], -.sm-form-control[readonly], -fieldset[disabled] .sm-form-control { - cursor: not-allowed; - background-color: #eeeeee; - opacity: 1; -} - -.sm-form-control { height: auto; } - -.form-control { border-radius: 3px; } - -.form-control:active, -.form-control:focus { - border-color: #999; - box-shadow: none; -} - -label { - display: inline-block; - font-size: 13px; - font-weight: 700; - font-family: 'Raleway', sans-serif; - text-transform: uppercase; - letter-spacing: 1px; - color: #555; - margin-bottom: 10px; - cursor: pointer; -} - -label.label-muted { - color: #999; - font-weight: normal; - margin-right: 5px; -} - -form .col_full, -form .col_half, -form .col_one_third, -form .col_two_third, -form .col_three_fourth, -form .col_one_fourth, -form .col_one_fifth, -form .col_two_fifth, -form .col_three_fifth, -form .col_four_fifth, -form .col_one_sixth, -form .col_five_sixth { margin-bottom: 25px; } - - -/* ---------------------------------------------------------------- - Contact Form ------------------------------------------------------------------*/ - - -#contact-form-overlay, -#contact-form-overlay-mini { - position: relative; - max-width: 800px; - background-color: #FFF; - padding: 20px; - margin: 0 auto; - z-index: 10; - border-radius: 4px; - box-shadow: 0 1px 10px rgba(0,0,0,0.15); -} - -#contact-form-overlay-mini { - float: right; - width: 380px; - margin: 0; -} - -label.error { - margin-top: 5px; - color: #E42C3E; - font-weight: 400; -} - -label.error { display: none !important; } - -.show-error-msg + label.error { display: block !important; } - -input[type=checkbox]:not(:checked) + label.error { display: block !important; } - -.form-control.error, -.sm-form-control.error { border-color: #E42C3E; } - - -/* ---------------------------------------------------------------- - 23. Google Maps ------------------------------------------------------------------*/ - - -#google-map { - position: relative; - width: 100%; - height: 450px; -} - -.gmap img { max-width: none !important; } - -.gm-style .gm-style-iw h3 span { - font-size: inherit; - font-family: inherit; -} - -#map-overlay { - position: relative; - padding: 50px 0; -} - -#map-overlay #google-map { - position: absolute; - height: 100%; - top: 0; - left: 0; -} - - -/* ---------------------------------------------------------------- - Google Custom Search ------------------------------------------------------------------*/ - - -#content .cse .gsc-control-cse, -#content .gsc-control-cse, -#content .gsc-above-wrapper-area, -#content .gsc-adBlock, -#content .gsc-thumbnail-inside, -#content .gsc-url-top, -#content .gsc-table-result, -#content .gsc-webResult, -#content .gsc-result { padding: 0 !important; } - -#content .gsc-selected-option-container { width: auto !important; } - -#content .gsc-result-info { padding-left: 0 !important; } - -#content .gsc-above-wrapper-area-container, -#content .gsc-table-result { margin-bottom: 10px; } - -#content .gcsc-branding { display: none; } - -#content .gsc-results, -#content .gsc-webResult { width: 100% !important; } - -#content .gs-no-results-result .gs-snippet, -#content .gs-error-result .gs-snippet { margin: 0 !important; } - - -/* ---------------------------------------------------------------- - 24. Heading Styles ------------------------------------------------------------------*/ - - -/* Block Titles ------------------------------------------------------------------*/ - -.title-block { - padding: 2px 0 3px 20px; - border-left: 7px solid #1ABC9C; - margin-bottom: 30px; -} - -.title-block-right { - padding: 2px 20px 3px 0; - border-left: 0; - border-right: 7px solid #1ABC9C; - text-align: right; -} - -.title-block h1, -.title-block h2, -.title-block h3, -.title-block h4 { margin-bottom: 0; } - -.title-block > span { - display: block; - margin-top: 4px; - color: #555; - font-weight: 300; -} - -.title-block h1 + span { font-size: 22px; } - -.title-block h2 + span { font-size: 19px; } - -.title-block h3 + span { font-size: 17px; } - -.title-block h4 + span { - font-size: 15px; - margin-top: 3px; -} - - -/* Heading Block - with Subtitle ------------------------------------------------------------------*/ - -.heading-block { margin-bottom: 50px; } - -.heading-block h1, -.heading-block h2, -.heading-block h3, -.heading-block h4, -.emphasis-title h1, -.emphasis-title h2 { - margin-bottom: 0; - font-weight: 700; - text-transform: uppercase; - letter-spacing: 1px; - color: #333; -} - -.emphasis-title h1, -.emphasis-title h2 { - font-weight: 400; - letter-spacing: 0; - text-transform: none; -} - -.heading-block h1 { font-size: 32px; } - -.heading-block h2 { font-size: 30px; } - -.heading-block h3 { font-size: 26px; } - -.heading-block h4 { - font-size: 20px; - font-weight: 700; -} - -.heading-block > span:not(.before-heading) { - display: block; - margin-top: 10px; - font-weight: 300; - color: #777; -} - -.heading-block .before-heading { margin-bottom: 7px; } - -.heading-block.center > span, -.heading-block.title-center > span, -.center .heading-block > span { - max-width: 700px; - margin-left: auto; - margin-right: auto; -} - -.heading-block h1 + span { font-size: 24px; } - -.heading-block h2 + span { font-size: 22px; } - -.heading-block h3 + span, -.heading-block h4 + span { font-size: 20px; } - -.heading-block ~ p:not(.lead) { font-size: 15px; } - -.heading-block:after { - content: ''; - display: block; - margin-top: 30px; - width: 40px; - border-top: 2px solid #444; -} - -.center .heading-block:after, -.heading-block.center:after, -.heading-block.title-center:after { margin: 30px auto 0; } - -.tright .heading-block, -.heading-block.tright, -.heading-block.title-right { direction: rtl; } - -.heading-block.noborder:after, -.heading-block.nobottomborder:after { display: none; } - -.heading-block.border-color:after { border-color: #1ABC9C; } - - -/* Emphasis Title ------------------------------------------------------------------*/ - -.emphasis-title { margin: 0 0 50px; } - -.emphasis-title h1, -.emphasis-title h2 { - font-size: 64px; - letter-spacing: -2px; -} - -.emphasis-title h1 strong, -.emphasis-title h2 strong { font-weight: 700; } - - -/* Justify Border Title ------------------------------------------------------------------*/ - -.fancy-title { - position: relative; - margin-bottom: 30px; -} - -.fancy-title h1, -.fancy-title h2, -.fancy-title h3, -.fancy-title h4, -.fancy-title h5, -.fancy-title h6 { - position: relative; - display: inline-block; - background-color: #FFF; - padding-right: 15px; - margin-bottom: 0; -} - -.fancy-title h4, -.fancy-title h5, -.fancy-title h6 { padding-right: 10px; } - -.fancy-title.title-double-border:before, -.fancy-title.title-border:before, -.fancy-title.title-border-color:before { - content: ''; - position: absolute; - width: 100%; - height: 0; - border-top: 3px double #E5E5E5; - left: auto; - top: 46%; - right: 0; -} - -.fancy-title.title-border:before { - top: 49%; - border-top: 1px solid #EEE; -} - -.fancy-title.title-border-color:before { - top: 49%; - border-top: 1px solid #1ABC9C; - opacity: 0.6; -} - - -/* Fancy Title - Center Align ------------------------------------------------------------------*/ - -.title-center { text-align: center; } - -.title-center h1, -.title-center h2, -.title-center h3 { padding: 0 15px; } - -.title-center h4, -.title-center h5, -.title-center h6 { padding: 0 10px; } - - -/* Fancy Title - Right Align ------------------------------------------------------------------*/ - -.title-right { text-align: right; } - -.title-right h1, -.title-right h2, -.title-right h3 { padding: 0 0 0 15px; } - -.title-right h4, -.title-right h5, -.title-right h6 { padding: 0 0 0 10px; } - - -/* Fancy Title - Bottom Short Border ------------------------------------------------------------------*/ - -.fancy-title.title-bottom-border h1, -.fancy-title.title-bottom-border h2, -.fancy-title.title-bottom-border h3, -.fancy-title.title-bottom-border h4, -.fancy-title.title-bottom-border h5, -.fancy-title.title-bottom-border h6 { - display: block; - background: transparent; - padding: 0 0 10px; - border-bottom: 2px solid #1ABC9C; -} - - -/* Fancy Title - Bottom Short Border ------------------------------------------------------------------*/ - -.fancy-title.title-dotted-border { background: url('images/icons/dotted.png') repeat-x center; } - - -/* Sub Heading ------------------------------------------------------------------*/ - -.before-heading { - display: block; - margin: 0 0 5px; - font-size: 16px; - font-family: 'Crete Round', serif; - font-style: italic; - font-weight: 400; - color: #999; -} - - -/* ---------------------------------------------------------------- - 25. Divider ------------------------------------------------------------------*/ - - -.divider { - position: relative; - overflow: hidden; - margin: 35px 0; - color: #E5E5E5; - width: 100%; -} - -.divider.divider-margin { margin: 70px 0; } - -.divider:after, -.divider.divider-center:before, -.divider.divider-center.divider-short:before { - content: ''; - position: absolute; - width: 100%; - top: 8px; - left: 30px; - height: 0; - border-top: 1px solid #EEE; -} - -.divider.divider-thick:after, -.divider.divider-center.divider-thick:before, -.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; } - -.divider.divider-short:after { width: 30%; } - -.divider.divider-vshort:after { width: 12%; } - -.divider i { - position: relative; - width: 18px; - height: 18px; - line-height: 1; - font-size: 18px !important; - text-align: center; -} - -.divider a { - position: relative; - display: inline-block; - color: inherit; - -webkit-transition: all .3s ease; - -o-transition: all .3s ease; - transition: all .3s ease; -} - -.divider a:hover { color: #888; } - - -/* Divider - Icon Align Right ------------------------------------------------------------------*/ - -.divider.divider-right { text-align: right; } - -.divider.divider-right:after { - left: auto; - right: 30px; -} - - -/* Divider - Icon Align Center ------------------------------------------------------------------*/ - -.divider.divider-center, -.divider.divider-center.divider-short { text-align: center; } - -.divider.divider-center:before { - left: -50% !important; - right: 0; - margin-left: -20px; -} - -.divider.divider-center:after { - left: 50% !important; - right: 0; - margin-left: 20px; -} - - -/* Short Divider - Icon Align Center ------------------------------------------------------------------*/ - -.divider.divider-center.divider-short:before { - left: auto !important; - right: 50%; - margin-right: 20px; - width: 15%; -} - -.divider.divider-center.divider-short:after { - left: 50% !important; - right: auto !important; - margin-left: 20px; - width: 15%; -} - -.divider.divider-center.divider-vshort:before, -.divider.divider-center.divider-vshort:after { width: 6%; } - - -/* Divider - Rounded Icon ------------------------------------------------------------------*/ - -.divider.divider-rounded { color: #BBB; } - -.divider.divider-rounded:after, -.divider.divider-rounded.divider-center:before, -.divider.divider-rounded.divider-short:before, -.divider.divider-border:after, -.divider.divider-border.divider-center:before, -.divider.divider-border.divider-short:before { - top: 19px; - left: 40px; -} - -.divider.divider-rounded i, -.divider.divider-border i { - width: 40px; - height: 40px; - line-height: 40px; - background-color: #F5F5F5; - border-radius: 50%; -} - -.divider.divider-rounded.divider-right:after, -.divider.divider-border.divider-right:after { - left: auto; - right: 40px; -} - - -/* Divider - Rounded & Border ------------------------------------------------------------------*/ - -.divider.divider-border { color: #E5E5E5; } - -.divider.divider-border i { - line-height: 38px; - background-color: transparent; - border: 1px solid #EEE; -} - - -/* Divider - Line Only ------------------------------------------------------------------*/ - -.divider.divider-line:before, -.divider.divider-line:after { - margin-left: 0 !important; - margin-right: 0 !important; -} - - -/* ---------------------------------------------------------------- - 26. Magazine Specific Classes ------------------------------------------------------------------*/ - -.top-advert { - float: right; - padding: 5px; - border-left: 1px solid #EEE; - border-right: 1px solid #EEE; -} - -.top-advert a, -.top-advert img { display: block; } - -.bnews-title { - display: block; - float: left; - margin-top: 2px; - padding-top: .3em; - text-transform: uppercase; -} - -.bnews-slider { - float: left; - width: 970px; - margin-left: 20px; - min-height: 0; -} - -/* ---------------------------------------------------------------- - 27. Go To Top ------------------------------------------------------------------*/ - - -#gotoTop { - display: none; - z-index: 299; - position: fixed; - width: 40px; - height: 40px; - background-color: #333; - background-color: rgba(0,0,0,0.3); - font-size: 20px; - line-height: 36px; - text-align: center; - color: #FFF; - top: auto; - left: auto; - right: 30px; - bottom: 50px; - cursor: pointer; - border-radius: 2px; -} - -body:not(.device-touch) #gotoTop { - transition: background-color .2s linear; - -webkit-transition: background-color .2s linear; - -o-transition: background-color .2s linear; -} - -.stretched #gotoTop { bottom: 30px; } - -#gotoTop:hover { background-color: #1ABC9C; } - - -/* ---------------------------------------------------------------- - 28. Error 404 ------------------------------------------------------------------*/ - - -.error404 { - display: block; - font-size: 216px; - font-weight: 600; - color: #DDD; - line-height: 1.35; - letter-spacing: 4px; -} - -.error404-wrap .container { z-index: 7; } - -.error404-wrap .error404 { - line-height: 0.9; - margin-bottom: 40px; - font-weight: bold; - font-size: 244px; - color: #FFF !important; - opacity: 0.2; - text-shadow: 1px 1px 5px rgba(0,0,0,0.4); -} - -.error404-wrap .heading-block h4 { - font-weight: 300; - margin-bottom: 8px; -} - -.error404-wrap .heading-block span { font-size: 17px; } - -.error404-wrap form { max-width: 500px; } - - -/* ---------------------------------------------------------------- - 29. Landing Pages ------------------------------------------------------------------*/ - -.landing-wide-form { - background: rgba(0,0,0,0.3); - padding: 30px; - border-radius: 3px; -} - -.landing-form-overlay { - position: absolute; - z-index: 10; - top: auto; - left: auto; - right: 0; - bottom: -154px; - background-color: rgba(0,0,0,0.6); - border-radius: 3px 3px 0 0; -} - -.landing-video { - z-index: 1; - width: 560px; - height: 315px; - margin: 22px 0 0 95px; - overflow: hidden; -} - -.landing-promo h3 { font-size: 26px; } - -.landing-promo > .container > span { font-size: 17px; } - - -/* ---------------------------------------------------------------- - 30. Preloaders ------------------------------------------------------------------*/ - - -.preloader, -.preloader2, -.form-process { - display: block; - width: 100%; - height: 100%; - background: url("images/preloader.gif") center center no-repeat #FFF; -} - -.preloader2 { background-color: transparent; } - -.form-process { - display: none; - position: absolute; - z-index: 3; - background-color: rgba(255,255,255,0.7); -} - - -/* ---------------------------------------------------------------- - 31. Toastr Notifications ------------------------------------------------------------------*/ - - -.toast-title { - font-weight: bold; -} -.toast-message { - -ms-word-wrap: break-word; - word-wrap: break-word; -} -.toast-message a, -.toast-message label { - color: #FFFFFF; -} -.toast-message a:hover { - color: #CCCCCC; - text-decoration: none; -} -.toast-close-button { - position: relative; - right: -0.3em; - top: -0.3em; - float: right; - font-size: 20px; - font-weight: bold; - color: #FFFFFF; - -webkit-text-shadow: 0 1px 0 #ffffff; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.8; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - filter: alpha(opacity=80); - line-height: 1; -} -.toast-close-button:hover, -.toast-close-button:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.4; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); - filter: alpha(opacity=40); -} -.rtl .toast-close-button { - left: -0.3em; - float: left; - right: 0.3em; -} -/*Additional properties for button version - iOS requires the button element instead of an anchor tag. - If you want the anchor version, it requires `href="#"`.*/ -button.toast-close-button { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} -.toast-top-center { - top: 0; - right: 0; - width: 100%; -} -.toast-bottom-center { - bottom: 0; - right: 0; - width: 100%; -} -.toast-top-full-width { - top: 0; - right: 0; - width: 100%; -} -.toast-bottom-full-width { - bottom: 0; - right: 0; - width: 100%; -} -.toast-top-left { - top: 12px; - left: 12px; -} -.toast-top-right { - top: 12px; - right: 12px; -} -.toast-bottom-right { - right: 12px; - bottom: 12px; -} -.toast-bottom-left { - bottom: 12px; - left: 12px; -} -#toast-container { - position: fixed; - z-index: 999999; - pointer-events: none; - /*overrides*/ -} -#toast-container * { - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} -#toast-container > div { - position: relative; - pointer-events: auto; - overflow: hidden; - margin: 0 0 6px; - padding: 15px 15px 15px 50px; - width: 300px; - -moz-border-radius: 3px 3px 3px 3px; - -webkit-border-radius: 3px 3px 3px 3px; - border-radius: 3px 3px 3px 3px; - background-position: 15px center; - background-repeat: no-repeat; - -moz-box-shadow: 0 0 12px #999999; - -webkit-box-shadow: 0 0 12px #999999; - box-shadow: 0 0 12px #999999; - color: #FFFFFF; - opacity: 0.8; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); - filter: alpha(opacity=80); -} -#toast-container > div.rtl { - direction: rtl; - padding: 15px 50px 15px 15px; - background-position: right 15px center; -} -#toast-container > div:hover { - -moz-box-shadow: 0 0 12px #000000; - -webkit-box-shadow: 0 0 12px #000000; - box-shadow: 0 0 12px #000000; - opacity: 1; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); - filter: alpha(opacity=100); - cursor: pointer; -} -#toast-container > .toast-info { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; -} -#toast-container > .toast-error { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; -} -#toast-container > .toast-success { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; -} -#toast-container > .toast-warning { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; -} -#toast-container.toast-top-center > div, -#toast-container.toast-bottom-center > div { - width: 300px; - margin-left: auto; - margin-right: auto; -} -#toast-container.toast-top-full-width > div, -#toast-container.toast-bottom-full-width > div { - width: 96%; - margin-left: auto; - margin-right: auto; -} -.toast { - background-color: #030303; -} -.toast-success { - background-color: #51A351; -} -.toast-error { - background-color: #BD362F; -} -.toast-info { - background-color: #2F96B4; -} -.toast-warning { - background-color: #F89406; -} -.toast-progress { - position: absolute; - left: 0; - bottom: 0; - height: 4px; - background-color: #000000; - opacity: 0.4; - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); - filter: alpha(opacity=40); -} -/*Responsive Design*/ -@media all and (max-width: 240px) { - #toast-container > div { - padding: 8px 8px 8px 50px; - width: 11em; - } - #toast-container > div.rtl { - padding: 8px 50px 8px 8px; - } - #toast-container .toast-close-button { - right: -0.2em; - top: -0.2em; - } - #toast-container .rtl .toast-close-button { - left: -0.2em; - right: 0.2em; - } -} -@media all and (min-width: 241px) and (max-width: 480px) { - #toast-container > div { - padding: 8px 8px 8px 50px; - width: 18em; - } - #toast-container > div.rtl { - padding: 8px 50px 8px 8px; - } - #toast-container .toast-close-button { - right: -0.2em; - top: -0.2em; - } - #toast-container .rtl .toast-close-button { - left: -0.2em; - right: 0.2em; - } -} -@media all and (min-width: 481px) and (max-width: 768px) { - #toast-container > div { - padding: 15px 15px 15px 50px; - width: 25em; - } - #toast-container > div.rtl { - padding: 15px 50px 15px 15px; - } -} - - -/* ---------------------------------------------------------------- - 32. Footer ------------------------------------------------------------------*/ - - -#footer { - position: relative; - background-color: #EEE; - border-top: 5px solid rgba(0,0,0,0.2); -} - -.device-lg.sticky-footer #top-bar, -.device-md.sticky-footer #top-bar { z-index: 299; } - -.device-lg.sticky-footer #header, -.device-md.sticky-footer #header { z-index: 199; } - -.device-lg.sticky-footer #slider, -.device-lg.sticky-footer #page-submenu, -.device-lg.sticky-footer #page-title, -.device-lg.sticky-footer #content, -.device-md.sticky-footer #slider, -.device-md.sticky-footer #page-submenu, -.device-md.sticky-footer #page-title, -.device-md.sticky-footer #content { z-index: 2; } - -.device-lg.sticky-footer #footer, -.device-md.sticky-footer #footer { - position: fixed; - top: auto; - bottom: 0; - left: 0; - width: 100%; - z-index: 1; -} - -.device-lg.sticky-footer:not(.stretched) #footer, -.device-md.sticky-footer:not(.stretched) #footer { - left: 50%; - margin-left: -610px; - width: 1220px; -} - -.device-md.sticky-footer:not(.stretched) #footer { - margin-left: -500px; - width: 1000px; -} - -#footer .footer-widgets-wrap { - position: relative; - padding: 80px 0; -} - -.footer-widgets-wrap .col_full, -.footer-widgets-wrap .col_half, -.footer-widgets-wrap .col_one_third, -.footer-widgets-wrap .col_two_third, -.footer-widgets-wrap .col_three_fourth, -.footer-widgets-wrap .col_one_fourth, -.footer-widgets-wrap .col_one_fifth, -.footer-widgets-wrap .col_two_fifth, -.footer-widgets-wrap .col_three_fifth, -.footer-widgets-wrap .col_four_fifth, -.footer-widgets-wrap .col_one_sixth, -.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; } - -#copyrights { - padding: 40px 0; - background-color: #DDD; - font-size: 14px; - line-height: 1.8; -} - -#copyrights i.footer-icon { - position: relative; - top: 1px; - font-size: 14px; - width: 14px; - text-align: center; - margin-right: 3px; -} - -.copyright-links a { - display: inline-block; - margin: 0 3px; - color: #333; - border-bottom: 1px dotted #444; -} - -.copyright-links a:hover { - color: #555; - border-bottom: 1px solid #666; -} - -.copyrights-menu { margin-bottom: 10px; } - -.copyrights-menu a { - font-size: 14px; - margin: 0 10px; - border-bottom: 0 !important; -} - -#copyrights .col_half { margin-bottom: 0 !important; } - -#copyrights a:first-child { margin-left: 0; } - -#copyrights .tright a:last-child { margin-right: 0; } - -.footer-logo { - display: block; - margin-bottom: 30px; -} - - -/* ---------------------------------------------------------------- - 33. Widgets ------------------------------------------------------------------*/ - - -.widget { - position: relative; - margin-top: 50px; -} - -.widget p { line-height: 1.7; } - -.sidebar-widgets-wrap .widget { - padding-top: 50px; - border-top: 1px solid #EEE; -} - -.widget:first-child { margin-top: 0; } - -.sidebar-widgets-wrap .widget:first-child { - padding-top: 0; - border-top: 0; -} - -.widget > h4 { - margin-bottom: 25px; - font-size: 15px; - font-weight: 600; - letter-spacing: 2px; - text-transform: uppercase; -} - -.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; } - -.widget p:not(.lead) { font-size: 14px; } - - -/* Tag Cloud ------------------------------------------------------------------*/ - - -.tagcloud { margin-bottom: -2px; } - -.tagcloud a { - display: block; - float: left; - margin-right: 4px; - margin-bottom: 4px; - padding: 3px 6px; - border: 1px solid #E5E5E5; - font-size: 13px !important; - color: #666; - border-radius: 2px; -} - -body:not(.device-touch) .tagcloud a { - -webkit-transition: all .3s ease-in-out; - -o-transition: all .3s ease-in-out; - transition: all .3s ease-in-out; -} - -.tagcloud a:hover { - border-color: #1ABC9C !important; - color: #1ABC9C !important; -} - - -/* Widget - Links ------------------------------------------------------------------*/ - -.widget_nav_menu ul, -.widget_nav_menu li, -.widget_links ul, -.widget_links li, -.widget_meta ul, -.widget_meta li, -.widget_archive ul, -.widget_archive li, -.widget_recent_comments ul, -.widget_recent_comments li, -.widget_recent_entries ul, -.widget_recent_entries li, -.widget_categories ul, -.widget_categories li, -.widget_pages ul, -.widget_pages li, -.widget_rss ul, -.widget_rss li { - list-style: none; - margin: 0; -} - -.widget_nav_menu li, -.widget_links li, -.widget_meta li, -.widget_archive li, -.widget_recent_comments li, -.widget_recent_entries li, -.widget_categories li, -.widget_pages li, -.widget_rss li { padding: 4px; } - -.widget_nav_menu li a, -.widget_links li a, -.widget_meta li a, -.widget_archive li a, -.widget_recent_entries li a, -.widget_categories li a, -.widget_pages li a, -.widget_rss li a, -.widget_recent_comments li { - display: inline-block; - padding: 0 3px 0 12px; -} - -.widget_recent_comments li { - display: block; - background: url("images/icons/widget-comment.png") left top no-repeat; - padding: 4px 0 4px 20px; -} - -.widget_nav_menu li a, -.widget_links li a, -.widget_meta li a, -.widget_archive li a, -.widget_recent_entries li a, -.widget_categories li a, -.widget_pages li a, -.widget_rss li a, -.widget_recent_comments li a { - background: url("images/icons/widget-link.png") left top no-repeat; - border: none !important; - color: #444; - font-size: 14px; -} - -.widget_nav_menu li a:hover, -.widget_links li a:hover, -.widget_meta li a:hover, -.widget_archive li a:hover, -.widget_recent_entries li a:hover, -.widget_categories li a:hover, -.widget_pages li a:hover, -.widget_rss li a:hover, -.widget_recent_comments li a:hover { color: #000; } - -.widget_recent_comments li a { - display: inline; - padding: 0; - background: none !important; -} - -.widget_nav_menu > ul > li:first-child, -.widget_links > ul > li:first-child, -.widget_meta > ul > li:first-child, -.widget_archive > ul > li:first-child, -.widget_recent_comments > ul > li:first-child, -.widget_recent_entries > ul > li:first-child, -.widget_categories > ul > li:first-child, -.widget_pages > ul > li:first-child, -.widget_rss > ul > li:first-child { border-top: 0 !important; } - -.widget_nav_menu > ul, -.widget_links > ul, -.widget_meta > ul, -.widget_archive > ul, -.widget_recent_comments > ul, -.widget_recent_entries > ul, -.widget_categories > ul, -.widget_pages > ul, -.widget_rss > ul { margin-top: -4px !important; } - -.widget_nav_menu ul ul, -.widget_links ul ul, -.widget_meta ul ul, -.widget_archive ul ul, -.widget_recent_comments ul ul, -.widget_recent_entries ul ul, -.widget_categories ul ul, -.widget_pages ul ul, -.widget_rss ul ul { margin-left: 15px; } - - -/* Widget - Testimonial & Twitter ------------------------------------------------------------------*/ - -.widget .testimonial.no-image .testi-image { display: none; } - -.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; } - -.widget .testimonial:not(.twitter-scroll) .testi-image, -.widget .testimonial:not(.twitter-scroll) .testi-image a, -.widget .testimonial:not(.twitter-scroll) .testi-image img { - width: 42px; - height: 42px; -} - -.widget .testimonial.twitter-scroll .testi-image, -.widget .testimonial.twitter-scroll .testi-image a, -.widget .testimonial.twitter-scroll .testi-image img, -.widget .testimonial.twitter-scroll .testi-image i { - width: 28px; - height: 28px; -} - -.widget .testimonial.twitter-scroll .testi-image i { - background-color: #EEE; - line-height: 28px; - font-size: 14px; - color: #888; -} - -.widget .testimonial p { font-size: 14px; } - - -/* Widget - Quick Contact Form ------------------------------------------------------------------*/ - -.quick-contact-widget .form-control, -.quick-contact-widget .input-group, -.quick-contact-widget .sm-form-control { margin-bottom: 10px; } - -.quick-contact-widget .input-group .form-control { margin-bottom: 0; } - -.quick-contact-widget form, -#template-contactform { position: relative; } - - -/* Newsletter Widget ------------------------------------------------------------------*/ - -.subscribe-widget h5 { - font-weight: 300; - font-size: 14px; - line-height: 1.5; -} - - -/* Twitter Feed Widget ------------------------------------------------------------------*/ - -.widget-twitter-feed li { margin: 15px 0 0 0; } - -.widget-twitter-feed li:first-child { margin-top: 0; } - -.widget-twitter-feed small { - display: block; - margin-top: 3px; -} - -.widget-twitter-feed small a { color: #999; } - -.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar { display: none; } - -.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; } - -.widget-twitter-feed .twitter-feed-avatar { margin-left: 44px; } - -.widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar { - display: block; - position: absolute; - left: -44px; - text-align: center; - top: 2px; - width: 32px; - height: 32px; -} - -.twitter-feed-avatar a.twitter-avatar img { border-radius: 50%; } - - -/* Widget Filter Links ------------------------------------------------------------------*/ - -.widget-filter-links ul { - list-style: none; - margin-bottom: 0; -} - -.widget-filter-links .widget-filter-reset { - position: absolute; - top: 0; - left: auto; - right: 0; - font-size: 12px; - line-height: 22px; -} - -.widget:not(:first-child) .widget-filter-reset { top: 50px; } - -.widget-filter-links .widget-filter-reset a { color: red; } - -.widget-filter-links .widget-filter-reset.active-filter { display: none; } - -.widget-filter-links li { - position: relative; - font-size: 15px; - line-height: 24px; -} - -.widget-filter-links li:not(:first-child) { margin-top: 10px; } - -.widget-filter-links li a { - display: block; - color: #444; - font-family: 'Raleway', sans-serif; - font-weight: 500; -} - -.widget-filter-links li span { - position: absolute; - top: 1px; - left: auto; - right: 0; - font-size: 11px; - width: 22px; - height: 22px; - line-height: 22px; - text-align: center; - color: #777; - background-color: #EEE; - border-radius: 50%; -} - -.widget-filter-links li:hover a { color: #777; } - -.widget-filter-links li.active-filter a { font-weight: 700; } - -.widget-filter-links li.active-filter span { - color: #FFF; - background-color: #1ABC9C; - text-shadow: 1px 1px 1px rgba(0,0,0,0.1); -} - - -/* Navigation Tree ------------------------------------------------------------------*/ - - -.nav-tree { - position: relative; - margin-bottom: 40px; -} - -.nav-tree ul { - margin-bottom: 0; - list-style: none; -} - -.nav-tree > ul { margin: -8px 0; } - -.nav-tree li { position: relative; } - -.nav-tree li a { - display: block; - padding: 8px 0; - color: #333; - text-transform: uppercase; - font-size: 13px; - font-weight: 700; - letter-spacing: 2px; - font-family: 'Raleway', sans-serif; -} - -.nav-tree li i { - font-size: 14px; - width: 16px; - text-align: center; -} - -.nav-tree li i:not(.icon-angle-down) { - margin-right: 8px; - position: relative; - top: 1px; -} - -.nav-tree li a i.icon-angle-down { - width: auto; - font-size: 12px; - margin-left: 2px; -} - -.nav-tree li:hover > a, -.nav-tree li.current > a, -.nav-tree li.active > a { color: #1ABC9C !important; } - -.nav-tree ul ul { display: none; } - -.nav-tree li.current > ul { display: block; } - -.nav-tree ul ul a { - font-size: 12px; - padding: 6px 0; - letter-spacing: 1px; - font-family: 'Lato', sans-serif; -} - -.nav-tree ul ul a i.icon-angle-down { font-size: 12px; } - -.nav-tree ul ul a { padding-left: 20px; } -.nav-tree ul ul ul a { padding-left: 40px; } -.nav-tree ul ul ul ul a { padding-left: 60px; } -.nav-tree ul ul ul ul ul a { padding-left: 80px; } - - -/* ---------------------------------------------------------------- - 34. Wedding ------------------------------------------------------------------*/ - - -.wedding-head { - position: relative; - line-height: 1; - font-size: 80px; - text-shadow: 1px 1px 1px rgba(0,0,0,0.15); -} - -.wedding-head .first-name, -.wedding-head .last-name, -.wedding-head .and { - display: inline-block; - margin-right: 15px; - font-weight: bold; - text-align: right; - text-transform: uppercase; - font-family: 'Raleway', sans-serif; - letter-spacing: 2px; -} - -.wedding-head .last-name { - margin: 0 0 0 15px; - text-align: left; -} - -.wedding-head .first-name span, -.wedding-head .last-name span { - display: block; - margin-top: 10px; - font-size: 56px; - font-weight: 400; - font-style: italic; - font-family: 'Crete Round', serif; - text-transform: none; -} - -.wedding-head .and { - margin: 0; - font-size: 200px; - font-family: 'Times New Roman', serif; -} - - -/* ---------------------------------------------------------------- - 35. Bootstrap Specific ------------------------------------------------------------------*/ - -.table .success { color: #3c763d; } - -.table .info { color: #31708f; } - -.table .warning { color: #8a6d3b; } - -.table .danger { color: #a94442; } - -.btn-link, -.pagination > li > a, .pagination > li > span, -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus { color: #1ABC9C; } - -.btn-link:hover, -.btn-link:focus { color: #222; } - -.boot-tabs { margin-bottom: 20px !important; } - -.carousel-control .icon-chevron-left, -.carousel-control .icon-chevron-right { - position: absolute; - top: 47.5%; - z-index: 5; - display: inline-block; -} - -.carousel-control .icon-chevron-left { left: 50%; } - -.carousel-control .icon-chevron-right { right: 50%; } - -.responsive-utilities th small { - display: block; - font-weight: 400; - color: #999; -} - -.show-grid [class^=col-] { - padding-top: 10px; - padding-bottom: 10px; - background-color: #EEE; - border: 1px solid #DDD; -} - -.img-circle { border-radius: 50% !important; } - -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - color: #FFF !important; - background-color: #1ABC9C !important; - border-color: #1ABC9C !important; -} - -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus { background-color: #1ABC9C; } - -label.radio, -label.checkbox { padding-left: 20px; } - -.input-group-lg > .input-group-addon { line-height: 1; } - - -/* ---------------------------------------------------------------- - 36. Cookie Notification ------------------------------------------------------------------*/ - - -#cookie-notification { - position: fixed; - top: auto; - bottom: -70px; - left: 0; - width: 100%; - padding: 20px 0; - line-height: 24px; - background-color: #EEE; - color: #444; - z-index: 99; - -webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15); - -moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15); - box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15); - -webkit-transition: bottom .4s ease; - -o-transition: bottom .4s ease; - transition: bottom .4s ease; -} - -.cookie-noti-btn {} - - -/* ---------------------------------------------------------------- - 37. Stretched Layout ------------------------------------------------------------------*/ - - -.stretched #wrapper { - width: 100%; - margin: 0; - box-shadow: none; -} - - -/* ---------------------------------------------------------------- - 38. Page Transitions ------------------------------------------------------------------*/ - -body:not(.no-transition) #wrapper, -.animsition-overlay { - position: relative; - opacity: 0; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner { - position: fixed; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 1000; - text-align: center; - background-color: #FFF; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner > div { - position: absolute; - top: 50%; - left: 50%; - margin-top: -9px; - margin-left: 13px; - width: 18px; - height: 18px; - background-color: #DDD; - border-radius: 100%; - display: inline-block; - -webkit-animation: bouncedelay 1.4s infinite ease-in-out; - animation: bouncedelay 1.4s infinite ease-in-out; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner .css3-spinner-bounce1 { - margin-left: -31px; - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.css3-spinner .css3-spinner-bounce2 { - margin-left: -9px; - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes bouncedelay { - 0%, 80%, 100% { - transform: scale(0.0); - -webkit-transform: scale(0.0); - } 40% { - transform: scale(1.0); - -webkit-transform: scale(1.0); - } -} - - -.css3-spinner > .css3-spinner-flipper { - width: 32px; - height: 32px; - margin-top: -16px; - margin-left: -16px; - border-radius: 0; - -webkit-animation: rotateplane 1.2s infinite ease-in-out; - animation: rotateplane 1.2s infinite ease-in-out; -} - -@-webkit-keyframes rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes rotateplane { - 0% { - transform: perspective(120px) rotateX(0deg) rotateY(0deg); - -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) - } 50% { - transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); - -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) - } 100% { - transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); - -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); - } -} - -.css3-spinner > .css3-spinner-double-bounce1, -.css3-spinner > .css3-spinner-double-bounce2 { - width: 40px; - height: 40px; - margin-top: -20px; - margin-left: -20px; - border-radius: 50%; - opacity: 0.6; - -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out; - animation: cssspinnerbounce 2.0s infinite ease-in-out; -} - -.css3-spinner > .css3-spinner-double-bounce2 { - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes cssspinnerbounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes cssspinnerbounce { - 0%, 100% { - transform: scale(0.0); - -webkit-transform: scale(0.0); - } 50% { - transform: scale(1.0); - -webkit-transform: scale(1.0); - } -} - -.css3-spinner > .css3-spinner-rect1, -.css3-spinner > .css3-spinner-rect2, -.css3-spinner > .css3-spinner-rect3, -.css3-spinner > .css3-spinner-rect4, -.css3-spinner > .css3-spinner-rect5 { - height: 30px; - width: 6px; - margin-top: -15px; - margin-left: -21px; - border-radius: 0; - -webkit-animation: stretchdelay 1.2s infinite ease-in-out; - animation: stretchdelay 1.2s infinite ease-in-out; -} - -.css3-spinner > .css3-spinner-rect2 { - margin-left: -12px; - -webkit-animation-delay: -1.1s; - animation-delay: -1.1s; -} - -.css3-spinner > .css3-spinner-rect3 { - margin-left: -3px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -.css3-spinner > .css3-spinner-rect4 { - margin-left: 6px; - -webkit-animation-delay: -0.9s; - animation-delay: -0.9s; -} - -.css3-spinner > .css3-spinner-rect5 { - margin-left: 15px; - -webkit-animation-delay: -0.8s; - animation-delay: -0.8s; -} - -@-webkit-keyframes stretchdelay { - 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } - 20% { -webkit-transform: scaleY(1.0) } -} - -@keyframes stretchdelay { - 0%, 40%, 100% { - transform: scaleY(0.4); - -webkit-transform: scaleY(0.4); - } 20% { - transform: scaleY(1.0); - -webkit-transform: scaleY(1.0); - } -} - - -.css3-spinner > .css3-spinner-cube1, -.css3-spinner > .css3-spinner-cube2 { - width: 16px; - height: 16px; - border-radius: 0; - margin-top: -20px; - margin-left: -20px; - -webkit-animation: cubemove 1.8s infinite ease-in-out; - animation: cubemove 1.8s infinite ease-in-out; -} - -.css3-spinner > .css3-spinner-cube2 { - -webkit-animation-delay: -0.9s; - animation-delay: -0.9s; -} - -@-webkit-keyframes cubemove { - 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } - 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } - 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } - 100% { -webkit-transform: rotate(-360deg) } -} - -@keyframes cubemove { - 25% { - transform: translateX(42px) rotate(-90deg) scale(0.5); - -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); - } 50% { - transform: translateX(42px) translateY(42px) rotate(-179deg); - -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); - } 50.1% { - transform: translateX(42px) translateY(42px) rotate(-180deg); - -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); - } 75% { - transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); - -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); - } 100% { - transform: rotate(-360deg); - -webkit-transform: rotate(-360deg); - } -} - - -.css3-spinner > .css3-spinner-scaler { - width: 40px; - height: 40px; - margin-top: -20px; - margin-left: -20px; - -webkit-animation: scaleout 1.0s infinite ease-in-out; - animation: scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% { - -webkit-transform: scale(1.0); - opacity: 0; - } -} - -@keyframes scaleout { - 0% { - transform: scale(0.0); - -webkit-transform: scale(0.0); - } 100% { - transform: scale(1.0); - -webkit-transform: scale(1.0); - opacity: 0; - } -} - - -.css3-spinner > .css3-spinner-grid-pulse { - width: 48px; - height: 48px; - margin-top: -24px; - margin-left: -24px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-grid-pulse > div { - background-color: #DDD; - width: 12px; - height: 12px; - border-radius: 100%; - margin: 2px; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - display: inline-block; - float: left; - -webkit-animation-name: ball-grid-pulse; - animation-name: ball-grid-pulse; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-delay: 0; - animation-delay: 0; -} - -.css3-spinner-grid-pulse > div:nth-child(1) { - -webkit-animation-delay: 0.73s; - animation-delay: 0.73s; - -webkit-animation-duration: 1.3s; - animation-duration: 1.3s; -} - -.css3-spinner-grid-pulse > div:nth-child(2) { - -webkit-animation-delay: 0.32s; - animation-delay: 0.32s; - -webkit-animation-duration: 1.3s; - animation-duration: 1.3s; -} - -.css3-spinner-grid-pulse > div:nth-child(3) { - -webkit-animation-delay: 0.71s; - animation-delay: 0.71s; - -webkit-animation-duration: 0.88s; - animation-duration: 0.88s; -} - -.css3-spinner-grid-pulse > div:nth-child(4) { - -webkit-animation-delay: 0.62s; - animation-delay: 0.62s; - -webkit-animation-duration: 1.06s; - animation-duration: 1.06s; -} - -.css3-spinner-grid-pulse > div:nth-child(5) { - -webkit-animation-delay: 0.31s; - animation-delay: 0.31s; - -webkit-animation-duration: 0.62s; - animation-duration: 0.62s; -} - -.css3-spinner-grid-pulse > div:nth-child(6) { - -webkit-animation-delay: -0.14s; - animation-delay: -0.14s; - -webkit-animation-duration: 1.48s; - animation-duration: 1.48s; -} - -.css3-spinner-grid-pulse > div:nth-child(7) { - -webkit-animation-delay: -0.1s; - animation-delay: -0.1s; - -webkit-animation-duration: 1.47s; - animation-duration: 1.47s; -} - -.css3-spinner-grid-pulse > div:nth-child(8) { - -webkit-animation-delay: 0.4s; - animation-delay: 0.4s; - -webkit-animation-duration: 1.49s; - animation-duration: 1.49s; -} - -.css3-spinner-grid-pulse > div:nth-child(9) { - -webkit-animation-delay: 0.73s; - animation-delay: 0.73s; - -webkit-animation-duration: 0.7s; - animation-duration: 0.7s; -} - -@-webkit-keyframes ball-grid-pulse { - 0% { - -webkit-transform: scale(1); - transform: scale(1); } - - 50% { - -webkit-transform: scale(0.5); - transform: scale(0.5); - opacity: 0.7; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 1; } -} - -@keyframes ball-grid-pulse { - 0% { - -webkit-transform: scale(1); - transform: scale(1); } - - 50% { - -webkit-transform: scale(0.5); - transform: scale(0.5); - opacity: 0.7; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 1; } -} - - -.css3-spinner > .css3-spinner-clip-rotate { - width: 33px; - height: 33px; - margin-top: -17px; - margin-left: -17px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-clip-rotate > div { - border-radius: 100%; - border: 2px solid #DDD; - border-bottom-color: transparent !important; - height: 33px; - width: 33px; - background: transparent !important; - -webkit-animation: rotate 1s 0s linear infinite; - animation: rotate 1s 0s linear infinite; -} - -@keyframes rotate { - 0% { - -webkit-transform: rotate(0deg) scale(1); - transform: rotate(0deg) scale(1); } - - 50% { - -webkit-transform: rotate(180deg) scale(0.6); - transform: rotate(180deg) scale(0.6); } - - 100% { - -webkit-transform: rotate(360deg) scale(1); - transform: rotate(360deg) scale(1); } -} - - -.css3-spinner > .css3-spinner-ball-rotate { - width: 12px; - height: 12px; - margin-top: -6px; - margin-left: -6px; - background-color: transparent !important; - -webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; - animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; -} - -.css3-spinner-ball-rotate > div { - background-color: #DDD; - width: 12px; - height: 12px; - border-radius: 100%; - position: relative; -} - -.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) { - width: 12px; - height: 12px; - border-radius: 100%; - content: ""; - position: absolute; - opacity: 0.7; -} - -.css3-spinner-ball-rotate > div:nth-child(1) { - top: 0px; - left: -22px; -} - -.css3-spinner-ball-rotate > div:nth-child(3) { - top: 0px; - left: 22px; -} - - -@-webkit-keyframes ballrotate { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - - 50% { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } -} - -@keyframes ballrotate { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - - 50% { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } -} - - -.css3-spinner > .css3-spinner-zig-zag { - background-color: transparent !important; - -webkit-transform: translate(-15px, -15px); - -ms-transform: translate(-15px, -15px); - transform: translate(-15px, -15px); - -webkit-animation: none; - animation: none; -} - -.css3-spinner-zig-zag > div { - background-color: #DDD; - width: 12px; - height: 12px; - border-radius: 100%; - position: absolute; - margin-left: 15px; - top: 4px; - left: -7px; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner-zig-zag > div:first-child { - -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear; - animation: ball-zig-deflect 1.5s 0s infinite linear; -} - -.css3-spinner-zig-zag > div:last-child { - -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear; - animation: ball-zag-deflect 1.5s 0s infinite linear; -} - - -@-webkit-keyframes ball-zig-deflect { - 17% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 34% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 84% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - -@keyframes ball-zig-deflect { - 17% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 34% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(15px, -30px); - transform: translate(15px, -30px); } - - 84% { - -webkit-transform: translate(-15px, -30px); - transform: translate(-15px, -30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - -@-webkit-keyframes ball-zag-deflect { - 17% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 34% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 84% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - -@keyframes ball-zag-deflect { - 17% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 34% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 50% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } - - 67% { - -webkit-transform: translate(-15px, 30px); - transform: translate(-15px, 30px); } - - 84% { - -webkit-transform: translate(15px, 30px); - transform: translate(15px, 30px); } - - 100% { - -webkit-transform: translate(0, 0); - transform: translate(0, 0); } -} - - -.css3-spinner > .css3-spinner-ball-scale-multiple { - width: 60px; - height: 60px; - margin-left: -30px; - margin-top: -30px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-ball-scale-multiple > div { - background-color: #DDD; - border-radius: 100%; - position: absolute; - left: 0; - top: 0; - opacity: 0; - width: 60px; - height: 60px; - -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite; - animation: ball-scale-multiple 1.25s 0s linear infinite; -} - -.css3-spinner-ball-scale-multiple > div:nth-child(2) { - -webkit-animation-delay: -0.4s; - animation-delay: -0.4s; -} - -.css3-spinner-ball-scale-multiple > div:nth-child(3) { - -webkit-animation-delay: -0.2s; - animation-delay: -0.2s; -} - -@-webkit-keyframes ball-scale-multiple { - 0% { - -webkit-transform: scale(0); - transform: scale(0); - opacity: 0; } - - 5% { opacity: 1; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0; } -} - -@keyframes ball-scale-multiple { - 0% { - -webkit-transform: scale(0); - transform: scale(0); - opacity: 0; } - - 5% { opacity: 1; } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0; } -} - - -.css3-spinner > .css3-spinner-triangle-path { - background-color: transparent !important; - -webkit-transform: translate(-29.994px, -37.50938px); - -ms-transform: translate(-29.994px, -37.50938px); - transform: translate(-29.994px, -37.50938px); - -webkit-animation: none; - animation: none; -} - -.css3-spinner-triangle-path > div { - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - position: absolute; - width: 10px; - height: 10px; - border-radius: 100%; - background-color: #DDD; -} - -.css3-spinner-triangle-path > div:nth-child(1) { - -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite; - animation: ball-triangle-path-1 2s 0s ease-in-out infinite; -} - -.css3-spinner-triangle-path > div:nth-child(2) { - -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite; - animation: ball-triangle-path-2 2s 0s ease-in-out infinite; -} - -.css3-spinner-triangle-path > div:nth-child(3) { - -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite; - animation: ball-triangle-path-3 2s 0s ease-in-out infinite; -} - -.css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; } - -.css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; } - -.css3-spinner-triangle-path > div:nth-of-type(3) { - top: 50px; - left: 50px; -} - -@-webkit-keyframes ball-triangle-path-1 { - 33% { - -webkit-transform: translate(25px, -50px); - transform: translate(25px, -50px); } - - 66% { - -webkit-transform: translate(50px, 0px); - transform: translate(50px, 0px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@keyframes ball-triangle-path-1 { - 33% { - -webkit-transform: translate(25px, -50px); - transform: translate(25px, -50px); } - - 66% { - -webkit-transform: translate(50px, 0px); - transform: translate(50px, 0px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@-webkit-keyframes ball-triangle-path-2 { - 33% { - -webkit-transform: translate(25px, 50px); - transform: translate(25px, 50px); } - - 66% { - -webkit-transform: translate(-25px, 50px); - transform: translate(-25px, 50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@keyframes ball-triangle-path-2 { - 33% { - -webkit-transform: translate(25px, 50px); - transform: translate(25px, 50px); } - - 66% { - -webkit-transform: translate(-25px, 50px); - transform: translate(-25px, 50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@-webkit-keyframes ball-triangle-path-3 { - 33% { - -webkit-transform: translate(-50px, 0px); - transform: translate(-50px, 0px); } - - 66% { - -webkit-transform: translate(-25px, -50px); - transform: translate(-25px, -50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - -@keyframes ball-triangle-path-3 { - 33% { - -webkit-transform: translate(-50px, 0px); - transform: translate(-50px, 0px); } - - 66% { - -webkit-transform: translate(-25px, -50px); - transform: translate(-25px, -50px); } - - 100% { - -webkit-transform: translate(0px, 0px); - transform: translate(0px, 0px); } -} - - -.css3-spinner > .css3-spinner-ball-pulse-sync { - width: 70px; - height: 34px; - margin-left: -35px; - margin-top: -17px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-ball-pulse-sync > div { - display: inline-block; - background-color: #DDD; - width: 14px; - height: 14px; - margin: 10px 3px 0; - border-radius: 100%; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(0) { - -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; - animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(1) { - -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; - animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(2) { - -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; - animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; -} - -.css3-spinner-ball-pulse-sync > div:nth-child(3) { - -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; - animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; -} - - -@-webkit-keyframes ball-pulse-sync { - 33% { - -webkit-transform: translateY(10px); - transform: translateY(10px); - opacity: 0.85; - } - - 66% { - -webkit-transform: translateY(-10px); - transform: translateY(-10px); - opacity: 0.7; - } - - 100% { - -webkit-transform: translateY(0); - transform: translateY(0); - opacity: 1; - } -} - -@keyframes ball-pulse-sync { - 33% { - -webkit-transform: translateY(10px); - transform: translateY(10px); - opacity: 0.85; - } - - 66% { - -webkit-transform: translateY(-10px); - transform: translateY(-10px); - opacity: 0.7; - } - - 100% { - -webkit-transform: translateY(0); - transform: translateY(0); - opacity: 1; - } -} - - -.css3-spinner > .css3-spinner-scale-ripple { - width: 50px; - height: 50px; - margin-left: -25px; - margin-top: -25px; - background-color: transparent !important; - -webkit-animation: none; - animation: none; -} - -.css3-spinner-scale-ripple > div { - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - position: absolute; - top: 0; - width: 50px; - height: 50px; - border-radius: 100%; - border: 2px solid #DDD; - -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); - animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); -} - -.css3-spinner-scale-ripple > div:nth-child(0) { - -webkit-animation-delay: -0.8s; - animation-delay: -0.8s; -} - -.css3-spinner-scale-ripple > div:nth-child(1) { - -webkit-animation-delay: -0.6s; - animation-delay: -0.6s; -} - -.css3-spinner-scale-ripple > div:nth-child(2) { - -webkit-animation-delay: -0.4s; - animation-delay: -0.4s; -} - -.css3-spinner-scale-ripple > div:nth-child(3) { - -webkit-animation-delay: -0.2s; - animation-delay: -0.2s; -} - - -@-webkit-keyframes ball-scale-ripple-multiple { - 0% { - -webkit-transform: scale(0.1); - transform: scale(0.1); - opacity: 1; } - - 70% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0.7; } - - 100% { - opacity: 0.0; } -} - -@keyframes ball-scale-ripple-multiple { - 0% { - -webkit-transform: scale(0.1); - transform: scale(0.1); - opacity: 1; } - - 70% { - -webkit-transform: scale(1); - transform: scale(1); - opacity: 0.7; } - - 100% { - opacity: 0.0; } -} - - - -/* ---------------------------------------------------------------- - 39. HTML5 Youtube Video Backgrounds ------------------------------------------------------------------*/ - - -.mb_YTVPlayer :focus { outline: 0; } - -.mb_YTVPlayer { - display:block; - transform:translateZ(0); - transform-style: preserve-3d; - perspective: 1000; - backface-visibility: hidden; - transform:translate3d(0,0,0); - animation-timing-function: linear; -} - -.mb_YTVPlayer.fullscreen { - display:block!important; - position: fixed!important; - width: 100%!important; - height: 100%!important; - top: 0!important; - left: 0!important; - margin: 0!important; - border: none !important; -} - -.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; } - - -.mbYTP_wrapper iframe { max-width: 4000px !important; } - -.inline_YTPlayer { - margin-bottom: 20px; - vertical-align:top; - position:relative; - left:0; - overflow: hidden; - border-radius: 4px; - -moz-box-shadow: 0 0 5px rgba(0,0,0,.7); - -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7); - box-shadow: 0 0 5px rgba(0,0,0,.7); - background: rgba(0,0,0,.5); -} - -.inline_YTPlayer img { - border: none!important; - -moz-transform: none!important; - -webkit-transform: none!important; - -o-transform: none!important; - transform: none!important; - margin:0!important; - padding:0!important -} - diff --git a/public/css/main/swiper.css b/public/css/main/swiper.css deleted file mode 100644 index b6c88d3..0000000 --- a/public/css/main/swiper.css +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Swiper 3.4.0 - * Most modern mobile touch slider and framework with hardware accelerated transitions - * - * http://www.idangero.us/swiper/ - * - * Copyright 2016, Vladimir Kharlampidi - * The iDangero.us - * http://www.idangero.us/ - * - * Licensed under MIT - * - * Released on: October 16, 2016 - */ -.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}} \ No newline at end of file diff --git a/public/css/main/vmap.css b/public/css/main/vmap.css deleted file mode 100644 index 36b39b3..0000000 --- a/public/css/main/vmap.css +++ /dev/null @@ -1 +0,0 @@ -.jqvmap-label,.jqvmap-pin{pointer-events:none}.jqvmap-label{position:absolute;display:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#292929;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:3px}.jqvmap-zoomin,.jqvmap-zoomout{position:absolute;left:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#000;padding:3px;color:#fff;width:16px;height:16px;cursor:pointer;line-height:10px;text-align:center}.jqvmap-zoomin{top:10px}.jqvmap-zoomout{top:30px}.jqvmap-region{cursor:pointer}.jqvmap-ajax_response{width:100%;height:500px} diff --git a/public/css/main/writer.css b/public/css/main/writer.css deleted file mode 100644 index 65732d1..0000000 --- a/public/css/main/writer.css +++ /dev/null @@ -1,368 +0,0 @@ -/* ---------------------------------------------------------------- - Canvas: Writer - Version: 1.0 ------------------------------------------------------------------*/ - - - -#header:not(.sticky-header) #header-wrap { border-bottom: 1px solid rgba(255, 255, 255, 0.3); } - -#primary-menu > ul > li > a { - font-size: 16px; - padding-left: 20px; - padding-right: 20px; - - text-transform: capitalize; - letter-spacing: 1px; -} - -#header.sticky-header:not(.static-sticky), -#header.sticky-header:not(.static-sticky) #header-wrap, -#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 80px; } - -#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { - padding-top: 29px; - padding-bottom: 29px; -} - -#header.sticky-header:not(.static-sticky) #top-search, -#header.sticky-header:not(.static-sticky) #top-cart, -#header.sticky-header:not(.static-sticky) #side-panel-trigger { - margin-top: 30px !important; - margin-bottom: 30px !important; -} - -#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content, -#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div #top-cart .top-cart-content { top: 50px; } - -#header ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap, -#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap, -#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 0; } - - -#header.show-on-sticky #header-wrap { - -webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out; - -o-transition: background .3s ease-in-out, opacity .3s ease-in-out; - transition: background .3s ease-in-out, opacity .3s ease-in-out; -} - -#header.sticky-header.semi-transparent #header-wrap { - background-color: rgba(30, 35, 42, 0.85) !important; - border-bottom: 1px solid #444 !important; -} - -#slider .emphasis-title h1 { font-size: 48px; } - -.hero-action-link { - margin-left: 25px; - color: #DDD; - font-size: 18px; - font-weight: 300; -} - -.hero-action-link i { - margin-right: 3px; - position: relative; - top: 2px; -} - -.hero-action-link:hover { border-bottom: 2px solid #DDD; } - - -.widget.widget_links.app_landing_widget_link li { padding-left: 0; } - -.widget.widget_links.app_landing_widget_link li a { - padding: 0; - background: transparent; - color: #AAA; - font-size: 15px; -} - -.widget.widget_links.app_landing_widget_link li a:hover { color: #666; } - -.slider-book-img { - display: inline-block; - width: 100px; - margin-bottom: 25px; - margin-left: 10px; -} - -.slider-book-img:first-child { margin-left: 0; } - -.move-bg { - width: auto; - height: 100%; - background-size: cover; - -webkit-transform: scale(1.1); - transform: scale(1.1); - -webkit-backface-visibility: hidden; -} - -.dropcap { - padding: 15px 20px 0 0; - font-size: 54px; -} - -/* book-wraps */ -.book-image { - display: block; - position: relative; -} - -.book-image img { - width: 100%; - max-width: 100%; - display: block; -} - -.book-image:after { - content: " "; - width: 100%; - height: 100%; - position: absolute; - left: 0; - top: 0; - background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)); - transition: opacity .3s ease; - opacity: 0; -} - -.book-card { - position: relative; - will-change: transform; - transition: box-shadow .3s ease; - box-shadow: 0 10px 40px transparent; -} - -.book-card.hover-in { - transition: -webkit-transform .2s ease-out; - transition: transform .2s ease-out; - transition: transform .2s ease-out, -webkit-transform .2s ease-out; -} - -.book-card.hover-out { - transition: -webkit-transform .2s ease-in; - transition: transform .2s ease-in; - transition: transform .2s ease-in, -webkit-transform .2s ease-in; -} - -.book-wrap:hover .book-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); } - -.book-wrap:hover .book-image:after { opacity: 1; } - -.book-wrap:hover .book-title, -.book-wrap:hover .book-category, -/* .book-wrap:hover .book-border, */ -.book-wrap:hover .button { - -webkit-transform: translateY(0) scale(1); - -ms-transform: translateY(0) scale(1); - transform: translateY(0) scale(1); - opacity: 1; -} - -.book-detail { - position: absolute; - left: 40px; - right: 40px; - top: 40px; - bottom: 40px; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - text-align: center; - pointer-events: none; - -webkit-transform: translateZ(40px); - transform: translateZ(40px); -} - -.book-title { - margin: 0 0 10px; - font-size: 24px; - font-weight: 700; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); - transition: .4s ease; - opacity: 0; - -webkit-transform: translateY(40px) scale(0); - -ms-transform: translateY(40px) scale(0); - transform: translateY(40px) scale(0); - will-change: transform; -} - -.book-title a { color: white; } - -.book-category { - opacity: 0; - margin: 0 0 18px; - font-family: 'Lato'; - transition: .4s ease; - transition-delay: .1s; - -webkit-transform: translateY(40px) scale(0); - -ms-transform: translateY(40px) scale(0); - transform: translateY(40px) scale(0); - will-change: transform; -} - -.book-category a { - color: rgba(255, 255, 255, 0.8); - font-size: 1.3em; -} - -.book-wrap .button { - opacity: 0; - margin: 0 auto; - transition: .4s ease !important; - transition-delay: .15s !important; - -webkit-transform: translateY(40px) scale(0); - -ms-transform: translateY(40px) scale(0); - transform: translateY(40px) scale(0); - will-change: transform; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); -} - -.portfolio.portfolio-3 { margin: 0 -40px -40px -20px; } - -.portfolio-3 .portfolio-item { padding: 0 40px 40px 20px; } - - -/* testimonial */ -.testimonial-full.writer-feedback { overflow: visible; } - -.testimonial-full.writer-feedback .testi-content { -webkit-backface-visibility: hidden; } - -.testimonial-full.writer-feedback .flex-control-nav li { - margin: 0 3px; - width: 12px; - height: 12px; -} - -.testimonial-full.writer-feedback .flex-control-nav li a { - width: 12px !important; - height: 12px !important; - -webkit-transform: scale(0.7); - -ms-transform: scale(0.7); - -o-transform: scale(0.7); - transform: scale(0.7); - background-color: #1E232A !important; -} - -.testimonial-full.writer-feedback .flex-control-nav li a.flex-active { - -webkit-transform: scale(1); - -ms-transform: scale(1); - -o-transform: scale(1); - transform: scale(1); -} - - - - -.portfolio-single-image h2 { - font-size: 44px; - font-weight: 700; - letter-spacing: 2px; -} - -.book-page-single-desc { padding-left: 15px; } - -.book-page-single-desc h3 { - font-size: 36px; - font-weight: 400; -} - -.book-price { - display: block; - margin-bottom: 25px; - font-size: 34px; -} - -.book-page-single-desc p { font-size: 17px; } - - - - - - - - -.entry-meta { - margin: 0 auto; - text-align: center; -} - -.entry-meta li { - float: none; - display: inline-block; - font-size: 14px; - margin: 0 10px; - font-family: 'Lora', serif !important; - font-style: italic; -} - -.entry-meta li:before { content: none; } - -.dark .entry-meta li, -.dark .entry-meta li a, -.dark .entry-meta li i { color: #DDD; } - - -@media (min-width: 992px) { - - #header.split-menu #logo { height: 70px; } - - #primary-menu ul ul:not(.mega-menu-column) { - width: 260px; - padding: 16px; - border: 1px solid #EEE !important; - border-radius: 0 0 3px 3px; - left: -20px; - } - - #primary-menu ul ul li > a { - font-size: 15px; - font-weight: 400; - text-transform: capitalize; - padding: 12px 16px; - - } - - #primary-menu ul ul li:hover > a { padding-left: 25px; } - - - .writer-feedback .flexslider:before, - .writer-feedback .flexslider:after { - content: ''; - background-image: url('images/others/testi-1.png'); - background-repeat: no-repeat; - background-position: left center; - background-size: 100% auto; - position: absolute; - width: 120px; - height: 179px; - top: 50%; - margin-top: -90px; - left: 12%; - opacity: .4; - } - - .writer-feedback .flexslider:after { - background-image: url('images/others/testi-2.png'); - left: auto; - right: 12%; - } - - .book-title { font-size: 36px; } - - .portfolio.portfolio-3 { margin: 0 -80px -80px -20px; } - - .portfolio-3 .portfolio-item { padding: 0 80px 80px 20px; } - -} - - - diff --git a/public/img/.DS_Store b/public/img/.DS_Store deleted file mode 100644 index 1a99223..0000000 Binary files a/public/img/.DS_Store and /dev/null differ diff --git a/public/img/150704304021628.png b/public/img/150704304021628.png deleted file mode 100644 index 9e6bb7a..0000000 Binary files a/public/img/150704304021628.png and /dev/null differ diff --git a/public/img/34.jpg b/public/img/34.jpg deleted file mode 100644 index 1e5408f..0000000 Binary files a/public/img/34.jpg and /dev/null differ diff --git a/public/img/35.jpg b/public/img/35.jpg deleted file mode 100644 index 3b05433..0000000 Binary files a/public/img/35.jpg and /dev/null differ diff --git a/public/img/36.jpg b/public/img/36.jpg deleted file mode 100644 index 116323b..0000000 Binary files a/public/img/36.jpg and /dev/null differ diff --git a/public/img/37.jpg b/public/img/37.jpg deleted file mode 100644 index 59b4e23..0000000 Binary files a/public/img/37.jpg and /dev/null differ diff --git a/public/img/38.jpg b/public/img/38.jpg deleted file mode 100644 index 447884a..0000000 Binary files a/public/img/38.jpg and /dev/null differ diff --git a/public/img/39.jpg b/public/img/39.jpg deleted file mode 100644 index 729d46e..0000000 Binary files a/public/img/39.jpg and /dev/null differ diff --git a/public/img/40.jpg b/public/img/40.jpg deleted file mode 100644 index 1173c63..0000000 Binary files a/public/img/40.jpg and /dev/null differ diff --git a/public/img/41.JPG b/public/img/41.JPG deleted file mode 100644 index 52098b7..0000000 Binary files a/public/img/41.JPG and /dev/null differ diff --git a/public/img/42.JPG b/public/img/42.JPG deleted file mode 100644 index 9d9f1f1..0000000 Binary files a/public/img/42.JPG and /dev/null differ diff --git a/public/img/43.JPG b/public/img/43.JPG deleted file mode 100644 index 2f8841d..0000000 Binary files a/public/img/43.JPG and /dev/null differ diff --git a/public/img/44.jpg b/public/img/44.jpg deleted file mode 100644 index 196cab9..0000000 Binary files a/public/img/44.jpg and /dev/null differ diff --git a/public/img/45.png b/public/img/45.png deleted file mode 100644 index 58609f8..0000000 Binary files a/public/img/45.png and /dev/null differ diff --git a/public/img/46.png b/public/img/46.png deleted file mode 100644 index ab88766..0000000 Binary files a/public/img/46.png and /dev/null differ diff --git a/public/img/47.png b/public/img/47.png deleted file mode 100755 index 6edf2eb..0000000 Binary files a/public/img/47.png and /dev/null differ diff --git a/public/img/48.png b/public/img/48.png deleted file mode 100644 index 9464e78..0000000 Binary files a/public/img/48.png and /dev/null differ diff --git a/public/img/DTU Time1s.png b/public/img/DTU Time1s.png deleted file mode 100644 index 1e7d612..0000000 Binary files a/public/img/DTU Time1s.png and /dev/null differ diff --git a/public/img/DTU Times.png b/public/img/DTU Times.png deleted file mode 100644 index f538a6e..0000000 Binary files a/public/img/DTU Times.png and /dev/null differ diff --git a/public/img/IMG_6072.CR2.jpg b/public/img/IMG_6072.CR2.jpg deleted file mode 100644 index 029ca98..0000000 Binary files a/public/img/IMG_6072.CR2.jpg and /dev/null differ diff --git a/public/img/avatar-round-2.png b/public/img/avatar-round-2.png deleted file mode 100644 index a6730f9..0000000 Binary files a/public/img/avatar-round-2.png and /dev/null differ diff --git a/public/img/back.jpg b/public/img/back.jpg deleted file mode 100644 index 969d0b6..0000000 Binary files a/public/img/back.jpg and /dev/null differ diff --git a/public/img/back.png b/public/img/back.png deleted file mode 100644 index bff24f5..0000000 Binary files a/public/img/back.png and /dev/null differ diff --git a/public/img/back2.jpg b/public/img/back2.jpg deleted file mode 100644 index 1d2980a..0000000 Binary files a/public/img/back2.jpg and /dev/null differ diff --git a/public/img/bg1.jpg b/public/img/bg1.jpg deleted file mode 100644 index f2cef07..0000000 Binary files a/public/img/bg1.jpg and /dev/null differ diff --git a/public/img/blogs/1.jpg b/public/img/blogs/1.jpg deleted file mode 100644 index f0bcbc4..0000000 Binary files a/public/img/blogs/1.jpg and /dev/null differ diff --git a/public/img/blogs/10.jpg b/public/img/blogs/10.jpg deleted file mode 100644 index 3a2300d..0000000 Binary files a/public/img/blogs/10.jpg and /dev/null differ diff --git a/public/img/blogs/11.jpg b/public/img/blogs/11.jpg deleted file mode 100644 index 69dba28..0000000 Binary files a/public/img/blogs/11.jpg and /dev/null differ diff --git a/public/img/blogs/12.jpeg b/public/img/blogs/12.jpeg deleted file mode 100644 index 3189db2..0000000 Binary files a/public/img/blogs/12.jpeg and /dev/null differ diff --git a/public/img/blogs/13.jpg b/public/img/blogs/13.jpg deleted file mode 100644 index 6f6669f..0000000 Binary files a/public/img/blogs/13.jpg and /dev/null differ diff --git a/public/img/blogs/14.jpg b/public/img/blogs/14.jpg deleted file mode 100644 index 6ab8c7b..0000000 Binary files a/public/img/blogs/14.jpg and /dev/null differ diff --git a/public/img/blogs/15.jpg b/public/img/blogs/15.jpg deleted file mode 100644 index 15d8622..0000000 Binary files a/public/img/blogs/15.jpg and /dev/null differ diff --git a/public/img/blogs/16.jpeg b/public/img/blogs/16.jpeg deleted file mode 100644 index 31d44f5..0000000 Binary files a/public/img/blogs/16.jpeg and /dev/null differ diff --git a/public/img/blogs/17.jpg b/public/img/blogs/17.jpg deleted file mode 100644 index 6300143..0000000 Binary files a/public/img/blogs/17.jpg and /dev/null differ diff --git a/public/img/blogs/18.jpg b/public/img/blogs/18.jpg deleted file mode 100644 index d78fd95..0000000 Binary files a/public/img/blogs/18.jpg and /dev/null differ diff --git a/public/img/blogs/19.jpg b/public/img/blogs/19.jpg deleted file mode 100644 index ad9fdee..0000000 Binary files a/public/img/blogs/19.jpg and /dev/null differ diff --git a/public/img/blogs/2.jpg b/public/img/blogs/2.jpg deleted file mode 100644 index 37f87df..0000000 Binary files a/public/img/blogs/2.jpg and /dev/null differ diff --git a/public/img/blogs/20.jpg b/public/img/blogs/20.jpg deleted file mode 100644 index 7645161..0000000 Binary files a/public/img/blogs/20.jpg and /dev/null differ diff --git a/public/img/blogs/21.jpg b/public/img/blogs/21.jpg deleted file mode 100644 index 01a190f..0000000 Binary files a/public/img/blogs/21.jpg and /dev/null differ diff --git a/public/img/blogs/22.jpg b/public/img/blogs/22.jpg deleted file mode 100644 index 05e77d3..0000000 Binary files a/public/img/blogs/22.jpg and /dev/null differ diff --git a/public/img/blogs/3.jpg b/public/img/blogs/3.jpg deleted file mode 100644 index 5da130c..0000000 Binary files a/public/img/blogs/3.jpg and /dev/null differ diff --git a/public/img/blogs/4.jpg b/public/img/blogs/4.jpg deleted file mode 100644 index d91f76d..0000000 Binary files a/public/img/blogs/4.jpg and /dev/null differ diff --git a/public/img/blogs/5.jpg b/public/img/blogs/5.jpg deleted file mode 100644 index d787dc9..0000000 Binary files a/public/img/blogs/5.jpg and /dev/null differ diff --git a/public/img/blogs/6.jpg b/public/img/blogs/6.jpg deleted file mode 100644 index c7cfa3f..0000000 Binary files a/public/img/blogs/6.jpg and /dev/null differ diff --git a/public/img/blogs/7.jpg b/public/img/blogs/7.jpg deleted file mode 100644 index d560a91..0000000 Binary files a/public/img/blogs/7.jpg and /dev/null differ diff --git a/public/img/blogs/8.jpg b/public/img/blogs/8.jpg deleted file mode 100644 index 6d9e307..0000000 Binary files a/public/img/blogs/8.jpg and /dev/null differ diff --git a/public/img/blogs/9.jpg b/public/img/blogs/9.jpg deleted file mode 100644 index 4e581a0..0000000 Binary files a/public/img/blogs/9.jpg and /dev/null differ diff --git a/public/img/dtulog.png b/public/img/dtulog.png deleted file mode 100644 index f538a6e..0000000 Binary files a/public/img/dtulog.png and /dev/null differ diff --git a/public/img/dtulog1.png b/public/img/dtulog1.png deleted file mode 100644 index 1236239..0000000 Binary files a/public/img/dtulog1.png and /dev/null differ diff --git a/public/img/dtulog2.png b/public/img/dtulog2.png deleted file mode 100644 index 36e3f65..0000000 Binary files a/public/img/dtulog2.png and /dev/null differ diff --git a/public/img/dtulogo - Copy.png b/public/img/dtulogo - Copy.png deleted file mode 100644 index 8c3b35d..0000000 Binary files a/public/img/dtulogo - Copy.png and /dev/null differ diff --git a/public/img/dtulogo.png b/public/img/dtulogo.png deleted file mode 100644 index 47eb5d2..0000000 Binary files a/public/img/dtulogo.png and /dev/null differ diff --git a/public/img/edition.jpg b/public/img/edition.jpg deleted file mode 100644 index 4c479fe..0000000 Binary files a/public/img/edition.jpg and /dev/null differ diff --git a/public/img/edition_back.jpg b/public/img/edition_back.jpg deleted file mode 100644 index 151207a..0000000 Binary files a/public/img/edition_back.jpg and /dev/null differ diff --git a/public/img/editions/1.jpg b/public/img/editions/1.jpg deleted file mode 100644 index abb1031..0000000 Binary files a/public/img/editions/1.jpg and /dev/null differ diff --git a/public/img/editions/10.jpg b/public/img/editions/10.jpg deleted file mode 100644 index 28ab2bf..0000000 Binary files a/public/img/editions/10.jpg and /dev/null differ diff --git a/public/img/editions/11.jpg b/public/img/editions/11.jpg deleted file mode 100644 index cb0a00d..0000000 Binary files a/public/img/editions/11.jpg and /dev/null differ diff --git a/public/img/editions/12.jpg b/public/img/editions/12.jpg deleted file mode 100644 index 17f7636..0000000 Binary files a/public/img/editions/12.jpg and /dev/null differ diff --git a/public/img/editions/13.jpg b/public/img/editions/13.jpg deleted file mode 100644 index 31cef56..0000000 Binary files a/public/img/editions/13.jpg and /dev/null differ diff --git a/public/img/editions/14.jpg b/public/img/editions/14.jpg deleted file mode 100644 index 2bf5051..0000000 Binary files a/public/img/editions/14.jpg and /dev/null differ diff --git a/public/img/editions/15.jpg b/public/img/editions/15.jpg deleted file mode 100644 index b95d3d4..0000000 Binary files a/public/img/editions/15.jpg and /dev/null differ diff --git a/public/img/editions/16.jpg b/public/img/editions/16.jpg deleted file mode 100644 index d2fef9e..0000000 Binary files a/public/img/editions/16.jpg and /dev/null differ diff --git a/public/img/editions/17.jpg b/public/img/editions/17.jpg deleted file mode 100644 index bbcb7fb..0000000 Binary files a/public/img/editions/17.jpg and /dev/null differ diff --git a/public/img/editions/18.jpg b/public/img/editions/18.jpg deleted file mode 100644 index 2226a30..0000000 Binary files a/public/img/editions/18.jpg and /dev/null differ diff --git a/public/img/editions/19.jpg b/public/img/editions/19.jpg deleted file mode 100644 index 887fb4d..0000000 Binary files a/public/img/editions/19.jpg and /dev/null differ diff --git a/public/img/editions/2.jpg b/public/img/editions/2.jpg deleted file mode 100644 index 4c27b2d..0000000 Binary files a/public/img/editions/2.jpg and /dev/null differ diff --git a/public/img/editions/20.jpg b/public/img/editions/20.jpg deleted file mode 100644 index 8c7407d..0000000 Binary files a/public/img/editions/20.jpg and /dev/null differ diff --git a/public/img/editions/21.jpg b/public/img/editions/21.jpg deleted file mode 100644 index 74509ba..0000000 Binary files a/public/img/editions/21.jpg and /dev/null differ diff --git a/public/img/editions/22.jpg b/public/img/editions/22.jpg deleted file mode 100644 index a438799..0000000 Binary files a/public/img/editions/22.jpg and /dev/null differ diff --git a/public/img/editions/23.jpg b/public/img/editions/23.jpg deleted file mode 100644 index 3f6c368..0000000 Binary files a/public/img/editions/23.jpg and /dev/null differ diff --git a/public/img/editions/24(1).jpg b/public/img/editions/24(1).jpg deleted file mode 100644 index 8777aa7..0000000 Binary files a/public/img/editions/24(1).jpg and /dev/null differ diff --git a/public/img/editions/24.jpg b/public/img/editions/24.jpg deleted file mode 100644 index fbfcf6e..0000000 Binary files a/public/img/editions/24.jpg and /dev/null differ diff --git a/public/img/editions/25(1).jpeg b/public/img/editions/25(1).jpeg deleted file mode 100644 index 36032d8..0000000 Binary files a/public/img/editions/25(1).jpeg and /dev/null differ diff --git a/public/img/editions/25.jpeg b/public/img/editions/25.jpeg deleted file mode 100644 index 827185c..0000000 Binary files a/public/img/editions/25.jpeg and /dev/null differ diff --git a/public/img/editions/25.jpg b/public/img/editions/25.jpg deleted file mode 100644 index 30a6a73..0000000 Binary files a/public/img/editions/25.jpg and /dev/null differ diff --git a/public/img/editions/26(1).jpg b/public/img/editions/26(1).jpg deleted file mode 100644 index 27d4386..0000000 Binary files a/public/img/editions/26(1).jpg and /dev/null differ diff --git a/public/img/editions/26.jpg b/public/img/editions/26.jpg deleted file mode 100644 index 2971dbe..0000000 Binary files a/public/img/editions/26.jpg and /dev/null differ diff --git a/public/img/editions/27(1).jpg b/public/img/editions/27(1).jpg deleted file mode 100644 index b89d416..0000000 Binary files a/public/img/editions/27(1).jpg and /dev/null differ diff --git a/public/img/editions/27.jpg b/public/img/editions/27.jpg deleted file mode 100644 index 35c09f9..0000000 Binary files a/public/img/editions/27.jpg and /dev/null differ diff --git a/public/img/editions/28.jpg b/public/img/editions/28.jpg deleted file mode 100644 index 5d3443a..0000000 Binary files a/public/img/editions/28.jpg and /dev/null differ diff --git a/public/img/editions/29.jpg b/public/img/editions/29.jpg deleted file mode 100644 index 9e8aef0..0000000 Binary files a/public/img/editions/29.jpg and /dev/null differ diff --git a/public/img/editions/3.jpg b/public/img/editions/3.jpg deleted file mode 100644 index b51e197..0000000 Binary files a/public/img/editions/3.jpg and /dev/null differ diff --git a/public/img/editions/30.jpg b/public/img/editions/30.jpg deleted file mode 100644 index 79f146c..0000000 Binary files a/public/img/editions/30.jpg and /dev/null differ diff --git a/public/img/editions/31.jpg b/public/img/editions/31.jpg deleted file mode 100644 index 6ec79c9..0000000 Binary files a/public/img/editions/31.jpg and /dev/null differ diff --git a/public/img/editions/32.jpeg b/public/img/editions/32.jpeg deleted file mode 100644 index 4fcc8a4..0000000 Binary files a/public/img/editions/32.jpeg and /dev/null differ diff --git a/public/img/editions/33.jpeg b/public/img/editions/33.jpeg deleted file mode 100644 index 1963b51..0000000 Binary files a/public/img/editions/33.jpeg and /dev/null differ diff --git a/public/img/editions/34.jpg b/public/img/editions/34.jpg deleted file mode 100644 index 4f88bf4..0000000 Binary files a/public/img/editions/34.jpg and /dev/null differ diff --git a/public/img/editions/35.jpg b/public/img/editions/35.jpg deleted file mode 100644 index dadf83f..0000000 Binary files a/public/img/editions/35.jpg and /dev/null differ diff --git a/public/img/editions/36.jpeg b/public/img/editions/36.jpeg deleted file mode 100644 index 183b84d..0000000 Binary files a/public/img/editions/36.jpeg and /dev/null differ diff --git a/public/img/editions/37.jpeg b/public/img/editions/37.jpeg deleted file mode 100644 index eb13101..0000000 Binary files a/public/img/editions/37.jpeg and /dev/null differ diff --git a/public/img/editions/38.jpeg b/public/img/editions/38.jpeg deleted file mode 100644 index 04aee6f..0000000 Binary files a/public/img/editions/38.jpeg and /dev/null differ diff --git a/public/img/editions/39.jpg b/public/img/editions/39.jpg deleted file mode 100644 index 729d46e..0000000 Binary files a/public/img/editions/39.jpg and /dev/null differ diff --git a/public/img/editions/4.jpg b/public/img/editions/4.jpg deleted file mode 100644 index de99f0f..0000000 Binary files a/public/img/editions/4.jpg and /dev/null differ diff --git a/public/img/editions/40.jpg b/public/img/editions/40.jpg deleted file mode 100644 index 1173c63..0000000 Binary files a/public/img/editions/40.jpg and /dev/null differ diff --git a/public/img/editions/42.JPG b/public/img/editions/42.JPG deleted file mode 100644 index 9d9f1f1..0000000 Binary files a/public/img/editions/42.JPG and /dev/null differ diff --git a/public/img/editions/43.JPG b/public/img/editions/43.JPG deleted file mode 100644 index 2f8841d..0000000 Binary files a/public/img/editions/43.JPG and /dev/null differ diff --git a/public/img/editions/44.jpg b/public/img/editions/44.jpg deleted file mode 100644 index 196cab9..0000000 Binary files a/public/img/editions/44.jpg and /dev/null differ diff --git a/public/img/editions/5.jpg b/public/img/editions/5.jpg deleted file mode 100644 index aa13193..0000000 Binary files a/public/img/editions/5.jpg and /dev/null differ diff --git a/public/img/editions/6.jpg b/public/img/editions/6.jpg deleted file mode 100644 index a7eec9e..0000000 Binary files a/public/img/editions/6.jpg and /dev/null differ diff --git a/public/img/editions/7.jpg b/public/img/editions/7.jpg deleted file mode 100644 index daab546..0000000 Binary files a/public/img/editions/7.jpg and /dev/null differ diff --git a/public/img/editions/8.jpg b/public/img/editions/8.jpg deleted file mode 100644 index c1565bd..0000000 Binary files a/public/img/editions/8.jpg and /dev/null differ diff --git a/public/img/editions/9.jpg b/public/img/editions/9.jpg deleted file mode 100644 index bca7ea1..0000000 Binary files a/public/img/editions/9.jpg and /dev/null differ diff --git a/public/img/editions/EMAG1.jpg b/public/img/editions/EMAG1.jpg deleted file mode 100644 index 31e704f..0000000 Binary files a/public/img/editions/EMAG1.jpg and /dev/null differ diff --git a/public/img/editions/EMAG2.jpg b/public/img/editions/EMAG2.jpg deleted file mode 100644 index 830cf93..0000000 Binary files a/public/img/editions/EMAG2.jpg and /dev/null differ diff --git a/public/img/editions/PULSE1.jpg b/public/img/editions/PULSE1.jpg deleted file mode 100644 index aadd266..0000000 Binary files a/public/img/editions/PULSE1.jpg and /dev/null differ diff --git a/public/img/editions/PULSE2.jpg b/public/img/editions/PULSE2.jpg deleted file mode 100644 index 2558d24..0000000 Binary files a/public/img/editions/PULSE2.jpg and /dev/null differ diff --git a/public/img/editions/PULSE3.jpg b/public/img/editions/PULSE3.jpg deleted file mode 100644 index e31b839..0000000 Binary files a/public/img/editions/PULSE3.jpg and /dev/null differ diff --git a/public/img/editions/PULSE4.jpg b/public/img/editions/PULSE4.jpg deleted file mode 100644 index e80eafa..0000000 Binary files a/public/img/editions/PULSE4.jpg and /dev/null differ diff --git a/public/img/editions/PULSE5.jpg b/public/img/editions/PULSE5.jpg deleted file mode 100644 index 7fd15de..0000000 Binary files a/public/img/editions/PULSE5.jpg and /dev/null differ diff --git a/public/img/editions/PULSE6.jpg b/public/img/editions/PULSE6.jpg deleted file mode 100644 index 95e97bc..0000000 Binary files a/public/img/editions/PULSE6.jpg and /dev/null differ diff --git a/public/img/gallery/1.jpg b/public/img/gallery/1.jpg deleted file mode 100644 index b016440..0000000 Binary files a/public/img/gallery/1.jpg and /dev/null differ diff --git a/public/img/gallery/2.jpg b/public/img/gallery/2.jpg deleted file mode 100644 index 228ae32..0000000 Binary files a/public/img/gallery/2.jpg and /dev/null differ diff --git a/public/img/gallery/3.jpg b/public/img/gallery/3.jpg deleted file mode 100644 index 8323c14..0000000 Binary files a/public/img/gallery/3.jpg and /dev/null differ diff --git a/public/img/gallery/4.jpg b/public/img/gallery/4.jpg deleted file mode 100644 index 05131b8..0000000 Binary files a/public/img/gallery/4.jpg and /dev/null differ diff --git a/public/img/gallery/5.jpg b/public/img/gallery/5.jpg deleted file mode 100644 index e4194bb..0000000 Binary files a/public/img/gallery/5.jpg and /dev/null differ diff --git a/public/img/gallery/6.jpg b/public/img/gallery/6.jpg deleted file mode 100644 index 1dae97b..0000000 Binary files a/public/img/gallery/6.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/10.JPG b/public/img/gallery/codtu/10.JPG deleted file mode 100644 index 893843e..0000000 Binary files a/public/img/gallery/codtu/10.JPG and /dev/null differ diff --git a/public/img/gallery/codtu/11.JPG b/public/img/gallery/codtu/11.JPG deleted file mode 100644 index 1067c43..0000000 Binary files a/public/img/gallery/codtu/11.JPG and /dev/null differ diff --git a/public/img/gallery/codtu/12.JPG b/public/img/gallery/codtu/12.JPG deleted file mode 100644 index ac0dfd2..0000000 Binary files a/public/img/gallery/codtu/12.JPG and /dev/null differ diff --git a/public/img/gallery/codtu/13.jpg b/public/img/gallery/codtu/13.jpg deleted file mode 100644 index 26540ae..0000000 Binary files a/public/img/gallery/codtu/13.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/14.jpg b/public/img/gallery/codtu/14.jpg deleted file mode 100644 index dd88765..0000000 Binary files a/public/img/gallery/codtu/14.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/15.jpg b/public/img/gallery/codtu/15.jpg deleted file mode 100644 index f498250..0000000 Binary files a/public/img/gallery/codtu/15.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/16.jpg b/public/img/gallery/codtu/16.jpg deleted file mode 100644 index b0521fe..0000000 Binary files a/public/img/gallery/codtu/16.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/17.jpg b/public/img/gallery/codtu/17.jpg deleted file mode 100644 index f74e595..0000000 Binary files a/public/img/gallery/codtu/17.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/18.JPG b/public/img/gallery/codtu/18.JPG deleted file mode 100644 index 25e76ab..0000000 Binary files a/public/img/gallery/codtu/18.JPG and /dev/null differ diff --git a/public/img/gallery/codtu/19.jpg b/public/img/gallery/codtu/19.jpg deleted file mode 100644 index 856c85b..0000000 Binary files a/public/img/gallery/codtu/19.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/2.jpg b/public/img/gallery/codtu/2.jpg deleted file mode 100644 index facc459..0000000 Binary files a/public/img/gallery/codtu/2.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/20.jpg b/public/img/gallery/codtu/20.jpg deleted file mode 100644 index 3074e71..0000000 Binary files a/public/img/gallery/codtu/20.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/21.jpg b/public/img/gallery/codtu/21.jpg deleted file mode 100644 index f448e20..0000000 Binary files a/public/img/gallery/codtu/21.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/22.jpg b/public/img/gallery/codtu/22.jpg deleted file mode 100644 index c1a854b..0000000 Binary files a/public/img/gallery/codtu/22.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/23.jpg b/public/img/gallery/codtu/23.jpg deleted file mode 100644 index 356af47..0000000 Binary files a/public/img/gallery/codtu/23.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/24.jpg b/public/img/gallery/codtu/24.jpg deleted file mode 100644 index 6769b2e..0000000 Binary files a/public/img/gallery/codtu/24.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/25.jpg b/public/img/gallery/codtu/25.jpg deleted file mode 100644 index bd7aebb..0000000 Binary files a/public/img/gallery/codtu/25.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/26.jpg b/public/img/gallery/codtu/26.jpg deleted file mode 100644 index 96e857b..0000000 Binary files a/public/img/gallery/codtu/26.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/27.jpg b/public/img/gallery/codtu/27.jpg deleted file mode 100644 index 4e9d9e5..0000000 Binary files a/public/img/gallery/codtu/27.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/28.jpg b/public/img/gallery/codtu/28.jpg deleted file mode 100644 index a31455c..0000000 Binary files a/public/img/gallery/codtu/28.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/29.jpg b/public/img/gallery/codtu/29.jpg deleted file mode 100644 index c5ea73f..0000000 Binary files a/public/img/gallery/codtu/29.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/3.jpg b/public/img/gallery/codtu/3.jpg deleted file mode 100644 index 94ca3ba..0000000 Binary files a/public/img/gallery/codtu/3.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/30.jpg b/public/img/gallery/codtu/30.jpg deleted file mode 100644 index fbb89e3..0000000 Binary files a/public/img/gallery/codtu/30.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/31.jpg b/public/img/gallery/codtu/31.jpg deleted file mode 100644 index 602d328..0000000 Binary files a/public/img/gallery/codtu/31.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/32.jpg b/public/img/gallery/codtu/32.jpg deleted file mode 100644 index ea10296..0000000 Binary files a/public/img/gallery/codtu/32.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/33.jpg b/public/img/gallery/codtu/33.jpg deleted file mode 100644 index 6773919..0000000 Binary files a/public/img/gallery/codtu/33.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/34.jpg b/public/img/gallery/codtu/34.jpg deleted file mode 100644 index 126d7cf..0000000 Binary files a/public/img/gallery/codtu/34.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/35.jpg b/public/img/gallery/codtu/35.jpg deleted file mode 100644 index 041283c..0000000 Binary files a/public/img/gallery/codtu/35.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/36.jpg b/public/img/gallery/codtu/36.jpg deleted file mode 100644 index 969d0b6..0000000 Binary files a/public/img/gallery/codtu/36.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/4.jpg b/public/img/gallery/codtu/4.jpg deleted file mode 100644 index cb7a1dd..0000000 Binary files a/public/img/gallery/codtu/4.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/5.jpg b/public/img/gallery/codtu/5.jpg deleted file mode 100644 index 0825043..0000000 Binary files a/public/img/gallery/codtu/5.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/6.jpg b/public/img/gallery/codtu/6.jpg deleted file mode 100644 index 884a2a4..0000000 Binary files a/public/img/gallery/codtu/6.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/7.jpg b/public/img/gallery/codtu/7.jpg deleted file mode 100644 index 0199140..0000000 Binary files a/public/img/gallery/codtu/7.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/8.jpg b/public/img/gallery/codtu/8.jpg deleted file mode 100644 index fb1af7e..0000000 Binary files a/public/img/gallery/codtu/8.jpg and /dev/null differ diff --git a/public/img/gallery/codtu/9.jpg b/public/img/gallery/codtu/9.jpg deleted file mode 100644 index 78c4cc9..0000000 Binary files a/public/img/gallery/codtu/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu.zip b/public/img/gallery/festdtu.zip deleted file mode 100644 index 8780a9d..0000000 Binary files a/public/img/gallery/festdtu.zip and /dev/null differ diff --git a/public/img/gallery/festdtu/1.jpg b/public/img/gallery/festdtu/1.jpg deleted file mode 100644 index 3d129af..0000000 Binary files a/public/img/gallery/festdtu/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/2.jpg b/public/img/gallery/festdtu/2.jpg deleted file mode 100644 index a3a6484..0000000 Binary files a/public/img/gallery/festdtu/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/3.jpg b/public/img/gallery/festdtu/3.jpg deleted file mode 100644 index ab09a6d..0000000 Binary files a/public/img/gallery/festdtu/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/4.jpg b/public/img/gallery/festdtu/4.jpg deleted file mode 100644 index 5341229..0000000 Binary files a/public/img/gallery/festdtu/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/5.jpg b/public/img/gallery/festdtu/5.jpg deleted file mode 100644 index d81e0e0..0000000 Binary files a/public/img/gallery/festdtu/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/6.jpg b/public/img/gallery/festdtu/6.jpg deleted file mode 100644 index 9bb01e8..0000000 Binary files a/public/img/gallery/festdtu/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/1.jpg b/public/img/gallery/festdtu/cultural/anu/1.jpg deleted file mode 100644 index 76a45ef..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/10.jpg b/public/img/gallery/festdtu/cultural/anu/10.jpg deleted file mode 100644 index 60b4cba..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/11.jpg b/public/img/gallery/festdtu/cultural/anu/11.jpg deleted file mode 100644 index b945dda..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/12.jpg b/public/img/gallery/festdtu/cultural/anu/12.jpg deleted file mode 100644 index 6116308..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/13.jpg b/public/img/gallery/festdtu/cultural/anu/13.jpg deleted file mode 100644 index dc1f31a..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/14.jpg b/public/img/gallery/festdtu/cultural/anu/14.jpg deleted file mode 100644 index f9e7d93..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/15.jpg b/public/img/gallery/festdtu/cultural/anu/15.jpg deleted file mode 100644 index 40bc860..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/16.jpg b/public/img/gallery/festdtu/cultural/anu/16.jpg deleted file mode 100644 index e19c7c8..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/17.jpg b/public/img/gallery/festdtu/cultural/anu/17.jpg deleted file mode 100644 index 71fd4d1..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/18.jpg b/public/img/gallery/festdtu/cultural/anu/18.jpg deleted file mode 100644 index 4fe2cf4..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/19.jpg b/public/img/gallery/festdtu/cultural/anu/19.jpg deleted file mode 100644 index 0f87463..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/2.jpg b/public/img/gallery/festdtu/cultural/anu/2.jpg deleted file mode 100644 index c413dcc..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/20.jpg b/public/img/gallery/festdtu/cultural/anu/20.jpg deleted file mode 100644 index ad507e6..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/21.jpg b/public/img/gallery/festdtu/cultural/anu/21.jpg deleted file mode 100644 index 02dacd0..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/22.jpg b/public/img/gallery/festdtu/cultural/anu/22.jpg deleted file mode 100644 index f7e68d4..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/23.jpg b/public/img/gallery/festdtu/cultural/anu/23.jpg deleted file mode 100644 index 9757663..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/23.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/24.jpg b/public/img/gallery/festdtu/cultural/anu/24.jpg deleted file mode 100644 index 2fc37a5..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/24.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/25.jpg b/public/img/gallery/festdtu/cultural/anu/25.jpg deleted file mode 100644 index 926bf59..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/25.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/26.jpg b/public/img/gallery/festdtu/cultural/anu/26.jpg deleted file mode 100644 index 9a0d186..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/26.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/27.jpg b/public/img/gallery/festdtu/cultural/anu/27.jpg deleted file mode 100644 index 21f43f9..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/27.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/28.jpg b/public/img/gallery/festdtu/cultural/anu/28.jpg deleted file mode 100644 index 33e062b..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/28.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/29.jpg b/public/img/gallery/festdtu/cultural/anu/29.jpg deleted file mode 100644 index 8d8ee66..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/29.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/3.jpg b/public/img/gallery/festdtu/cultural/anu/3.jpg deleted file mode 100644 index 9557a0c..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/30.jpg b/public/img/gallery/festdtu/cultural/anu/30.jpg deleted file mode 100644 index 6c011a0..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/30.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/31.jpg b/public/img/gallery/festdtu/cultural/anu/31.jpg deleted file mode 100644 index 6c011a0..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/31.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/32.jpg b/public/img/gallery/festdtu/cultural/anu/32.jpg deleted file mode 100644 index 356257f..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/32.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/33.jpg b/public/img/gallery/festdtu/cultural/anu/33.jpg deleted file mode 100644 index a528da2..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/33.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/34.jpg b/public/img/gallery/festdtu/cultural/anu/34.jpg deleted file mode 100644 index af2b875..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/34.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/35.jpg b/public/img/gallery/festdtu/cultural/anu/35.jpg deleted file mode 100644 index 2ba6c17..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/35.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/36.jpg b/public/img/gallery/festdtu/cultural/anu/36.jpg deleted file mode 100644 index 187134e..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/36.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/37.jpg b/public/img/gallery/festdtu/cultural/anu/37.jpg deleted file mode 100644 index 5f45f2d..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/37.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/38.jpg b/public/img/gallery/festdtu/cultural/anu/38.jpg deleted file mode 100644 index 758fed0..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/38.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/39.jpg b/public/img/gallery/festdtu/cultural/anu/39.jpg deleted file mode 100644 index 64e1b29..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/39.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/4.jpg b/public/img/gallery/festdtu/cultural/anu/4.jpg deleted file mode 100644 index 1f3ddb5..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/40.jpg b/public/img/gallery/festdtu/cultural/anu/40.jpg deleted file mode 100644 index 40bc860..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/40.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/41.jpg b/public/img/gallery/festdtu/cultural/anu/41.jpg deleted file mode 100644 index d0d67f0..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/41.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/42.jpg b/public/img/gallery/festdtu/cultural/anu/42.jpg deleted file mode 100644 index 25fb160..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/42.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/43.jpg b/public/img/gallery/festdtu/cultural/anu/43.jpg deleted file mode 100644 index 12f658e..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/43.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/5.jpg b/public/img/gallery/festdtu/cultural/anu/5.jpg deleted file mode 100644 index af2b875..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/6.jpg b/public/img/gallery/festdtu/cultural/anu/6.jpg deleted file mode 100644 index 4d26966..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/7.jpg b/public/img/gallery/festdtu/cultural/anu/7.jpg deleted file mode 100644 index ded4e7a..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/8.jpg b/public/img/gallery/festdtu/cultural/anu/8.jpg deleted file mode 100644 index 82dad22..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/anu/9.jpg b/public/img/gallery/festdtu/cultural/anu/9.jpg deleted file mode 100644 index 5828aa1..0000000 Binary files a/public/img/gallery/festdtu/cultural/anu/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/1.jpg b/public/img/gallery/festdtu/cultural/lag/1.jpg deleted file mode 100644 index da47bb1..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/10.jpg b/public/img/gallery/festdtu/cultural/lag/10.jpg deleted file mode 100644 index 4916636..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/11.jpg b/public/img/gallery/festdtu/cultural/lag/11.jpg deleted file mode 100644 index 3bc2f1a..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/12.jpg b/public/img/gallery/festdtu/cultural/lag/12.jpg deleted file mode 100644 index 7a5b9a1..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/13.jpg b/public/img/gallery/festdtu/cultural/lag/13.jpg deleted file mode 100644 index 2b8388a..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/14.jpg b/public/img/gallery/festdtu/cultural/lag/14.jpg deleted file mode 100644 index 05e7dae..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/15.jpg b/public/img/gallery/festdtu/cultural/lag/15.jpg deleted file mode 100644 index bc4f716..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/16.jpg b/public/img/gallery/festdtu/cultural/lag/16.jpg deleted file mode 100644 index 49bd82b..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/17.jpg b/public/img/gallery/festdtu/cultural/lag/17.jpg deleted file mode 100644 index 6cbfa0a..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/18.jpg b/public/img/gallery/festdtu/cultural/lag/18.jpg deleted file mode 100644 index 7e8af14..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/19.jpg b/public/img/gallery/festdtu/cultural/lag/19.jpg deleted file mode 100644 index da1fdb1..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/2.jpg b/public/img/gallery/festdtu/cultural/lag/2.jpg deleted file mode 100644 index 0614882..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/20.jpg b/public/img/gallery/festdtu/cultural/lag/20.jpg deleted file mode 100644 index 77a0555..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/21.jpg b/public/img/gallery/festdtu/cultural/lag/21.jpg deleted file mode 100644 index 11d35bb..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/22.jpg b/public/img/gallery/festdtu/cultural/lag/22.jpg deleted file mode 100644 index 1ddf6cc..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/23.jpg b/public/img/gallery/festdtu/cultural/lag/23.jpg deleted file mode 100644 index ecb4ae4..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/23.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/24.jpg b/public/img/gallery/festdtu/cultural/lag/24.jpg deleted file mode 100644 index 0fa3ec6..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/24.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/25.jpg b/public/img/gallery/festdtu/cultural/lag/25.jpg deleted file mode 100644 index a2bdb02..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/25.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/26.jpg b/public/img/gallery/festdtu/cultural/lag/26.jpg deleted file mode 100644 index 3fa0c91..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/26.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/27.jpg b/public/img/gallery/festdtu/cultural/lag/27.jpg deleted file mode 100644 index 21fa20d..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/27.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/28.jpg b/public/img/gallery/festdtu/cultural/lag/28.jpg deleted file mode 100644 index 296a36c..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/28.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/29.jpg b/public/img/gallery/festdtu/cultural/lag/29.jpg deleted file mode 100644 index fcb6127..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/29.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/3.jpg b/public/img/gallery/festdtu/cultural/lag/3.jpg deleted file mode 100644 index 16540eb..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/30.jpg b/public/img/gallery/festdtu/cultural/lag/30.jpg deleted file mode 100644 index 23a0c40..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/30.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/31.jpg b/public/img/gallery/festdtu/cultural/lag/31.jpg deleted file mode 100644 index c435fa8..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/31.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/32.jpg b/public/img/gallery/festdtu/cultural/lag/32.jpg deleted file mode 100644 index 6519f01..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/32.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/33.jpg b/public/img/gallery/festdtu/cultural/lag/33.jpg deleted file mode 100644 index aef3c38..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/33.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/34.jpg b/public/img/gallery/festdtu/cultural/lag/34.jpg deleted file mode 100644 index 3076263..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/34.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/35.jpg b/public/img/gallery/festdtu/cultural/lag/35.jpg deleted file mode 100644 index bf683e9..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/35.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/36.jpg b/public/img/gallery/festdtu/cultural/lag/36.jpg deleted file mode 100644 index bd1efb8..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/36.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/37.jpg b/public/img/gallery/festdtu/cultural/lag/37.jpg deleted file mode 100644 index 62f3428..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/37.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/38.jpg b/public/img/gallery/festdtu/cultural/lag/38.jpg deleted file mode 100644 index aeb54e5..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/38.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/4.jpg b/public/img/gallery/festdtu/cultural/lag/4.jpg deleted file mode 100644 index 714f611..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/5.jpg b/public/img/gallery/festdtu/cultural/lag/5.jpg deleted file mode 100644 index 5f68a7d..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/6.jpg b/public/img/gallery/festdtu/cultural/lag/6.jpg deleted file mode 100644 index 38af300..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/7.jpg b/public/img/gallery/festdtu/cultural/lag/7.jpg deleted file mode 100644 index c8840ee..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/8.jpg b/public/img/gallery/festdtu/cultural/lag/8.jpg deleted file mode 100644 index 9d14b6e..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/lag/9.jpg b/public/img/gallery/festdtu/cultural/lag/9.jpg deleted file mode 100644 index a666ffd..0000000 Binary files a/public/img/gallery/festdtu/cultural/lag/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/1.jpg b/public/img/gallery/festdtu/cultural/nucl/1.jpg deleted file mode 100644 index e936854..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/10.jpg b/public/img/gallery/festdtu/cultural/nucl/10.jpg deleted file mode 100644 index d610776..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/11.jpg b/public/img/gallery/festdtu/cultural/nucl/11.jpg deleted file mode 100644 index 441d0a3..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/12.jpg b/public/img/gallery/festdtu/cultural/nucl/12.jpg deleted file mode 100644 index 4869ecf..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/13.jpg b/public/img/gallery/festdtu/cultural/nucl/13.jpg deleted file mode 100644 index 2a2c6ce..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/14.jpg b/public/img/gallery/festdtu/cultural/nucl/14.jpg deleted file mode 100644 index 339e135..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/15.jpg b/public/img/gallery/festdtu/cultural/nucl/15.jpg deleted file mode 100644 index f880ef4..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/16.jpg b/public/img/gallery/festdtu/cultural/nucl/16.jpg deleted file mode 100644 index 1e58161..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/17.jpg b/public/img/gallery/festdtu/cultural/nucl/17.jpg deleted file mode 100644 index 68c4499..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/18.jpg b/public/img/gallery/festdtu/cultural/nucl/18.jpg deleted file mode 100644 index 3704578..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/19.jpg b/public/img/gallery/festdtu/cultural/nucl/19.jpg deleted file mode 100644 index 0f112ea..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/2.jpg b/public/img/gallery/festdtu/cultural/nucl/2.jpg deleted file mode 100644 index 1b40c4c..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/20.jpg b/public/img/gallery/festdtu/cultural/nucl/20.jpg deleted file mode 100644 index 2f9ea34..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/21.jpg b/public/img/gallery/festdtu/cultural/nucl/21.jpg deleted file mode 100644 index 7c1cb4a..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/22.jpg b/public/img/gallery/festdtu/cultural/nucl/22.jpg deleted file mode 100644 index e74bac0..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/23.jpg b/public/img/gallery/festdtu/cultural/nucl/23.jpg deleted file mode 100644 index 09e398b..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/23.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/24.jpg b/public/img/gallery/festdtu/cultural/nucl/24.jpg deleted file mode 100644 index e2029b3..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/24.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/25.jpg b/public/img/gallery/festdtu/cultural/nucl/25.jpg deleted file mode 100644 index 68971ba..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/25.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/26.jpg b/public/img/gallery/festdtu/cultural/nucl/26.jpg deleted file mode 100644 index 64b288d..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/26.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/27.jpg b/public/img/gallery/festdtu/cultural/nucl/27.jpg deleted file mode 100644 index e7c90ab..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/27.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/28.jpg b/public/img/gallery/festdtu/cultural/nucl/28.jpg deleted file mode 100644 index ad29fde..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/28.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/29.jpg b/public/img/gallery/festdtu/cultural/nucl/29.jpg deleted file mode 100644 index 9628e15..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/29.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/3.jpg b/public/img/gallery/festdtu/cultural/nucl/3.jpg deleted file mode 100644 index 9d3bfb5..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/4.jpg b/public/img/gallery/festdtu/cultural/nucl/4.jpg deleted file mode 100644 index 9b28ca1..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/5.jpg b/public/img/gallery/festdtu/cultural/nucl/5.jpg deleted file mode 100644 index 1b27767..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/6.jpg b/public/img/gallery/festdtu/cultural/nucl/6.jpg deleted file mode 100644 index eebcbf1..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/7.jpg b/public/img/gallery/festdtu/cultural/nucl/7.jpg deleted file mode 100644 index 2e19673..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/8.jpg b/public/img/gallery/festdtu/cultural/nucl/8.jpg deleted file mode 100644 index 781012a..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/nucl/9.jpg b/public/img/gallery/festdtu/cultural/nucl/9.jpg deleted file mode 100644 index fd6a627..0000000 Binary files a/public/img/gallery/festdtu/cultural/nucl/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/1.jpg b/public/img/gallery/festdtu/cultural/shake/1.jpg deleted file mode 100644 index 926fee6..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/10.jpg b/public/img/gallery/festdtu/cultural/shake/10.jpg deleted file mode 100644 index 4c0a60f..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/11.jpg b/public/img/gallery/festdtu/cultural/shake/11.jpg deleted file mode 100644 index 404a003..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/12.jpg b/public/img/gallery/festdtu/cultural/shake/12.jpg deleted file mode 100644 index 0924b3d..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/13.jpg b/public/img/gallery/festdtu/cultural/shake/13.jpg deleted file mode 100644 index 2209ea3..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/14.jpg b/public/img/gallery/festdtu/cultural/shake/14.jpg deleted file mode 100644 index d49f40e..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/15.jpg b/public/img/gallery/festdtu/cultural/shake/15.jpg deleted file mode 100644 index 3bf0e92..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/16.jpg b/public/img/gallery/festdtu/cultural/shake/16.jpg deleted file mode 100644 index 23bceac..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/17.jpg b/public/img/gallery/festdtu/cultural/shake/17.jpg deleted file mode 100644 index 2a5bff9..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/18.jpg b/public/img/gallery/festdtu/cultural/shake/18.jpg deleted file mode 100644 index 1e6657a..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/2.jpg b/public/img/gallery/festdtu/cultural/shake/2.jpg deleted file mode 100644 index c5f5375..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/3.jpg b/public/img/gallery/festdtu/cultural/shake/3.jpg deleted file mode 100644 index 8a3902e..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/4.jpg b/public/img/gallery/festdtu/cultural/shake/4.jpg deleted file mode 100644 index 4978398..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/5.jpg b/public/img/gallery/festdtu/cultural/shake/5.jpg deleted file mode 100644 index 045ee45..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/6.jpg b/public/img/gallery/festdtu/cultural/shake/6.jpg deleted file mode 100644 index 6f906bc..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/7.jpg b/public/img/gallery/festdtu/cultural/shake/7.jpg deleted file mode 100644 index 25badf6..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/8.jpg b/public/img/gallery/festdtu/cultural/shake/8.jpg deleted file mode 100644 index bfdf78e..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/shake/9.jpg b/public/img/gallery/festdtu/cultural/shake/9.jpg deleted file mode 100644 index 8696626..0000000 Binary files a/public/img/gallery/festdtu/cultural/shake/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/1.jpg b/public/img/gallery/festdtu/cultural/span/1.jpg deleted file mode 100644 index b442d61..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/10.jpg b/public/img/gallery/festdtu/cultural/span/10.jpg deleted file mode 100644 index 5f89730..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/11.jpg b/public/img/gallery/festdtu/cultural/span/11.jpg deleted file mode 100644 index 02dbb99..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/12.jpg b/public/img/gallery/festdtu/cultural/span/12.jpg deleted file mode 100644 index c9b4808..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/13.jpg b/public/img/gallery/festdtu/cultural/span/13.jpg deleted file mode 100644 index 2b42c27..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/14.jpg b/public/img/gallery/festdtu/cultural/span/14.jpg deleted file mode 100644 index eb49fab..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/15.jpg b/public/img/gallery/festdtu/cultural/span/15.jpg deleted file mode 100644 index 1de6022..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/16.jpg b/public/img/gallery/festdtu/cultural/span/16.jpg deleted file mode 100644 index b43ab41..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/17.jpg b/public/img/gallery/festdtu/cultural/span/17.jpg deleted file mode 100644 index 3ac0975..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/18.jpg b/public/img/gallery/festdtu/cultural/span/18.jpg deleted file mode 100644 index 24e6d1b..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/19.jpg b/public/img/gallery/festdtu/cultural/span/19.jpg deleted file mode 100644 index dfcc516..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/2.jpg b/public/img/gallery/festdtu/cultural/span/2.jpg deleted file mode 100644 index 0df7a43..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/20.jpg b/public/img/gallery/festdtu/cultural/span/20.jpg deleted file mode 100644 index 58a3b0a..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/21.jpg b/public/img/gallery/festdtu/cultural/span/21.jpg deleted file mode 100644 index 3c9f7e3..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/22.jpg b/public/img/gallery/festdtu/cultural/span/22.jpg deleted file mode 100644 index 0a2cdbc..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/3.jpg b/public/img/gallery/festdtu/cultural/span/3.jpg deleted file mode 100644 index 361c775..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/4.jpg b/public/img/gallery/festdtu/cultural/span/4.jpg deleted file mode 100644 index af99378..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/5.jpg b/public/img/gallery/festdtu/cultural/span/5.jpg deleted file mode 100644 index d7b62bc..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/6.jpg b/public/img/gallery/festdtu/cultural/span/6.jpg deleted file mode 100644 index 2aa4dfe..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/7.jpg b/public/img/gallery/festdtu/cultural/span/7.jpg deleted file mode 100644 index ca24e61..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/8.jpg b/public/img/gallery/festdtu/cultural/span/8.jpg deleted file mode 100644 index 4c8827b..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/span/9.jpg b/public/img/gallery/festdtu/cultural/span/9.jpg deleted file mode 100644 index b0156e8..0000000 Binary files a/public/img/gallery/festdtu/cultural/span/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/1.jpg b/public/img/gallery/festdtu/cultural/suni/1.jpg deleted file mode 100644 index c469198..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/10.jpg b/public/img/gallery/festdtu/cultural/suni/10.jpg deleted file mode 100644 index f27031a..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/11.jpg b/public/img/gallery/festdtu/cultural/suni/11.jpg deleted file mode 100644 index fa197ff..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/12.jpg b/public/img/gallery/festdtu/cultural/suni/12.jpg deleted file mode 100644 index f153c85..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/13.jpg b/public/img/gallery/festdtu/cultural/suni/13.jpg deleted file mode 100644 index 5466842..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/14.jpg b/public/img/gallery/festdtu/cultural/suni/14.jpg deleted file mode 100644 index 2f0e232..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/15.jpg b/public/img/gallery/festdtu/cultural/suni/15.jpg deleted file mode 100644 index 7898eea..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/16.jpg b/public/img/gallery/festdtu/cultural/suni/16.jpg deleted file mode 100644 index 3d8199e..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/17.jpg b/public/img/gallery/festdtu/cultural/suni/17.jpg deleted file mode 100644 index f9ea7a4..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/18.jpg b/public/img/gallery/festdtu/cultural/suni/18.jpg deleted file mode 100644 index 33d9250..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/19.jpg b/public/img/gallery/festdtu/cultural/suni/19.jpg deleted file mode 100644 index 8b30b90..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/2.jpg b/public/img/gallery/festdtu/cultural/suni/2.jpg deleted file mode 100644 index 417ea03..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/20.jpg b/public/img/gallery/festdtu/cultural/suni/20.jpg deleted file mode 100644 index f6c08ef..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/21.jpg b/public/img/gallery/festdtu/cultural/suni/21.jpg deleted file mode 100644 index 222c4a0..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/22.jpg b/public/img/gallery/festdtu/cultural/suni/22.jpg deleted file mode 100644 index 9e14cd4..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/23.jpg b/public/img/gallery/festdtu/cultural/suni/23.jpg deleted file mode 100644 index 7927d32..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/23.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/24.jpg b/public/img/gallery/festdtu/cultural/suni/24.jpg deleted file mode 100644 index 7d390f6..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/24.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/25.jpg b/public/img/gallery/festdtu/cultural/suni/25.jpg deleted file mode 100644 index 4754b33..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/25.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/26.jpg b/public/img/gallery/festdtu/cultural/suni/26.jpg deleted file mode 100644 index 984d2e4..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/26.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/27.jpg b/public/img/gallery/festdtu/cultural/suni/27.jpg deleted file mode 100644 index f005dc3..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/27.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/28.jpg b/public/img/gallery/festdtu/cultural/suni/28.jpg deleted file mode 100644 index bd782a0..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/28.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/29.jpg b/public/img/gallery/festdtu/cultural/suni/29.jpg deleted file mode 100644 index 3210c0b..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/29.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/3.jpg b/public/img/gallery/festdtu/cultural/suni/3.jpg deleted file mode 100644 index 4ed45c6..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/30.jpg b/public/img/gallery/festdtu/cultural/suni/30.jpg deleted file mode 100644 index 8fb2602..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/30.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/31.jpg b/public/img/gallery/festdtu/cultural/suni/31.jpg deleted file mode 100644 index 3897883..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/31.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/32.jpg b/public/img/gallery/festdtu/cultural/suni/32.jpg deleted file mode 100644 index 34051d8..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/32.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/33.jpg b/public/img/gallery/festdtu/cultural/suni/33.jpg deleted file mode 100644 index c19f84f..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/33.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/34.jpg b/public/img/gallery/festdtu/cultural/suni/34.jpg deleted file mode 100644 index 168fff9..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/34.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/35.jpg b/public/img/gallery/festdtu/cultural/suni/35.jpg deleted file mode 100644 index a1e33f5..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/35.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/36.jpg b/public/img/gallery/festdtu/cultural/suni/36.jpg deleted file mode 100644 index 9b33765..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/36.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/37.jpg b/public/img/gallery/festdtu/cultural/suni/37.jpg deleted file mode 100644 index fdc3f9e..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/37.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/38.jpg b/public/img/gallery/festdtu/cultural/suni/38.jpg deleted file mode 100644 index f881c4f..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/38.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/39.jpg b/public/img/gallery/festdtu/cultural/suni/39.jpg deleted file mode 100644 index 2c85779..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/39.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/4.jpg b/public/img/gallery/festdtu/cultural/suni/4.jpg deleted file mode 100644 index b35f6d6..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/40.jpg b/public/img/gallery/festdtu/cultural/suni/40.jpg deleted file mode 100644 index b354ac4..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/40.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/41.jpg b/public/img/gallery/festdtu/cultural/suni/41.jpg deleted file mode 100644 index 1088700..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/41.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/42.jpg b/public/img/gallery/festdtu/cultural/suni/42.jpg deleted file mode 100644 index 02b7f08..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/42.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/43.jpg b/public/img/gallery/festdtu/cultural/suni/43.jpg deleted file mode 100644 index ac28556..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/43.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/44.jpg b/public/img/gallery/festdtu/cultural/suni/44.jpg deleted file mode 100644 index bc21db8..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/44.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/45.jpg b/public/img/gallery/festdtu/cultural/suni/45.jpg deleted file mode 100644 index c6407a0..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/45.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/46.jpg b/public/img/gallery/festdtu/cultural/suni/46.jpg deleted file mode 100644 index 7fd17e5..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/46.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/47.jpg b/public/img/gallery/festdtu/cultural/suni/47.jpg deleted file mode 100644 index 17de462..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/47.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/48.jpg b/public/img/gallery/festdtu/cultural/suni/48.jpg deleted file mode 100644 index 5a9de13..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/48.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/49.jpg b/public/img/gallery/festdtu/cultural/suni/49.jpg deleted file mode 100644 index a05d344..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/49.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/5.jpg b/public/img/gallery/festdtu/cultural/suni/5.jpg deleted file mode 100644 index 24a19c8..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/50.jpg b/public/img/gallery/festdtu/cultural/suni/50.jpg deleted file mode 100644 index 9b3979d..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/50.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/51.jpg b/public/img/gallery/festdtu/cultural/suni/51.jpg deleted file mode 100644 index 29e7b96..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/51.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/52.jpg b/public/img/gallery/festdtu/cultural/suni/52.jpg deleted file mode 100644 index ccebe0a..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/52.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/53.jpg b/public/img/gallery/festdtu/cultural/suni/53.jpg deleted file mode 100644 index 616d9d6..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/53.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/54.jpg b/public/img/gallery/festdtu/cultural/suni/54.jpg deleted file mode 100644 index 607df24..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/54.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/55.jpg b/public/img/gallery/festdtu/cultural/suni/55.jpg deleted file mode 100644 index 93eca56..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/55.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/56.jpg b/public/img/gallery/festdtu/cultural/suni/56.jpg deleted file mode 100644 index 72f384a..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/56.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/57.jpg b/public/img/gallery/festdtu/cultural/suni/57.jpg deleted file mode 100644 index 5db886f..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/57.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/58.jpg b/public/img/gallery/festdtu/cultural/suni/58.jpg deleted file mode 100644 index d314c86..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/58.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/59.jpg b/public/img/gallery/festdtu/cultural/suni/59.jpg deleted file mode 100644 index 58c3def..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/59.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/6.jpg b/public/img/gallery/festdtu/cultural/suni/6.jpg deleted file mode 100644 index c77c09b..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/60.jpg b/public/img/gallery/festdtu/cultural/suni/60.jpg deleted file mode 100644 index 758b4b3..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/60.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/61.jpg b/public/img/gallery/festdtu/cultural/suni/61.jpg deleted file mode 100644 index c8c7f45..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/61.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/62.jpg b/public/img/gallery/festdtu/cultural/suni/62.jpg deleted file mode 100644 index 04a3d85..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/62.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/63.jpg b/public/img/gallery/festdtu/cultural/suni/63.jpg deleted file mode 100644 index ee86584..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/63.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/64.jpg b/public/img/gallery/festdtu/cultural/suni/64.jpg deleted file mode 100644 index 9ea264e..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/64.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/65.jpg b/public/img/gallery/festdtu/cultural/suni/65.jpg deleted file mode 100644 index 2ff7ffe..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/65.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/66.jpg b/public/img/gallery/festdtu/cultural/suni/66.jpg deleted file mode 100644 index fa698d3..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/66.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/67.jpg b/public/img/gallery/festdtu/cultural/suni/67.jpg deleted file mode 100644 index 9501f25..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/67.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/68.jpg b/public/img/gallery/festdtu/cultural/suni/68.jpg deleted file mode 100644 index 22cc578..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/68.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/69.jpg b/public/img/gallery/festdtu/cultural/suni/69.jpg deleted file mode 100644 index 478c32c..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/69.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/7.jpg b/public/img/gallery/festdtu/cultural/suni/7.jpg deleted file mode 100644 index 45860b7..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/70.jpg b/public/img/gallery/festdtu/cultural/suni/70.jpg deleted file mode 100644 index fcf97f6..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/70.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/71.jpg b/public/img/gallery/festdtu/cultural/suni/71.jpg deleted file mode 100644 index 9b9a0d8..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/71.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/72.jpg b/public/img/gallery/festdtu/cultural/suni/72.jpg deleted file mode 100644 index 9381754..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/72.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/73.jpg b/public/img/gallery/festdtu/cultural/suni/73.jpg deleted file mode 100644 index 2651e5f..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/73.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/74.jpg b/public/img/gallery/festdtu/cultural/suni/74.jpg deleted file mode 100644 index 51562f0..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/74.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/75.jpg b/public/img/gallery/festdtu/cultural/suni/75.jpg deleted file mode 100644 index db90595..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/75.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/76.jpg b/public/img/gallery/festdtu/cultural/suni/76.jpg deleted file mode 100644 index 67a71f0..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/76.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/77.jpg b/public/img/gallery/festdtu/cultural/suni/77.jpg deleted file mode 100644 index d0d5c57..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/77.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/78.jpg b/public/img/gallery/festdtu/cultural/suni/78.jpg deleted file mode 100644 index 61c64ce..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/78.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/79.jpg b/public/img/gallery/festdtu/cultural/suni/79.jpg deleted file mode 100644 index 5c0ed29..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/79.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/8.jpg b/public/img/gallery/festdtu/cultural/suni/8.jpg deleted file mode 100644 index fc696ee..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/80.jpg b/public/img/gallery/festdtu/cultural/suni/80.jpg deleted file mode 100644 index 0df274e..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/80.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/81.jpg b/public/img/gallery/festdtu/cultural/suni/81.jpg deleted file mode 100644 index c67f87d..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/81.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/82.jpg b/public/img/gallery/festdtu/cultural/suni/82.jpg deleted file mode 100644 index d94e090..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/82.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/83.jpg b/public/img/gallery/festdtu/cultural/suni/83.jpg deleted file mode 100644 index b504065..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/83.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/cultural/suni/9.jpg b/public/img/gallery/festdtu/cultural/suni/9.jpg deleted file mode 100644 index 60a6dd7..0000000 Binary files a/public/img/gallery/festdtu/cultural/suni/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/1.jpg b/public/img/gallery/festdtu/literature/1.jpg deleted file mode 100644 index b5321c9..0000000 Binary files a/public/img/gallery/festdtu/literature/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/10.jpg b/public/img/gallery/festdtu/literature/10.jpg deleted file mode 100644 index 47c8e69..0000000 Binary files a/public/img/gallery/festdtu/literature/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/11.jpg b/public/img/gallery/festdtu/literature/11.jpg deleted file mode 100644 index 8377729..0000000 Binary files a/public/img/gallery/festdtu/literature/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/12.jpg b/public/img/gallery/festdtu/literature/12.jpg deleted file mode 100644 index 4db4a21..0000000 Binary files a/public/img/gallery/festdtu/literature/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/13.jpg b/public/img/gallery/festdtu/literature/13.jpg deleted file mode 100644 index 2efebec..0000000 Binary files a/public/img/gallery/festdtu/literature/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/14.jpg b/public/img/gallery/festdtu/literature/14.jpg deleted file mode 100644 index 94d2d02..0000000 Binary files a/public/img/gallery/festdtu/literature/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/15.jpg b/public/img/gallery/festdtu/literature/15.jpg deleted file mode 100644 index ea7412a..0000000 Binary files a/public/img/gallery/festdtu/literature/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/16.jpg b/public/img/gallery/festdtu/literature/16.jpg deleted file mode 100644 index 91fc893..0000000 Binary files a/public/img/gallery/festdtu/literature/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/17.jpg b/public/img/gallery/festdtu/literature/17.jpg deleted file mode 100644 index 15be9a7..0000000 Binary files a/public/img/gallery/festdtu/literature/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/18.jpg b/public/img/gallery/festdtu/literature/18.jpg deleted file mode 100644 index f8918cf..0000000 Binary files a/public/img/gallery/festdtu/literature/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/19.jpg b/public/img/gallery/festdtu/literature/19.jpg deleted file mode 100644 index f5e285a..0000000 Binary files a/public/img/gallery/festdtu/literature/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/2.jpg b/public/img/gallery/festdtu/literature/2.jpg deleted file mode 100644 index 3ac50d8..0000000 Binary files a/public/img/gallery/festdtu/literature/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/20.jpg b/public/img/gallery/festdtu/literature/20.jpg deleted file mode 100644 index 3c996ec..0000000 Binary files a/public/img/gallery/festdtu/literature/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/21.jpg b/public/img/gallery/festdtu/literature/21.jpg deleted file mode 100644 index 9a76348..0000000 Binary files a/public/img/gallery/festdtu/literature/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/22.jpg b/public/img/gallery/festdtu/literature/22.jpg deleted file mode 100644 index 7ef3d94..0000000 Binary files a/public/img/gallery/festdtu/literature/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/23.jpg b/public/img/gallery/festdtu/literature/23.jpg deleted file mode 100644 index fd5aa6a..0000000 Binary files a/public/img/gallery/festdtu/literature/23.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/24.jpg b/public/img/gallery/festdtu/literature/24.jpg deleted file mode 100644 index 8a0ec2e..0000000 Binary files a/public/img/gallery/festdtu/literature/24.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/25.jpg b/public/img/gallery/festdtu/literature/25.jpg deleted file mode 100644 index 754e5ff..0000000 Binary files a/public/img/gallery/festdtu/literature/25.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/26.jpg b/public/img/gallery/festdtu/literature/26.jpg deleted file mode 100644 index 1c0025e..0000000 Binary files a/public/img/gallery/festdtu/literature/26.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/27.jpg b/public/img/gallery/festdtu/literature/27.jpg deleted file mode 100644 index 67bbbf4..0000000 Binary files a/public/img/gallery/festdtu/literature/27.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/28.jpg b/public/img/gallery/festdtu/literature/28.jpg deleted file mode 100644 index 6b7af1b..0000000 Binary files a/public/img/gallery/festdtu/literature/28.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/29.jpg b/public/img/gallery/festdtu/literature/29.jpg deleted file mode 100644 index e846a9b..0000000 Binary files a/public/img/gallery/festdtu/literature/29.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/3.jpg b/public/img/gallery/festdtu/literature/3.jpg deleted file mode 100644 index df4159c..0000000 Binary files a/public/img/gallery/festdtu/literature/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/30.jpg b/public/img/gallery/festdtu/literature/30.jpg deleted file mode 100644 index 9899283..0000000 Binary files a/public/img/gallery/festdtu/literature/30.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/31.jpg b/public/img/gallery/festdtu/literature/31.jpg deleted file mode 100644 index c381035..0000000 Binary files a/public/img/gallery/festdtu/literature/31.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/32.jpg b/public/img/gallery/festdtu/literature/32.jpg deleted file mode 100644 index d164e9e..0000000 Binary files a/public/img/gallery/festdtu/literature/32.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/33.jpg b/public/img/gallery/festdtu/literature/33.jpg deleted file mode 100644 index 548b36d..0000000 Binary files a/public/img/gallery/festdtu/literature/33.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/34.jpg b/public/img/gallery/festdtu/literature/34.jpg deleted file mode 100644 index 4d7312a..0000000 Binary files a/public/img/gallery/festdtu/literature/34.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/35.jpg b/public/img/gallery/festdtu/literature/35.jpg deleted file mode 100644 index a739768..0000000 Binary files a/public/img/gallery/festdtu/literature/35.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/36.jpg b/public/img/gallery/festdtu/literature/36.jpg deleted file mode 100644 index f70c3b9..0000000 Binary files a/public/img/gallery/festdtu/literature/36.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/37.jpg b/public/img/gallery/festdtu/literature/37.jpg deleted file mode 100644 index afa432e..0000000 Binary files a/public/img/gallery/festdtu/literature/37.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/38.jpg b/public/img/gallery/festdtu/literature/38.jpg deleted file mode 100644 index 49aa38a..0000000 Binary files a/public/img/gallery/festdtu/literature/38.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/39.jpg b/public/img/gallery/festdtu/literature/39.jpg deleted file mode 100644 index c215d4c..0000000 Binary files a/public/img/gallery/festdtu/literature/39.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/4.jpg b/public/img/gallery/festdtu/literature/4.jpg deleted file mode 100644 index fd96b9e..0000000 Binary files a/public/img/gallery/festdtu/literature/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/40.jpg b/public/img/gallery/festdtu/literature/40.jpg deleted file mode 100644 index d4f39ce..0000000 Binary files a/public/img/gallery/festdtu/literature/40.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/41.jpg b/public/img/gallery/festdtu/literature/41.jpg deleted file mode 100644 index 2aa8039..0000000 Binary files a/public/img/gallery/festdtu/literature/41.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/42.jpg b/public/img/gallery/festdtu/literature/42.jpg deleted file mode 100644 index 6d3717a..0000000 Binary files a/public/img/gallery/festdtu/literature/42.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/43.jpg b/public/img/gallery/festdtu/literature/43.jpg deleted file mode 100644 index 1eca35f..0000000 Binary files a/public/img/gallery/festdtu/literature/43.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/44.jpg b/public/img/gallery/festdtu/literature/44.jpg deleted file mode 100644 index 81fa450..0000000 Binary files a/public/img/gallery/festdtu/literature/44.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/45.jpg b/public/img/gallery/festdtu/literature/45.jpg deleted file mode 100644 index aa56577..0000000 Binary files a/public/img/gallery/festdtu/literature/45.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/46.jpg b/public/img/gallery/festdtu/literature/46.jpg deleted file mode 100644 index 9cbeb10..0000000 Binary files a/public/img/gallery/festdtu/literature/46.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/47.jpg b/public/img/gallery/festdtu/literature/47.jpg deleted file mode 100644 index bc63842..0000000 Binary files a/public/img/gallery/festdtu/literature/47.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/48.jpg b/public/img/gallery/festdtu/literature/48.jpg deleted file mode 100644 index c9ea3a0..0000000 Binary files a/public/img/gallery/festdtu/literature/48.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/49.jpg b/public/img/gallery/festdtu/literature/49.jpg deleted file mode 100644 index 92cdf8c..0000000 Binary files a/public/img/gallery/festdtu/literature/49.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/5.jpg b/public/img/gallery/festdtu/literature/5.jpg deleted file mode 100644 index f6158d8..0000000 Binary files a/public/img/gallery/festdtu/literature/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/50.jpg b/public/img/gallery/festdtu/literature/50.jpg deleted file mode 100644 index dc4a91c..0000000 Binary files a/public/img/gallery/festdtu/literature/50.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/51.jpg b/public/img/gallery/festdtu/literature/51.jpg deleted file mode 100644 index a809b9b..0000000 Binary files a/public/img/gallery/festdtu/literature/51.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/52.jpg b/public/img/gallery/festdtu/literature/52.jpg deleted file mode 100644 index 9566ef6..0000000 Binary files a/public/img/gallery/festdtu/literature/52.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/53.jpg b/public/img/gallery/festdtu/literature/53.jpg deleted file mode 100644 index 16e1588..0000000 Binary files a/public/img/gallery/festdtu/literature/53.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/54.jpg b/public/img/gallery/festdtu/literature/54.jpg deleted file mode 100644 index 2b394c7..0000000 Binary files a/public/img/gallery/festdtu/literature/54.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/55.jpg b/public/img/gallery/festdtu/literature/55.jpg deleted file mode 100644 index 569320d..0000000 Binary files a/public/img/gallery/festdtu/literature/55.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/56.jpg b/public/img/gallery/festdtu/literature/56.jpg deleted file mode 100644 index f70d5f6..0000000 Binary files a/public/img/gallery/festdtu/literature/56.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/57.jpg b/public/img/gallery/festdtu/literature/57.jpg deleted file mode 100644 index 1f75148..0000000 Binary files a/public/img/gallery/festdtu/literature/57.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/58.jpg b/public/img/gallery/festdtu/literature/58.jpg deleted file mode 100644 index 08a11e9..0000000 Binary files a/public/img/gallery/festdtu/literature/58.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/59.jpg b/public/img/gallery/festdtu/literature/59.jpg deleted file mode 100644 index 3327e6f..0000000 Binary files a/public/img/gallery/festdtu/literature/59.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/6.jpg b/public/img/gallery/festdtu/literature/6.jpg deleted file mode 100644 index f4abe4d..0000000 Binary files a/public/img/gallery/festdtu/literature/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/60.jpg b/public/img/gallery/festdtu/literature/60.jpg deleted file mode 100644 index 24b594f..0000000 Binary files a/public/img/gallery/festdtu/literature/60.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/61.jpg b/public/img/gallery/festdtu/literature/61.jpg deleted file mode 100644 index a876746..0000000 Binary files a/public/img/gallery/festdtu/literature/61.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/62.jpg b/public/img/gallery/festdtu/literature/62.jpg deleted file mode 100644 index 295e0ca..0000000 Binary files a/public/img/gallery/festdtu/literature/62.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/63.jpg b/public/img/gallery/festdtu/literature/63.jpg deleted file mode 100644 index 1cb8927..0000000 Binary files a/public/img/gallery/festdtu/literature/63.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/64.jpg b/public/img/gallery/festdtu/literature/64.jpg deleted file mode 100644 index f5fdfb7..0000000 Binary files a/public/img/gallery/festdtu/literature/64.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/65.jpg b/public/img/gallery/festdtu/literature/65.jpg deleted file mode 100644 index 21f0689..0000000 Binary files a/public/img/gallery/festdtu/literature/65.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/66.jpg b/public/img/gallery/festdtu/literature/66.jpg deleted file mode 100644 index 745b5d4..0000000 Binary files a/public/img/gallery/festdtu/literature/66.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/67.jpg b/public/img/gallery/festdtu/literature/67.jpg deleted file mode 100644 index 5f0ff52..0000000 Binary files a/public/img/gallery/festdtu/literature/67.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/68.jpg b/public/img/gallery/festdtu/literature/68.jpg deleted file mode 100644 index 363c0e9..0000000 Binary files a/public/img/gallery/festdtu/literature/68.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/69.jpg b/public/img/gallery/festdtu/literature/69.jpg deleted file mode 100644 index 2d329e5..0000000 Binary files a/public/img/gallery/festdtu/literature/69.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/7.jpg b/public/img/gallery/festdtu/literature/7.jpg deleted file mode 100644 index d028b2e..0000000 Binary files a/public/img/gallery/festdtu/literature/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/70.jpg b/public/img/gallery/festdtu/literature/70.jpg deleted file mode 100644 index adf7521..0000000 Binary files a/public/img/gallery/festdtu/literature/70.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/71.jpg b/public/img/gallery/festdtu/literature/71.jpg deleted file mode 100644 index 4a6eae9..0000000 Binary files a/public/img/gallery/festdtu/literature/71.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/72.jpg b/public/img/gallery/festdtu/literature/72.jpg deleted file mode 100644 index 6d87dc6..0000000 Binary files a/public/img/gallery/festdtu/literature/72.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/73.jpg b/public/img/gallery/festdtu/literature/73.jpg deleted file mode 100644 index ca35fa9..0000000 Binary files a/public/img/gallery/festdtu/literature/73.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/8.jpg b/public/img/gallery/festdtu/literature/8.jpg deleted file mode 100644 index 264164d..0000000 Binary files a/public/img/gallery/festdtu/literature/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/literature/9.jpg b/public/img/gallery/festdtu/literature/9.jpg deleted file mode 100644 index 7277743..0000000 Binary files a/public/img/gallery/festdtu/literature/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/1.jpg b/public/img/gallery/festdtu/sports/1.jpg deleted file mode 100644 index 5b9ac7b..0000000 Binary files a/public/img/gallery/festdtu/sports/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/10.jpg b/public/img/gallery/festdtu/sports/10.jpg deleted file mode 100644 index 5194408..0000000 Binary files a/public/img/gallery/festdtu/sports/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/11.jpg b/public/img/gallery/festdtu/sports/11.jpg deleted file mode 100644 index 2233274..0000000 Binary files a/public/img/gallery/festdtu/sports/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/12.jpg b/public/img/gallery/festdtu/sports/12.jpg deleted file mode 100644 index 40ffe6d..0000000 Binary files a/public/img/gallery/festdtu/sports/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/13.jpg b/public/img/gallery/festdtu/sports/13.jpg deleted file mode 100644 index e24d399..0000000 Binary files a/public/img/gallery/festdtu/sports/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/14.jpg b/public/img/gallery/festdtu/sports/14.jpg deleted file mode 100644 index e9c058c..0000000 Binary files a/public/img/gallery/festdtu/sports/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/15.jpg b/public/img/gallery/festdtu/sports/15.jpg deleted file mode 100644 index 58799ee..0000000 Binary files a/public/img/gallery/festdtu/sports/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/16.jpg b/public/img/gallery/festdtu/sports/16.jpg deleted file mode 100644 index e2d8d54..0000000 Binary files a/public/img/gallery/festdtu/sports/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/17.jpg b/public/img/gallery/festdtu/sports/17.jpg deleted file mode 100644 index 784fdc9..0000000 Binary files a/public/img/gallery/festdtu/sports/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/2.jpg b/public/img/gallery/festdtu/sports/2.jpg deleted file mode 100644 index c5a2ec4..0000000 Binary files a/public/img/gallery/festdtu/sports/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/3.jpg b/public/img/gallery/festdtu/sports/3.jpg deleted file mode 100644 index c96f510..0000000 Binary files a/public/img/gallery/festdtu/sports/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/4.jpg b/public/img/gallery/festdtu/sports/4.jpg deleted file mode 100644 index bb014af..0000000 Binary files a/public/img/gallery/festdtu/sports/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/5.jpg b/public/img/gallery/festdtu/sports/5.jpg deleted file mode 100644 index 542330c..0000000 Binary files a/public/img/gallery/festdtu/sports/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/6.jpg b/public/img/gallery/festdtu/sports/6.jpg deleted file mode 100644 index 0e15170..0000000 Binary files a/public/img/gallery/festdtu/sports/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/7.jpg b/public/img/gallery/festdtu/sports/7.jpg deleted file mode 100644 index ae1927e..0000000 Binary files a/public/img/gallery/festdtu/sports/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/8.jpg b/public/img/gallery/festdtu/sports/8.jpg deleted file mode 100644 index 8338f14..0000000 Binary files a/public/img/gallery/festdtu/sports/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/sports/9.jpg b/public/img/gallery/festdtu/sports/9.jpg deleted file mode 100644 index cb2917e..0000000 Binary files a/public/img/gallery/festdtu/sports/9.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/1.jpg b/public/img/gallery/festdtu/ted/1.jpg deleted file mode 100644 index 9a975f1..0000000 Binary files a/public/img/gallery/festdtu/ted/1.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/10.jpg b/public/img/gallery/festdtu/ted/10.jpg deleted file mode 100644 index 06dca20..0000000 Binary files a/public/img/gallery/festdtu/ted/10.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/11.jpg b/public/img/gallery/festdtu/ted/11.jpg deleted file mode 100644 index 90c76c9..0000000 Binary files a/public/img/gallery/festdtu/ted/11.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/12.jpg b/public/img/gallery/festdtu/ted/12.jpg deleted file mode 100644 index 5f4f8b8..0000000 Binary files a/public/img/gallery/festdtu/ted/12.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/13.jpg b/public/img/gallery/festdtu/ted/13.jpg deleted file mode 100644 index ee222ed..0000000 Binary files a/public/img/gallery/festdtu/ted/13.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/14.jpg b/public/img/gallery/festdtu/ted/14.jpg deleted file mode 100644 index 15d7ef9..0000000 Binary files a/public/img/gallery/festdtu/ted/14.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/15.jpg b/public/img/gallery/festdtu/ted/15.jpg deleted file mode 100644 index a24d45e..0000000 Binary files a/public/img/gallery/festdtu/ted/15.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/16.jpg b/public/img/gallery/festdtu/ted/16.jpg deleted file mode 100644 index 29f5f57..0000000 Binary files a/public/img/gallery/festdtu/ted/16.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/17.jpg b/public/img/gallery/festdtu/ted/17.jpg deleted file mode 100644 index 7cb5a48..0000000 Binary files a/public/img/gallery/festdtu/ted/17.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/18.jpg b/public/img/gallery/festdtu/ted/18.jpg deleted file mode 100644 index c7ed0e2..0000000 Binary files a/public/img/gallery/festdtu/ted/18.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/19.jpg b/public/img/gallery/festdtu/ted/19.jpg deleted file mode 100644 index ebdb517..0000000 Binary files a/public/img/gallery/festdtu/ted/19.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/2.jpg b/public/img/gallery/festdtu/ted/2.jpg deleted file mode 100644 index 8511ff7..0000000 Binary files a/public/img/gallery/festdtu/ted/2.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/20.jpg b/public/img/gallery/festdtu/ted/20.jpg deleted file mode 100644 index 5b97c8d..0000000 Binary files a/public/img/gallery/festdtu/ted/20.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/21.jpg b/public/img/gallery/festdtu/ted/21.jpg deleted file mode 100644 index 482ea60..0000000 Binary files a/public/img/gallery/festdtu/ted/21.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/22.jpg b/public/img/gallery/festdtu/ted/22.jpg deleted file mode 100644 index aab9607..0000000 Binary files a/public/img/gallery/festdtu/ted/22.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/23.jpg b/public/img/gallery/festdtu/ted/23.jpg deleted file mode 100644 index 3b65172..0000000 Binary files a/public/img/gallery/festdtu/ted/23.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/24.jpg b/public/img/gallery/festdtu/ted/24.jpg deleted file mode 100644 index 4c03f33..0000000 Binary files a/public/img/gallery/festdtu/ted/24.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/25.jpg b/public/img/gallery/festdtu/ted/25.jpg deleted file mode 100644 index b11b04e..0000000 Binary files a/public/img/gallery/festdtu/ted/25.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/26.jpg b/public/img/gallery/festdtu/ted/26.jpg deleted file mode 100644 index cb5c121..0000000 Binary files a/public/img/gallery/festdtu/ted/26.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/27.jpg b/public/img/gallery/festdtu/ted/27.jpg deleted file mode 100644 index f9aa39a..0000000 Binary files a/public/img/gallery/festdtu/ted/27.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/28.jpg b/public/img/gallery/festdtu/ted/28.jpg deleted file mode 100644 index 1894eec..0000000 Binary files a/public/img/gallery/festdtu/ted/28.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/29.jpg b/public/img/gallery/festdtu/ted/29.jpg deleted file mode 100644 index 3505d49..0000000 Binary files a/public/img/gallery/festdtu/ted/29.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/3.jpg b/public/img/gallery/festdtu/ted/3.jpg deleted file mode 100644 index 70ca3a2..0000000 Binary files a/public/img/gallery/festdtu/ted/3.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/30.jpg b/public/img/gallery/festdtu/ted/30.jpg deleted file mode 100644 index 23e5e63..0000000 Binary files a/public/img/gallery/festdtu/ted/30.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/31.jpg b/public/img/gallery/festdtu/ted/31.jpg deleted file mode 100644 index 470c5c6..0000000 Binary files a/public/img/gallery/festdtu/ted/31.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/32.jpg b/public/img/gallery/festdtu/ted/32.jpg deleted file mode 100644 index 08e5709..0000000 Binary files a/public/img/gallery/festdtu/ted/32.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/33.jpg b/public/img/gallery/festdtu/ted/33.jpg deleted file mode 100644 index 32aecea..0000000 Binary files a/public/img/gallery/festdtu/ted/33.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/34.jpg b/public/img/gallery/festdtu/ted/34.jpg deleted file mode 100644 index 54493a5..0000000 Binary files a/public/img/gallery/festdtu/ted/34.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/35.jpg b/public/img/gallery/festdtu/ted/35.jpg deleted file mode 100644 index ed63c8c..0000000 Binary files a/public/img/gallery/festdtu/ted/35.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/36.jpg b/public/img/gallery/festdtu/ted/36.jpg deleted file mode 100644 index e1af354..0000000 Binary files a/public/img/gallery/festdtu/ted/36.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/37.jpg b/public/img/gallery/festdtu/ted/37.jpg deleted file mode 100644 index 60bc4d5..0000000 Binary files a/public/img/gallery/festdtu/ted/37.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/38.jpg b/public/img/gallery/festdtu/ted/38.jpg deleted file mode 100644 index d1235a9..0000000 Binary files a/public/img/gallery/festdtu/ted/38.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/39.jpg b/public/img/gallery/festdtu/ted/39.jpg deleted file mode 100644 index 690b460..0000000 Binary files a/public/img/gallery/festdtu/ted/39.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/4.jpg b/public/img/gallery/festdtu/ted/4.jpg deleted file mode 100644 index 4facb30..0000000 Binary files a/public/img/gallery/festdtu/ted/4.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/40.jpg b/public/img/gallery/festdtu/ted/40.jpg deleted file mode 100644 index d8c42a0..0000000 Binary files a/public/img/gallery/festdtu/ted/40.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/41.jpg b/public/img/gallery/festdtu/ted/41.jpg deleted file mode 100644 index e5c9181..0000000 Binary files a/public/img/gallery/festdtu/ted/41.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/42.jpg b/public/img/gallery/festdtu/ted/42.jpg deleted file mode 100644 index 2f57196..0000000 Binary files a/public/img/gallery/festdtu/ted/42.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/43.jpg b/public/img/gallery/festdtu/ted/43.jpg deleted file mode 100644 index a91d259..0000000 Binary files a/public/img/gallery/festdtu/ted/43.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/44.jpg b/public/img/gallery/festdtu/ted/44.jpg deleted file mode 100644 index c27e378..0000000 Binary files a/public/img/gallery/festdtu/ted/44.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/45.jpg b/public/img/gallery/festdtu/ted/45.jpg deleted file mode 100644 index 1c81ba3..0000000 Binary files a/public/img/gallery/festdtu/ted/45.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/46.jpg b/public/img/gallery/festdtu/ted/46.jpg deleted file mode 100644 index 30f92b9..0000000 Binary files a/public/img/gallery/festdtu/ted/46.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/47.jpg b/public/img/gallery/festdtu/ted/47.jpg deleted file mode 100644 index 7343f20..0000000 Binary files a/public/img/gallery/festdtu/ted/47.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/48.jpg b/public/img/gallery/festdtu/ted/48.jpg deleted file mode 100644 index ed028a9..0000000 Binary files a/public/img/gallery/festdtu/ted/48.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/49.jpg b/public/img/gallery/festdtu/ted/49.jpg deleted file mode 100644 index 04f65fd..0000000 Binary files a/public/img/gallery/festdtu/ted/49.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/5.jpg b/public/img/gallery/festdtu/ted/5.jpg deleted file mode 100644 index 8fc3b9a..0000000 Binary files a/public/img/gallery/festdtu/ted/5.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/50.jpg b/public/img/gallery/festdtu/ted/50.jpg deleted file mode 100644 index 15eebff..0000000 Binary files a/public/img/gallery/festdtu/ted/50.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/51.jpg b/public/img/gallery/festdtu/ted/51.jpg deleted file mode 100644 index da8ecb1..0000000 Binary files a/public/img/gallery/festdtu/ted/51.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/52.jpg b/public/img/gallery/festdtu/ted/52.jpg deleted file mode 100644 index 65a8a86..0000000 Binary files a/public/img/gallery/festdtu/ted/52.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/53.jpg b/public/img/gallery/festdtu/ted/53.jpg deleted file mode 100644 index c7448a6..0000000 Binary files a/public/img/gallery/festdtu/ted/53.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/54.jpg b/public/img/gallery/festdtu/ted/54.jpg deleted file mode 100644 index b6c5109..0000000 Binary files a/public/img/gallery/festdtu/ted/54.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/6.jpg b/public/img/gallery/festdtu/ted/6.jpg deleted file mode 100644 index e345626..0000000 Binary files a/public/img/gallery/festdtu/ted/6.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/7.jpg b/public/img/gallery/festdtu/ted/7.jpg deleted file mode 100644 index 48c74e6..0000000 Binary files a/public/img/gallery/festdtu/ted/7.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/8.jpg b/public/img/gallery/festdtu/ted/8.jpg deleted file mode 100644 index 25203b6..0000000 Binary files a/public/img/gallery/festdtu/ted/8.jpg and /dev/null differ diff --git a/public/img/gallery/festdtu/ted/9.jpg b/public/img/gallery/festdtu/ted/9.jpg deleted file mode 100644 index 2c3507b..0000000 Binary files a/public/img/gallery/festdtu/ted/9.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/1.jpg b/public/img/gallery/fodtu/1.jpg deleted file mode 100644 index 6ece7e5..0000000 Binary files a/public/img/gallery/fodtu/1.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/10.jpg b/public/img/gallery/fodtu/10.jpg deleted file mode 100644 index 6fefd9d..0000000 Binary files a/public/img/gallery/fodtu/10.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/11.JPG b/public/img/gallery/fodtu/11.JPG deleted file mode 100644 index 3fbf8d9..0000000 Binary files a/public/img/gallery/fodtu/11.JPG and /dev/null differ diff --git a/public/img/gallery/fodtu/12.png b/public/img/gallery/fodtu/12.png deleted file mode 100644 index 25b4022..0000000 Binary files a/public/img/gallery/fodtu/12.png and /dev/null differ diff --git a/public/img/gallery/fodtu/13.jpg b/public/img/gallery/fodtu/13.jpg deleted file mode 100644 index 7e042a2..0000000 Binary files a/public/img/gallery/fodtu/13.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/14.jpg b/public/img/gallery/fodtu/14.jpg deleted file mode 100644 index a3efb47..0000000 Binary files a/public/img/gallery/fodtu/14.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/15.jpg b/public/img/gallery/fodtu/15.jpg deleted file mode 100644 index faaeed2..0000000 Binary files a/public/img/gallery/fodtu/15.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/16.jpg b/public/img/gallery/fodtu/16.jpg deleted file mode 100644 index 7d1a4d1..0000000 Binary files a/public/img/gallery/fodtu/16.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/17.jpg b/public/img/gallery/fodtu/17.jpg deleted file mode 100644 index 7d242eb..0000000 Binary files a/public/img/gallery/fodtu/17.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/18.jpg b/public/img/gallery/fodtu/18.jpg deleted file mode 100644 index ffcd6a1..0000000 Binary files a/public/img/gallery/fodtu/18.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/19.jpg b/public/img/gallery/fodtu/19.jpg deleted file mode 100644 index 7e28110..0000000 Binary files a/public/img/gallery/fodtu/19.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/2.JPG b/public/img/gallery/fodtu/2.JPG deleted file mode 100644 index 4d60646..0000000 Binary files a/public/img/gallery/fodtu/2.JPG and /dev/null differ diff --git a/public/img/gallery/fodtu/20.jpg b/public/img/gallery/fodtu/20.jpg deleted file mode 100644 index 6c8e7a5..0000000 Binary files a/public/img/gallery/fodtu/20.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/21.jpg b/public/img/gallery/fodtu/21.jpg deleted file mode 100644 index a1d4668..0000000 Binary files a/public/img/gallery/fodtu/21.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/22.jpg b/public/img/gallery/fodtu/22.jpg deleted file mode 100644 index e1c8cea..0000000 Binary files a/public/img/gallery/fodtu/22.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/3.jpg b/public/img/gallery/fodtu/3.jpg deleted file mode 100644 index ef2cf53..0000000 Binary files a/public/img/gallery/fodtu/3.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/4.jpg b/public/img/gallery/fodtu/4.jpg deleted file mode 100644 index 0696d01..0000000 Binary files a/public/img/gallery/fodtu/4.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/5.jpg b/public/img/gallery/fodtu/5.jpg deleted file mode 100644 index a23e766..0000000 Binary files a/public/img/gallery/fodtu/5.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/6.jpg b/public/img/gallery/fodtu/6.jpg deleted file mode 100644 index 2056c18..0000000 Binary files a/public/img/gallery/fodtu/6.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/7.jpg b/public/img/gallery/fodtu/7.jpg deleted file mode 100644 index 1bc7801..0000000 Binary files a/public/img/gallery/fodtu/7.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/8.jpg b/public/img/gallery/fodtu/8.jpg deleted file mode 100644 index 0d64b63..0000000 Binary files a/public/img/gallery/fodtu/8.jpg and /dev/null differ diff --git a/public/img/gallery/fodtu/9.jpg b/public/img/gallery/fodtu/9.jpg deleted file mode 100644 index f10c0ed..0000000 Binary files a/public/img/gallery/fodtu/9.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/1.jpg b/public/img/gallery/godtu/1.jpg deleted file mode 100644 index d80c477..0000000 Binary files a/public/img/gallery/godtu/1.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/10.jpg b/public/img/gallery/godtu/10.jpg deleted file mode 100644 index c758418..0000000 Binary files a/public/img/gallery/godtu/10.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/11.jpg b/public/img/gallery/godtu/11.jpg deleted file mode 100644 index 31e7659..0000000 Binary files a/public/img/gallery/godtu/11.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/12.jpg b/public/img/gallery/godtu/12.jpg deleted file mode 100644 index 927cfca..0000000 Binary files a/public/img/gallery/godtu/12.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/13.jpg b/public/img/gallery/godtu/13.jpg deleted file mode 100644 index b44c337..0000000 Binary files a/public/img/gallery/godtu/13.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/14.JPG b/public/img/gallery/godtu/14.JPG deleted file mode 100644 index 4f55f51..0000000 Binary files a/public/img/gallery/godtu/14.JPG and /dev/null differ diff --git a/public/img/gallery/godtu/15.jpg b/public/img/gallery/godtu/15.jpg deleted file mode 100644 index 7c2bd5d..0000000 Binary files a/public/img/gallery/godtu/15.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/16.jpg b/public/img/gallery/godtu/16.jpg deleted file mode 100644 index 6c3b30c..0000000 Binary files a/public/img/gallery/godtu/16.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/17.jpg b/public/img/gallery/godtu/17.jpg deleted file mode 100644 index 5d041e0..0000000 Binary files a/public/img/gallery/godtu/17.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/18.png b/public/img/gallery/godtu/18.png deleted file mode 100644 index 9f52580..0000000 Binary files a/public/img/gallery/godtu/18.png and /dev/null differ diff --git a/public/img/gallery/godtu/2.png b/public/img/gallery/godtu/2.png deleted file mode 100644 index 79c7ce0..0000000 Binary files a/public/img/gallery/godtu/2.png and /dev/null differ diff --git a/public/img/gallery/godtu/3.jpg b/public/img/gallery/godtu/3.jpg deleted file mode 100644 index 8b30b90..0000000 Binary files a/public/img/gallery/godtu/3.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/4.png b/public/img/gallery/godtu/4.png deleted file mode 100644 index 7ea3a02..0000000 Binary files a/public/img/gallery/godtu/4.png and /dev/null differ diff --git a/public/img/gallery/godtu/5.png b/public/img/gallery/godtu/5.png deleted file mode 100644 index 40f1aec..0000000 Binary files a/public/img/gallery/godtu/5.png and /dev/null differ diff --git a/public/img/gallery/godtu/6.png b/public/img/gallery/godtu/6.png deleted file mode 100644 index a82042c..0000000 Binary files a/public/img/gallery/godtu/6.png and /dev/null differ diff --git a/public/img/gallery/godtu/7.png b/public/img/gallery/godtu/7.png deleted file mode 100644 index fec9b6e..0000000 Binary files a/public/img/gallery/godtu/7.png and /dev/null differ diff --git a/public/img/gallery/godtu/8.jpg b/public/img/gallery/godtu/8.jpg deleted file mode 100644 index 4c371a4..0000000 Binary files a/public/img/gallery/godtu/8.jpg and /dev/null differ diff --git a/public/img/gallery/godtu/9.png b/public/img/gallery/godtu/9.png deleted file mode 100644 index 8645b10..0000000 Binary files a/public/img/gallery/godtu/9.png and /dev/null differ diff --git a/public/img/gallery/recent/1.jpeg b/public/img/gallery/recent/1.jpeg deleted file mode 100644 index 0935e9f..0000000 Binary files a/public/img/gallery/recent/1.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/10.jpeg b/public/img/gallery/recent/10.jpeg deleted file mode 100644 index e7beea5..0000000 Binary files a/public/img/gallery/recent/10.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/11.jpeg b/public/img/gallery/recent/11.jpeg deleted file mode 100644 index b51609a..0000000 Binary files a/public/img/gallery/recent/11.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/12.jpeg b/public/img/gallery/recent/12.jpeg deleted file mode 100644 index 236d856..0000000 Binary files a/public/img/gallery/recent/12.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/13.jpeg b/public/img/gallery/recent/13.jpeg deleted file mode 100644 index 6d99ad0..0000000 Binary files a/public/img/gallery/recent/13.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/14.jpeg b/public/img/gallery/recent/14.jpeg deleted file mode 100644 index e23600a..0000000 Binary files a/public/img/gallery/recent/14.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/15.jpeg b/public/img/gallery/recent/15.jpeg deleted file mode 100644 index 87ccbed..0000000 Binary files a/public/img/gallery/recent/15.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/16.jpeg b/public/img/gallery/recent/16.jpeg deleted file mode 100644 index 30feedc..0000000 Binary files a/public/img/gallery/recent/16.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/17.jpeg b/public/img/gallery/recent/17.jpeg deleted file mode 100644 index 5f4b0c6..0000000 Binary files a/public/img/gallery/recent/17.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/18.jpeg b/public/img/gallery/recent/18.jpeg deleted file mode 100644 index 7bc53b1..0000000 Binary files a/public/img/gallery/recent/18.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/19.jpeg b/public/img/gallery/recent/19.jpeg deleted file mode 100644 index ee01d7d..0000000 Binary files a/public/img/gallery/recent/19.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/2.jpeg b/public/img/gallery/recent/2.jpeg deleted file mode 100644 index 4b1e51d..0000000 Binary files a/public/img/gallery/recent/2.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/20.jpeg b/public/img/gallery/recent/20.jpeg deleted file mode 100644 index 2e0acb8..0000000 Binary files a/public/img/gallery/recent/20.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/21.jpeg b/public/img/gallery/recent/21.jpeg deleted file mode 100644 index f3e6006..0000000 Binary files a/public/img/gallery/recent/21.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/22.jpeg b/public/img/gallery/recent/22.jpeg deleted file mode 100644 index 1dc09c3..0000000 Binary files a/public/img/gallery/recent/22.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/23.jpeg b/public/img/gallery/recent/23.jpeg deleted file mode 100644 index 22da983..0000000 Binary files a/public/img/gallery/recent/23.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/24.jpeg b/public/img/gallery/recent/24.jpeg deleted file mode 100644 index c140aaa..0000000 Binary files a/public/img/gallery/recent/24.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/25.jpeg b/public/img/gallery/recent/25.jpeg deleted file mode 100644 index 6f47e61..0000000 Binary files a/public/img/gallery/recent/25.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/26.jpeg b/public/img/gallery/recent/26.jpeg deleted file mode 100644 index 51e5272..0000000 Binary files a/public/img/gallery/recent/26.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/27.jpeg b/public/img/gallery/recent/27.jpeg deleted file mode 100644 index 8b8f06a..0000000 Binary files a/public/img/gallery/recent/27.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/28.jpeg b/public/img/gallery/recent/28.jpeg deleted file mode 100644 index d3a6649..0000000 Binary files a/public/img/gallery/recent/28.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/29.jpeg b/public/img/gallery/recent/29.jpeg deleted file mode 100644 index abfbeca..0000000 Binary files a/public/img/gallery/recent/29.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/3.jpeg b/public/img/gallery/recent/3.jpeg deleted file mode 100644 index 6913147..0000000 Binary files a/public/img/gallery/recent/3.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/30.jpeg b/public/img/gallery/recent/30.jpeg deleted file mode 100644 index e7a8d73..0000000 Binary files a/public/img/gallery/recent/30.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/31.jpeg b/public/img/gallery/recent/31.jpeg deleted file mode 100644 index af301d7..0000000 Binary files a/public/img/gallery/recent/31.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/32.jpeg b/public/img/gallery/recent/32.jpeg deleted file mode 100644 index 9284bb6..0000000 Binary files a/public/img/gallery/recent/32.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/33.jpeg b/public/img/gallery/recent/33.jpeg deleted file mode 100644 index 574644b..0000000 Binary files a/public/img/gallery/recent/33.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/34.jpeg b/public/img/gallery/recent/34.jpeg deleted file mode 100644 index 14add79..0000000 Binary files a/public/img/gallery/recent/34.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/35.jpeg b/public/img/gallery/recent/35.jpeg deleted file mode 100644 index b06345a..0000000 Binary files a/public/img/gallery/recent/35.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/36.jpeg b/public/img/gallery/recent/36.jpeg deleted file mode 100644 index c5f68ff..0000000 Binary files a/public/img/gallery/recent/36.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/37.jpeg b/public/img/gallery/recent/37.jpeg deleted file mode 100644 index 9ab02de..0000000 Binary files a/public/img/gallery/recent/37.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/38.jpeg b/public/img/gallery/recent/38.jpeg deleted file mode 100644 index ae8af5b..0000000 Binary files a/public/img/gallery/recent/38.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/39.jpeg b/public/img/gallery/recent/39.jpeg deleted file mode 100644 index 72c61a3..0000000 Binary files a/public/img/gallery/recent/39.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/4.jpeg b/public/img/gallery/recent/4.jpeg deleted file mode 100644 index 25e9513..0000000 Binary files a/public/img/gallery/recent/4.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/40.jpeg b/public/img/gallery/recent/40.jpeg deleted file mode 100644 index 0d35643..0000000 Binary files a/public/img/gallery/recent/40.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/41.jpeg b/public/img/gallery/recent/41.jpeg deleted file mode 100644 index 613ffd7..0000000 Binary files a/public/img/gallery/recent/41.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/42.jpeg b/public/img/gallery/recent/42.jpeg deleted file mode 100644 index ec527c1..0000000 Binary files a/public/img/gallery/recent/42.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/43.jpeg b/public/img/gallery/recent/43.jpeg deleted file mode 100644 index 65eb775..0000000 Binary files a/public/img/gallery/recent/43.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/44.jpeg b/public/img/gallery/recent/44.jpeg deleted file mode 100644 index 6aea7db..0000000 Binary files a/public/img/gallery/recent/44.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/5.jpeg b/public/img/gallery/recent/5.jpeg deleted file mode 100644 index cd96ffa..0000000 Binary files a/public/img/gallery/recent/5.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/6.jpeg b/public/img/gallery/recent/6.jpeg deleted file mode 100644 index f3e6006..0000000 Binary files a/public/img/gallery/recent/6.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/7.jpeg b/public/img/gallery/recent/7.jpeg deleted file mode 100644 index 1dc09c3..0000000 Binary files a/public/img/gallery/recent/7.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/8.jpeg b/public/img/gallery/recent/8.jpeg deleted file mode 100644 index c08060a..0000000 Binary files a/public/img/gallery/recent/8.jpeg and /dev/null differ diff --git a/public/img/gallery/recent/9.jpeg b/public/img/gallery/recent/9.jpeg deleted file mode 100644 index 74f0f38..0000000 Binary files a/public/img/gallery/recent/9.jpeg and /dev/null differ diff --git a/public/img/gallery/sodtu/1.jpg b/public/img/gallery/sodtu/1.jpg deleted file mode 100644 index de967b5..0000000 Binary files a/public/img/gallery/sodtu/1.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/10.jpg b/public/img/gallery/sodtu/10.jpg deleted file mode 100644 index c82fe27..0000000 Binary files a/public/img/gallery/sodtu/10.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/11.jpg b/public/img/gallery/sodtu/11.jpg deleted file mode 100644 index 6cab215..0000000 Binary files a/public/img/gallery/sodtu/11.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/12.jpg b/public/img/gallery/sodtu/12.jpg deleted file mode 100644 index 049ff04..0000000 Binary files a/public/img/gallery/sodtu/12.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/13.jpg b/public/img/gallery/sodtu/13.jpg deleted file mode 100644 index ddeb4cd..0000000 Binary files a/public/img/gallery/sodtu/13.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/14.jpg b/public/img/gallery/sodtu/14.jpg deleted file mode 100644 index d26f403..0000000 Binary files a/public/img/gallery/sodtu/14.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/15.jpg b/public/img/gallery/sodtu/15.jpg deleted file mode 100644 index 96f72d5..0000000 Binary files a/public/img/gallery/sodtu/15.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/16.jpg b/public/img/gallery/sodtu/16.jpg deleted file mode 100644 index cde95c6..0000000 Binary files a/public/img/gallery/sodtu/16.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/17.jpg b/public/img/gallery/sodtu/17.jpg deleted file mode 100644 index 249265e..0000000 Binary files a/public/img/gallery/sodtu/17.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/18.jpg b/public/img/gallery/sodtu/18.jpg deleted file mode 100644 index 4d069a8..0000000 Binary files a/public/img/gallery/sodtu/18.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/19.jpg b/public/img/gallery/sodtu/19.jpg deleted file mode 100644 index f7b9e9f..0000000 Binary files a/public/img/gallery/sodtu/19.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/2.jpg b/public/img/gallery/sodtu/2.jpg deleted file mode 100644 index 93e7d34..0000000 Binary files a/public/img/gallery/sodtu/2.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/20.jpg b/public/img/gallery/sodtu/20.jpg deleted file mode 100644 index 9111aa6..0000000 Binary files a/public/img/gallery/sodtu/20.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/21.jpg b/public/img/gallery/sodtu/21.jpg deleted file mode 100644 index b7b36a0..0000000 Binary files a/public/img/gallery/sodtu/21.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/22.jpg b/public/img/gallery/sodtu/22.jpg deleted file mode 100644 index e3b21d0..0000000 Binary files a/public/img/gallery/sodtu/22.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/23.jpg b/public/img/gallery/sodtu/23.jpg deleted file mode 100644 index 9b5af11..0000000 Binary files a/public/img/gallery/sodtu/23.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/24.jpg b/public/img/gallery/sodtu/24.jpg deleted file mode 100644 index 59a11c2..0000000 Binary files a/public/img/gallery/sodtu/24.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/25.jpg b/public/img/gallery/sodtu/25.jpg deleted file mode 100644 index d02ede4..0000000 Binary files a/public/img/gallery/sodtu/25.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/3.jpg b/public/img/gallery/sodtu/3.jpg deleted file mode 100644 index 5cd58a0..0000000 Binary files a/public/img/gallery/sodtu/3.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/4.jpg b/public/img/gallery/sodtu/4.jpg deleted file mode 100644 index 2225b7c..0000000 Binary files a/public/img/gallery/sodtu/4.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/5.jpg b/public/img/gallery/sodtu/5.jpg deleted file mode 100644 index 6dcd7ee..0000000 Binary files a/public/img/gallery/sodtu/5.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/6.jpg b/public/img/gallery/sodtu/6.jpg deleted file mode 100644 index 3eb01f4..0000000 Binary files a/public/img/gallery/sodtu/6.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/7.jpg b/public/img/gallery/sodtu/7.jpg deleted file mode 100644 index 7966369..0000000 Binary files a/public/img/gallery/sodtu/7.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/8.jpg b/public/img/gallery/sodtu/8.jpg deleted file mode 100644 index 1421ed6..0000000 Binary files a/public/img/gallery/sodtu/8.jpg and /dev/null differ diff --git a/public/img/gallery/sodtu/9.jpg b/public/img/gallery/sodtu/9.jpg deleted file mode 100644 index 8ac1a56..0000000 Binary files a/public/img/gallery/sodtu/9.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/1.jpg b/public/img/gallery/thumbnails/1.jpg deleted file mode 100644 index 95fc380..0000000 Binary files a/public/img/gallery/thumbnails/1.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/11.jpg b/public/img/gallery/thumbnails/11.jpg deleted file mode 100644 index 33483f0..0000000 Binary files a/public/img/gallery/thumbnails/11.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/15.jpg b/public/img/gallery/thumbnails/15.jpg deleted file mode 100644 index e163641..0000000 Binary files a/public/img/gallery/thumbnails/15.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/2.jpg b/public/img/gallery/thumbnails/2.jpg deleted file mode 100644 index 89b5f42..0000000 Binary files a/public/img/gallery/thumbnails/2.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/23.jpg b/public/img/gallery/thumbnails/23.jpg deleted file mode 100644 index e5ad336..0000000 Binary files a/public/img/gallery/thumbnails/23.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/3.jpg b/public/img/gallery/thumbnails/3.jpg deleted file mode 100644 index 4741095..0000000 Binary files a/public/img/gallery/thumbnails/3.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/3_1.jpg b/public/img/gallery/thumbnails/3_1.jpg deleted file mode 100644 index 3648efd..0000000 Binary files a/public/img/gallery/thumbnails/3_1.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/6.jpg b/public/img/gallery/thumbnails/6.jpg deleted file mode 100644 index 320cb1d..0000000 Binary files a/public/img/gallery/thumbnails/6.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/73.jpg b/public/img/gallery/thumbnails/73.jpg deleted file mode 100644 index 072832e..0000000 Binary files a/public/img/gallery/thumbnails/73.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/9.jpg b/public/img/gallery/thumbnails/9.jpg deleted file mode 100644 index ff76a8e..0000000 Binary files a/public/img/gallery/thumbnails/9.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/aavahan thumb.jpg b/public/img/gallery/thumbnails/aavahan thumb.jpg deleted file mode 100644 index 1fbf163..0000000 Binary files a/public/img/gallery/thumbnails/aavahan thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/aavahan-thumb.jpg b/public/img/gallery/thumbnails/aavahan-thumb.jpg deleted file mode 100644 index 1fbf163..0000000 Binary files a/public/img/gallery/thumbnails/aavahan-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/album-bg.svg b/public/img/gallery/thumbnails/album-bg.svg deleted file mode 100644 index a6dafb6..0000000 --- a/public/img/gallery/thumbnails/album-bg.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/img/gallery/thumbnails/anushtan thumb.jpg b/public/img/gallery/thumbnails/anushtan thumb.jpg deleted file mode 100644 index e347220..0000000 Binary files a/public/img/gallery/thumbnails/anushtan thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/anushtan-thumb.jpg b/public/img/gallery/thumbnails/anushtan-thumb.jpg deleted file mode 100644 index e347220..0000000 Binary files a/public/img/gallery/thumbnails/anushtan-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/engi thumb.jpg b/public/img/gallery/thumbnails/engi thumb.jpg deleted file mode 100644 index 04f3cd2..0000000 Binary files a/public/img/gallery/thumbnails/engi thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/engi-thumb.jpg b/public/img/gallery/thumbnails/engi-thumb.jpg deleted file mode 100644 index 04f3cd2..0000000 Binary files a/public/img/gallery/thumbnails/engi-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/lagori thumb.jpg b/public/img/gallery/thumbnails/lagori thumb.jpg deleted file mode 100644 index e096872..0000000 Binary files a/public/img/gallery/thumbnails/lagori thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/lagori-thumb.jpg b/public/img/gallery/thumbnails/lagori-thumb.jpg deleted file mode 100644 index e096872..0000000 Binary files a/public/img/gallery/thumbnails/lagori-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/nuc thumb.jpg b/public/img/gallery/thumbnails/nuc thumb.jpg deleted file mode 100644 index ea0326a..0000000 Binary files a/public/img/gallery/thumbnails/nuc thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/nuc-thumb.jpg b/public/img/gallery/thumbnails/nuc-thumb.jpg deleted file mode 100644 index ea0326a..0000000 Binary files a/public/img/gallery/thumbnails/nuc-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/shake thumb.jpg b/public/img/gallery/thumbnails/shake thumb.jpg deleted file mode 100644 index c9c9e08..0000000 Binary files a/public/img/gallery/thumbnails/shake thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/shake-thumb.jpg b/public/img/gallery/thumbnails/shake-thumb.jpg deleted file mode 100644 index c9c9e08..0000000 Binary files a/public/img/gallery/thumbnails/shake-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/span thumb.jpg b/public/img/gallery/thumbnails/span thumb.jpg deleted file mode 100644 index 84e8d00..0000000 Binary files a/public/img/gallery/thumbnails/span thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/span-thumb.jpg b/public/img/gallery/thumbnails/span-thumb.jpg deleted file mode 100644 index 84e8d00..0000000 Binary files a/public/img/gallery/thumbnails/span-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/suni thumb.jpg b/public/img/gallery/thumbnails/suni thumb.jpg deleted file mode 100644 index 889723e..0000000 Binary files a/public/img/gallery/thumbnails/suni thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/suni-thumb.jpg b/public/img/gallery/thumbnails/suni-thumb.jpg deleted file mode 100644 index 889723e..0000000 Binary files a/public/img/gallery/thumbnails/suni-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/ted thumb.jpg b/public/img/gallery/thumbnails/ted thumb.jpg deleted file mode 100644 index d7ecf49..0000000 Binary files a/public/img/gallery/thumbnails/ted thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/ted-thumb.jpg b/public/img/gallery/thumbnails/ted-thumb.jpg deleted file mode 100644 index d7ecf49..0000000 Binary files a/public/img/gallery/thumbnails/ted-thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/yuvaan thumb.jpg b/public/img/gallery/thumbnails/yuvaan thumb.jpg deleted file mode 100644 index e163641..0000000 Binary files a/public/img/gallery/thumbnails/yuvaan thumb.jpg and /dev/null differ diff --git a/public/img/gallery/thumbnails/yuvaan-thumb.jpg b/public/img/gallery/thumbnails/yuvaan-thumb.jpg deleted file mode 100644 index e163641..0000000 Binary files a/public/img/gallery/thumbnails/yuvaan-thumb.jpg and /dev/null differ diff --git a/public/img/logo-dark.png b/public/img/logo-dark.png deleted file mode 100644 index 004ed9f..0000000 Binary files a/public/img/logo-dark.png and /dev/null differ diff --git a/public/img/logo-dark1.png b/public/img/logo-dark1.png deleted file mode 100644 index 7c41e4d..0000000 Binary files a/public/img/logo-dark1.png and /dev/null differ diff --git a/public/img/logo-white.png b/public/img/logo-white.png deleted file mode 100644 index 8b28fac..0000000 Binary files a/public/img/logo-white.png and /dev/null differ diff --git a/public/img/logofav.png b/public/img/logofav.png deleted file mode 100644 index c1c128c..0000000 Binary files a/public/img/logofav.png and /dev/null differ diff --git a/public/img/logofav1.png b/public/img/logofav1.png deleted file mode 100644 index e697d10..0000000 Binary files a/public/img/logofav1.png and /dev/null differ diff --git a/public/img/mailer-img.png b/public/img/mailer-img.png deleted file mode 100644 index 3358437..0000000 Binary files a/public/img/mailer-img.png and /dev/null differ diff --git a/public/img/oat.jpg b/public/img/oat.jpg deleted file mode 100644 index 9d2c0cc..0000000 Binary files a/public/img/oat.jpg and /dev/null differ diff --git a/public/img/portfolio/1.jpg b/public/img/portfolio/1.jpg deleted file mode 100644 index 97fdd99..0000000 Binary files a/public/img/portfolio/1.jpg and /dev/null differ diff --git a/public/img/portfolio/10.jpg b/public/img/portfolio/10.jpg deleted file mode 100644 index fe62cea..0000000 Binary files a/public/img/portfolio/10.jpg and /dev/null differ diff --git a/public/img/portfolio/10years.jpg b/public/img/portfolio/10years.jpg deleted file mode 100755 index c76f4fa..0000000 Binary files a/public/img/portfolio/10years.jpg and /dev/null differ diff --git a/public/img/portfolio/13.jpg b/public/img/portfolio/13.jpg deleted file mode 100644 index 8c01726..0000000 Binary files a/public/img/portfolio/13.jpg and /dev/null differ diff --git a/public/img/portfolio/15.jpg b/public/img/portfolio/15.jpg deleted file mode 100644 index 90b10c2..0000000 Binary files a/public/img/portfolio/15.jpg and /dev/null differ diff --git a/public/img/portfolio/3.jpg b/public/img/portfolio/3.jpg deleted file mode 100644 index acc04ec..0000000 Binary files a/public/img/portfolio/3.jpg and /dev/null differ diff --git a/public/img/portfolio/35.jpg b/public/img/portfolio/35.jpg deleted file mode 100644 index 680feb7..0000000 Binary files a/public/img/portfolio/35.jpg and /dev/null differ diff --git a/public/img/portfolio/37.jpg b/public/img/portfolio/37.jpg deleted file mode 100644 index 539cbf5..0000000 Binary files a/public/img/portfolio/37.jpg and /dev/null differ diff --git a/public/img/portfolio/38.jpg b/public/img/portfolio/38.jpg deleted file mode 100644 index aeb97fd..0000000 Binary files a/public/img/portfolio/38.jpg and /dev/null differ diff --git a/public/img/portfolio/4.jpg b/public/img/portfolio/4.jpg deleted file mode 100644 index 8a9a9d3..0000000 Binary files a/public/img/portfolio/4.jpg and /dev/null differ diff --git a/public/img/portfolio/5.jpg b/public/img/portfolio/5.jpg deleted file mode 100644 index fd75c6c..0000000 Binary files a/public/img/portfolio/5.jpg and /dev/null differ diff --git a/public/img/portfolio/6.jpg b/public/img/portfolio/6.jpg deleted file mode 100644 index fff0f82..0000000 Binary files a/public/img/portfolio/6.jpg and /dev/null differ diff --git a/public/img/portfolio/7.jpg b/public/img/portfolio/7.jpg deleted file mode 100644 index 6d10d04..0000000 Binary files a/public/img/portfolio/7.jpg and /dev/null differ diff --git a/public/img/portfolio/ageless.jpg b/public/img/portfolio/ageless.jpg deleted file mode 100644 index 4a593f9..0000000 Binary files a/public/img/portfolio/ageless.jpg and /dev/null differ diff --git a/public/img/portfolio/am1.jpg b/public/img/portfolio/am1.jpg deleted file mode 100755 index 7390864..0000000 Binary files a/public/img/portfolio/am1.jpg and /dev/null differ diff --git a/public/img/portfolio/am2.jpg b/public/img/portfolio/am2.jpg deleted file mode 100755 index 72bc204..0000000 Binary files a/public/img/portfolio/am2.jpg and /dev/null differ diff --git a/public/img/portfolio/am3.jpg b/public/img/portfolio/am3.jpg deleted file mode 100755 index b472869..0000000 Binary files a/public/img/portfolio/am3.jpg and /dev/null differ diff --git a/public/img/portfolio/am4.jpg b/public/img/portfolio/am4.jpg deleted file mode 100755 index f0bc185..0000000 Binary files a/public/img/portfolio/am4.jpg and /dev/null differ diff --git a/public/img/portfolio/amanthakur.jpg b/public/img/portfolio/amanthakur.jpg deleted file mode 100644 index b2bb33c..0000000 Binary files a/public/img/portfolio/amanthakur.jpg and /dev/null differ diff --git a/public/img/portfolio/anulather.jpg b/public/img/portfolio/anulather.jpg deleted file mode 100755 index a903b37..0000000 Binary files a/public/img/portfolio/anulather.jpg and /dev/null differ diff --git a/public/img/portfolio/asd.jpg b/public/img/portfolio/asd.jpg deleted file mode 100644 index 668b0f2..0000000 Binary files a/public/img/portfolio/asd.jpg and /dev/null differ diff --git a/public/img/portfolio/asdf.jpg b/public/img/portfolio/asdf.jpg deleted file mode 100644 index 2d7161a..0000000 Binary files a/public/img/portfolio/asdf.jpg and /dev/null differ diff --git a/public/img/portfolio/avijitdutt.jpg b/public/img/portfolio/avijitdutt.jpg deleted file mode 100755 index bbcf776..0000000 Binary files a/public/img/portfolio/avijitdutt.jpg and /dev/null differ diff --git a/public/img/portfolio/batch1.jpg b/public/img/portfolio/batch1.jpg deleted file mode 100644 index ffda996..0000000 Binary files a/public/img/portfolio/batch1.jpg and /dev/null differ diff --git a/public/img/portfolio/batch2.jpg b/public/img/portfolio/batch2.jpg deleted file mode 100644 index 06d7d98..0000000 Binary files a/public/img/portfolio/batch2.jpg and /dev/null differ diff --git a/public/img/portfolio/batch3.jpg b/public/img/portfolio/batch3.jpg deleted file mode 100644 index 7ce5b52..0000000 Binary files a/public/img/portfolio/batch3.jpg and /dev/null differ diff --git a/public/img/portfolio/batch4.jpg b/public/img/portfolio/batch4.jpg deleted file mode 100644 index 23f5555..0000000 Binary files a/public/img/portfolio/batch4.jpg and /dev/null differ diff --git a/public/img/portfolio/batch5.jpg b/public/img/portfolio/batch5.jpg deleted file mode 100644 index d037a08..0000000 Binary files a/public/img/portfolio/batch5.jpg and /dev/null differ diff --git a/public/img/portfolio/batch6.jpg b/public/img/portfolio/batch6.jpg deleted file mode 100644 index 0adfef4..0000000 Binary files a/public/img/portfolio/batch6.jpg and /dev/null differ diff --git a/public/img/portfolio/c1.jpg b/public/img/portfolio/c1.jpg deleted file mode 100644 index 14565b4..0000000 Binary files a/public/img/portfolio/c1.jpg and /dev/null differ diff --git a/public/img/portfolio/c2.jpg b/public/img/portfolio/c2.jpg deleted file mode 100644 index de85471..0000000 Binary files a/public/img/portfolio/c2.jpg and /dev/null differ diff --git a/public/img/portfolio/c3.jpg b/public/img/portfolio/c3.jpg deleted file mode 100644 index c07cb2b..0000000 Binary files a/public/img/portfolio/c3.jpg and /dev/null differ diff --git a/public/img/portfolio/c4.jpg b/public/img/portfolio/c4.jpg deleted file mode 100644 index 02a2f03..0000000 Binary files a/public/img/portfolio/c4.jpg and /dev/null differ diff --git a/public/img/portfolio/chester.jpg b/public/img/portfolio/chester.jpg deleted file mode 100644 index c49240e..0000000 Binary files a/public/img/portfolio/chester.jpg and /dev/null differ diff --git a/public/img/portfolio/cleanenergy.jpg b/public/img/portfolio/cleanenergy.jpg deleted file mode 100755 index d3e1729..0000000 Binary files a/public/img/portfolio/cleanenergy.jpg and /dev/null differ diff --git a/public/img/portfolio/daring.jpg b/public/img/portfolio/daring.jpg deleted file mode 100644 index 414d4de..0000000 Binary files a/public/img/portfolio/daring.jpg and /dev/null differ diff --git a/public/img/portfolio/dtusa.jpg b/public/img/portfolio/dtusa.jpg deleted file mode 100644 index 5a5d5ff..0000000 Binary files a/public/img/portfolio/dtusa.jpg and /dev/null differ diff --git a/public/img/portfolio/en1.jpg b/public/img/portfolio/en1.jpg deleted file mode 100644 index 0bfcbc5..0000000 Binary files a/public/img/portfolio/en1.jpg and /dev/null differ diff --git a/public/img/portfolio/en2.jpg b/public/img/portfolio/en2.jpg deleted file mode 100644 index 6de66e4..0000000 Binary files a/public/img/portfolio/en2.jpg and /dev/null differ diff --git a/public/img/portfolio/en3.jpg b/public/img/portfolio/en3.jpg deleted file mode 100644 index 0d63dce..0000000 Binary files a/public/img/portfolio/en3.jpg and /dev/null differ diff --git a/public/img/portfolio/en4.jpg b/public/img/portfolio/en4.jpg deleted file mode 100644 index ea7c335..0000000 Binary files a/public/img/portfolio/en4.jpg and /dev/null differ diff --git a/public/img/portfolio/es1.jpg b/public/img/portfolio/es1.jpg deleted file mode 100755 index 969d829..0000000 Binary files a/public/img/portfolio/es1.jpg and /dev/null differ diff --git a/public/img/portfolio/es2.jpg b/public/img/portfolio/es2.jpg deleted file mode 100755 index d069e8a..0000000 Binary files a/public/img/portfolio/es2.jpg and /dev/null differ diff --git a/public/img/portfolio/es3.jpg b/public/img/portfolio/es3.jpg deleted file mode 100755 index f8100ea..0000000 Binary files a/public/img/portfolio/es3.jpg and /dev/null differ diff --git a/public/img/portfolio/es4.jpg b/public/img/portfolio/es4.jpg deleted file mode 100755 index 10a21b8..0000000 Binary files a/public/img/portfolio/es4.jpg and /dev/null differ diff --git a/public/img/portfolio/es5.jpg b/public/img/portfolio/es5.jpg deleted file mode 100755 index bda8a91..0000000 Binary files a/public/img/portfolio/es5.jpg and /dev/null differ diff --git a/public/img/portfolio/f1.jpg b/public/img/portfolio/f1.jpg deleted file mode 100644 index 4098189..0000000 Binary files a/public/img/portfolio/f1.jpg and /dev/null differ diff --git a/public/img/portfolio/f2.jpg b/public/img/portfolio/f2.jpg deleted file mode 100644 index ccb8b09..0000000 Binary files a/public/img/portfolio/f2.jpg and /dev/null differ diff --git a/public/img/portfolio/f3.jpg b/public/img/portfolio/f3.jpg deleted file mode 100644 index 8f5fed7..0000000 Binary files a/public/img/portfolio/f3.jpg and /dev/null differ diff --git a/public/img/portfolio/f4.jpg b/public/img/portfolio/f4.jpg deleted file mode 100644 index 5b5b4c8..0000000 Binary files a/public/img/portfolio/f4.jpg and /dev/null differ diff --git a/public/img/portfolio/f5.jpg b/public/img/portfolio/f5.jpg deleted file mode 100644 index b522ae0..0000000 Binary files a/public/img/portfolio/f5.jpg and /dev/null differ diff --git a/public/img/portfolio/f6.jpg b/public/img/portfolio/f6.jpg deleted file mode 100644 index 2e7c495..0000000 Binary files a/public/img/portfolio/f6.jpg and /dev/null differ diff --git a/public/img/portfolio/f7.jpg b/public/img/portfolio/f7.jpg deleted file mode 100644 index da89583..0000000 Binary files a/public/img/portfolio/f7.jpg and /dev/null differ diff --git a/public/img/portfolio/f8.jpg b/public/img/portfolio/f8.jpg deleted file mode 100644 index 3bfc08b..0000000 Binary files a/public/img/portfolio/f8.jpg and /dev/null differ diff --git a/public/img/portfolio/f9.jpg b/public/img/portfolio/f9.jpg deleted file mode 100644 index 56a22e8..0000000 Binary files a/public/img/portfolio/f9.jpg and /dev/null differ diff --git a/public/img/portfolio/fn1.jpg b/public/img/portfolio/fn1.jpg deleted file mode 100644 index 78d7710..0000000 Binary files a/public/img/portfolio/fn1.jpg and /dev/null differ diff --git a/public/img/portfolio/fn2.jpg b/public/img/portfolio/fn2.jpg deleted file mode 100644 index 95d9306..0000000 Binary files a/public/img/portfolio/fn2.jpg and /dev/null differ diff --git a/public/img/portfolio/fn3.jpg b/public/img/portfolio/fn3.jpg deleted file mode 100644 index 5723ea3..0000000 Binary files a/public/img/portfolio/fn3.jpg and /dev/null differ diff --git a/public/img/portfolio/fn4.jpg b/public/img/portfolio/fn4.jpg deleted file mode 100644 index 9222b49..0000000 Binary files a/public/img/portfolio/fn4.jpg and /dev/null differ diff --git a/public/img/portfolio/fn5.jpg b/public/img/portfolio/fn5.jpg deleted file mode 100644 index 3a7e9a0..0000000 Binary files a/public/img/portfolio/fn5.jpg and /dev/null differ diff --git a/public/img/portfolio/fn6.jpg b/public/img/portfolio/fn6.jpg deleted file mode 100644 index 97ddfb6..0000000 Binary files a/public/img/portfolio/fn6.jpg and /dev/null differ diff --git a/public/img/portfolio/fw1.jpg b/public/img/portfolio/fw1.jpg deleted file mode 100644 index fe2102b..0000000 Binary files a/public/img/portfolio/fw1.jpg and /dev/null differ diff --git a/public/img/portfolio/fw2.jpg b/public/img/portfolio/fw2.jpg deleted file mode 100644 index 00342a8..0000000 Binary files a/public/img/portfolio/fw2.jpg and /dev/null differ diff --git a/public/img/portfolio/fw3.jpg b/public/img/portfolio/fw3.jpg deleted file mode 100644 index 56778d5..0000000 Binary files a/public/img/portfolio/fw3.jpg and /dev/null differ diff --git a/public/img/portfolio/fw4.jpg b/public/img/portfolio/fw4.jpg deleted file mode 100644 index f667670..0000000 Binary files a/public/img/portfolio/fw4.jpg and /dev/null differ diff --git a/public/img/portfolio/fw5.jpg b/public/img/portfolio/fw5.jpg deleted file mode 100644 index c8f59aa..0000000 Binary files a/public/img/portfolio/fw5.jpg and /dev/null differ diff --git a/public/img/portfolio/gautam.jpg b/public/img/portfolio/gautam.jpg deleted file mode 100644 index 1b0e5f0..0000000 Binary files a/public/img/portfolio/gautam.jpg and /dev/null differ diff --git a/public/img/portfolio/i1.jpg b/public/img/portfolio/i1.jpg deleted file mode 100644 index ebb6db6..0000000 Binary files a/public/img/portfolio/i1.jpg and /dev/null differ diff --git a/public/img/portfolio/i2.jpg b/public/img/portfolio/i2.jpg deleted file mode 100644 index fb241db..0000000 Binary files a/public/img/portfolio/i2.jpg and /dev/null differ diff --git a/public/img/portfolio/igt1.jpg b/public/img/portfolio/igt1.jpg deleted file mode 100644 index 8825b80..0000000 Binary files a/public/img/portfolio/igt1.jpg and /dev/null differ diff --git a/public/img/portfolio/igt2.jpg b/public/img/portfolio/igt2.jpg deleted file mode 100644 index adee989..0000000 Binary files a/public/img/portfolio/igt2.jpg and /dev/null differ diff --git a/public/img/portfolio/igt3.jpg b/public/img/portfolio/igt3.jpg deleted file mode 100644 index 33e68e1..0000000 Binary files a/public/img/portfolio/igt3.jpg and /dev/null differ diff --git a/public/img/portfolio/igt4.jpg b/public/img/portfolio/igt4.jpg deleted file mode 100644 index dca026f..0000000 Binary files a/public/img/portfolio/igt4.jpg and /dev/null differ diff --git a/public/img/portfolio/jayesh.jpg b/public/img/portfolio/jayesh.jpg deleted file mode 100644 index eea5a59..0000000 Binary files a/public/img/portfolio/jayesh.jpg and /dev/null differ diff --git a/public/img/portfolio/kuchyadein.jpg b/public/img/portfolio/kuchyadein.jpg deleted file mode 100644 index 3b349c8..0000000 Binary files a/public/img/portfolio/kuchyadein.jpg and /dev/null differ diff --git a/public/img/portfolio/logo-dark.png b/public/img/portfolio/logo-dark.png deleted file mode 100644 index 1b84f2c..0000000 Binary files a/public/img/portfolio/logo-dark.png and /dev/null differ diff --git a/public/img/portfolio/m1.jpg b/public/img/portfolio/m1.jpg deleted file mode 100644 index 7154cbf..0000000 Binary files a/public/img/portfolio/m1.jpg and /dev/null differ diff --git a/public/img/portfolio/m2.jpg b/public/img/portfolio/m2.jpg deleted file mode 100644 index cc588a7..0000000 Binary files a/public/img/portfolio/m2.jpg and /dev/null differ diff --git a/public/img/portfolio/m3.jpg b/public/img/portfolio/m3.jpg deleted file mode 100644 index f662acd..0000000 Binary files a/public/img/portfolio/m3.jpg and /dev/null differ diff --git a/public/img/portfolio/major_sehgal.jpg b/public/img/portfolio/major_sehgal.jpg deleted file mode 100644 index e13d117..0000000 Binary files a/public/img/portfolio/major_sehgal.jpg and /dev/null differ diff --git a/public/img/portfolio/mcq.jpg b/public/img/portfolio/mcq.jpg deleted file mode 100644 index 3e55367..0000000 Binary files a/public/img/portfolio/mcq.jpg and /dev/null differ diff --git a/public/img/portfolio/mq.jpg b/public/img/portfolio/mq.jpg deleted file mode 100644 index b61c5a9..0000000 Binary files a/public/img/portfolio/mq.jpg and /dev/null differ diff --git a/public/img/portfolio/mun1.jpg b/public/img/portfolio/mun1.jpg deleted file mode 100755 index 4491914..0000000 Binary files a/public/img/portfolio/mun1.jpg and /dev/null differ diff --git a/public/img/portfolio/mun2.jpg b/public/img/portfolio/mun2.jpg deleted file mode 100755 index 574da86..0000000 Binary files a/public/img/portfolio/mun2.jpg and /dev/null differ diff --git a/public/img/portfolio/mun3.jpg b/public/img/portfolio/mun3.jpg deleted file mode 100755 index 2bc84a8..0000000 Binary files a/public/img/portfolio/mun3.jpg and /dev/null differ diff --git a/public/img/portfolio/nontech.jpg b/public/img/portfolio/nontech.jpg deleted file mode 100644 index 3f42778..0000000 Binary files a/public/img/portfolio/nontech.jpg and /dev/null differ diff --git a/public/img/portfolio/o1.jpg b/public/img/portfolio/o1.jpg deleted file mode 100644 index 0ae0ac3..0000000 Binary files a/public/img/portfolio/o1.jpg and /dev/null differ diff --git a/public/img/portfolio/o2.jpg b/public/img/portfolio/o2.jpg deleted file mode 100644 index 4a943c4..0000000 Binary files a/public/img/portfolio/o2.jpg and /dev/null differ diff --git a/public/img/portfolio/o3.jpg b/public/img/portfolio/o3.jpg deleted file mode 100644 index cc45b39..0000000 Binary files a/public/img/portfolio/o3.jpg and /dev/null differ diff --git a/public/img/portfolio/o4.jpg b/public/img/portfolio/o4.jpg deleted file mode 100644 index 1b77abc..0000000 Binary files a/public/img/portfolio/o4.jpg and /dev/null differ diff --git a/public/img/portfolio/o5.jpg b/public/img/portfolio/o5.jpg deleted file mode 100644 index 0e1fcef..0000000 Binary files a/public/img/portfolio/o5.jpg and /dev/null differ diff --git a/public/img/portfolio/o6.jpg b/public/img/portfolio/o6.jpg deleted file mode 100644 index 6f2a606..0000000 Binary files a/public/img/portfolio/o6.jpg and /dev/null differ diff --git a/public/img/portfolio/single/11.jpg b/public/img/portfolio/single/11.jpg deleted file mode 100644 index 9b703ee..0000000 Binary files a/public/img/portfolio/single/11.jpg and /dev/null differ diff --git a/public/img/portfolio/single/12.jpg b/public/img/portfolio/single/12.jpg deleted file mode 100644 index cab9769..0000000 Binary files a/public/img/portfolio/single/12.jpg and /dev/null differ diff --git a/public/img/portfolio/single/13.jpg b/public/img/portfolio/single/13.jpg deleted file mode 100644 index de0a3da..0000000 Binary files a/public/img/portfolio/single/13.jpg and /dev/null differ diff --git a/public/img/portfolio/single/15.jpg b/public/img/portfolio/single/15.jpg deleted file mode 100644 index d38d356..0000000 Binary files a/public/img/portfolio/single/15.jpg and /dev/null differ diff --git a/public/img/portfolio/single/16.jpg b/public/img/portfolio/single/16.jpg deleted file mode 100644 index 9adf994..0000000 Binary files a/public/img/portfolio/single/16.jpg and /dev/null differ diff --git a/public/img/portfolio/single/17.jpg b/public/img/portfolio/single/17.jpg deleted file mode 100644 index 6c4ca3f..0000000 Binary files a/public/img/portfolio/single/17.jpg and /dev/null differ diff --git a/public/img/portfolio/single/18.jpg b/public/img/portfolio/single/18.jpg deleted file mode 100644 index 195bf60..0000000 Binary files a/public/img/portfolio/single/18.jpg and /dev/null differ diff --git a/public/img/portfolio/single/19.jpg b/public/img/portfolio/single/19.jpg deleted file mode 100644 index da7fbd7..0000000 Binary files a/public/img/portfolio/single/19.jpg and /dev/null differ diff --git a/public/img/portfolio/single/20.jpg b/public/img/portfolio/single/20.jpg deleted file mode 100644 index cb29ba5..0000000 Binary files a/public/img/portfolio/single/20.jpg and /dev/null differ diff --git a/public/img/portfolio/single/21.jpg b/public/img/portfolio/single/21.jpg deleted file mode 100644 index 3ccb6af..0000000 Binary files a/public/img/portfolio/single/21.jpg and /dev/null differ diff --git a/public/img/portfolio/single/22.jpg b/public/img/portfolio/single/22.jpg deleted file mode 100644 index e86518b..0000000 Binary files a/public/img/portfolio/single/22.jpg and /dev/null differ diff --git a/public/img/portfolio/single/23.jpg b/public/img/portfolio/single/23.jpg deleted file mode 100644 index d12b186..0000000 Binary files a/public/img/portfolio/single/23.jpg and /dev/null differ diff --git a/public/img/portfolio/single/24.jpg b/public/img/portfolio/single/24.jpg deleted file mode 100644 index 209c8fe..0000000 Binary files a/public/img/portfolio/single/24.jpg and /dev/null differ diff --git a/public/img/portfolio/single/25.jpg b/public/img/portfolio/single/25.jpg deleted file mode 100644 index 53f6581..0000000 Binary files a/public/img/portfolio/single/25.jpg and /dev/null differ diff --git a/public/img/portfolio/single/26.jpg b/public/img/portfolio/single/26.jpg deleted file mode 100644 index d4d4225..0000000 Binary files a/public/img/portfolio/single/26.jpg and /dev/null differ diff --git a/public/img/portfolio/single/27.jpg b/public/img/portfolio/single/27.jpg deleted file mode 100644 index 2272af1..0000000 Binary files a/public/img/portfolio/single/27.jpg and /dev/null differ diff --git a/public/img/portfolio/single/28.jpg b/public/img/portfolio/single/28.jpg deleted file mode 100644 index 9cb8921..0000000 Binary files a/public/img/portfolio/single/28.jpg and /dev/null differ diff --git a/public/img/portfolio/single/events/afterwedding.jpg b/public/img/portfolio/single/events/afterwedding.jpg deleted file mode 100644 index 32ca6b5..0000000 Binary files a/public/img/portfolio/single/events/afterwedding.jpg and /dev/null differ diff --git a/public/img/portfolio/single/events/cocktail.jpg b/public/img/portfolio/single/events/cocktail.jpg deleted file mode 100644 index 94f1b0d..0000000 Binary files a/public/img/portfolio/single/events/cocktail.jpg and /dev/null differ diff --git a/public/img/portfolio/single/events/wedding.jpg b/public/img/portfolio/single/events/wedding.jpg deleted file mode 100644 index 7805ff4..0000000 Binary files a/public/img/portfolio/single/events/wedding.jpg and /dev/null differ diff --git a/public/img/portfolio/single/slider-thumbs/1.jpg b/public/img/portfolio/single/slider-thumbs/1.jpg deleted file mode 100644 index 6706305..0000000 Binary files a/public/img/portfolio/single/slider-thumbs/1.jpg and /dev/null differ diff --git a/public/img/portfolio/single/slider-thumbs/10.jpg b/public/img/portfolio/single/slider-thumbs/10.jpg deleted file mode 100644 index 652cbf0..0000000 Binary files a/public/img/portfolio/single/slider-thumbs/10.jpg and /dev/null differ diff --git a/public/img/portfolio/single/slider-thumbs/7.jpg b/public/img/portfolio/single/slider-thumbs/7.jpg deleted file mode 100644 index 5a18de9..0000000 Binary files a/public/img/portfolio/single/slider-thumbs/7.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/11.jpg b/public/img/portfolio/single/thumb/11.jpg deleted file mode 100644 index 6590ff9..0000000 Binary files a/public/img/portfolio/single/thumb/11.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/15.jpg b/public/img/portfolio/single/thumb/15.jpg deleted file mode 100644 index e9c31e1..0000000 Binary files a/public/img/portfolio/single/thumb/15.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/19.jpg b/public/img/portfolio/single/thumb/19.jpg deleted file mode 100644 index 4888634..0000000 Binary files a/public/img/portfolio/single/thumb/19.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/20.jpg b/public/img/portfolio/single/thumb/20.jpg deleted file mode 100644 index 48ac348..0000000 Binary files a/public/img/portfolio/single/thumb/20.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/21.jpg b/public/img/portfolio/single/thumb/21.jpg deleted file mode 100644 index 656ba2e..0000000 Binary files a/public/img/portfolio/single/thumb/21.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/22.jpg b/public/img/portfolio/single/thumb/22.jpg deleted file mode 100644 index 0a6064e..0000000 Binary files a/public/img/portfolio/single/thumb/22.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/23.jpg b/public/img/portfolio/single/thumb/23.jpg deleted file mode 100644 index 792e7d7..0000000 Binary files a/public/img/portfolio/single/thumb/23.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/24.jpg b/public/img/portfolio/single/thumb/24.jpg deleted file mode 100644 index 3196bdf..0000000 Binary files a/public/img/portfolio/single/thumb/24.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/25.jpg b/public/img/portfolio/single/thumb/25.jpg deleted file mode 100644 index 79fa3a6..0000000 Binary files a/public/img/portfolio/single/thumb/25.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/26.jpg b/public/img/portfolio/single/thumb/26.jpg deleted file mode 100644 index 871582f..0000000 Binary files a/public/img/portfolio/single/thumb/26.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/27.jpg b/public/img/portfolio/single/thumb/27.jpg deleted file mode 100644 index edc9d54..0000000 Binary files a/public/img/portfolio/single/thumb/27.jpg and /dev/null differ diff --git a/public/img/portfolio/single/thumb/28.jpg b/public/img/portfolio/single/thumb/28.jpg deleted file mode 100644 index 4657b09..0000000 Binary files a/public/img/portfolio/single/thumb/28.jpg and /dev/null differ diff --git a/public/img/portfolio/talesoflost.jpg b/public/img/portfolio/talesoflost.jpg deleted file mode 100644 index 6a7f6ca..0000000 Binary files a/public/img/portfolio/talesoflost.jpg and /dev/null differ diff --git a/public/img/portfolio/techplacement.jpg b/public/img/portfolio/techplacement.jpg deleted file mode 100644 index afa9f7e..0000000 Binary files a/public/img/portfolio/techplacement.jpg and /dev/null differ diff --git a/public/img/portfolio/tf1.jpg b/public/img/portfolio/tf1.jpg deleted file mode 100755 index 39c1a51..0000000 Binary files a/public/img/portfolio/tf1.jpg and /dev/null differ diff --git a/public/img/portfolio/tf2.jpg b/public/img/portfolio/tf2.jpg deleted file mode 100755 index 1b1892b..0000000 Binary files a/public/img/portfolio/tf2.jpg and /dev/null differ diff --git a/public/img/portfolio/tf3.jpg b/public/img/portfolio/tf3.jpg deleted file mode 100755 index 977c0da..0000000 Binary files a/public/img/portfolio/tf3.jpg and /dev/null differ diff --git a/public/img/portfolio/tf4.jpg b/public/img/portfolio/tf4.jpg deleted file mode 100755 index fc3d2ec..0000000 Binary files a/public/img/portfolio/tf4.jpg and /dev/null differ diff --git a/public/img/portfolio/tf5.jpg b/public/img/portfolio/tf5.jpg deleted file mode 100755 index 534304f..0000000 Binary files a/public/img/portfolio/tf5.jpg and /dev/null differ diff --git a/public/img/portfolio/tyesha.jpg b/public/img/portfolio/tyesha.jpg deleted file mode 100644 index 0bdc3f5..0000000 Binary files a/public/img/portfolio/tyesha.jpg and /dev/null differ diff --git a/public/img/portfolio/y.jpg b/public/img/portfolio/y.jpg deleted file mode 100644 index 6367516..0000000 Binary files a/public/img/portfolio/y.jpg and /dev/null differ diff --git a/public/img/portfolio/y1.jpg b/public/img/portfolio/y1.jpg deleted file mode 100644 index 1f9596a..0000000 Binary files a/public/img/portfolio/y1.jpg and /dev/null differ diff --git a/public/img/portfolio/y10.jpg b/public/img/portfolio/y10.jpg deleted file mode 100755 index 66e3e51..0000000 Binary files a/public/img/portfolio/y10.jpg and /dev/null differ diff --git a/public/img/portfolio/y11.jpg b/public/img/portfolio/y11.jpg deleted file mode 100755 index 6a6b348..0000000 Binary files a/public/img/portfolio/y11.jpg and /dev/null differ diff --git a/public/img/portfolio/y12.jpg b/public/img/portfolio/y12.jpg deleted file mode 100755 index e7dd1ad..0000000 Binary files a/public/img/portfolio/y12.jpg and /dev/null differ diff --git a/public/img/portfolio/y14.jpg b/public/img/portfolio/y14.jpg deleted file mode 100755 index 6728248..0000000 Binary files a/public/img/portfolio/y14.jpg and /dev/null differ diff --git a/public/img/portfolio/y15.jpg b/public/img/portfolio/y15.jpg deleted file mode 100755 index eebeba8..0000000 Binary files a/public/img/portfolio/y15.jpg and /dev/null differ diff --git a/public/img/portfolio/y16.jpg b/public/img/portfolio/y16.jpg deleted file mode 100755 index b2031a1..0000000 Binary files a/public/img/portfolio/y16.jpg and /dev/null differ diff --git a/public/img/portfolio/y17.jpg b/public/img/portfolio/y17.jpg deleted file mode 100755 index eca1d6e..0000000 Binary files a/public/img/portfolio/y17.jpg and /dev/null differ diff --git a/public/img/portfolio/y18.jpg b/public/img/portfolio/y18.jpg deleted file mode 100755 index bf6ca59..0000000 Binary files a/public/img/portfolio/y18.jpg and /dev/null differ diff --git a/public/img/portfolio/y2.jpg b/public/img/portfolio/y2.jpg deleted file mode 100644 index 0003c8c..0000000 Binary files a/public/img/portfolio/y2.jpg and /dev/null differ diff --git a/public/img/portfolio/y3.jpg b/public/img/portfolio/y3.jpg deleted file mode 100644 index 0146de2..0000000 Binary files a/public/img/portfolio/y3.jpg and /dev/null differ diff --git a/public/img/portfolio/y4.jpg b/public/img/portfolio/y4.jpg deleted file mode 100644 index 83ce1ee..0000000 Binary files a/public/img/portfolio/y4.jpg and /dev/null differ diff --git a/public/img/portfolio/y5.jpg b/public/img/portfolio/y5.jpg deleted file mode 100644 index 6e55fba..0000000 Binary files a/public/img/portfolio/y5.jpg and /dev/null differ diff --git a/public/img/portfolio/y6.jpg b/public/img/portfolio/y6.jpg deleted file mode 100755 index da9003b..0000000 Binary files a/public/img/portfolio/y6.jpg and /dev/null differ diff --git a/public/img/portfolio/y7.jpg b/public/img/portfolio/y7.jpg deleted file mode 100755 index a186741..0000000 Binary files a/public/img/portfolio/y7.jpg and /dev/null differ diff --git a/public/img/portfolio/y8.jpg b/public/img/portfolio/y8.jpg deleted file mode 100755 index d987756..0000000 Binary files a/public/img/portfolio/y8.jpg and /dev/null differ diff --git a/public/img/portfolio/y9.jpg b/public/img/portfolio/y9.jpg deleted file mode 100755 index b96c644..0000000 Binary files a/public/img/portfolio/y9.jpg and /dev/null differ diff --git a/public/img/society/altair/1.jpg b/public/img/society/altair/1.jpg deleted file mode 100644 index be219a1..0000000 Binary files a/public/img/society/altair/1.jpg and /dev/null differ diff --git a/public/img/society/altair/2.jpg b/public/img/society/altair/2.jpg deleted file mode 100644 index 7767219..0000000 Binary files a/public/img/society/altair/2.jpg and /dev/null differ diff --git a/public/img/society/altair/3.jpg b/public/img/society/altair/3.jpg deleted file mode 100644 index 3d9d91b..0000000 Binary files a/public/img/society/altair/3.jpg and /dev/null differ diff --git a/public/img/society/altair/4.jpg b/public/img/society/altair/4.jpg deleted file mode 100644 index cf344f2..0000000 Binary files a/public/img/society/altair/4.jpg and /dev/null differ diff --git a/public/img/society/altair/5.jpg b/public/img/society/altair/5.jpg deleted file mode 100644 index 908f9b0..0000000 Binary files a/public/img/society/altair/5.jpg and /dev/null differ diff --git a/public/img/society/altair/6.jpg b/public/img/society/altair/6.jpg deleted file mode 100644 index 4e13a75..0000000 Binary files a/public/img/society/altair/6.jpg and /dev/null differ diff --git a/public/img/society/altair/7.jpg b/public/img/society/altair/7.jpg deleted file mode 100644 index 1f63b84..0000000 Binary files a/public/img/society/altair/7.jpg and /dev/null differ diff --git a/public/img/society/altair/altair.jpg b/public/img/society/altair/altair.jpg deleted file mode 100644 index be219a1..0000000 Binary files a/public/img/society/altair/altair.jpg and /dev/null differ diff --git a/public/img/society/asme/0.jpg b/public/img/society/asme/0.jpg deleted file mode 100644 index 2f01fee..0000000 Binary files a/public/img/society/asme/0.jpg and /dev/null differ diff --git a/public/img/society/asme/1.jpg b/public/img/society/asme/1.jpg deleted file mode 100644 index 2f01fee..0000000 Binary files a/public/img/society/asme/1.jpg and /dev/null differ diff --git a/public/img/society/asme/2.jpg b/public/img/society/asme/2.jpg deleted file mode 100644 index a07bc14..0000000 Binary files a/public/img/society/asme/2.jpg and /dev/null differ diff --git a/public/img/society/asme/3.jpg b/public/img/society/asme/3.jpg deleted file mode 100644 index 0e93563..0000000 Binary files a/public/img/society/asme/3.jpg and /dev/null differ diff --git a/public/img/society/asme/4.jpg b/public/img/society/asme/4.jpg deleted file mode 100644 index d716a71..0000000 Binary files a/public/img/society/asme/4.jpg and /dev/null differ diff --git a/public/img/society/asme/5.jpg b/public/img/society/asme/5.jpg deleted file mode 100644 index 7062ee4..0000000 Binary files a/public/img/society/asme/5.jpg and /dev/null differ diff --git a/public/img/society/asme/6.jpg b/public/img/society/asme/6.jpg deleted file mode 100644 index 174ee04..0000000 Binary files a/public/img/society/asme/6.jpg and /dev/null differ diff --git a/public/img/society/assets/1.JPG b/public/img/society/assets/1.JPG deleted file mode 100644 index e177e57..0000000 Binary files a/public/img/society/assets/1.JPG and /dev/null differ diff --git a/public/img/society/assets/2.jpg b/public/img/society/assets/2.jpg deleted file mode 100644 index 1c9b518..0000000 Binary files a/public/img/society/assets/2.jpg and /dev/null differ diff --git a/public/img/society/assets/3.jpg b/public/img/society/assets/3.jpg deleted file mode 100644 index dcd1cd2..0000000 Binary files a/public/img/society/assets/3.jpg and /dev/null differ diff --git a/public/img/society/assets/4.jpg b/public/img/society/assets/4.jpg deleted file mode 100644 index a797268..0000000 Binary files a/public/img/society/assets/4.jpg and /dev/null differ diff --git a/public/img/society/assets/5.jpg b/public/img/society/assets/5.jpg deleted file mode 100644 index 5eedc60..0000000 Binary files a/public/img/society/assets/5.jpg and /dev/null differ diff --git a/public/img/society/assets/6.jpg b/public/img/society/assets/6.jpg deleted file mode 100644 index f0d0298..0000000 Binary files a/public/img/society/assets/6.jpg and /dev/null differ diff --git a/public/img/society/auv/1.jpg b/public/img/society/auv/1.jpg deleted file mode 100644 index 95a9d6d..0000000 Binary files a/public/img/society/auv/1.jpg and /dev/null differ diff --git a/public/img/society/auv/1st.jpg b/public/img/society/auv/1st.jpg deleted file mode 100644 index a2eb969..0000000 Binary files a/public/img/society/auv/1st.jpg and /dev/null differ diff --git a/public/img/society/auv/2.jpg b/public/img/society/auv/2.jpg deleted file mode 100644 index a27935d..0000000 Binary files a/public/img/society/auv/2.jpg and /dev/null differ diff --git a/public/img/society/auv/3.jpg b/public/img/society/auv/3.jpg deleted file mode 100644 index 99d4ec2..0000000 Binary files a/public/img/society/auv/3.jpg and /dev/null differ diff --git a/public/img/society/auv/4.jpg b/public/img/society/auv/4.jpg deleted file mode 100644 index 3d409b9..0000000 Binary files a/public/img/society/auv/4.jpg and /dev/null differ diff --git a/public/img/society/auv/5.jpg b/public/img/society/auv/5.jpg deleted file mode 100644 index e3ee569..0000000 Binary files a/public/img/society/auv/5.jpg and /dev/null differ diff --git a/public/img/society/auv/6.jpg b/public/img/society/auv/6.jpg deleted file mode 100644 index 9b620b1..0000000 Binary files a/public/img/society/auv/6.jpg and /dev/null differ diff --git a/public/img/society/baja/2.jpg b/public/img/society/baja/2.jpg deleted file mode 100644 index fd6cd9d..0000000 Binary files a/public/img/society/baja/2.jpg and /dev/null differ diff --git a/public/img/society/casrae/1.jpg b/public/img/society/casrae/1.jpg deleted file mode 100644 index 2f34f5d..0000000 Binary files a/public/img/society/casrae/1.jpg and /dev/null differ diff --git a/public/img/society/casrae/2.png b/public/img/society/casrae/2.png deleted file mode 100644 index 45c7e7f..0000000 Binary files a/public/img/society/casrae/2.png and /dev/null differ diff --git a/public/img/society/casrae/3.jpg b/public/img/society/casrae/3.jpg deleted file mode 100644 index af32a16..0000000 Binary files a/public/img/society/casrae/3.jpg and /dev/null differ diff --git a/public/img/society/casrae/4.jpg b/public/img/society/casrae/4.jpg deleted file mode 100644 index 54771e4..0000000 Binary files a/public/img/society/casrae/4.jpg and /dev/null differ diff --git a/public/img/society/casrae/6.jpg b/public/img/society/casrae/6.jpg deleted file mode 100644 index b0db172..0000000 Binary files a/public/img/society/casrae/6.jpg and /dev/null differ diff --git a/public/img/society/casrae/7.jpg b/public/img/society/casrae/7.jpg deleted file mode 100644 index 64925c1..0000000 Binary files a/public/img/society/casrae/7.jpg and /dev/null differ diff --git a/public/img/society/casrae/8.jpg b/public/img/society/casrae/8.jpg deleted file mode 100644 index fd25e9e..0000000 Binary files a/public/img/society/casrae/8.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/1.jpg b/public/img/society/cognitivemind/1.jpg deleted file mode 100644 index 47cad9b..0000000 Binary files a/public/img/society/cognitivemind/1.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/10.jpg b/public/img/society/cognitivemind/10.jpg deleted file mode 100644 index 31727c4..0000000 Binary files a/public/img/society/cognitivemind/10.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/2.jpg b/public/img/society/cognitivemind/2.jpg deleted file mode 100644 index 18cd13d..0000000 Binary files a/public/img/society/cognitivemind/2.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/3.jpg b/public/img/society/cognitivemind/3.jpg deleted file mode 100644 index 40a5693..0000000 Binary files a/public/img/society/cognitivemind/3.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/4.jpg b/public/img/society/cognitivemind/4.jpg deleted file mode 100644 index b37c092..0000000 Binary files a/public/img/society/cognitivemind/4.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/6.jpg b/public/img/society/cognitivemind/6.jpg deleted file mode 100644 index 5972c77..0000000 Binary files a/public/img/society/cognitivemind/6.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/7.jpg b/public/img/society/cognitivemind/7.jpg deleted file mode 100644 index 0439326..0000000 Binary files a/public/img/society/cognitivemind/7.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/8.jpg b/public/img/society/cognitivemind/8.jpg deleted file mode 100644 index 561ff4f..0000000 Binary files a/public/img/society/cognitivemind/8.jpg and /dev/null differ diff --git a/public/img/society/cognitivemind/9.jpg b/public/img/society/cognitivemind/9.jpg deleted file mode 100644 index 567caa6..0000000 Binary files a/public/img/society/cognitivemind/9.jpg and /dev/null differ diff --git a/public/img/society/csi/1.png b/public/img/society/csi/1.png deleted file mode 100644 index 7aca0da..0000000 Binary files a/public/img/society/csi/1.png and /dev/null differ diff --git a/public/img/society/csi/2.jpg b/public/img/society/csi/2.jpg deleted file mode 100644 index 2702bb5..0000000 Binary files a/public/img/society/csi/2.jpg and /dev/null differ diff --git a/public/img/society/csi/3.jpg b/public/img/society/csi/3.jpg deleted file mode 100644 index f610e3c..0000000 Binary files a/public/img/society/csi/3.jpg and /dev/null differ diff --git a/public/img/society/csi/4.1.jpg b/public/img/society/csi/4.1.jpg deleted file mode 100644 index b4cc4ac..0000000 Binary files a/public/img/society/csi/4.1.jpg and /dev/null differ diff --git a/public/img/society/csi/4.jpg b/public/img/society/csi/4.jpg deleted file mode 100644 index 3d4d823..0000000 Binary files a/public/img/society/csi/4.jpg and /dev/null differ diff --git a/public/img/society/csi/5.jpg b/public/img/society/csi/5.jpg deleted file mode 100644 index 4338756..0000000 Binary files a/public/img/society/csi/5.jpg and /dev/null differ diff --git a/public/img/society/cubix/1.jpg b/public/img/society/cubix/1.jpg deleted file mode 100644 index 96c1b09..0000000 Binary files a/public/img/society/cubix/1.jpg and /dev/null differ diff --git a/public/img/society/cubix/2.jpg b/public/img/society/cubix/2.jpg deleted file mode 100644 index e81085b..0000000 Binary files a/public/img/society/cubix/2.jpg and /dev/null differ diff --git a/public/img/society/cubix/3.jpg b/public/img/society/cubix/3.jpg deleted file mode 100644 index 590d624..0000000 Binary files a/public/img/society/cubix/3.jpg and /dev/null differ diff --git a/public/img/society/cubix/4.jpg b/public/img/society/cubix/4.jpg deleted file mode 100644 index 8fc881f..0000000 Binary files a/public/img/society/cubix/4.jpg and /dev/null differ diff --git a/public/img/society/cubix/5.jpg b/public/img/society/cubix/5.jpg deleted file mode 100644 index 7fed911..0000000 Binary files a/public/img/society/cubix/5.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/bhangra.jpg b/public/img/society/cultsoc/bhangra.jpg deleted file mode 100644 index a216070..0000000 Binary files a/public/img/society/cultsoc/bhangra.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/kalakriti.jpg b/public/img/society/cultsoc/kalakriti.jpg deleted file mode 100644 index 28f9f83..0000000 Binary files a/public/img/society/cultsoc/kalakriti.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/madhurima.jpg b/public/img/society/cultsoc/madhurima.jpg deleted file mode 100644 index 4c8a954..0000000 Binary files a/public/img/society/cultsoc/madhurima.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/nrityangana.jpg b/public/img/society/cultsoc/nrityangana.jpg deleted file mode 100644 index 766449d..0000000 Binary files a/public/img/society/cultsoc/nrityangana.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/panache.jpg b/public/img/society/cultsoc/panache.jpg deleted file mode 100644 index 8b1e996..0000000 Binary files a/public/img/society/cultsoc/panache.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/parchayi.jpg b/public/img/society/cultsoc/parchayi.jpg deleted file mode 100644 index 547bc34..0000000 Binary files a/public/img/society/cultsoc/parchayi.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/pratibimb.jpg b/public/img/society/cultsoc/pratibimb.jpg deleted file mode 100644 index a3e61bf..0000000 Binary files a/public/img/society/cultsoc/pratibimb.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/sahitya.jpg b/public/img/society/cultsoc/sahitya.jpg deleted file mode 100644 index 699e2ff..0000000 Binary files a/public/img/society/cultsoc/sahitya.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/bhangra.jpg b/public/img/society/cultsoc/showcase/bhangra.jpg deleted file mode 100644 index c34423c..0000000 Binary files a/public/img/society/cultsoc/showcase/bhangra.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/kalakriti.jpg b/public/img/society/cultsoc/showcase/kalakriti.jpg deleted file mode 100644 index 5c65dd5..0000000 Binary files a/public/img/society/cultsoc/showcase/kalakriti.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/madhurima.jpg b/public/img/society/cultsoc/showcase/madhurima.jpg deleted file mode 100644 index dd4fad7..0000000 Binary files a/public/img/society/cultsoc/showcase/madhurima.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/nrityangana.jpg b/public/img/society/cultsoc/showcase/nrityangana.jpg deleted file mode 100644 index a0634fa..0000000 Binary files a/public/img/society/cultsoc/showcase/nrityangana.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/panache.jpg b/public/img/society/cultsoc/showcase/panache.jpg deleted file mode 100644 index 26738a0..0000000 Binary files a/public/img/society/cultsoc/showcase/panache.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/parchayi.jpg b/public/img/society/cultsoc/showcase/parchayi.jpg deleted file mode 100644 index 729eea8..0000000 Binary files a/public/img/society/cultsoc/showcase/parchayi.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/pratibimb.jpg b/public/img/society/cultsoc/showcase/pratibimb.jpg deleted file mode 100644 index 8045123..0000000 Binary files a/public/img/society/cultsoc/showcase/pratibimb.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/sahitya.jpg b/public/img/society/cultsoc/showcase/sahitya.jpg deleted file mode 100644 index b54eaf7..0000000 Binary files a/public/img/society/cultsoc/showcase/sahitya.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/showcase/vibe.jpg b/public/img/society/cultsoc/showcase/vibe.jpg deleted file mode 100644 index f2db02b..0000000 Binary files a/public/img/society/cultsoc/showcase/vibe.jpg and /dev/null differ diff --git a/public/img/society/cultsoc/vibe.jpg b/public/img/society/cultsoc/vibe.jpg deleted file mode 100644 index 7d4af8a..0000000 Binary files a/public/img/society/cultsoc/vibe.jpg and /dev/null differ diff --git a/public/img/society/defianz/1.jpg b/public/img/society/defianz/1.jpg deleted file mode 100644 index 12d463c..0000000 Binary files a/public/img/society/defianz/1.jpg and /dev/null differ diff --git a/public/img/society/defianz/2.jpg b/public/img/society/defianz/2.jpg deleted file mode 100644 index 39dd7cd..0000000 Binary files a/public/img/society/defianz/2.jpg and /dev/null differ diff --git a/public/img/society/defianz/defianz.jpg b/public/img/society/defianz/defianz.jpg deleted file mode 100644 index dde4585..0000000 Binary files a/public/img/society/defianz/defianz.jpg and /dev/null differ diff --git a/public/img/society/delhi42/1.png b/public/img/society/delhi42/1.png deleted file mode 100644 index 61afc6f..0000000 Binary files a/public/img/society/delhi42/1.png and /dev/null differ diff --git a/public/img/society/delhi42/10.jpg b/public/img/society/delhi42/10.jpg deleted file mode 100644 index b618126..0000000 Binary files a/public/img/society/delhi42/10.jpg and /dev/null differ diff --git a/public/img/society/delhi42/11.jpg b/public/img/society/delhi42/11.jpg deleted file mode 100644 index 861f113..0000000 Binary files a/public/img/society/delhi42/11.jpg and /dev/null differ diff --git a/public/img/society/delhi42/12.jpg b/public/img/society/delhi42/12.jpg deleted file mode 100644 index f7bc261..0000000 Binary files a/public/img/society/delhi42/12.jpg and /dev/null differ diff --git a/public/img/society/delhi42/13.jpg b/public/img/society/delhi42/13.jpg deleted file mode 100644 index 74093e8..0000000 Binary files a/public/img/society/delhi42/13.jpg and /dev/null differ diff --git a/public/img/society/delhi42/2.jpg b/public/img/society/delhi42/2.jpg deleted file mode 100644 index bb8f012..0000000 Binary files a/public/img/society/delhi42/2.jpg and /dev/null differ diff --git a/public/img/society/delhi42/3.jpg b/public/img/society/delhi42/3.jpg deleted file mode 100644 index 7d437a8..0000000 Binary files a/public/img/society/delhi42/3.jpg and /dev/null differ diff --git a/public/img/society/delhi42/4.jpg b/public/img/society/delhi42/4.jpg deleted file mode 100644 index 815e1bc..0000000 Binary files a/public/img/society/delhi42/4.jpg and /dev/null differ diff --git a/public/img/society/delhi42/5.jpg b/public/img/society/delhi42/5.jpg deleted file mode 100644 index 57347cb..0000000 Binary files a/public/img/society/delhi42/5.jpg and /dev/null differ diff --git a/public/img/society/delhi42/6.jpg b/public/img/society/delhi42/6.jpg deleted file mode 100644 index 76f31e4..0000000 Binary files a/public/img/society/delhi42/6.jpg and /dev/null differ diff --git a/public/img/society/delhi42/7.jpg b/public/img/society/delhi42/7.jpg deleted file mode 100644 index 04868c8..0000000 Binary files a/public/img/society/delhi42/7.jpg and /dev/null differ diff --git a/public/img/society/delhi42/8.jpg b/public/img/society/delhi42/8.jpg deleted file mode 100644 index 64ebb6c..0000000 Binary files a/public/img/society/delhi42/8.jpg and /dev/null differ diff --git a/public/img/society/delhi42/9.jpg b/public/img/society/delhi42/9.jpg deleted file mode 100644 index 0d713f2..0000000 Binary files a/public/img/society/delhi42/9.jpg and /dev/null differ diff --git a/public/img/society/deltechmun/1.jpg b/public/img/society/deltechmun/1.jpg deleted file mode 100644 index 10bb45f..0000000 Binary files a/public/img/society/deltechmun/1.jpg and /dev/null differ diff --git a/public/img/society/deltechmun/2.jpg b/public/img/society/deltechmun/2.jpg deleted file mode 100644 index ab65d26..0000000 Binary files a/public/img/society/deltechmun/2.jpg and /dev/null differ diff --git a/public/img/society/deltechmun/3.jpg b/public/img/society/deltechmun/3.jpg deleted file mode 100644 index b415a8d..0000000 Binary files a/public/img/society/deltechmun/3.jpg and /dev/null differ diff --git a/public/img/society/deltechmun/4.jpg b/public/img/society/deltechmun/4.jpg deleted file mode 100644 index 8484c54..0000000 Binary files a/public/img/society/deltechmun/4.jpg and /dev/null differ diff --git a/public/img/society/deltechmun/5.jpg b/public/img/society/deltechmun/5.jpg deleted file mode 100644 index 6c582d5..0000000 Binary files a/public/img/society/deltechmun/5.jpg and /dev/null differ diff --git a/public/img/society/dtu.png b/public/img/society/dtu.png deleted file mode 100644 index 45a6942..0000000 Binary files a/public/img/society/dtu.png and /dev/null differ diff --git a/public/img/society/dtubhangra/1.jpg b/public/img/society/dtubhangra/1.jpg deleted file mode 100644 index ed71309..0000000 Binary files a/public/img/society/dtubhangra/1.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/2.jpg b/public/img/society/dtubhangra/2.jpg deleted file mode 100644 index 64ebb6c..0000000 Binary files a/public/img/society/dtubhangra/2.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/3.jpg b/public/img/society/dtubhangra/3.jpg deleted file mode 100644 index 272b6a0..0000000 Binary files a/public/img/society/dtubhangra/3.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/4.jpg b/public/img/society/dtubhangra/4.jpg deleted file mode 100644 index 3e0b36f..0000000 Binary files a/public/img/society/dtubhangra/4.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/5.jpg b/public/img/society/dtubhangra/5.jpg deleted file mode 100644 index 7ee1a63..0000000 Binary files a/public/img/society/dtubhangra/5.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/6.jpg b/public/img/society/dtubhangra/6.jpg deleted file mode 100644 index 0b4ff1e..0000000 Binary files a/public/img/society/dtubhangra/6.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/7.jpg b/public/img/society/dtubhangra/7.jpg deleted file mode 100644 index 18c75a9..0000000 Binary files a/public/img/society/dtubhangra/7.jpg and /dev/null differ diff --git a/public/img/society/dtubhangra/8.jpg b/public/img/society/dtubhangra/8.jpg deleted file mode 100644 index 8c40d0f..0000000 Binary files a/public/img/society/dtubhangra/8.jpg and /dev/null differ diff --git a/public/img/society/ecell/1.jpg b/public/img/society/ecell/1.jpg deleted file mode 100644 index f10feb3..0000000 Binary files a/public/img/society/ecell/1.jpg and /dev/null differ diff --git a/public/img/society/ecell/1.png b/public/img/society/ecell/1.png deleted file mode 100644 index 3000d5c..0000000 Binary files a/public/img/society/ecell/1.png and /dev/null differ diff --git a/public/img/society/ecell/2.jpg b/public/img/society/ecell/2.jpg deleted file mode 100644 index 9c83d9d..0000000 Binary files a/public/img/society/ecell/2.jpg and /dev/null differ diff --git a/public/img/society/ecell/3.jpg b/public/img/society/ecell/3.jpg deleted file mode 100644 index 00e08f0..0000000 Binary files a/public/img/society/ecell/3.jpg and /dev/null differ diff --git a/public/img/society/ecell/4.jpg b/public/img/society/ecell/4.jpg deleted file mode 100644 index 7418589..0000000 Binary files a/public/img/society/ecell/4.jpg and /dev/null differ diff --git a/public/img/society/ecell/5.jpg b/public/img/society/ecell/5.jpg deleted file mode 100644 index ca5dfa0..0000000 Binary files a/public/img/society/ecell/5.jpg and /dev/null differ diff --git a/public/img/society/ecell/6.jpg b/public/img/society/ecell/6.jpg deleted file mode 100644 index 52af6a6..0000000 Binary files a/public/img/society/ecell/6.jpg and /dev/null differ diff --git a/public/img/society/ecell/7.jpg b/public/img/society/ecell/7.jpg deleted file mode 100644 index a2c1d99..0000000 Binary files a/public/img/society/ecell/7.jpg and /dev/null differ diff --git a/public/img/society/elixer/1.jpg b/public/img/society/elixer/1.jpg deleted file mode 100644 index 9875d33..0000000 Binary files a/public/img/society/elixer/1.jpg and /dev/null differ diff --git a/public/img/society/elixer/2.jpg b/public/img/society/elixer/2.jpg deleted file mode 100644 index b7f2f0f..0000000 Binary files a/public/img/society/elixer/2.jpg and /dev/null differ diff --git a/public/img/society/elixer/elixir.jpg b/public/img/society/elixer/elixir.jpg deleted file mode 100644 index b7f2f0f..0000000 Binary files a/public/img/society/elixer/elixir.jpg and /dev/null differ diff --git a/public/img/society/elixir/1.png b/public/img/society/elixir/1.png deleted file mode 100644 index c7816d9..0000000 Binary files a/public/img/society/elixir/1.png and /dev/null differ diff --git a/public/img/society/elixir/2.jpg b/public/img/society/elixir/2.jpg deleted file mode 100644 index b7f2f0f..0000000 Binary files a/public/img/society/elixir/2.jpg and /dev/null differ diff --git a/public/img/society/elixir/3.jpg b/public/img/society/elixir/3.jpg deleted file mode 100644 index 9ceedb2..0000000 Binary files a/public/img/society/elixir/3.jpg and /dev/null differ diff --git a/public/img/society/elixir/4.jpg b/public/img/society/elixir/4.jpg deleted file mode 100644 index 1f13bda..0000000 Binary files a/public/img/society/elixir/4.jpg and /dev/null differ diff --git a/public/img/society/elixir/5.jpg b/public/img/society/elixir/5.jpg deleted file mode 100644 index 2bd1ba9..0000000 Binary files a/public/img/society/elixir/5.jpg and /dev/null differ diff --git a/public/img/society/elixir/6.jpg b/public/img/society/elixir/6.jpg deleted file mode 100644 index aa75ac6..0000000 Binary files a/public/img/society/elixir/6.jpg and /dev/null differ diff --git a/public/img/society/elixir/7.jpg b/public/img/society/elixir/7.jpg deleted file mode 100644 index 5c81279..0000000 Binary files a/public/img/society/elixir/7.jpg and /dev/null differ diff --git a/public/img/society/elixir/8.jpg b/public/img/society/elixir/8.jpg deleted file mode 100644 index d641296..0000000 Binary files a/public/img/society/elixir/8.jpg and /dev/null differ diff --git a/public/img/society/elixir/9.jpg b/public/img/society/elixir/9.jpg deleted file mode 100644 index 7acbb21..0000000 Binary files a/public/img/society/elixir/9.jpg and /dev/null differ diff --git a/public/img/society/elixir/elixir.jpg b/public/img/society/elixir/elixir.jpg deleted file mode 100644 index b7f2f0f..0000000 Binary files a/public/img/society/elixir/elixir.jpg and /dev/null differ diff --git a/public/img/society/enactus/0.jpg b/public/img/society/enactus/0.jpg deleted file mode 100644 index 5a934a5..0000000 Binary files a/public/img/society/enactus/0.jpg and /dev/null differ diff --git a/public/img/society/enactus/1.jpg b/public/img/society/enactus/1.jpg deleted file mode 100644 index 3687eb1..0000000 Binary files a/public/img/society/enactus/1.jpg and /dev/null differ diff --git a/public/img/society/enactus/2.jpg b/public/img/society/enactus/2.jpg deleted file mode 100644 index 94739de..0000000 Binary files a/public/img/society/enactus/2.jpg and /dev/null differ diff --git a/public/img/society/enactus/3.jpg b/public/img/society/enactus/3.jpg deleted file mode 100644 index 9c22ed9..0000000 Binary files a/public/img/society/enactus/3.jpg and /dev/null differ diff --git a/public/img/society/enactus/4.jpg b/public/img/society/enactus/4.jpg deleted file mode 100644 index 9e1803b..0000000 Binary files a/public/img/society/enactus/4.jpg and /dev/null differ diff --git a/public/img/society/enactus/5.jpg b/public/img/society/enactus/5.jpg deleted file mode 100644 index fc4f50a..0000000 Binary files a/public/img/society/enactus/5.jpg and /dev/null differ diff --git a/public/img/society/globalyouth/1.jpg b/public/img/society/globalyouth/1.jpg deleted file mode 100644 index ed4e376..0000000 Binary files a/public/img/society/globalyouth/1.jpg and /dev/null differ diff --git a/public/img/society/globalyouth/2.jpg b/public/img/society/globalyouth/2.jpg deleted file mode 100644 index 41dfc98..0000000 Binary files a/public/img/society/globalyouth/2.jpg and /dev/null differ diff --git a/public/img/society/globalyouth/3.jpg b/public/img/society/globalyouth/3.jpg deleted file mode 100644 index 9c201d9..0000000 Binary files a/public/img/society/globalyouth/3.jpg and /dev/null differ diff --git a/public/img/society/globalyouth/4.jpg b/public/img/society/globalyouth/4.jpg deleted file mode 100644 index 9d06ed5..0000000 Binary files a/public/img/society/globalyouth/4.jpg and /dev/null differ diff --git a/public/img/society/globalyouth/5.jpg b/public/img/society/globalyouth/5.jpg deleted file mode 100644 index d5cfa14..0000000 Binary files a/public/img/society/globalyouth/5.jpg and /dev/null differ diff --git a/public/img/society/hertz/1.jpg b/public/img/society/hertz/1.jpg deleted file mode 100644 index eb19517..0000000 Binary files a/public/img/society/hertz/1.jpg and /dev/null differ diff --git a/public/img/society/hertz/2.jpg b/public/img/society/hertz/2.jpg deleted file mode 100644 index efbf6be..0000000 Binary files a/public/img/society/hertz/2.jpg and /dev/null differ diff --git a/public/img/society/hertz/3.jpg b/public/img/society/hertz/3.jpg deleted file mode 100644 index 3c358f9..0000000 Binary files a/public/img/society/hertz/3.jpg and /dev/null differ diff --git a/public/img/society/hertz/4.jpg b/public/img/society/hertz/4.jpg deleted file mode 100644 index 19187d9..0000000 Binary files a/public/img/society/hertz/4.jpg and /dev/null differ diff --git a/public/img/society/hertz/5.jpg b/public/img/society/hertz/5.jpg deleted file mode 100644 index de82c6f..0000000 Binary files a/public/img/society/hertz/5.jpg and /dev/null differ diff --git a/public/img/society/hertz/6.jpg b/public/img/society/hertz/6.jpg deleted file mode 100644 index be69123..0000000 Binary files a/public/img/society/hertz/6.jpg and /dev/null differ diff --git a/public/img/society/hertz/hertz.jpg b/public/img/society/hertz/hertz.jpg deleted file mode 100644 index efbf6be..0000000 Binary files a/public/img/society/hertz/hertz.jpg and /dev/null differ diff --git a/public/img/society/ieee/1.png b/public/img/society/ieee/1.png deleted file mode 100644 index 59f7894..0000000 Binary files a/public/img/society/ieee/1.png and /dev/null differ diff --git a/public/img/society/ieee/2.jpg b/public/img/society/ieee/2.jpg deleted file mode 100644 index 1d67303..0000000 Binary files a/public/img/society/ieee/2.jpg and /dev/null differ diff --git a/public/img/society/ieee/3.jpg b/public/img/society/ieee/3.jpg deleted file mode 100644 index 821e761..0000000 Binary files a/public/img/society/ieee/3.jpg and /dev/null differ diff --git a/public/img/society/ieee/4.jpg b/public/img/society/ieee/4.jpg deleted file mode 100644 index ee8f559..0000000 Binary files a/public/img/society/ieee/4.jpg and /dev/null differ diff --git a/public/img/society/ieee/5.jpg b/public/img/society/ieee/5.jpg deleted file mode 100644 index 89b7baf..0000000 Binary files a/public/img/society/ieee/5.jpg and /dev/null differ diff --git a/public/img/society/igts/1.png b/public/img/society/igts/1.png deleted file mode 100644 index 8e4c0d5..0000000 Binary files a/public/img/society/igts/1.png and /dev/null differ diff --git a/public/img/society/igts/2.jpg b/public/img/society/igts/2.jpg deleted file mode 100644 index 52d74b3..0000000 Binary files a/public/img/society/igts/2.jpg and /dev/null differ diff --git a/public/img/society/igts/3.jpg b/public/img/society/igts/3.jpg deleted file mode 100644 index b427118..0000000 Binary files a/public/img/society/igts/3.jpg and /dev/null differ diff --git a/public/img/society/igts/4.jpg b/public/img/society/igts/4.jpg deleted file mode 100644 index 3e077ba..0000000 Binary files a/public/img/society/igts/4.jpg and /dev/null differ diff --git a/public/img/society/igts/5.jpg b/public/img/society/igts/5.jpg deleted file mode 100644 index 8a2b895..0000000 Binary files a/public/img/society/igts/5.jpg and /dev/null differ diff --git a/public/img/society/igts/6.jpg b/public/img/society/igts/6.jpg deleted file mode 100644 index 6edb157..0000000 Binary files a/public/img/society/igts/6.jpg and /dev/null differ diff --git a/public/img/society/iiche/1.jpg b/public/img/society/iiche/1.jpg deleted file mode 100644 index 6833163..0000000 Binary files a/public/img/society/iiche/1.jpg and /dev/null differ diff --git a/public/img/society/iiche/2.jpg b/public/img/society/iiche/2.jpg deleted file mode 100644 index b994f47..0000000 Binary files a/public/img/society/iiche/2.jpg and /dev/null differ diff --git a/public/img/society/iiche/3.jpg b/public/img/society/iiche/3.jpg deleted file mode 100644 index 18bf84d..0000000 Binary files a/public/img/society/iiche/3.jpg and /dev/null differ diff --git a/public/img/society/iiche/4.jpg b/public/img/society/iiche/4.jpg deleted file mode 100644 index 733092f..0000000 Binary files a/public/img/society/iiche/4.jpg and /dev/null differ diff --git a/public/img/society/iiche/5.jpg b/public/img/society/iiche/5.jpg deleted file mode 100644 index 6ef2ecc..0000000 Binary files a/public/img/society/iiche/5.jpg and /dev/null differ diff --git a/public/img/society/iiche/6.jpg b/public/img/society/iiche/6.jpg deleted file mode 100644 index 97959e1..0000000 Binary files a/public/img/society/iiche/6.jpg and /dev/null differ diff --git a/public/img/society/iiche/7.jpg b/public/img/society/iiche/7.jpg deleted file mode 100644 index d43e54d..0000000 Binary files a/public/img/society/iiche/7.jpg and /dev/null differ diff --git a/public/img/society/iiche/8.jpg b/public/img/society/iiche/8.jpg deleted file mode 100644 index 4400254..0000000 Binary files a/public/img/society/iiche/8.jpg and /dev/null differ diff --git a/public/img/society/imche/1.png b/public/img/society/imche/1.png deleted file mode 100644 index 219ea27..0000000 Binary files a/public/img/society/imche/1.png and /dev/null differ diff --git a/public/img/society/imche/2.jpg b/public/img/society/imche/2.jpg deleted file mode 100644 index fd25e9e..0000000 Binary files a/public/img/society/imche/2.jpg and /dev/null differ diff --git a/public/img/society/imche/3.jpg b/public/img/society/imche/3.jpg deleted file mode 100644 index af32a16..0000000 Binary files a/public/img/society/imche/3.jpg and /dev/null differ diff --git a/public/img/society/imche/4.jpg b/public/img/society/imche/4.jpg deleted file mode 100644 index 54771e4..0000000 Binary files a/public/img/society/imche/4.jpg and /dev/null differ diff --git a/public/img/society/imche/6.jpg b/public/img/society/imche/6.jpg deleted file mode 100644 index b0db172..0000000 Binary files a/public/img/society/imche/6.jpg and /dev/null differ diff --git a/public/img/society/imche/7.jpg b/public/img/society/imche/7.jpg deleted file mode 100644 index 64925c1..0000000 Binary files a/public/img/society/imche/7.jpg and /dev/null differ diff --git a/public/img/society/inferno/1.png b/public/img/society/inferno/1.png deleted file mode 100644 index 1e9e579..0000000 Binary files a/public/img/society/inferno/1.png and /dev/null differ diff --git a/public/img/society/inferno/2.jpg b/public/img/society/inferno/2.jpg deleted file mode 100644 index e3e342f..0000000 Binary files a/public/img/society/inferno/2.jpg and /dev/null differ diff --git a/public/img/society/inferno/3.jpg b/public/img/society/inferno/3.jpg deleted file mode 100644 index bb9c870..0000000 Binary files a/public/img/society/inferno/3.jpg and /dev/null differ diff --git a/public/img/society/inferno/4.jpg b/public/img/society/inferno/4.jpg deleted file mode 100644 index ea18aa5..0000000 Binary files a/public/img/society/inferno/4.jpg and /dev/null differ diff --git a/public/img/society/iosd/1.png b/public/img/society/iosd/1.png deleted file mode 100644 index 6f545b2..0000000 Binary files a/public/img/society/iosd/1.png and /dev/null differ diff --git a/public/img/society/iosd/2.jpg b/public/img/society/iosd/2.jpg deleted file mode 100644 index c787220..0000000 Binary files a/public/img/society/iosd/2.jpg and /dev/null differ diff --git a/public/img/society/iosd/iosd.jpg b/public/img/society/iosd/iosd.jpg deleted file mode 100644 index 306bf91..0000000 Binary files a/public/img/society/iosd/iosd.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/1.jpg b/public/img/society/kalakriti/1.jpg deleted file mode 100644 index 1779642..0000000 Binary files a/public/img/society/kalakriti/1.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/2.jpg b/public/img/society/kalakriti/2.jpg deleted file mode 100644 index 6e9ebae..0000000 Binary files a/public/img/society/kalakriti/2.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/3.jpg b/public/img/society/kalakriti/3.jpg deleted file mode 100644 index 0504ad3..0000000 Binary files a/public/img/society/kalakriti/3.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/4.jpg b/public/img/society/kalakriti/4.jpg deleted file mode 100644 index b959e54..0000000 Binary files a/public/img/society/kalakriti/4.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/5.jpg b/public/img/society/kalakriti/5.jpg deleted file mode 100644 index 07bf48f..0000000 Binary files a/public/img/society/kalakriti/5.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/6.jpg b/public/img/society/kalakriti/6.jpg deleted file mode 100644 index 224f341..0000000 Binary files a/public/img/society/kalakriti/6.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/7.jpg b/public/img/society/kalakriti/7.jpg deleted file mode 100644 index a8ab415..0000000 Binary files a/public/img/society/kalakriti/7.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/8.jpg b/public/img/society/kalakriti/8.jpg deleted file mode 100644 index 234b5a6..0000000 Binary files a/public/img/society/kalakriti/8.jpg and /dev/null differ diff --git a/public/img/society/kalakriti/9.jpg b/public/img/society/kalakriti/9.jpg deleted file mode 100644 index 795589d..0000000 Binary files a/public/img/society/kalakriti/9.jpg and /dev/null differ diff --git a/public/img/society/macs/1.jpg b/public/img/society/macs/1.jpg deleted file mode 100644 index 4b89cf1..0000000 Binary files a/public/img/society/macs/1.jpg and /dev/null differ diff --git a/public/img/society/macs/2.jpg b/public/img/society/macs/2.jpg deleted file mode 100644 index 4a4a081..0000000 Binary files a/public/img/society/macs/2.jpg and /dev/null differ diff --git a/public/img/society/macs/macs.jpg b/public/img/society/macs/macs.jpg deleted file mode 100644 index 4a4a081..0000000 Binary files a/public/img/society/macs/macs.jpg and /dev/null differ diff --git a/public/img/society/madhurima/1.jpg b/public/img/society/madhurima/1.jpg deleted file mode 100644 index 19e470a..0000000 Binary files a/public/img/society/madhurima/1.jpg and /dev/null differ diff --git a/public/img/society/madhurima/2.jpg b/public/img/society/madhurima/2.jpg deleted file mode 100644 index fe92fa3..0000000 Binary files a/public/img/society/madhurima/2.jpg and /dev/null differ diff --git a/public/img/society/madhurima/3.jpg b/public/img/society/madhurima/3.jpg deleted file mode 100644 index 8f3ed8f..0000000 Binary files a/public/img/society/madhurima/3.jpg and /dev/null differ diff --git a/public/img/society/madhurima/4.jpg b/public/img/society/madhurima/4.jpg deleted file mode 100644 index 12bed71..0000000 Binary files a/public/img/society/madhurima/4.jpg and /dev/null differ diff --git a/public/img/society/madhurima/5.jpg b/public/img/society/madhurima/5.jpg deleted file mode 100644 index f143b0d..0000000 Binary files a/public/img/society/madhurima/5.jpg and /dev/null differ diff --git a/public/img/society/madhurima/6.jpg b/public/img/society/madhurima/6.jpg deleted file mode 100644 index ee2ca96..0000000 Binary files a/public/img/society/madhurima/6.jpg and /dev/null differ diff --git a/public/img/society/madhurima/7.jpg b/public/img/society/madhurima/7.jpg deleted file mode 100644 index 095d7cc..0000000 Binary files a/public/img/society/madhurima/7.jpg and /dev/null differ diff --git a/public/img/society/madhurima/8.jpg b/public/img/society/madhurima/8.jpg deleted file mode 100644 index 56613f2..0000000 Binary files a/public/img/society/madhurima/8.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/Cognitive minds.jpg b/public/img/society/miscsoc/Cognitive minds.jpg deleted file mode 100644 index 8378de5..0000000 Binary files a/public/img/society/miscsoc/Cognitive minds.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/assets.jpg b/public/img/society/miscsoc/assets.jpg deleted file mode 100644 index c8858a1..0000000 Binary files a/public/img/society/miscsoc/assets.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/cubix.jpg b/public/img/society/miscsoc/cubix.jpg deleted file mode 100644 index 11703ff..0000000 Binary files a/public/img/society/miscsoc/cubix.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/d42.png b/public/img/society/miscsoc/d42.png deleted file mode 100644 index 8251b7f..0000000 Binary files a/public/img/society/miscsoc/d42.png and /dev/null differ diff --git a/public/img/society/miscsoc/deltech mun.jpg b/public/img/society/miscsoc/deltech mun.jpg deleted file mode 100644 index d302c53..0000000 Binary files a/public/img/society/miscsoc/deltech mun.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/ecell.jpg b/public/img/society/miscsoc/ecell.jpg deleted file mode 100644 index 2bfa1bf..0000000 Binary files a/public/img/society/miscsoc/ecell.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/elixir.jpg b/public/img/society/miscsoc/elixir.jpg deleted file mode 100644 index 9875d33..0000000 Binary files a/public/img/society/miscsoc/elixir.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/global youth.jpg b/public/img/society/miscsoc/global youth.jpg deleted file mode 100644 index b801c67..0000000 Binary files a/public/img/society/miscsoc/global youth.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/igts.jpg b/public/img/society/miscsoc/igts.jpg deleted file mode 100644 index 68bff72..0000000 Binary files a/public/img/society/miscsoc/igts.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/nss.jpg b/public/img/society/miscsoc/nss.jpg deleted file mode 100644 index 6a3b321..0000000 Binary files a/public/img/society/miscsoc/nss.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/rotaract.jpg b/public/img/society/miscsoc/rotaract.jpg deleted file mode 100644 index 1eda09d..0000000 Binary files a/public/img/society/miscsoc/rotaract.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/roundtable.jpg b/public/img/society/miscsoc/roundtable.jpg deleted file mode 100644 index d8481d8..0000000 Binary files a/public/img/society/miscsoc/roundtable.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/ses.jpg b/public/img/society/miscsoc/ses.jpg deleted file mode 100644 index 28afc00..0000000 Binary files a/public/img/society/miscsoc/ses.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/assets.jpg b/public/img/society/miscsoc/showcase/assets.jpg deleted file mode 100644 index f0d0298..0000000 Binary files a/public/img/society/miscsoc/showcase/assets.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/cognitive minds.jpg b/public/img/society/miscsoc/showcase/cognitive minds.jpg deleted file mode 100644 index 5972c77..0000000 Binary files a/public/img/society/miscsoc/showcase/cognitive minds.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/d42.jpg b/public/img/society/miscsoc/showcase/d42.jpg deleted file mode 100644 index 5304b6a..0000000 Binary files a/public/img/society/miscsoc/showcase/d42.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/ecell.jpg b/public/img/society/miscsoc/showcase/ecell.jpg deleted file mode 100644 index 444ec03..0000000 Binary files a/public/img/society/miscsoc/showcase/ecell.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/elixir.jpg b/public/img/society/miscsoc/showcase/elixir.jpg deleted file mode 100644 index b7f2f0f..0000000 Binary files a/public/img/society/miscsoc/showcase/elixir.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/igts.jpg b/public/img/society/miscsoc/showcase/igts.jpg deleted file mode 100644 index 65b3e12..0000000 Binary files a/public/img/society/miscsoc/showcase/igts.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/mun.jpg b/public/img/society/miscsoc/showcase/mun.jpg deleted file mode 100644 index a108f6e..0000000 Binary files a/public/img/society/miscsoc/showcase/mun.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/nss.jpg b/public/img/society/miscsoc/showcase/nss.jpg deleted file mode 100644 index 7fd2b7a..0000000 Binary files a/public/img/society/miscsoc/showcase/nss.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/rotaract.jpg b/public/img/society/miscsoc/showcase/rotaract.jpg deleted file mode 100644 index 94231b1..0000000 Binary files a/public/img/society/miscsoc/showcase/rotaract.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/round table.jpg b/public/img/society/miscsoc/showcase/round table.jpg deleted file mode 100644 index e98a66e..0000000 Binary files a/public/img/society/miscsoc/showcase/round table.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/toast.jpg b/public/img/society/miscsoc/showcase/toast.jpg deleted file mode 100644 index 8c38971..0000000 Binary files a/public/img/society/miscsoc/showcase/toast.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/showcase/zenith.jpg b/public/img/society/miscsoc/showcase/zenith.jpg deleted file mode 100644 index c30e550..0000000 Binary files a/public/img/society/miscsoc/showcase/zenith.jpg and /dev/null differ diff --git a/public/img/society/miscsoc/tedx.png b/public/img/society/miscsoc/tedx.png deleted file mode 100644 index 8548101..0000000 Binary files a/public/img/society/miscsoc/tedx.png and /dev/null differ diff --git a/public/img/society/miscsoc/toastmasters.jpg b/public/img/society/miscsoc/toastmasters.jpg deleted file mode 100644 index 2b94dc9..0000000 Binary files a/public/img/society/miscsoc/toastmasters.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/1.jpg b/public/img/society/nrityangana/1.jpg deleted file mode 100644 index df2f586..0000000 Binary files a/public/img/society/nrityangana/1.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/2.jpg b/public/img/society/nrityangana/2.jpg deleted file mode 100644 index 5e5271d..0000000 Binary files a/public/img/society/nrityangana/2.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/3.jpg b/public/img/society/nrityangana/3.jpg deleted file mode 100644 index 1d216fc..0000000 Binary files a/public/img/society/nrityangana/3.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/4.jpg b/public/img/society/nrityangana/4.jpg deleted file mode 100644 index ac106a6..0000000 Binary files a/public/img/society/nrityangana/4.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/5.jpg b/public/img/society/nrityangana/5.jpg deleted file mode 100644 index d33e678..0000000 Binary files a/public/img/society/nrityangana/5.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/6.jpg b/public/img/society/nrityangana/6.jpg deleted file mode 100644 index 5a427bd..0000000 Binary files a/public/img/society/nrityangana/6.jpg and /dev/null differ diff --git a/public/img/society/nrityangana/7.jpg b/public/img/society/nrityangana/7.jpg deleted file mode 100644 index e9180a4..0000000 Binary files a/public/img/society/nrityangana/7.jpg and /dev/null differ diff --git a/public/img/society/nss/1.png b/public/img/society/nss/1.png deleted file mode 100644 index 2f5c8c4..0000000 Binary files a/public/img/society/nss/1.png and /dev/null differ diff --git a/public/img/society/nss/10.jpg b/public/img/society/nss/10.jpg deleted file mode 100644 index 8a21707..0000000 Binary files a/public/img/society/nss/10.jpg and /dev/null differ diff --git a/public/img/society/nss/11.jpg b/public/img/society/nss/11.jpg deleted file mode 100644 index cb9e328..0000000 Binary files a/public/img/society/nss/11.jpg and /dev/null differ diff --git a/public/img/society/nss/12.jpg b/public/img/society/nss/12.jpg deleted file mode 100644 index f4f48d8..0000000 Binary files a/public/img/society/nss/12.jpg and /dev/null differ diff --git a/public/img/society/nss/13.jpg b/public/img/society/nss/13.jpg deleted file mode 100644 index 0a2406d..0000000 Binary files a/public/img/society/nss/13.jpg and /dev/null differ diff --git a/public/img/society/nss/14.jpg b/public/img/society/nss/14.jpg deleted file mode 100644 index 2973162..0000000 Binary files a/public/img/society/nss/14.jpg and /dev/null differ diff --git a/public/img/society/nss/15.jpg b/public/img/society/nss/15.jpg deleted file mode 100644 index 499a85b..0000000 Binary files a/public/img/society/nss/15.jpg and /dev/null differ diff --git a/public/img/society/nss/16.jpg b/public/img/society/nss/16.jpg deleted file mode 100644 index 654c9f7..0000000 Binary files a/public/img/society/nss/16.jpg and /dev/null differ diff --git a/public/img/society/nss/17.jpg b/public/img/society/nss/17.jpg deleted file mode 100644 index d9febfc..0000000 Binary files a/public/img/society/nss/17.jpg and /dev/null differ diff --git a/public/img/society/nss/2.jpg b/public/img/society/nss/2.jpg deleted file mode 100644 index c5aed26..0000000 Binary files a/public/img/society/nss/2.jpg and /dev/null differ diff --git a/public/img/society/nss/3.jpg b/public/img/society/nss/3.jpg deleted file mode 100644 index 55120d3..0000000 Binary files a/public/img/society/nss/3.jpg and /dev/null differ diff --git a/public/img/society/nss/4.jpg b/public/img/society/nss/4.jpg deleted file mode 100644 index 665b9a2..0000000 Binary files a/public/img/society/nss/4.jpg and /dev/null differ diff --git a/public/img/society/nss/5.jpg b/public/img/society/nss/5.jpg deleted file mode 100644 index 301d41e..0000000 Binary files a/public/img/society/nss/5.jpg and /dev/null differ diff --git a/public/img/society/nss/5.png b/public/img/society/nss/5.png deleted file mode 100644 index 46482ad..0000000 Binary files a/public/img/society/nss/5.png and /dev/null differ diff --git a/public/img/society/nss/6.jpg b/public/img/society/nss/6.jpg deleted file mode 100644 index 82f688a..0000000 Binary files a/public/img/society/nss/6.jpg and /dev/null differ diff --git a/public/img/society/nss/7.jpg b/public/img/society/nss/7.jpg deleted file mode 100644 index d44097b..0000000 Binary files a/public/img/society/nss/7.jpg and /dev/null differ diff --git a/public/img/society/nss/8.jpg b/public/img/society/nss/8.jpg deleted file mode 100644 index ddc2b05..0000000 Binary files a/public/img/society/nss/8.jpg and /dev/null differ diff --git a/public/img/society/nss/9.jpg b/public/img/society/nss/9.jpg deleted file mode 100644 index 5f7755f..0000000 Binary files a/public/img/society/nss/9.jpg and /dev/null differ diff --git a/public/img/society/okami/1.png b/public/img/society/okami/1.png deleted file mode 100644 index 3b63fe3..0000000 Binary files a/public/img/society/okami/1.png and /dev/null differ diff --git a/public/img/society/okami/2.jpg b/public/img/society/okami/2.jpg deleted file mode 100644 index 43ac5c4..0000000 Binary files a/public/img/society/okami/2.jpg and /dev/null differ diff --git a/public/img/society/okami/3.jpg b/public/img/society/okami/3.jpg deleted file mode 100644 index d06a136..0000000 Binary files a/public/img/society/okami/3.jpg and /dev/null differ diff --git a/public/img/society/okami/4.jpg b/public/img/society/okami/4.jpg deleted file mode 100644 index 478efee..0000000 Binary files a/public/img/society/okami/4.jpg and /dev/null differ diff --git a/public/img/society/okami/5.jpg b/public/img/society/okami/5.jpg deleted file mode 100644 index a85e3fb..0000000 Binary files a/public/img/society/okami/5.jpg and /dev/null differ diff --git a/public/img/society/okami/6.jpg b/public/img/society/okami/6.jpg deleted file mode 100644 index a30f990..0000000 Binary files a/public/img/society/okami/6.jpg and /dev/null differ diff --git a/public/img/society/okami/7.jpg b/public/img/society/okami/7.jpg deleted file mode 100644 index a118dd0..0000000 Binary files a/public/img/society/okami/7.jpg and /dev/null differ diff --git a/public/img/society/okami/okami.jpg b/public/img/society/okami/okami.jpg deleted file mode 100644 index 43ac5c4..0000000 Binary files a/public/img/society/okami/okami.jpg and /dev/null differ diff --git a/public/img/society/optima/1.jpg b/public/img/society/optima/1.jpg deleted file mode 100644 index 0a124c9..0000000 Binary files a/public/img/society/optima/1.jpg and /dev/null differ diff --git a/public/img/society/optima/2.jpg b/public/img/society/optima/2.jpg deleted file mode 100644 index ec34ced..0000000 Binary files a/public/img/society/optima/2.jpg and /dev/null differ diff --git a/public/img/society/optima/3.jpg b/public/img/society/optima/3.jpg deleted file mode 100644 index 577a7ef..0000000 Binary files a/public/img/society/optima/3.jpg and /dev/null differ diff --git a/public/img/society/panache/1.jpg b/public/img/society/panache/1.jpg deleted file mode 100644 index 8b1e996..0000000 Binary files a/public/img/society/panache/1.jpg and /dev/null differ diff --git a/public/img/society/panache/10.jpg b/public/img/society/panache/10.jpg deleted file mode 100644 index ec3e4f1..0000000 Binary files a/public/img/society/panache/10.jpg and /dev/null differ diff --git a/public/img/society/panache/2.png b/public/img/society/panache/2.png deleted file mode 100644 index 855df2c..0000000 Binary files a/public/img/society/panache/2.png and /dev/null differ diff --git a/public/img/society/panache/3.jpg b/public/img/society/panache/3.jpg deleted file mode 100644 index 5be32c2..0000000 Binary files a/public/img/society/panache/3.jpg and /dev/null differ diff --git a/public/img/society/panache/4.png b/public/img/society/panache/4.png deleted file mode 100644 index 925a143..0000000 Binary files a/public/img/society/panache/4.png and /dev/null differ diff --git a/public/img/society/panache/5.jpg b/public/img/society/panache/5.jpg deleted file mode 100644 index 18a3aa5..0000000 Binary files a/public/img/society/panache/5.jpg and /dev/null differ diff --git a/public/img/society/panache/6.jpg b/public/img/society/panache/6.jpg deleted file mode 100644 index 3dec7ea..0000000 Binary files a/public/img/society/panache/6.jpg and /dev/null differ diff --git a/public/img/society/panache/7.jpg b/public/img/society/panache/7.jpg deleted file mode 100644 index 8cf5c5a..0000000 Binary files a/public/img/society/panache/7.jpg and /dev/null differ diff --git a/public/img/society/panache/8.jpg b/public/img/society/panache/8.jpg deleted file mode 100644 index a2a1b45..0000000 Binary files a/public/img/society/panache/8.jpg and /dev/null differ diff --git a/public/img/society/panache/9.jpg b/public/img/society/panache/9.jpg deleted file mode 100644 index 7c8569d..0000000 Binary files a/public/img/society/panache/9.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/1.jpg b/public/img/society/parchhayi/1.jpg deleted file mode 100644 index d18dcdb..0000000 Binary files a/public/img/society/parchhayi/1.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/2.jpg b/public/img/society/parchhayi/2.jpg deleted file mode 100644 index cadef36..0000000 Binary files a/public/img/society/parchhayi/2.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/3.jpg b/public/img/society/parchhayi/3.jpg deleted file mode 100644 index 287615d..0000000 Binary files a/public/img/society/parchhayi/3.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/4.jpg b/public/img/society/parchhayi/4.jpg deleted file mode 100644 index a39b8ea..0000000 Binary files a/public/img/society/parchhayi/4.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/5.jpg b/public/img/society/parchhayi/5.jpg deleted file mode 100644 index 173331b..0000000 Binary files a/public/img/society/parchhayi/5.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/6.jpg b/public/img/society/parchhayi/6.jpg deleted file mode 100644 index 242082a..0000000 Binary files a/public/img/society/parchhayi/6.jpg and /dev/null differ diff --git a/public/img/society/parchhayi/7.jpg b/public/img/society/parchhayi/7.jpg deleted file mode 100644 index 83f9014..0000000 Binary files a/public/img/society/parchhayi/7.jpg and /dev/null differ diff --git a/public/img/society/pratibimb/1.jpg b/public/img/society/pratibimb/1.jpg deleted file mode 100644 index a3e61bf..0000000 Binary files a/public/img/society/pratibimb/1.jpg and /dev/null differ diff --git a/public/img/society/pratibimb/2.jpg b/public/img/society/pratibimb/2.jpg deleted file mode 100644 index 201cdb1..0000000 Binary files a/public/img/society/pratibimb/2.jpg and /dev/null differ diff --git a/public/img/society/pratibimb/3.jpg b/public/img/society/pratibimb/3.jpg deleted file mode 100644 index 2151889..0000000 Binary files a/public/img/society/pratibimb/3.jpg and /dev/null differ diff --git a/public/img/society/pratibimb/4.jpg b/public/img/society/pratibimb/4.jpg deleted file mode 100644 index 8045123..0000000 Binary files a/public/img/society/pratibimb/4.jpg and /dev/null differ diff --git a/public/img/society/raftaar/1.jpg b/public/img/society/raftaar/1.jpg deleted file mode 100644 index 726e550..0000000 Binary files a/public/img/society/raftaar/1.jpg and /dev/null differ diff --git a/public/img/society/raftaar/2.jpg b/public/img/society/raftaar/2.jpg deleted file mode 100644 index f5c4f8a..0000000 Binary files a/public/img/society/raftaar/2.jpg and /dev/null differ diff --git a/public/img/society/raftaar/3.jpg b/public/img/society/raftaar/3.jpg deleted file mode 100644 index 5f068ad..0000000 Binary files a/public/img/society/raftaar/3.jpg and /dev/null differ diff --git a/public/img/society/raftaar/4.jpg b/public/img/society/raftaar/4.jpg deleted file mode 100644 index 3fe7d65..0000000 Binary files a/public/img/society/raftaar/4.jpg and /dev/null differ diff --git a/public/img/society/raftaar/5.jpg b/public/img/society/raftaar/5.jpg deleted file mode 100644 index 718c3a8..0000000 Binary files a/public/img/society/raftaar/5.jpg and /dev/null differ diff --git a/public/img/society/raftaar/6.jpg b/public/img/society/raftaar/6.jpg deleted file mode 100644 index 56a6556..0000000 Binary files a/public/img/society/raftaar/6.jpg and /dev/null differ diff --git a/public/img/society/raftaar/Raftaar.jpg b/public/img/society/raftaar/Raftaar.jpg deleted file mode 100644 index f5c4f8a..0000000 Binary files a/public/img/society/raftaar/Raftaar.jpg and /dev/null differ diff --git a/public/img/society/rotaract/1.jpg b/public/img/society/rotaract/1.jpg deleted file mode 100644 index 1eda09d..0000000 Binary files a/public/img/society/rotaract/1.jpg and /dev/null differ diff --git a/public/img/society/rotaract/2.jpg b/public/img/society/rotaract/2.jpg deleted file mode 100644 index 99a4035..0000000 Binary files a/public/img/society/rotaract/2.jpg and /dev/null differ diff --git a/public/img/society/rotaract/3.jpg b/public/img/society/rotaract/3.jpg deleted file mode 100644 index 7d4b4ea..0000000 Binary files a/public/img/society/rotaract/3.jpg and /dev/null differ diff --git a/public/img/society/rotaract/4.jpg b/public/img/society/rotaract/4.jpg deleted file mode 100644 index e3ac794..0000000 Binary files a/public/img/society/rotaract/4.jpg and /dev/null differ diff --git a/public/img/society/rotaract/5.jpg b/public/img/society/rotaract/5.jpg deleted file mode 100644 index 3caee0b..0000000 Binary files a/public/img/society/rotaract/5.jpg and /dev/null differ diff --git a/public/img/society/rotaract/6.jpg b/public/img/society/rotaract/6.jpg deleted file mode 100644 index acce3ca..0000000 Binary files a/public/img/society/rotaract/6.jpg and /dev/null differ diff --git a/public/img/society/rotaract/7.jpg b/public/img/society/rotaract/7.jpg deleted file mode 100644 index f97a72a..0000000 Binary files a/public/img/society/rotaract/7.jpg and /dev/null differ diff --git a/public/img/society/rotaract/8.JPG b/public/img/society/rotaract/8.JPG deleted file mode 100644 index 49b7665..0000000 Binary files a/public/img/society/rotaract/8.JPG and /dev/null differ diff --git a/public/img/society/rotaract/9.JPG b/public/img/society/rotaract/9.JPG deleted file mode 100644 index 141f9b4..0000000 Binary files a/public/img/society/rotaract/9.JPG and /dev/null differ diff --git a/public/img/society/rt/1.jpg b/public/img/society/rt/1.jpg deleted file mode 100644 index 62d951a..0000000 Binary files a/public/img/society/rt/1.jpg and /dev/null differ diff --git a/public/img/society/rt/2.jpg b/public/img/society/rt/2.jpg deleted file mode 100644 index 208affb..0000000 Binary files a/public/img/society/rt/2.jpg and /dev/null differ diff --git a/public/img/society/rt/3.jpg b/public/img/society/rt/3.jpg deleted file mode 100644 index 3dec86f..0000000 Binary files a/public/img/society/rt/3.jpg and /dev/null differ diff --git a/public/img/society/rt/4.jpg b/public/img/society/rt/4.jpg deleted file mode 100644 index a4ad69e..0000000 Binary files a/public/img/society/rt/4.jpg and /dev/null differ diff --git a/public/img/society/rt/5.jpg b/public/img/society/rt/5.jpg deleted file mode 100644 index 57fc23c..0000000 Binary files a/public/img/society/rt/5.jpg and /dev/null differ diff --git a/public/img/society/rt/6.jpg b/public/img/society/rt/6.jpg deleted file mode 100644 index b525b97..0000000 Binary files a/public/img/society/rt/6.jpg and /dev/null differ diff --git a/public/img/society/sae/1.jpg b/public/img/society/sae/1.jpg deleted file mode 100644 index 248bf05..0000000 Binary files a/public/img/society/sae/1.jpg and /dev/null differ diff --git a/public/img/society/sae/2.jpg b/public/img/society/sae/2.jpg deleted file mode 100644 index c84d8ce..0000000 Binary files a/public/img/society/sae/2.jpg and /dev/null differ diff --git a/public/img/society/sae/3.jpg b/public/img/society/sae/3.jpg deleted file mode 100644 index c9cd098..0000000 Binary files a/public/img/society/sae/3.jpg and /dev/null differ diff --git a/public/img/society/sae/4.jpg b/public/img/society/sae/4.jpg deleted file mode 100644 index ed47f27..0000000 Binary files a/public/img/society/sae/4.jpg and /dev/null differ diff --git a/public/img/society/sae/sae.jpg b/public/img/society/sae/sae.jpg deleted file mode 100644 index c84d8ce..0000000 Binary files a/public/img/society/sae/sae.jpg and /dev/null differ diff --git a/public/img/society/sahitya/1.jpg b/public/img/society/sahitya/1.jpg deleted file mode 100644 index 699e2ff..0000000 Binary files a/public/img/society/sahitya/1.jpg and /dev/null differ diff --git a/public/img/society/sahitya/2.jpg b/public/img/society/sahitya/2.jpg deleted file mode 100644 index b54eaf7..0000000 Binary files a/public/img/society/sahitya/2.jpg and /dev/null differ diff --git a/public/img/society/sahitya/3.jpg b/public/img/society/sahitya/3.jpg deleted file mode 100644 index 25d1850..0000000 Binary files a/public/img/society/sahitya/3.jpg and /dev/null differ diff --git a/public/img/society/sahitya/4.jpg b/public/img/society/sahitya/4.jpg deleted file mode 100644 index ac4c2b3..0000000 Binary files a/public/img/society/sahitya/4.jpg and /dev/null differ diff --git a/public/img/society/sahitya/5.jpg b/public/img/society/sahitya/5.jpg deleted file mode 100644 index d0e1a8e..0000000 Binary files a/public/img/society/sahitya/5.jpg and /dev/null differ diff --git a/public/img/society/sahitya/6.jpg b/public/img/society/sahitya/6.jpg deleted file mode 100644 index 7a1a244..0000000 Binary files a/public/img/society/sahitya/6.jpg and /dev/null differ diff --git a/public/img/society/sahitya/sahitya.jpg b/public/img/society/sahitya/sahitya.jpg deleted file mode 100644 index b54eaf7..0000000 Binary files a/public/img/society/sahitya/sahitya.jpg and /dev/null differ diff --git a/public/img/society/scee/1.png b/public/img/society/scee/1.png deleted file mode 100644 index 0080549..0000000 Binary files a/public/img/society/scee/1.png and /dev/null differ diff --git a/public/img/society/scee/2.jpg b/public/img/society/scee/2.jpg deleted file mode 100644 index 2fea803..0000000 Binary files a/public/img/society/scee/2.jpg and /dev/null differ diff --git a/public/img/society/scee/3.jpg b/public/img/society/scee/3.jpg deleted file mode 100644 index fb31224..0000000 Binary files a/public/img/society/scee/3.jpg and /dev/null differ diff --git a/public/img/society/ses/1.jpg b/public/img/society/ses/1.jpg deleted file mode 100644 index 65e0ecb..0000000 Binary files a/public/img/society/ses/1.jpg and /dev/null differ diff --git a/public/img/society/ses/2.jpg b/public/img/society/ses/2.jpg deleted file mode 100644 index 29611a3..0000000 Binary files a/public/img/society/ses/2.jpg and /dev/null differ diff --git a/public/img/society/ses/3.jpg b/public/img/society/ses/3.jpg deleted file mode 100644 index 062322c..0000000 Binary files a/public/img/society/ses/3.jpg and /dev/null differ diff --git a/public/img/society/ses/4.jpg b/public/img/society/ses/4.jpg deleted file mode 100644 index 55f6dfc..0000000 Binary files a/public/img/society/ses/4.jpg and /dev/null differ diff --git a/public/img/society/ses/5.jpg b/public/img/society/ses/5.jpg deleted file mode 100644 index 06bddd7..0000000 Binary files a/public/img/society/ses/5.jpg and /dev/null differ diff --git a/public/img/society/sme/1.jpg b/public/img/society/sme/1.jpg deleted file mode 100644 index a5d6894..0000000 Binary files a/public/img/society/sme/1.jpg and /dev/null differ diff --git a/public/img/society/sme/1.png b/public/img/society/sme/1.png deleted file mode 100644 index 155b1bb..0000000 Binary files a/public/img/society/sme/1.png and /dev/null differ diff --git a/public/img/society/sme/2.jpg b/public/img/society/sme/2.jpg deleted file mode 100644 index 1e7e44b..0000000 Binary files a/public/img/society/sme/2.jpg and /dev/null differ diff --git a/public/img/society/sme/3.jpg b/public/img/society/sme/3.jpg deleted file mode 100644 index bc30c7f..0000000 Binary files a/public/img/society/sme/3.jpg and /dev/null differ diff --git a/public/img/society/sme/4.jpg b/public/img/society/sme/4.jpg deleted file mode 100644 index 64a8ff3..0000000 Binary files a/public/img/society/sme/4.jpg and /dev/null differ diff --git a/public/img/society/sme/5.jpg b/public/img/society/sme/5.jpg deleted file mode 100644 index 654264f..0000000 Binary files a/public/img/society/sme/5.jpg and /dev/null differ diff --git a/public/img/society/sme/6.jpg b/public/img/society/sme/6.jpg deleted file mode 100644 index fde415a..0000000 Binary files a/public/img/society/sme/6.jpg and /dev/null differ diff --git a/public/img/society/sme/7.jpg b/public/img/society/sme/7.jpg deleted file mode 100644 index c4cc247..0000000 Binary files a/public/img/society/sme/7.jpg and /dev/null differ diff --git a/public/img/society/sme/8.jpg b/public/img/society/sme/8.jpg deleted file mode 100644 index a009537..0000000 Binary files a/public/img/society/sme/8.jpg and /dev/null differ diff --git a/public/img/society/spare/1.jpg b/public/img/society/spare/1.jpg deleted file mode 100644 index 3554726..0000000 Binary files a/public/img/society/spare/1.jpg and /dev/null differ diff --git a/public/img/society/spare/2.jpg b/public/img/society/spare/2.jpg deleted file mode 100644 index 22d2971..0000000 Binary files a/public/img/society/spare/2.jpg and /dev/null differ diff --git a/public/img/society/spare/spare.jpg b/public/img/society/spare/spare.jpg deleted file mode 100644 index 22d2971..0000000 Binary files a/public/img/society/spare/spare.jpg and /dev/null differ diff --git a/public/img/society/srdtu/1.jpg b/public/img/society/srdtu/1.jpg deleted file mode 100644 index 76d58ae..0000000 Binary files a/public/img/society/srdtu/1.jpg and /dev/null differ diff --git a/public/img/society/srdtu/10.jpg b/public/img/society/srdtu/10.jpg deleted file mode 100644 index 52e014a..0000000 Binary files a/public/img/society/srdtu/10.jpg and /dev/null differ diff --git a/public/img/society/srdtu/2.png b/public/img/society/srdtu/2.png deleted file mode 100644 index 310f9b5..0000000 Binary files a/public/img/society/srdtu/2.png and /dev/null differ diff --git a/public/img/society/srdtu/3.png b/public/img/society/srdtu/3.png deleted file mode 100644 index 9bc29c8..0000000 Binary files a/public/img/society/srdtu/3.png and /dev/null differ diff --git a/public/img/society/srdtu/4.png b/public/img/society/srdtu/4.png deleted file mode 100644 index 469d409..0000000 Binary files a/public/img/society/srdtu/4.png and /dev/null differ diff --git a/public/img/society/srdtu/5.png b/public/img/society/srdtu/5.png deleted file mode 100644 index 6f9006e..0000000 Binary files a/public/img/society/srdtu/5.png and /dev/null differ diff --git a/public/img/society/srdtu/6.png b/public/img/society/srdtu/6.png deleted file mode 100644 index 39b084c..0000000 Binary files a/public/img/society/srdtu/6.png and /dev/null differ diff --git a/public/img/society/srdtu/7.jpg b/public/img/society/srdtu/7.jpg deleted file mode 100644 index 37e0c79..0000000 Binary files a/public/img/society/srdtu/7.jpg and /dev/null differ diff --git a/public/img/society/srdtu/8.jpg b/public/img/society/srdtu/8.jpg deleted file mode 100644 index d1ec257..0000000 Binary files a/public/img/society/srdtu/8.jpg and /dev/null differ diff --git a/public/img/society/srdtu/9.jpg b/public/img/society/srdtu/9.jpg deleted file mode 100644 index d2dbc22..0000000 Binary files a/public/img/society/srdtu/9.jpg and /dev/null differ diff --git a/public/img/society/supermileage/1.jpg b/public/img/society/supermileage/1.jpg deleted file mode 100644 index f39f314..0000000 Binary files a/public/img/society/supermileage/1.jpg and /dev/null differ diff --git a/public/img/society/supermileage/2.jpg b/public/img/society/supermileage/2.jpg deleted file mode 100644 index 433243f..0000000 Binary files a/public/img/society/supermileage/2.jpg and /dev/null differ diff --git a/public/img/society/supermileage/3.jpg b/public/img/society/supermileage/3.jpg deleted file mode 100644 index 6b5c1ec..0000000 Binary files a/public/img/society/supermileage/3.jpg and /dev/null differ diff --git a/public/img/society/supermileage/4.jpg b/public/img/society/supermileage/4.jpg deleted file mode 100644 index c9ff023..0000000 Binary files a/public/img/society/supermileage/4.jpg and /dev/null differ diff --git a/public/img/society/supermileage/5.jpg b/public/img/society/supermileage/5.jpg deleted file mode 100644 index 2e78950..0000000 Binary files a/public/img/society/supermileage/5.jpg and /dev/null differ diff --git a/public/img/society/supermileage/6.jpg b/public/img/society/supermileage/6.jpg deleted file mode 100644 index a029828..0000000 Binary files a/public/img/society/supermileage/6.jpg and /dev/null differ diff --git a/public/img/society/tech_soc/CASRAE.jpeg b/public/img/society/tech_soc/CASRAE.jpeg deleted file mode 100644 index 4f07e26..0000000 Binary files a/public/img/society/tech_soc/CASRAE.jpeg and /dev/null differ diff --git a/public/img/society/techsoc/asme.jpg b/public/img/society/techsoc/asme.jpg deleted file mode 100644 index 2f01fee..0000000 Binary files a/public/img/society/techsoc/asme.jpg and /dev/null differ diff --git a/public/img/society/techsoc/casrae.jpg b/public/img/society/techsoc/casrae.jpg deleted file mode 100644 index 4e854ee..0000000 Binary files a/public/img/society/techsoc/casrae.jpg and /dev/null differ diff --git a/public/img/society/techsoc/csi.png b/public/img/society/techsoc/csi.png deleted file mode 100644 index 7aca0da..0000000 Binary files a/public/img/society/techsoc/csi.png and /dev/null differ diff --git a/public/img/society/techsoc/ieee.png b/public/img/society/techsoc/ieee.png deleted file mode 100644 index e30f490..0000000 Binary files a/public/img/society/techsoc/ieee.png and /dev/null differ diff --git a/public/img/society/techsoc/iiche.jpg b/public/img/society/techsoc/iiche.jpg deleted file mode 100644 index 86ada14..0000000 Binary files a/public/img/society/techsoc/iiche.jpg and /dev/null differ diff --git a/public/img/society/techsoc/iosd.png b/public/img/society/techsoc/iosd.png deleted file mode 100644 index 6f545b2..0000000 Binary files a/public/img/society/techsoc/iosd.png and /dev/null differ diff --git a/public/img/society/techsoc/macs.jpg b/public/img/society/techsoc/macs.jpg deleted file mode 100644 index b1eaa41..0000000 Binary files a/public/img/society/techsoc/macs.jpg and /dev/null differ diff --git a/public/img/society/techsoc/optima.jpg b/public/img/society/techsoc/optima.jpg deleted file mode 100644 index 0a124c9..0000000 Binary files a/public/img/society/techsoc/optima.jpg and /dev/null differ diff --git a/public/img/society/techsoc/sae.jpg b/public/img/society/techsoc/sae.jpg deleted file mode 100644 index 248bf05..0000000 Binary files a/public/img/society/techsoc/sae.jpg and /dev/null differ diff --git a/public/img/society/techsoc/scee.png b/public/img/society/techsoc/scee.png deleted file mode 100644 index 13f98ab..0000000 Binary files a/public/img/society/techsoc/scee.png and /dev/null differ diff --git a/public/img/society/techsoc/showcase/asme.jpg b/public/img/society/techsoc/showcase/asme.jpg deleted file mode 100644 index 791c269..0000000 Binary files a/public/img/society/techsoc/showcase/asme.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/casrae.jpg b/public/img/society/techsoc/showcase/casrae.jpg deleted file mode 100644 index fd25e9e..0000000 Binary files a/public/img/society/techsoc/showcase/casrae.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/ieee.jpg b/public/img/society/techsoc/showcase/ieee.jpg deleted file mode 100644 index bcb124a..0000000 Binary files a/public/img/society/techsoc/showcase/ieee.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/iiche.jpg b/public/img/society/techsoc/showcase/iiche.jpg deleted file mode 100644 index da80dbf..0000000 Binary files a/public/img/society/techsoc/showcase/iiche.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/iosd.jpg b/public/img/society/techsoc/showcase/iosd.jpg deleted file mode 100644 index c787220..0000000 Binary files a/public/img/society/techsoc/showcase/iosd.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/macs.jpg b/public/img/society/techsoc/showcase/macs.jpg deleted file mode 100644 index 4a4a081..0000000 Binary files a/public/img/society/techsoc/showcase/macs.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/sae.jpg b/public/img/society/techsoc/showcase/sae.jpg deleted file mode 100644 index c84d8ce..0000000 Binary files a/public/img/society/techsoc/showcase/sae.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/scee.jpg b/public/img/society/techsoc/showcase/scee.jpg deleted file mode 100644 index fb31224..0000000 Binary files a/public/img/society/techsoc/showcase/scee.jpg and /dev/null differ diff --git a/public/img/society/techsoc/showcase/spare.jpg b/public/img/society/techsoc/showcase/spare.jpg deleted file mode 100644 index 22d2971..0000000 Binary files a/public/img/society/techsoc/showcase/spare.jpg and /dev/null differ diff --git a/public/img/society/techsoc/sme.png b/public/img/society/techsoc/sme.png deleted file mode 100644 index 155b1bb..0000000 Binary files a/public/img/society/techsoc/sme.png and /dev/null differ diff --git a/public/img/society/techsoc/spare.jpg b/public/img/society/techsoc/spare.jpg deleted file mode 100644 index 3554726..0000000 Binary files a/public/img/society/techsoc/spare.jpg and /dev/null differ diff --git a/public/img/society/techsoc/sr.jpg b/public/img/society/techsoc/sr.jpg deleted file mode 100644 index 76d58ae..0000000 Binary files a/public/img/society/techsoc/sr.jpg and /dev/null differ diff --git a/public/img/society/techteam/altair.jpg b/public/img/society/techteam/altair.jpg deleted file mode 100644 index be219a1..0000000 Binary files a/public/img/society/techteam/altair.jpg and /dev/null differ diff --git a/public/img/society/techteam/auv.jpg b/public/img/society/techteam/auv.jpg deleted file mode 100644 index 95a9d6d..0000000 Binary files a/public/img/society/techteam/auv.jpg and /dev/null differ diff --git a/public/img/society/techteam/defianz.jpg b/public/img/society/techteam/defianz.jpg deleted file mode 100644 index 12d463c..0000000 Binary files a/public/img/society/techteam/defianz.jpg and /dev/null differ diff --git a/public/img/society/techteam/hertz.jpg b/public/img/society/techteam/hertz.jpg deleted file mode 100644 index eb19517..0000000 Binary files a/public/img/society/techteam/hertz.jpg and /dev/null differ diff --git a/public/img/society/techteam/inferno.png b/public/img/society/techteam/inferno.png deleted file mode 100644 index 1e9e579..0000000 Binary files a/public/img/society/techteam/inferno.png and /dev/null differ diff --git a/public/img/society/techteam/okami.png b/public/img/society/techteam/okami.png deleted file mode 100644 index 3b63fe3..0000000 Binary files a/public/img/society/techteam/okami.png and /dev/null differ diff --git a/public/img/society/techteam/raftaar.jpg b/public/img/society/techteam/raftaar.jpg deleted file mode 100644 index 726e550..0000000 Binary files a/public/img/society/techteam/raftaar.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/Raftaar.jpg b/public/img/society/techteam/showcase/Raftaar.jpg deleted file mode 100644 index f5c4f8a..0000000 Binary files a/public/img/society/techteam/showcase/Raftaar.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/altair.jpg b/public/img/society/techteam/showcase/altair.jpg deleted file mode 100644 index 7767219..0000000 Binary files a/public/img/society/techteam/showcase/altair.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/auv.jpg b/public/img/society/techteam/showcase/auv.jpg deleted file mode 100644 index 5fff85c..0000000 Binary files a/public/img/society/techteam/showcase/auv.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/baja.jpg b/public/img/society/techteam/showcase/baja.jpg deleted file mode 100644 index fd6cd9d..0000000 Binary files a/public/img/society/techteam/showcase/baja.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/defianz.jpg b/public/img/society/techteam/showcase/defianz.jpg deleted file mode 100644 index dde4585..0000000 Binary files a/public/img/society/techteam/showcase/defianz.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/hertz.jpg b/public/img/society/techteam/showcase/hertz.jpg deleted file mode 100644 index efbf6be..0000000 Binary files a/public/img/society/techteam/showcase/hertz.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/inferno.jpg b/public/img/society/techteam/showcase/inferno.jpg deleted file mode 100644 index e3e342f..0000000 Binary files a/public/img/society/techteam/showcase/inferno.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/okami.jpg b/public/img/society/techteam/showcase/okami.jpg deleted file mode 100644 index 43ac5c4..0000000 Binary files a/public/img/society/techteam/showcase/okami.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/supermileage.jpg b/public/img/society/techteam/showcase/supermileage.jpg deleted file mode 100644 index 8b31e50..0000000 Binary files a/public/img/society/techteam/showcase/supermileage.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/uas.jpg b/public/img/society/techteam/showcase/uas.jpg deleted file mode 100644 index 17b9757..0000000 Binary files a/public/img/society/techteam/showcase/uas.jpg and /dev/null differ diff --git a/public/img/society/techteam/showcase/ugv.jpg b/public/img/society/techteam/showcase/ugv.jpg deleted file mode 100644 index 959abfa..0000000 Binary files a/public/img/society/techteam/showcase/ugv.jpg and /dev/null differ diff --git a/public/img/society/techteam/supermileage.jpg b/public/img/society/techteam/supermileage.jpg deleted file mode 100644 index 174ea4b..0000000 Binary files a/public/img/society/techteam/supermileage.jpg and /dev/null differ diff --git a/public/img/society/techteam/uas.jpg b/public/img/society/techteam/uas.jpg deleted file mode 100644 index 8fba90b..0000000 Binary files a/public/img/society/techteam/uas.jpg and /dev/null differ diff --git a/public/img/society/tedx/1.jpg b/public/img/society/tedx/1.jpg deleted file mode 100644 index 72d4215..0000000 Binary files a/public/img/society/tedx/1.jpg and /dev/null differ diff --git a/public/img/society/tedx/2.jpg b/public/img/society/tedx/2.jpg deleted file mode 100644 index 42ebd6d..0000000 Binary files a/public/img/society/tedx/2.jpg and /dev/null differ diff --git a/public/img/society/tedx/3.jpg b/public/img/society/tedx/3.jpg deleted file mode 100644 index d813d57..0000000 Binary files a/public/img/society/tedx/3.jpg and /dev/null differ diff --git a/public/img/society/tedx/4.jpg b/public/img/society/tedx/4.jpg deleted file mode 100644 index 430cdff..0000000 Binary files a/public/img/society/tedx/4.jpg and /dev/null differ diff --git a/public/img/society/tedx/5.jpg b/public/img/society/tedx/5.jpg deleted file mode 100644 index dfce46d..0000000 Binary files a/public/img/society/tedx/5.jpg and /dev/null differ diff --git a/public/img/society/tedx/6.jpg b/public/img/society/tedx/6.jpg deleted file mode 100644 index 3ec5792..0000000 Binary files a/public/img/society/tedx/6.jpg and /dev/null differ diff --git a/public/img/society/toast/1.jpg b/public/img/society/toast/1.jpg deleted file mode 100644 index 2b94dc9..0000000 Binary files a/public/img/society/toast/1.jpg and /dev/null differ diff --git a/public/img/society/toast/2.jpg b/public/img/society/toast/2.jpg deleted file mode 100644 index 8c38971..0000000 Binary files a/public/img/society/toast/2.jpg and /dev/null differ diff --git a/public/img/society/toast/toast.jpg b/public/img/society/toast/toast.jpg deleted file mode 100644 index 8c38971..0000000 Binary files a/public/img/society/toast/toast.jpg and /dev/null differ diff --git a/public/img/society/uas/1.jpg b/public/img/society/uas/1.jpg deleted file mode 100644 index 8fba90b..0000000 Binary files a/public/img/society/uas/1.jpg and /dev/null differ diff --git a/public/img/society/uas/2.jpg b/public/img/society/uas/2.jpg deleted file mode 100644 index 17b9757..0000000 Binary files a/public/img/society/uas/2.jpg and /dev/null differ diff --git a/public/img/society/uas/3.jpg b/public/img/society/uas/3.jpg deleted file mode 100644 index a9538a1..0000000 Binary files a/public/img/society/uas/3.jpg and /dev/null differ diff --git a/public/img/society/uas/4.jpg b/public/img/society/uas/4.jpg deleted file mode 100644 index 2e4f765..0000000 Binary files a/public/img/society/uas/4.jpg and /dev/null differ diff --git a/public/img/society/uas/5.jpeg b/public/img/society/uas/5.jpeg deleted file mode 100644 index a326b4b..0000000 Binary files a/public/img/society/uas/5.jpeg and /dev/null differ diff --git a/public/img/society/uas/6.jpg b/public/img/society/uas/6.jpg deleted file mode 100644 index 31a3b5b..0000000 Binary files a/public/img/society/uas/6.jpg and /dev/null differ diff --git a/public/img/society/uas/uas.jpg b/public/img/society/uas/uas.jpg deleted file mode 100644 index 17b9757..0000000 Binary files a/public/img/society/uas/uas.jpg and /dev/null differ diff --git a/public/img/society/ugv/1.png b/public/img/society/ugv/1.png deleted file mode 100644 index 83205d9..0000000 Binary files a/public/img/society/ugv/1.png and /dev/null differ diff --git a/public/img/society/ugv/2.jpg b/public/img/society/ugv/2.jpg deleted file mode 100644 index 959abfa..0000000 Binary files a/public/img/society/ugv/2.jpg and /dev/null differ diff --git a/public/img/society/ugv/3.jpg b/public/img/society/ugv/3.jpg deleted file mode 100644 index 3033d89..0000000 Binary files a/public/img/society/ugv/3.jpg and /dev/null differ diff --git a/public/img/society/ugv/ugv.jpg b/public/img/society/ugv/ugv.jpg deleted file mode 100644 index 959abfa..0000000 Binary files a/public/img/society/ugv/ugv.jpg and /dev/null differ diff --git a/public/img/society/vibe/1.jpg b/public/img/society/vibe/1.jpg deleted file mode 100644 index 7d4af8a..0000000 Binary files a/public/img/society/vibe/1.jpg and /dev/null differ diff --git a/public/img/society/vibe/2.jpg b/public/img/society/vibe/2.jpg deleted file mode 100644 index 335dbcb..0000000 Binary files a/public/img/society/vibe/2.jpg and /dev/null differ diff --git a/public/img/society/vibe/3.jpg b/public/img/society/vibe/3.jpg deleted file mode 100644 index 53974b0..0000000 Binary files a/public/img/society/vibe/3.jpg and /dev/null differ diff --git a/public/img/society/vibe/4.jpg b/public/img/society/vibe/4.jpg deleted file mode 100644 index 5111cf2..0000000 Binary files a/public/img/society/vibe/4.jpg and /dev/null differ diff --git a/public/img/society/vibe/5.jpg b/public/img/society/vibe/5.jpg deleted file mode 100644 index 81da4db..0000000 Binary files a/public/img/society/vibe/5.jpg and /dev/null differ diff --git a/public/img/society/vibe/6.jpg b/public/img/society/vibe/6.jpg deleted file mode 100644 index bb7bba3..0000000 Binary files a/public/img/society/vibe/6.jpg and /dev/null differ diff --git a/public/img/society/zenith/1.png b/public/img/society/zenith/1.png deleted file mode 100644 index a15a76d..0000000 Binary files a/public/img/society/zenith/1.png and /dev/null differ diff --git a/public/img/society/zenith/2.jpg b/public/img/society/zenith/2.jpg deleted file mode 100644 index ee4c82e..0000000 Binary files a/public/img/society/zenith/2.jpg and /dev/null differ diff --git a/public/img/society/zenith/3.jpg b/public/img/society/zenith/3.jpg deleted file mode 100644 index b8d901a..0000000 Binary files a/public/img/society/zenith/3.jpg and /dev/null differ diff --git a/public/img/society/zenith/4.jpg b/public/img/society/zenith/4.jpg deleted file mode 100644 index f941f7c..0000000 Binary files a/public/img/society/zenith/4.jpg and /dev/null differ diff --git a/public/img/society/zenith/5.jpg b/public/img/society/zenith/5.jpg deleted file mode 100644 index ab52c30..0000000 Binary files a/public/img/society/zenith/5.jpg and /dev/null differ diff --git a/public/img/society/zenith/6.jpg b/public/img/society/zenith/6.jpg deleted file mode 100644 index 44c3467..0000000 Binary files a/public/img/society/zenith/6.jpg and /dev/null differ diff --git a/public/img/society/zenith/7.jpg b/public/img/society/zenith/7.jpg deleted file mode 100644 index 7b6d025..0000000 Binary files a/public/img/society/zenith/7.jpg and /dev/null differ diff --git a/public/img/society/zephyr/1.jpg b/public/img/society/zephyr/1.jpg deleted file mode 100644 index 7ea5d89..0000000 Binary files a/public/img/society/zephyr/1.jpg and /dev/null differ diff --git a/public/img/society/zephyr/2.jpg b/public/img/society/zephyr/2.jpg deleted file mode 100644 index c492f06..0000000 Binary files a/public/img/society/zephyr/2.jpg and /dev/null differ diff --git a/public/img/society/zephyr/3.jpg b/public/img/society/zephyr/3.jpg deleted file mode 100644 index 9f83a98..0000000 Binary files a/public/img/society/zephyr/3.jpg and /dev/null differ diff --git a/public/img/society/zephyr/4.png b/public/img/society/zephyr/4.png deleted file mode 100644 index 9d73491..0000000 Binary files a/public/img/society/zephyr/4.png and /dev/null differ diff --git a/public/img/team/Alumnis/alum1.jpg b/public/img/team/Alumnis/alum1.jpg deleted file mode 100755 index ef8abcc..0000000 Binary files a/public/img/team/Alumnis/alum1.jpg and /dev/null differ diff --git a/public/img/team/Alumnis/alum2.jpg b/public/img/team/Alumnis/alum2.jpg deleted file mode 100755 index a25854f..0000000 Binary files a/public/img/team/Alumnis/alum2.jpg and /dev/null differ diff --git a/public/img/team/Alumnis/alum3.jpg b/public/img/team/Alumnis/alum3.jpg deleted file mode 100755 index 05a5a92..0000000 Binary files a/public/img/team/Alumnis/alum3.jpg and /dev/null differ diff --git a/public/img/team/Alumnis/alum4.jpg b/public/img/team/Alumnis/alum4.jpg deleted file mode 100755 index 7ea073e..0000000 Binary files a/public/img/team/Alumnis/alum4.jpg and /dev/null differ diff --git a/public/img/team/Columnists/Anjali Singh.jpeg b/public/img/team/Columnists/Anjali Singh.jpeg deleted file mode 100755 index 67c8a3d..0000000 Binary files a/public/img/team/Columnists/Anjali Singh.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Anoushka Raj.jpeg b/public/img/team/Columnists/Anoushka Raj.jpeg deleted file mode 100755 index 2fe83df..0000000 Binary files a/public/img/team/Columnists/Anoushka Raj.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Ishaan Gupta.jpeg b/public/img/team/Columnists/Ishaan Gupta.jpeg deleted file mode 100755 index ef3f0a5..0000000 Binary files a/public/img/team/Columnists/Ishaan Gupta.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Kripi Badonia.jpeg b/public/img/team/Columnists/Kripi Badonia.jpeg deleted file mode 100755 index 9e57a12..0000000 Binary files a/public/img/team/Columnists/Kripi Badonia.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Mandeep Singh.jpeg b/public/img/team/Columnists/Mandeep Singh.jpeg deleted file mode 100755 index 084e2ee..0000000 Binary files a/public/img/team/Columnists/Mandeep Singh.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Mihir Ranjan.jpeg b/public/img/team/Columnists/Mihir Ranjan.jpeg deleted file mode 100755 index 235de02..0000000 Binary files a/public/img/team/Columnists/Mihir Ranjan.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Rishabh Chaurasia.jpeg b/public/img/team/Columnists/Rishabh Chaurasia.jpeg deleted file mode 100755 index 59de2d2..0000000 Binary files a/public/img/team/Columnists/Rishabh Chaurasia.jpeg and /dev/null differ diff --git a/public/img/team/Columnists/Saurabh tiwari.jpeg b/public/img/team/Columnists/Saurabh tiwari.jpeg deleted file mode 100755 index 7223b98..0000000 Binary files a/public/img/team/Columnists/Saurabh tiwari.jpeg and /dev/null differ diff --git a/public/img/team/Council/Gul_Asnani.jpg b/public/img/team/Council/Gul_Asnani.jpg deleted file mode 100755 index 4633c5b..0000000 Binary files a/public/img/team/Council/Gul_Asnani.jpg and /dev/null differ diff --git a/public/img/team/Council/Mohsin Hussain.jpg b/public/img/team/Council/Mohsin Hussain.jpg deleted file mode 100755 index 1ac04bc..0000000 Binary files a/public/img/team/Council/Mohsin Hussain.jpg and /dev/null differ diff --git a/public/img/team/Council/Pratyush Thakur.jpg b/public/img/team/Council/Pratyush Thakur.jpg deleted file mode 100755 index 10c6620..0000000 Binary files a/public/img/team/Council/Pratyush Thakur.jpg and /dev/null differ diff --git a/public/img/team/Council/Rajayavardhan.jpg b/public/img/team/Council/Rajayavardhan.jpg deleted file mode 100755 index 8637e6b..0000000 Binary files a/public/img/team/Council/Rajayavardhan.jpg and /dev/null differ diff --git a/public/img/team/Council/Rupanjali Kukal.jpg b/public/img/team/Council/Rupanjali Kukal.jpg deleted file mode 100755 index f144862..0000000 Binary files a/public/img/team/Council/Rupanjali Kukal.jpg and /dev/null differ diff --git a/public/img/team/Council/Shashank Jha.jpg b/public/img/team/Council/Shashank Jha.jpg deleted file mode 100755 index b7a333d..0000000 Binary files a/public/img/team/Council/Shashank Jha.jpg and /dev/null differ diff --git a/public/img/team/Council/Shivam Jha.jpg b/public/img/team/Council/Shivam Jha.jpg deleted file mode 100755 index 6e5f685..0000000 Binary files a/public/img/team/Council/Shivam Jha.jpg and /dev/null differ diff --git a/public/img/team/Council/Shubham Raturi.jpg b/public/img/team/Council/Shubham Raturi.jpg deleted file mode 100755 index 0e752d3..0000000 Binary files a/public/img/team/Council/Shubham Raturi.jpg and /dev/null differ diff --git a/public/img/team/Council/Sourajit Bhattacharjee.jpg b/public/img/team/Council/Sourajit Bhattacharjee.jpg deleted file mode 100755 index 770bf1d..0000000 Binary files a/public/img/team/Council/Sourajit Bhattacharjee.jpg and /dev/null differ diff --git a/public/img/team/Council/Tanmay Singh.jpg b/public/img/team/Council/Tanmay Singh.jpg deleted file mode 100755 index 837d3e0..0000000 Binary files a/public/img/team/Council/Tanmay Singh.jpg and /dev/null differ diff --git a/public/img/team/Council/Vedant Tiwari.jpg b/public/img/team/Council/Vedant Tiwari.jpg deleted file mode 100755 index da45ab4..0000000 Binary files a/public/img/team/Council/Vedant Tiwari.jpg and /dev/null differ diff --git a/public/img/team/Council/Vishesh Kashyap.jpg b/public/img/team/Council/Vishesh Kashyap.jpg deleted file mode 100755 index e54e1e7..0000000 Binary files a/public/img/team/Council/Vishesh Kashyap.jpg and /dev/null differ diff --git a/public/img/team/Council/zara khan.jpg b/public/img/team/Council/zara khan.jpg deleted file mode 100755 index e28a07c..0000000 Binary files a/public/img/team/Council/zara khan.jpg and /dev/null differ diff --git a/public/img/team/Designers/Aavriti Arora.jpg b/public/img/team/Designers/Aavriti Arora.jpg deleted file mode 100755 index 286e6f6..0000000 Binary files a/public/img/team/Designers/Aavriti Arora.jpg and /dev/null differ diff --git a/public/img/team/Designers/Akshita Mishra.jpg b/public/img/team/Designers/Akshita Mishra.jpg deleted file mode 100755 index 10d79d6..0000000 Binary files a/public/img/team/Designers/Akshita Mishra.jpg and /dev/null differ diff --git a/public/img/team/Designers/Angad Bhalla.jpg b/public/img/team/Designers/Angad Bhalla.jpg deleted file mode 100755 index df0c806..0000000 Binary files a/public/img/team/Designers/Angad Bhalla.jpg and /dev/null differ diff --git a/public/img/team/Designers/Anubha Kabra.JPG b/public/img/team/Designers/Anubha Kabra.JPG deleted file mode 100755 index 9a3b220..0000000 Binary files a/public/img/team/Designers/Anubha Kabra.JPG and /dev/null differ diff --git a/public/img/team/Designers/Pratyush Pranjal.jpg b/public/img/team/Designers/Pratyush Pranjal.jpg deleted file mode 100755 index 6c9bdc7..0000000 Binary files a/public/img/team/Designers/Pratyush Pranjal.jpg and /dev/null differ diff --git a/public/img/team/Designers/Raghav Byala.jpg b/public/img/team/Designers/Raghav Byala.jpg deleted file mode 100755 index be34ea6..0000000 Binary files a/public/img/team/Designers/Raghav Byala.jpg and /dev/null differ diff --git a/public/img/team/Designers/Samarth Yadav.jpg b/public/img/team/Designers/Samarth Yadav.jpg deleted file mode 100755 index 0a6c562..0000000 Binary files a/public/img/team/Designers/Samarth Yadav.jpg and /dev/null differ diff --git a/public/img/team/Designers/Tripti Khulbe.jpg b/public/img/team/Designers/Tripti Khulbe.jpg deleted file mode 100755 index f0babad..0000000 Binary files a/public/img/team/Designers/Tripti Khulbe.jpg and /dev/null differ diff --git a/public/img/team/Designers/pranoy.jpg b/public/img/team/Designers/pranoy.jpg deleted file mode 100755 index 5404a0d..0000000 Binary files a/public/img/team/Designers/pranoy.jpg and /dev/null differ diff --git a/public/img/team/FacultyAdvisors/Anoop.jpg b/public/img/team/FacultyAdvisors/Anoop.jpg deleted file mode 100755 index cfe8c74..0000000 Binary files a/public/img/team/FacultyAdvisors/Anoop.jpg and /dev/null differ diff --git a/public/img/team/FacultyAdvisors/VC.jpg b/public/img/team/FacultyAdvisors/VC.jpg deleted file mode 100755 index f459c71..0000000 Binary files a/public/img/team/FacultyAdvisors/VC.jpg and /dev/null differ diff --git a/public/img/team/FacultyAdvisors/rpandey.jpg b/public/img/team/FacultyAdvisors/rpandey.jpg deleted file mode 100755 index f3d981c..0000000 Binary files a/public/img/team/FacultyAdvisors/rpandey.jpg and /dev/null differ diff --git a/public/img/team/FacultyAdvisors/sindu.jpg b/public/img/team/FacultyAdvisors/sindu.jpg deleted file mode 100755 index 201847e..0000000 Binary files a/public/img/team/FacultyAdvisors/sindu.jpg and /dev/null differ diff --git a/public/img/team/Illustrators/Akash Chauhan.jpeg b/public/img/team/Illustrators/Akash Chauhan.jpeg deleted file mode 100755 index 7ff9511..0000000 Binary files a/public/img/team/Illustrators/Akash Chauhan.jpeg and /dev/null differ diff --git a/public/img/team/Illustrators/Akshansh Aggarwal.jpeg b/public/img/team/Illustrators/Akshansh Aggarwal.jpeg deleted file mode 100755 index b236c3e..0000000 Binary files a/public/img/team/Illustrators/Akshansh Aggarwal.jpeg and /dev/null differ diff --git a/public/img/team/Illustrators/Anirudh Kundu.jpeg b/public/img/team/Illustrators/Anirudh Kundu.jpeg deleted file mode 100755 index 0e1c840..0000000 Binary files a/public/img/team/Illustrators/Anirudh Kundu.jpeg and /dev/null differ diff --git a/public/img/team/Illustrators/Dakshita Joshi.jpeg b/public/img/team/Illustrators/Dakshita Joshi.jpeg deleted file mode 100755 index 99f5d25..0000000 Binary files a/public/img/team/Illustrators/Dakshita Joshi.jpeg and /dev/null differ diff --git a/public/img/team/Illustrators/Gopika Gopakumar.jpeg b/public/img/team/Illustrators/Gopika Gopakumar.jpeg deleted file mode 100755 index b28ec51..0000000 Binary files a/public/img/team/Illustrators/Gopika Gopakumar.jpeg and /dev/null differ diff --git a/public/img/team/Illustrators/Medhavi Thakur.jpeg b/public/img/team/Illustrators/Medhavi Thakur.jpeg deleted file mode 100755 index a889de7..0000000 Binary files a/public/img/team/Illustrators/Medhavi Thakur.jpeg and /dev/null differ diff --git a/public/img/team/WebDevelopers/Gaurav.jpeg b/public/img/team/WebDevelopers/Gaurav.jpeg deleted file mode 100644 index e8787d8..0000000 Binary files a/public/img/team/WebDevelopers/Gaurav.jpeg and /dev/null differ diff --git a/public/img/team/WebDevelopers/Kushal.jpg b/public/img/team/WebDevelopers/Kushal.jpg deleted file mode 100644 index 37d0970..0000000 Binary files a/public/img/team/WebDevelopers/Kushal.jpg and /dev/null differ diff --git a/public/img/team/WebDevelopers/Manish.jpeg b/public/img/team/WebDevelopers/Manish.jpeg deleted file mode 100644 index 04d055f..0000000 Binary files a/public/img/team/WebDevelopers/Manish.jpeg and /dev/null differ diff --git a/public/img/team/WebDevelopers/Nandana.jpeg b/public/img/team/WebDevelopers/Nandana.jpeg deleted file mode 100755 index 6fd4cef..0000000 Binary files a/public/img/team/WebDevelopers/Nandana.jpeg and /dev/null differ diff --git a/public/img/team/WebDevelopers/Sambhav.jpeg b/public/img/team/WebDevelopers/Sambhav.jpeg deleted file mode 100755 index 7af9369..0000000 Binary files a/public/img/team/WebDevelopers/Sambhav.jpeg and /dev/null differ diff --git a/public/img/team/WebDevelopers/ShivamBansal.jpg b/public/img/team/WebDevelopers/ShivamBansal.jpg deleted file mode 100644 index 4ec4082..0000000 Binary files a/public/img/team/WebDevelopers/ShivamBansal.jpg and /dev/null differ diff --git a/public/img/team/WebDevelopers/ShivamSinghal.jpg b/public/img/team/WebDevelopers/ShivamSinghal.jpg deleted file mode 100644 index d0a4ac1..0000000 Binary files a/public/img/team/WebDevelopers/ShivamSinghal.jpg and /dev/null differ diff --git a/public/img/team/WebDevelopers/aryan.jpg b/public/img/team/WebDevelopers/aryan.jpg deleted file mode 100644 index 1d0d54b..0000000 Binary files a/public/img/team/WebDevelopers/aryan.jpg and /dev/null differ diff --git a/public/img/team/WebDevelopers/ass.jpeg b/public/img/team/WebDevelopers/ass.jpeg deleted file mode 100755 index a239b39..0000000 Binary files a/public/img/team/WebDevelopers/ass.jpeg and /dev/null differ diff --git a/public/img/team/WebDevelopers/shreyansh.jpg b/public/img/team/WebDevelopers/shreyansh.jpg deleted file mode 100644 index e0b6b38..0000000 Binary files a/public/img/team/WebDevelopers/shreyansh.jpg and /dev/null differ diff --git a/public/img/team/editors/Anushka Sharma.jpg b/public/img/team/editors/Anushka Sharma.jpg deleted file mode 100755 index d0fded0..0000000 Binary files a/public/img/team/editors/Anushka Sharma.jpg and /dev/null differ diff --git a/public/img/team/editors/Karan Bora.jpg b/public/img/team/editors/Karan Bora.jpg deleted file mode 100755 index c4a7bae..0000000 Binary files a/public/img/team/editors/Karan Bora.jpg and /dev/null differ diff --git a/public/img/team/editors/Lokesh Narayan.jpg b/public/img/team/editors/Lokesh Narayan.jpg deleted file mode 100755 index a2589b8..0000000 Binary files a/public/img/team/editors/Lokesh Narayan.jpg and /dev/null differ diff --git a/public/img/team/editors/Parangat Mittal.jpg b/public/img/team/editors/Parangat Mittal.jpg deleted file mode 100755 index 2184302..0000000 Binary files a/public/img/team/editors/Parangat Mittal.jpg and /dev/null differ diff --git a/public/img/team/editors/Pratik Anand.jpg b/public/img/team/editors/Pratik Anand.jpg deleted file mode 100755 index 337fc54..0000000 Binary files a/public/img/team/editors/Pratik Anand.jpg and /dev/null differ diff --git a/public/img/team/editors/Pratik-Anand.jpg b/public/img/team/editors/Pratik-Anand.jpg deleted file mode 100755 index cfcb097..0000000 Binary files a/public/img/team/editors/Pratik-Anand.jpg and /dev/null differ diff --git a/public/img/team/editors/Priyansh Soni.jpg b/public/img/team/editors/Priyansh Soni.jpg deleted file mode 100755 index 980de24..0000000 Binary files a/public/img/team/editors/Priyansh Soni.jpg and /dev/null differ diff --git a/public/img/team/editors/Shrey Padhi.jpg b/public/img/team/editors/Shrey Padhi.jpg deleted file mode 100755 index 2fc2283..0000000 Binary files a/public/img/team/editors/Shrey Padhi.jpg and /dev/null differ diff --git a/public/img/team/editors/Srishti Mittal.jpg b/public/img/team/editors/Srishti Mittal.jpg deleted file mode 100755 index 6244eba..0000000 Binary files a/public/img/team/editors/Srishti Mittal.jpg and /dev/null differ diff --git a/public/img/team/photographer/Ankit Dutta.jpeg b/public/img/team/photographer/Ankit Dutta.jpeg deleted file mode 100755 index 10b89d4..0000000 Binary files a/public/img/team/photographer/Ankit Dutta.jpeg and /dev/null differ diff --git a/public/img/team/photographer/Jessjit Singh.jpeg b/public/img/team/photographer/Jessjit Singh.jpeg deleted file mode 100755 index eae352b..0000000 Binary files a/public/img/team/photographer/Jessjit Singh.jpeg and /dev/null differ diff --git a/public/img/team/photographer/Kushagra Agrawal.jpeg b/public/img/team/photographer/Kushagra Agrawal.jpeg deleted file mode 100755 index d771555..0000000 Binary files a/public/img/team/photographer/Kushagra Agrawal.jpeg and /dev/null differ diff --git a/public/img/team/photographer/Priyansh Gupta.jpeg b/public/img/team/photographer/Priyansh Gupta.jpeg deleted file mode 100755 index 76fdf03..0000000 Binary files a/public/img/team/photographer/Priyansh Gupta.jpeg and /dev/null differ diff --git a/public/img/team/photographer/Priyansh Verma.jpeg b/public/img/team/photographer/Priyansh Verma.jpeg deleted file mode 100755 index 400d35a..0000000 Binary files a/public/img/team/photographer/Priyansh Verma.jpeg and /dev/null differ diff --git a/public/img/team/photographer/Sai Seth.jpeg b/public/img/team/photographer/Sai Seth.jpeg deleted file mode 100755 index 0b6b060..0000000 Binary files a/public/img/team/photographer/Sai Seth.jpeg and /dev/null differ diff --git a/public/img/team/photographer/krishmodi.jpeg b/public/img/team/photographer/krishmodi.jpeg deleted file mode 100755 index ce707c3..0000000 Binary files a/public/img/team/photographer/krishmodi.jpeg and /dev/null differ diff --git a/public/img/team/photographer/mukul tanwar.jpeg b/public/img/team/photographer/mukul tanwar.jpeg deleted file mode 100755 index d0316c2..0000000 Binary files a/public/img/team/photographer/mukul tanwar.jpeg and /dev/null differ diff --git a/public/img/team2014.jpg b/public/img/team2014.jpg deleted file mode 100644 index f6bdb10..0000000 Binary files a/public/img/team2014.jpg and /dev/null differ diff --git a/public/img/team2015.jpg b/public/img/team2015.jpg deleted file mode 100644 index d0bc2e8..0000000 Binary files a/public/img/team2015.jpg and /dev/null differ diff --git a/public/img/team2018.jpeg b/public/img/team2018.jpeg deleted file mode 100644 index db4f860..0000000 Binary files a/public/img/team2018.jpeg and /dev/null differ diff --git a/public/img/videos/mobile2opt.mp4 b/public/img/videos/mobile2opt.mp4 deleted file mode 100644 index 7aec36b..0000000 Binary files a/public/img/videos/mobile2opt.mp4 and /dev/null differ diff --git a/public/js/.DS_Store b/public/js/.DS_Store index 93e5f50..9fc3575 100644 Binary files a/public/js/.DS_Store and b/public/js/.DS_Store differ diff --git a/public/js/app.js b/public/js/app.js deleted file mode 100644 index 6e3d1d0..0000000 --- a/public/js/app.js +++ /dev/null @@ -1,15517 +0,0 @@ -/******/ (function(modules) { // webpackBootstrap -/******/ // The module cache -/******/ var installedModules = {}; -/******/ -/******/ // The require function -/******/ function __webpack_require__(moduleId) { -/******/ -/******/ // Check if module is in cache -/******/ if(installedModules[moduleId]) { -/******/ return installedModules[moduleId].exports; -/******/ } -/******/ // Create a new module (and put it into the cache) -/******/ var module = installedModules[moduleId] = { -/******/ i: moduleId, -/******/ l: false, -/******/ exports: {} -/******/ }; -/******/ -/******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); -/******/ -/******/ // Flag the module as loaded -/******/ module.l = true; -/******/ -/******/ // Return the exports of the module -/******/ return module.exports; -/******/ } -/******/ -/******/ -/******/ // expose the modules object (__webpack_modules__) -/******/ __webpack_require__.m = modules; -/******/ -/******/ // expose the module cache -/******/ __webpack_require__.c = installedModules; -/******/ -/******/ // define getter function for harmony exports -/******/ __webpack_require__.d = function(exports, name, getter) { -/******/ if(!__webpack_require__.o(exports, name)) { -/******/ Object.defineProperty(exports, name, { -/******/ configurable: false, -/******/ enumerable: true, -/******/ get: getter -/******/ }); -/******/ } -/******/ }; -/******/ -/******/ // getDefaultExport function for compatibility with non-harmony modules -/******/ __webpack_require__.n = function(module) { -/******/ var getter = module && module.__esModule ? -/******/ function getDefault() { return module['default']; } : -/******/ function getModuleExports() { return module; }; -/******/ __webpack_require__.d(getter, 'a', getter); -/******/ return getter; -/******/ }; -/******/ -/******/ // Object.prototype.hasOwnProperty.call -/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; -/******/ -/******/ // __webpack_public_path__ -/******/ __webpack_require__.p = "/"; -/******/ -/******/ // Load entry module and return exports -/******/ return __webpack_require__(__webpack_require__.s = 1); -/******/ }) -/************************************************************************/ -/******/ ([ -/* 0 */ -/***/ (function(module, exports, __webpack_require__) { - -var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! - * jQuery JavaScript Library v3.3.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2018-01-20T17:24Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var document = window.document; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var concat = arr.concat; - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - - - - var preservedScriptAttributes = { - type: true, - src: true, - noModule: true - }; - - function DOMEval( code, doc, node ) { - doc = doc || document; - - var i, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - if ( node[ i ] ) { - script[ i ] = node[ i ]; - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.3.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }, - - // Support: Android <=4.0 only - // Make sure we trim BOM and NBSP - rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent never-ending loop - if ( target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - - if ( copyIsArray ) { - copyIsArray = false; - clone = src && Array.isArray( src ) ? src : []; - - } else { - clone = src && jQuery.isPlainObject( src ) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - - /* eslint-disable no-unused-vars */ - // See https://github.com/eslint/eslint/issues/6125 - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a global context - globalEval: function( code ) { - DOMEval( code ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // Support: Android <=4.0 only - trim: function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "" ); - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.3 - * https://sizzlejs.com/ - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2016-08-08 - */ -(function( window ) { - -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ({}).hasOwnProperty, - arr = [], - pop = arr.pop, - push_native = arr.push, - push = arr.push, - slice = arr.slice, - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[i] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier - identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + - "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), - - rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + - "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + - "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + - whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), - funescape = function( _, escaped, escapedWhitespace ) { - var high = "0x" + escaped - 0x10000; - // NaN means non-codepoint - // Support: Firefox<24 - // Workaround erroneous numeric interpretation of +"0x" - return high !== high || escapedWhitespace ? - escaped : - high < 0 ? - // BMP codepoint - String.fromCharCode( high + 0x10000 ) : - // Supplemental Plane codepoint (surrogate pair) - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - disabledAncestor = addCombinator( - function( elem ) { - return elem.disabled === true && ("form" in elem || "label" in elem); - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - (arr = slice.call( preferredDoc.childNodes )), - preferredDoc.childNodes - ); - // Support: Android<4.0 - // Detect silently failing push.apply - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - push_native.apply( target, slice.call(els) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - // Can't trust NodeList.length - while ( (target[j++] = els[i++]) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - - if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { - setDocument( context ); - } - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { - - // ID selector - if ( (m = match[1]) ) { - - // Document context - if ( nodeType === 9 ) { - if ( (elem = context.getElementById( m )) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && (elem = newContext.getElementById( m )) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[2] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( (m = match[3]) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !compilerCache[ selector + " " ] && - (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { - - if ( nodeType !== 1 ) { - newContext = context; - newSelector = selector; - - // qSA looks outside Element context, which is not what we want - // Thanks to Andrew Dupont for this workaround technique - // Support: IE <=8 - // Exclude object elements - } else if ( context.nodeName.toLowerCase() !== "object" ) { - - // Capture the context ID, setting it first if necessary - if ( (nid = context.getAttribute( "id" )) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", (nid = expando) ); - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[i] = "#" + nid + " " + toSelector( groups[i] ); - } - newSelector = groups.join( "," ); - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - } - - if ( newSelector ) { - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return (cache[ key + " " ] = value); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement("fieldset"); - - try { - return !!fn( el ); - } catch (e) { - return false; - } finally { - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split("|"), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[i] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( (cur = cur.nextSibling) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - disabledAncestor( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction(function( argument ) { - argument = +argument; - return markFunction(function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ (j = matchIndexes[i]) ] ) { - seed[j] = !(matches[j] = seed[j]); - } - } - }); - }); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = elem && (elem.ownerDocument || elem).documentElement; - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9-11, Edge - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - if ( preferredDoc !== document && - (subWindow = document.defaultView) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert(function( el ) { - el.className = "i"; - return !el.getAttribute("className"); - }); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert(function( el ) { - el.appendChild( document.createComment("") ); - return !el.getElementsByTagName("*").length; - }); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert(function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - }); - - // ID filter and find - if ( support.getById ) { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute("id") === attrId; - }; - }; - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode("id"); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( (elem = elems[i++]) ) { - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find["TAG"] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( (elem = results[i++]) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert(function( el ) { - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll("[msallowcapture^='']").length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll("[selected]").length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push("~="); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll(":checked").length ) { - rbuggyQSA.push(":checked"); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push(".#.+[+~]"); - } - }); - - assert(function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement("input"); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll("[name=d]").length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll(":enabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll(":disabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll("*,:x"); - rbuggyQSA.push(",.*:"); - }); - } - - if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector) )) ) { - - assert(function( el ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - }); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - )); - } : - function( a, b ) { - if ( b ) { - while ( (b = b.parentNode) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { - - // Choose the first element that is related to our preferred document - if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { - return -1; - } - if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - return a === document ? -1 : - b === document ? 1 : - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( (cur = cur.parentNode) ) { - ap.unshift( cur ); - } - cur = b; - while ( (cur = cur.parentNode) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[i] === bp[i] ) { - i++; - } - - return i ? - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[i], bp[i] ) : - - // Otherwise nodes in our document sort first - ap[i] === preferredDoc ? -1 : - bp[i] === preferredDoc ? 1 : - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - // Make sure that attribute selectors are quoted - expr = expr.replace( rattributeQuotes, "='$1']" ); - - if ( support.matchesSelector && documentIsHTML && - !compilerCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch (e) {} - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - // Set document vars if needed - if ( ( context.ownerDocument || context ) !== document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - (val = elem.getAttributeNode(name)) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return (sel + "").replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( (elem = results[i++]) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - // If no nodeType, this is expected to be an array - while ( (node = elem[i++]) ) { - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[1] = match[1].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); - - if ( match[2] === "~=" ) { - match[3] = " " + match[3] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[1] = match[1].toLowerCase(); - - if ( match[1].slice( 0, 3 ) === "nth" ) { - // nth-* requires argument - if ( !match[3] ) { - Sizzle.error( match[0] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); - match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); - - // other types prohibit arguments - } else if ( match[3] ) { - Sizzle.error( match[0] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[6] && match[2]; - - if ( matchExpr["CHILD"].test( match[0] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[3] ) { - match[2] = match[4] || match[5] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - // Get excess from tokenize (recursively) - (excess = tokenize( unquoted, true )) && - // advance to the next closing parenthesis - (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { - - // excess is a negative index - match[0] = match[0].slice( 0, excess ); - match[2] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { return true; } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && - classCache( className, function( elem ) { - return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); - }); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - }; - }, - - "CHILD": function( type, what, argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( (node = node[ dir ]) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( (node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - (diff = nodeIndex = 0) || start.pop()) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - // Use previously-cached element index if available - if ( useCache ) { - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - // Use the same loop as above to seek `elem` from the start - while ( (node = ++nodeIndex && node && node[ dir ] || - (diff = nodeIndex = 0) || start.pop()) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction(function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[i] ); - seed[ idx ] = !( matches[ idx ] = matched[i] ); - } - }) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - // Potentially complex pseudos - "not": markFunction(function( selector ) { - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction(function( seed, matches, context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( (elem = unmatched[i]) ) { - seed[i] = !(matches[i] = elem); - } - } - }) : - function( elem, context, xml ) { - input[0] = elem; - matcher( input, null, xml, results ); - // Don't keep the element (issue #299) - input[0] = null; - return !results.pop(); - }; - }), - - "has": markFunction(function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - }), - - "contains": markFunction(function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; - }; - }), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - // lang value must be a valid identifier - if ( !ridentifier.test(lang || "") ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( (elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); - return false; - }; - }), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); - }, - - "selected": function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos["empty"]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo(function() { - return [ 0 ]; - }), - - "last": createPositionalPseudo(function( matchIndexes, length ) { - return [ length - 1 ]; - }), - - "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - }), - - "even": createPositionalPseudo(function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "odd": createPositionalPseudo(function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }) - } -}; - -Expr.pseudos["nth"] = Expr.pseudos["eq"]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || (match = rcomma.exec( soFar )) ) { - if ( match ) { - // Don't consume trailing commas as valid - soFar = soFar.slice( match[0].length ) || soFar; - } - groups.push( (tokens = []) ); - } - - matched = false; - - // Combinators - if ( (match = rcombinators.exec( soFar )) ) { - matched = match.shift(); - tokens.push({ - value: matched, - // Cast descendant combinators to space - type: match[0].replace( rtrim, " " ) - }); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || - (match = preFilters[ type ]( match ))) ) { - matched = match.shift(); - tokens.push({ - value: matched, - type: type, - matches: match - }); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[i].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || (elem[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( (oldCache = uniqueCache[ key ]) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return (newCache[ 2 ] = oldCache[ 2 ]); - } else { - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[i]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[0]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[i], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( (elem = unmatched[i]) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction(function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( (elem = temp[i]) ) { - matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) ) { - // Restore matcherIn since elem is not yet a final match - temp.push( (matcherIn[i] = elem) ); - } - } - postFinder( null, (matcherOut = []), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) && - (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { - - seed[temp] = !(results[temp] = elem); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - }); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[0].type ], - implicitRelative = leadingRelative || Expr.relative[" "], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - (checkContext = context).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( (matcher = Expr.relative[ tokens[i].type ]) ) { - matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; - } else { - matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[j].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), - len = elems.length; - - if ( outermost ) { - outermostContext = context === document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && (elem = elems[i]) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - if ( !context && elem.ownerDocument !== document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( (matcher = elementMatchers[j++]) ) { - if ( matcher( elem, context || document, xml) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - // They will have gone through all possible matchers - if ( (elem = !matcher && elem) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( (matcher = setMatchers[j++]) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !(unmatched[i] || setMatched[i]) ) { - setMatched[i] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[i] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( (selector = compiled.selector || selector) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[0] = match[0].slice( 0 ); - if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { - - context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[i]; - - // Abort if we hit a combinator - if ( Expr.relative[ (type = token.type) ] ) { - break; - } - if ( (find = Expr.find[ type ]) ) { - // Search, expanding context for leading sibling combinators - if ( (seed = find( - token.matches[0].replace( runescape, funescape ), - rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context - )) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert(function( el ) { - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; -}); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert(function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute("href") === "#" ; -}) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - }); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert(function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -}) ) { - addHandle( "value", function( elem, name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - }); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert(function( el ) { - return el.getAttribute("disabled") == null; -}) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - (val = elem.getAttributeNode( name )) && val.specified ? - val.value : - null; - } - }); -} - -return Sizzle; - -})( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( nodeName( elem, "iframe" ) ) { - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - jQuery.contains( elem.ownerDocument, elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - -var swap = function( elem, options, callback, args ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.apply( elem, args || [] ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // Support: IE <=9 only - option: [ 1, "" ], - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -// Support: IE <=9 only -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, contains, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - contains = jQuery.contains( elem.ownerDocument, elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( contains ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; -} )(); -var documentElement = document.documentElement; - - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 only -// See #13393 for more info -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if ( !elemData ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = {}; - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - // Make a writable jQuery.Event from the native event object - var event = jQuery.event.fix( nativeEvent ); - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // Triggered event must either 1) have no namespace, or 2) have namespace(s) - // a subset or equal to those in the bound event (both can have no namespace). - if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - focus: { - - // Fire native event if possible so blur/focus sequence is correct - trigger: function() { - if ( this !== safeActiveElement() && this.focus ) { - this.focus(); - return false; - } - }, - delegateType: "focusin" - }, - blur: { - trigger: function() { - if ( this === safeActiveElement() && this.blur ) { - this.blur(); - return false; - } - }, - delegateType: "focusout" - }, - click: { - - // For checkbox, fire native event so checked state will be right - trigger: function() { - if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) { - this.click(); - return false; - } - }, - - // For cross-browser consistency, don't fire native .click() on links - _default: function( event ) { - return nodeName( event.target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - /* eslint-disable max-len */ - - // See https://github.com/eslint/eslint/issues/3229 - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, - - /* eslint-enable */ - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.access( src ); - pdataCur = dataPriv.set( dest, pdataOld ); - events = pdataOld.events; - - if ( events ) { - delete pdataCur.handle; - pdataCur.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = concat.apply( [], args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl ) { - jQuery._evalUrl( node.src ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), doc, node ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html.replace( rxhtmlTag, "<$1>" ); - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = jQuery.contains( elem.ownerDocument, elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - div.style.position = "absolute"; - scrollboxSizeVal = div.offsetWidth === 36 || "absolute"; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }, - - cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style; - -// Return a css property mapped to a potentially vendor prefixed property -function vendorPropName( name ) { - - // Shortcut for names that are not vendor prefixed - if ( name in emptyStyle ) { - return name; - } - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a property mapped along what jQuery.cssProps suggests or to -// a vendor prefixed property. -function finalPropName( name ) { - var ret = jQuery.cssProps[ name ]; - if ( !ret ) { - ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name; - } - return ret; -} - -function setPositiveNumber( elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - ) ); - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - val = curCSS( elem, dimension, styles ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox; - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - // Check for style in case a browser which returns unreliable values - // for getComputedStyle silently falls back to the reliable elem.style - valueIsBorderBox = valueIsBorderBox && - ( support.boxSizingReliable() || val === elem.style[ dimension ] ); - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - if ( val === "auto" || - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) { - - val = elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ]; - - // offsetWidth/offsetHeight provide border-box values - valueIsBorderBox = true; - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - if ( type === "number" ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra && boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ); - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && support.scrollboxSize() === styles.position ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && - ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || - jQuery.cssHooks[ tween.prop ] ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue && type !== false ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = Date.now(); - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; - } - } - match = responseHeaders[ key.toLowerCase() ]; - } - return match == null ? null : match; - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - - -jQuery._evalUrl = function( url ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - "throws": true - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain requests - if ( s.crossDomain ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "").attr({ src: jQuery.mbYTPlayer.locationProtocol + "//www.youtube.com/iframe_api?v=" + jQuery.mbYTPlayer.version, id: "YTAPI" });jQuery("head").prepend(tag); - }if (jQuery.mbBrowser.mobile && !YTPlayer.canPlayOnMobile) return YTPlayer.opt.mobileFallbackImage && wrapper.css({ backgroundImage: "url(" + YTPlayer.opt.mobileFallbackImage + ")", backgroundPosition: "center center", backgroundSize: "cover", backgroundRepeat: "no-repeat", opacity: 1 }), YTPlayer.isPlayer || $YTPlayer.remove(), void jQuery(document).trigger("YTPUnavailable");jQuery(document).on("YTAPIReady", function () { - YTPlayer.isBackground && ytp.backgroundIsInited || YTPlayer.isInit || (YTPlayer.isBackground && (ytp.backgroundIsInited = !0), YTPlayer.opt.autoPlay = "undefined" == typeof YTPlayer.opt.autoPlay ? YTPlayer.isBackground ? !0 : !1 : YTPlayer.opt.autoPlay, YTPlayer.opt.vol = YTPlayer.opt.vol ? YTPlayer.opt.vol : 100, jQuery.mbYTPlayer.getDataFromAPI(YTPlayer), jQuery(YTPlayer).on("YTPChanged", function () { - if (!YTPlayer.isInit) { - if (YTPlayer.isInit = !0, jQuery.mbBrowser.mobile && YTPlayer.canPlayOnMobile) { - if (YTPlayer.opt.containment.outerWidth() > jQuery(window).width()) { - YTPlayer.opt.containment.css({ maxWidth: "100%" });var h = .563 * YTPlayer.opt.containment.outerWidth();YTPlayer.opt.containment.css({ maxHeight: h }); - }return void new YT.Player(playerID, { videoId: YTPlayer.videoID.toString(), width: "100%", height: h, playerVars: playerVars, events: { onReady: function onReady(a) { - YTPlayer.player = a.target, playerBox.css({ opacity: 1 }), YTPlayer.wrapper.css({ opacity: 1 }); - } } }); - }new YT.Player(playerID, { videoId: YTPlayer.videoID.toString(), playerVars: playerVars, events: { onReady: function onReady(a) { - YTPlayer.player = a.target, YTPlayer.isReady || (YTPlayer.isReady = YTPlayer.isPlayer && !YTPlayer.opt.autoPlay ? !1 : !0, YTPlayer.playerEl = YTPlayer.player.getIframe(), jQuery(YTPlayer.playerEl).unselectable(), $YTPlayer.optimizeDisplay(), jQuery(window).off("resize.YTP_" + YTPlayer.id).on("resize.YTP_" + YTPlayer.id, function () { - $YTPlayer.optimizeDisplay(); - }), YTPlayer.opt.remember_last_time && jQuery(window).on("unload.YTP_" + YTPlayer.id, function () { - var a = YTPlayer.player.getCurrentTime();jQuery.mbCookie.set("YTPlayer_" + YTPlayer.videoID, a, 0); - }), jQuery.mbYTPlayer.checkForState(YTPlayer)); - }, onStateChange: function onStateChange(event) { - if ("function" == typeof event.target.getPlayerState) { - var state = event.target.getPlayerState();if (YTPlayer.preventTrigger) return void (YTPlayer.preventTrigger = !1);YTPlayer.state = state;var eventType;switch (state) {case -1: - eventType = "YTPUnstarted";break;case 0: - eventType = "YTPRealEnd";break;case 1: - eventType = "YTPPlay", YTPlayer.controlBar.length && YTPlayer.controlBar.find(".mb_YTPPlaypause").html(jQuery.mbYTPlayer.controls.pause), "undefined" != typeof _gaq && eval(YTPlayer.opt.gaTrack) && _gaq.push(["_trackEvent", "YTPlayer", "Play", YTPlayer.hasData ? YTPlayer.videoData.title : YTPlayer.videoID.toString()]), "undefined" != typeof ga && eval(YTPlayer.opt.gaTrack) && ga("send", "event", "YTPlayer", "play", YTPlayer.hasData ? YTPlayer.videoData.title : YTPlayer.videoID.toString());break;case 2: - eventType = "YTPPause", YTPlayer.controlBar.length && YTPlayer.controlBar.find(".mb_YTPPlaypause").html(jQuery.mbYTPlayer.controls.play);break;case 3: - YTPlayer.player.setPlaybackQuality(YTPlayer.opt.quality), eventType = "YTPBuffering", YTPlayer.controlBar.length && YTPlayer.controlBar.find(".mb_YTPPlaypause").html(jQuery.mbYTPlayer.controls.play);break;case 5: - eventType = "YTPCued";}var YTPEvent = jQuery.Event(eventType);YTPEvent.time = YTPlayer.currentTime, YTPlayer.canTrigger && jQuery(YTPlayer).trigger(YTPEvent); - } - }, onPlaybackQualityChange: function onPlaybackQualityChange(a) { - var b = a.target.getPlaybackQuality(), - c = jQuery.Event("YTPQualityChange");c.quality = b, jQuery(YTPlayer).trigger(c); - }, onError: function onError(a) { - 150 == a.data && (console.log("Embedding this video is restricted by Youtube."), YTPlayer.isPlayList && jQuery(YTPlayer).playNext()), 2 == a.data && YTPlayer.isPlayList && jQuery(YTPlayer).playNext(), "function" == typeof YTPlayer.opt.onError && YTPlayer.opt.onError($YTPlayer, a); - } } }); - } - })); - }), $YTPlayer.off("YTPTime.mask"), jQuery.mbYTPlayer.applyMask(YTPlayer); - } - }); - }, getDataFromAPI: function getDataFromAPI(a) { - if (a.videoData = jQuery.mbStorage.get("YTPlayer_data_" + a.videoID), jQuery(a).off("YTPData.YTPlayer").on("YTPData.YTPlayer", function () { - if (a.hasData && a.isPlayer && !a.opt.autoPlay) { - var b = a.videoData.thumb_max || a.videoData.thumb_high || a.videoData.thumb_medium;a.opt.containment.css({ background: "rgba(0,0,0,0.5) url(" + b + ") center center", backgroundSize: "cover" }), a.opt.backgroundUrl = b; - } - }), a.videoData) setTimeout(function () { - a.opt.ratio = "auto" == a.opt.ratio ? "16/9" : a.opt.ratio, a.dataReceived = !0, jQuery(a).trigger("YTPChanged");var b = jQuery.Event("YTPData");b.prop = {};for (var c in a.videoData) { - b.prop[c] = a.videoData[c]; - }jQuery(a).trigger(b); - }, a.opt.fadeOnStartTime), a.hasData = !0;else if (jQuery.mbYTPlayer.apiKey) jQuery.getJSON(jQuery.mbYTPlayer.locationProtocol + "//www.googleapis.com/youtube/v3/videos?id=" + a.videoID + "&key=" + jQuery.mbYTPlayer.apiKey + "&part=snippet", function (b) { - function c(b) { - a.videoData = {}, a.videoData.id = a.videoID, a.videoData.channelTitle = b.channelTitle, a.videoData.title = b.title, a.videoData.description = b.description.length < 400 ? b.description : b.description.substring(0, 400) + " ...", a.videoData.aspectratio = "auto" == a.opt.ratio ? "16/9" : a.opt.ratio, a.opt.ratio = a.videoData.aspectratio, a.videoData.thumb_max = b.thumbnails.maxres ? b.thumbnails.maxres.url : null, a.videoData.thumb_high = b.thumbnails.high ? b.thumbnails.high.url : null, a.videoData.thumb_medium = b.thumbnails.medium ? b.thumbnails.medium.url : null, jQuery.mbStorage.set("YTPlayer_data_" + a.videoID, a.videoData); - }a.dataReceived = !0, jQuery(a).trigger("YTPChanged"), c(b.items[0].snippet), a.hasData = !0;var d = jQuery.Event("YTPData");d.prop = {};for (var e in a.videoData) { - d.prop[e] = a.videoData[e]; - }jQuery(a).trigger(d); - });else { - if (setTimeout(function () { - jQuery(a).trigger("YTPChanged"); - }, 50), a.isPlayer && !a.opt.autoPlay) { - var b = jQuery.mbYTPlayer.locationProtocol + "//i.ytimg.com/vi/" + a.videoID + "/hqdefault.jpg";b && a.opt.containment.css({ background: "rgba(0,0,0,0.5) url(" + b + ") center center", backgroundSize: "cover" }), a.opt.backgroundUrl = b; - }a.videoData = null, a.opt.ratio = "auto" == a.opt.ratio ? "16/9" : a.opt.ratio; - }!a.isPlayer || a.opt.autoPlay || jQuery.mbBrowser.mobile || (a.loading = jQuery("
").addClass("loading").html("Loading").hide(), jQuery(a).append(a.loading), a.loading.fadeIn()); - }, removeStoredData: function removeStoredData() { - jQuery.mbStorage.remove(); - }, getVideoData: function getVideoData() { - var a = this.get(0);return a.videoData; - }, getVideoID: function getVideoID() { - var a = this.get(0);return a.videoID || !1; - }, setVideoQuality: function setVideoQuality(a) { - var b = this.get(0);b.player.setPlaybackQuality(a); - }, playlist: function playlist(a, b, c) { - var d = this, - e = d.get(0);return e.isPlayList = !0, b && (a = jQuery.shuffle(a)), e.videoID || (e.videos = a, e.videoCounter = 0, e.videoLength = a.length, jQuery(e).data("property", a[0]), jQuery(e).mb_YTPlayer()), "function" == typeof c && jQuery(e).one("YTPChanged", function () { - c(e); - }), jQuery(e).on("YTPEnd", function () { - jQuery(e).playNext(); - }), this; - }, playNext: function playNext() { - var a = this.get(0);return a.checkForStartAt && (clearInterval(a.checkForStartAt), clearInterval(a.getState)), a.videoCounter++, a.videoCounter >= a.videoLength && (a.videoCounter = 0), jQuery(a).YTPChangeMovie(a.videos[a.videoCounter]), this; - }, playPrev: function playPrev() { - var a = this.get(0);return a.checkForStartAt && (clearInterval(a.checkForStartAt), clearInterval(a.getState)), a.videoCounter--, a.videoCounter < 0 && (a.videoCounter = a.videoLength - 1), jQuery(a).YTPChangeMovie(a.videos[a.videoCounter]), this; - }, playIndex: function playIndex(a) { - var b = this.get(0);return a -= 1, b.checkForStartAt && (clearInterval(b.checkForStartAt), clearInterval(b.getState)), b.videoCounter = a, b.videoCounter >= b.videoLength - 1 && (b.videoCounter = b.videoLength - 1), jQuery(b).YTPChangeMovie(b.videos[b.videoCounter]), this; - }, changeMovie: function changeMovie(a) { - var b = this, - c = b.get(0);c.opt.startAt = 0, c.opt.stopAt = 0, c.opt.mask = !1, c.opt.mute = !0, c.hasData = !1, c.hasChanged = !0, c.player.loopTime = void 0, a && jQuery.extend(c.opt, a), c.videoID = getYTPVideoID(c.opt.videoURL).videoID, "true" == c.opt.loop && (c.opt.loop = 9999), jQuery(c.playerEl).CSSAnimate({ opacity: 0 }, c.opt.fadeOnStartTime, function () { - var a = jQuery.Event("YTPChangeMovie");a.time = c.currentTime, a.videoId = c.videoID, jQuery(c).trigger(a), jQuery(c).YTPGetPlayer().cueVideoByUrl(encodeURI(jQuery.mbYTPlayer.locationProtocol + "//www.youtube.com/v/" + c.videoID), 1, c.opt.quality), jQuery(c).optimizeDisplay(), jQuery.mbYTPlayer.checkForState(c), jQuery.mbYTPlayer.getDataFromAPI(c); - }), jQuery.mbYTPlayer.applyMask(c); - }, getPlayer: function getPlayer() { - return jQuery(this).get(0).player; - }, playerDestroy: function playerDestroy() { - var a = this.get(0);ytp.YTAPIReady = !0, ytp.backgroundIsInited = !1, a.isInit = !1, a.videoID = null, a.isReady = !1;var b = a.wrapper;return b.remove(), jQuery("#controlBar_" + a.id).remove(), clearInterval(a.checkForStartAt), clearInterval(a.getState), this; - }, fullscreen: function fullscreen(real) { - function hideMouse() { - YTPlayer.overlay.css({ cursor: "none" }); - }function RunPrefixMethod(a, b) { - for (var c, d, e = ["webkit", "moz", "ms", "o", ""], f = 0; f < e.length && !a[c];) { - if (c = b, "" == e[f] && (c = c.substr(0, 1).toLowerCase() + c.substr(1)), c = e[f] + c, d = _typeof(a[c]), "undefined" != d) return e = [e[f]], "function" == d ? a[c]() : a[c];f++; - } - }function launchFullscreen(a) { - RunPrefixMethod(a, "RequestFullScreen"); - }function cancelFullscreen() { - (RunPrefixMethod(document, "FullScreen") || RunPrefixMethod(document, "IsFullScreen")) && RunPrefixMethod(document, "CancelFullScreen"); - }var YTPlayer = this.get(0);"undefined" == typeof real && (real = YTPlayer.opt.realfullscreen), real = eval(real);var controls = jQuery("#controlBar_" + YTPlayer.id), - fullScreenBtn = controls.find(".mb_OnlyYT"), - videoWrapper = YTPlayer.isSelf ? YTPlayer.opt.containment : YTPlayer.wrapper;if (real) { - var fullscreenchange = jQuery.mbBrowser.mozilla ? "mozfullscreenchange" : jQuery.mbBrowser.webkit ? "webkitfullscreenchange" : "fullscreenchange";jQuery(document).off(fullscreenchange).on(fullscreenchange, function () { - var a = RunPrefixMethod(document, "IsFullScreen") || RunPrefixMethod(document, "FullScreen");a ? (jQuery(YTPlayer).YTPSetVideoQuality("default"), jQuery(YTPlayer).trigger("YTPFullScreenStart")) : (YTPlayer.isAlone = !1, fullScreenBtn.html(jQuery.mbYTPlayer.controls.onlyYT), jQuery(YTPlayer).YTPSetVideoQuality(YTPlayer.opt.quality), videoWrapper.removeClass("YTPFullscreen"), videoWrapper.CSSAnimate({ opacity: YTPlayer.opt.opacity }, YTPlayer.opt.fadeOnStartTime), videoWrapper.css({ zIndex: 0 }), YTPlayer.isBackground ? jQuery("body").after(controls) : YTPlayer.wrapper.before(controls), jQuery(window).resize(), jQuery(YTPlayer).trigger("YTPFullScreenEnd")); - }); - }return YTPlayer.isAlone ? (jQuery(document).off("mousemove.YTPlayer"), clearTimeout(YTPlayer.hideCursor), YTPlayer.overlay.css({ cursor: "auto" }), real ? cancelFullscreen() : (videoWrapper.CSSAnimate({ opacity: YTPlayer.opt.opacity }, YTPlayer.opt.fadeOnStartTime), videoWrapper.css({ zIndex: 0 })), fullScreenBtn.html(jQuery.mbYTPlayer.controls.onlyYT), YTPlayer.isAlone = !1) : (jQuery(document).on("mousemove.YTPlayer", function (a) { - YTPlayer.overlay.css({ cursor: "auto" }), clearTimeout(YTPlayer.hideCursor), jQuery(a.target).parents().is(".mb_YTPBar") || (YTPlayer.hideCursor = setTimeout(hideMouse, 3e3)); - }), hideMouse(), real ? (videoWrapper.css({ opacity: 0 }), videoWrapper.addClass("YTPFullscreen"), launchFullscreen(videoWrapper.get(0)), setTimeout(function () { - videoWrapper.CSSAnimate({ opacity: 1 }, 2 * YTPlayer.opt.fadeOnStartTime), YTPlayer.wrapper.append(controls), jQuery(YTPlayer).optimizeDisplay(), YTPlayer.player.seekTo(YTPlayer.player.getCurrentTime() + .1, !0); - }, YTPlayer.opt.fadeOnStartTime)) : videoWrapper.css({ zIndex: 1e4 }).CSSAnimate({ opacity: 1 }, 2 * YTPlayer.opt.fadeOnStartTime), fullScreenBtn.html(jQuery.mbYTPlayer.controls.showSite), YTPlayer.isAlone = !0), this; - }, toggleLoops: function toggleLoops() { - var a = this.get(0), - b = a.opt;return 1 == b.loop ? b.loop = 0 : (b.startAt ? a.player.seekTo(b.startAt) : a.player.playVideo(), b.loop = 1), this; - }, play: function play() { - var a = this.get(0);if (!a.isReady) return this;a.player.playVideo(), a.wrapper.CSSAnimate({ opacity: a.isAlone ? 1 : a.opt.opacity }, 4 * a.opt.fadeOnStartTime), jQuery(a.playerEl).CSSAnimate({ opacity: 1 }, 2 * a.opt.fadeOnStartTime);var b = jQuery("#controlBar_" + a.id), - c = b.find(".mb_YTPPlaypause");return c.html(jQuery.mbYTPlayer.controls.pause), a.state = 1, a.orig_background = jQuery(a).css("background-image"), this; - }, togglePlay: function togglePlay(a) { - var b = this.get(0);return 1 == b.state ? this.YTPPause() : this.YTPPlay(), "function" == typeof a && a(b.state), this; - }, stop: function stop() { - var a = this.get(0), - b = jQuery("#controlBar_" + a.id), - c = b.find(".mb_YTPPlaypause");return c.html(jQuery.mbYTPlayer.controls.play), a.player.stopVideo(), this; - }, pause: function pause() { - var a = this.get(0);return a.player.pauseVideo(), a.state = 2, this; - }, seekTo: function seekTo(a) { - var b = this.get(0);return b.player.seekTo(a, !0), this; - }, setVolume: function setVolume(a) { - var b = this.get(0);return a || b.opt.vol || 0 != b.player.getVolume() ? !a && b.player.getVolume() > 0 || a && b.opt.vol == a ? b.isMute ? jQuery(b).YTPUnmute() : jQuery(b).YTPMute() : (b.opt.vol = a, b.player.setVolume(b.opt.vol), b.volumeBar && b.volumeBar.length && b.volumeBar.updateSliderVal(a)) : jQuery(b).YTPUnmute(), this; - }, toggleVolume: function toggleVolume() { - var a = this.get(0);if (a) return a.player.isMuted() ? (jQuery(a).YTPUnmute(), !0) : (jQuery(a).YTPMute(), !1); - }, mute: function mute() { - var a = this.get(0);if (!a.isMute) { - a.player.mute(), a.isMute = !0, a.player.setVolume(0), a.volumeBar && a.volumeBar.length && a.volumeBar.width() > 10 && a.volumeBar.updateSliderVal(0);var b = jQuery("#controlBar_" + a.id), - c = b.find(".mb_YTPMuteUnmute");c.html(jQuery.mbYTPlayer.controls.unmute), jQuery(a).addClass("isMuted"), a.volumeBar && a.volumeBar.length && a.volumeBar.addClass("muted");var d = jQuery.Event("YTPMuted");return d.time = a.currentTime, a.canTrigger && jQuery(a).trigger(d), this; - } - }, unmute: function unmute() { - var a = this.get(0);if (a.isMute) { - a.player.unMute(), a.isMute = !1, a.player.setVolume(a.opt.vol), a.volumeBar && a.volumeBar.length && a.volumeBar.updateSliderVal(a.opt.vol > 10 ? a.opt.vol : 10);var b = jQuery("#controlBar_" + a.id), - c = b.find(".mb_YTPMuteUnmute");c.html(jQuery.mbYTPlayer.controls.mute), jQuery(a).removeClass("isMuted"), a.volumeBar && a.volumeBar.length && a.volumeBar.removeClass("muted");var d = jQuery.Event("YTPUnmuted");return d.time = a.currentTime, a.canTrigger && jQuery(a).trigger(d), this; - } - }, applyFilter: function applyFilter(a, b) { - return this.each(function () { - var c = this;c.filters[a].value = b, c.filtersEnabled && jQuery(c).YTPEnableFilters(); - }); - }, applyFilters: function applyFilters(a) { - return this.each(function () { - var b = this;if (!b.isReady) return void jQuery(b).on("YTPReady", function () { - jQuery(b).YTPApplyFilters(a); - });for (var c in a) { - jQuery(b).YTPApplyFilter(c, a[c]); - }jQuery(b).trigger("YTPFiltersApplied"); - }); - }, toggleFilter: function toggleFilter(a, b) { - return this.each(function () { - var c = this;c.filters[a].value ? c.filters[a].value = 0 : c.filters[a].value = b, c.filtersEnabled && jQuery(this).YTPEnableFilters(); - }); - }, toggleFilters: function toggleFilters(a) { - return this.each(function () { - var b = this;b.filtersEnabled ? (jQuery(b).trigger("YTPDisableFilters"), jQuery(b).YTPDisableFilters()) : (jQuery(b).YTPEnableFilters(), jQuery(b).trigger("YTPEnableFilters")), "function" == typeof a && a(b.filtersEnabled); - }); - }, disableFilters: function disableFilters() { - return this.each(function () { - var a = this, - b = jQuery(a.playerEl);b.css("-webkit-filter", ""), b.css("filter", ""), a.filtersEnabled = !1; - }); - }, enableFilters: function enableFilters() { - return this.each(function () { - var a = this, - b = jQuery(a.playerEl), - c = "";for (var d in a.filters) { - a.filters[d].value && (c += d.replace("_", "-") + "(" + a.filters[d].value + a.filters[d].unit + ") "); - }b.css("-webkit-filter", c), b.css("filter", c), a.filtersEnabled = !0; - }); - }, removeFilter: function removeFilter(a, b) { - return this.each(function () { - var c = this;if ("function" == typeof a && (b = a, a = null), a) jQuery(this).YTPApplyFilter(a, 0), "function" == typeof b && b(a);else for (var d in c.filters) { - jQuery(this).YTPApplyFilter(d, 0), "function" == typeof b && b(d); - } - }); - }, getFilters: function getFilters() { - var a = this.get(0);return a.filters; - }, addMask: function addMask(a) { - var b = this.get(0), - c = b.overlay;a || (a = b.actualMask);var d = jQuery("").attr("src", a).on("load", function () { - c.CSSAnimate({ opacity: 0 }, b.opt.fadeOnStartTime, function () { - b.hasMask = !0, d.remove(), c.css({ backgroundImage: "url(" + a + ")", backgroundRepeat: "no-repeat", backgroundPosition: "center center", backgroundSize: "cover" }), c.CSSAnimate({ opacity: 1 }, b.opt.fadeOnStartTime); - }); - });return this; - }, removeMask: function removeMask() { - var a = this.get(0), - b = a.overlay;return b.CSSAnimate({ opacity: 0 }, a.opt.fadeOnStartTime, function () { - a.hasMask = !1, b.css({ backgroundImage: "", backgroundRepeat: "", backgroundPosition: "", backgroundSize: "" }), b.CSSAnimate({ opacity: 1 }, a.opt.fadeOnStartTime); - }), this; - }, applyMask: function applyMask(a) { - var b = jQuery(a);if (b.off("YTPTime.mask"), a.opt.mask) if ("string" == typeof a.opt.mask) b.YTPAddMask(a.opt.mask), a.actualMask = a.opt.mask;else if ("object" == _typeof(a.opt.mask)) { - for (var c in a.opt.mask) { - if (a.opt.mask[c]) { - jQuery("").attr("src", a.opt.mask[c]); - } - }a.opt.mask[0] && b.YTPAddMask(a.opt.mask[0]), b.on("YTPTime.mask", function (c) { - for (var d in a.opt.mask) { - c.time == d && (a.opt.mask[d] ? (b.YTPAddMask(a.opt.mask[d]), a.actualMask = a.opt.mask[d]) : b.YTPRemoveMask()); - } - }); - } - }, toggleMask: function toggleMask() { - var a = this.get(0), - b = $(a);return a.hasMask ? b.YTPRemoveMask() : b.YTPAddMask(), this; - }, manageProgress: function manageProgress() { - var a = this.get(0), - b = jQuery("#controlBar_" + a.id), - c = b.find(".mb_YTPProgress"), - d = b.find(".mb_YTPLoaded"), - e = b.find(".mb_YTPseekbar"), - f = c.outerWidth(), - g = Math.floor(a.player.getCurrentTime()), - h = Math.floor(a.player.getDuration()), - i = g * f / h, - j = 0, - k = 100 * a.player.getVideoLoadedFraction();return d.css({ left: j, width: k + "%" }), e.css({ left: 0, width: i }), { totalTime: h, currentTime: g }; - }, buildControls: function buildControls(YTPlayer) { - var data = YTPlayer.opt;if (data.showYTLogo = data.showYTLogo || data.printUrl, !jQuery("#controlBar_" + YTPlayer.id).length) { - YTPlayer.controlBar = jQuery("").attr("id", "controlBar_" + YTPlayer.id).addClass("mb_YTPBar").css({ whiteSpace: "noWrap", position: YTPlayer.isBackground ? "fixed" : "absolute", zIndex: YTPlayer.isBackground ? 1e4 : 1e3 }).hide();var buttonBar = jQuery("
").addClass("buttonBar"), - playpause = jQuery("" + jQuery.mbYTPlayer.controls.play + "").addClass("mb_YTPPlaypause ytpicon").click(function () { - 1 == YTPlayer.player.getPlayerState() ? jQuery(YTPlayer).YTPPause() : jQuery(YTPlayer).YTPPlay(); - }), - MuteUnmute = jQuery("" + jQuery.mbYTPlayer.controls.mute + "").addClass("mb_YTPMuteUnmute ytpicon").click(function () { - 0 == YTPlayer.player.getVolume() ? jQuery(YTPlayer).YTPUnmute() : jQuery(YTPlayer).YTPMute(); - }), - volumeBar = jQuery("
").addClass("mb_YTPVolumeBar").css({ display: "inline-block" });YTPlayer.volumeBar = volumeBar;var idx = jQuery("").addClass("mb_YTPTime"), - vURL = data.videoURL ? data.videoURL : "";vURL.indexOf("http") < 0 && (vURL = jQuery.mbYTPlayer.locationProtocol + "//www.youtube.com/watch?v=" + data.videoURL);var movieUrl = jQuery("").html(jQuery.mbYTPlayer.controls.ytLogo).addClass("mb_YTPUrl ytpicon").attr("title", "view on YouTube").on("click", function () { - window.open(vURL, "viewOnYT"); - }), - onlyVideo = jQuery("").html(jQuery.mbYTPlayer.controls.onlyYT).addClass("mb_OnlyYT ytpicon").on("click", function () { - jQuery(YTPlayer).YTPFullscreen(data.realfullscreen); - }), - progressBar = jQuery("
").addClass("mb_YTPProgress").css("position", "absolute").click(function (a) { - timeBar.css({ width: a.clientX - timeBar.offset().left }), YTPlayer.timeW = a.clientX - timeBar.offset().left, YTPlayer.controlBar.find(".mb_YTPLoaded").css({ width: 0 });var b = Math.floor(YTPlayer.player.getDuration());YTPlayer["goto"] = timeBar.outerWidth() * b / progressBar.outerWidth(), YTPlayer.player.seekTo(parseFloat(YTPlayer["goto"]), !0), YTPlayer.controlBar.find(".mb_YTPLoaded").css({ width: 0 }); - }), - loadedBar = jQuery("
").addClass("mb_YTPLoaded").css("position", "absolute"), - timeBar = jQuery("
").addClass("mb_YTPseekbar").css("position", "absolute");progressBar.append(loadedBar).append(timeBar), buttonBar.append(playpause).append(MuteUnmute).append(volumeBar).append(idx), data.showYTLogo && buttonBar.append(movieUrl), (YTPlayer.isBackground || eval(YTPlayer.opt.realfullscreen) && !YTPlayer.isBackground) && buttonBar.append(onlyVideo), YTPlayer.controlBar.append(buttonBar).append(progressBar), YTPlayer.isBackground ? jQuery("body").after(YTPlayer.controlBar) : (YTPlayer.controlBar.addClass("inlinePlayer"), YTPlayer.wrapper.before(YTPlayer.controlBar)), volumeBar.simpleSlider({ initialval: YTPlayer.opt.vol, scale: 100, orientation: "h", callback: function callback(a) { - 0 == a.value ? jQuery(YTPlayer).YTPMute() : jQuery(YTPlayer).YTPUnmute(), YTPlayer.player.setVolume(a.value), YTPlayer.isMute || (YTPlayer.opt.vol = a.value); - } }); - } - }, checkForState: function checkForState(YTPlayer) { - var interval = YTPlayer.opt.showControls ? 100 : 400;return clearInterval(YTPlayer.getState), jQuery.contains(document, YTPlayer) ? (jQuery.mbYTPlayer.checkForStart(YTPlayer), void (YTPlayer.getState = setInterval(function () { - var prog = jQuery(YTPlayer).YTPManageProgress(), - $YTPlayer = jQuery(YTPlayer), - data = YTPlayer.opt, - startAt = YTPlayer.start_from_last ? YTPlayer.start_from_last : YTPlayer.opt.startAt ? YTPlayer.opt.startAt : 1;YTPlayer.start_from_last = null;var stopAt = YTPlayer.opt.stopAt > YTPlayer.opt.startAt ? YTPlayer.opt.stopAt : 0;if (stopAt = stopAt < YTPlayer.player.getDuration() ? stopAt : 0, YTPlayer.currentTime != prog.currentTime) { - var YTPEvent = jQuery.Event("YTPTime");YTPEvent.time = YTPlayer.currentTime, jQuery(YTPlayer).trigger(YTPEvent); - }if (YTPlayer.currentTime = prog.currentTime, YTPlayer.totalTime = YTPlayer.player.getDuration(), 0 == YTPlayer.player.getVolume() ? $YTPlayer.addClass("isMuted") : $YTPlayer.removeClass("isMuted"), YTPlayer.opt.showControls && (prog.totalTime ? YTPlayer.controlBar.find(".mb_YTPTime").html(jQuery.mbYTPlayer.formatTime(prog.currentTime) + " / " + jQuery.mbYTPlayer.formatTime(prog.totalTime)) : YTPlayer.controlBar.find(".mb_YTPTime").html("-- : -- / -- : --")), eval(YTPlayer.opt.stopMovieOnBlur) && (document.hasFocus() ? document.hasFocus() && !YTPlayer.hasFocus && -1 != YTPlayer.state && 0 != YTPlayer.state && (YTPlayer.hasFocus = !0, $YTPlayer.YTPPlay()) : 1 == YTPlayer.state && (YTPlayer.hasFocus = !1, $YTPlayer.YTPPause())), YTPlayer.controlBar.length && YTPlayer.controlBar.outerWidth() <= 400 && !YTPlayer.isCompact ? (YTPlayer.controlBar.addClass("compact"), YTPlayer.isCompact = !0, !YTPlayer.isMute && YTPlayer.volumeBar && YTPlayer.volumeBar.updateSliderVal(YTPlayer.opt.vol)) : YTPlayer.controlBar.length && YTPlayer.controlBar.outerWidth() > 400 && YTPlayer.isCompact && (YTPlayer.controlBar.removeClass("compact"), YTPlayer.isCompact = !1, !YTPlayer.isMute && YTPlayer.volumeBar && YTPlayer.volumeBar.updateSliderVal(YTPlayer.opt.vol)), 1 == YTPlayer.player.getPlayerState() && (parseFloat(YTPlayer.player.getDuration() - .5) < YTPlayer.player.getCurrentTime() || stopAt > 0 && parseFloat(YTPlayer.player.getCurrentTime()) > stopAt)) { - if (YTPlayer.isEnded) return;if (YTPlayer.isEnded = !0, setTimeout(function () { - YTPlayer.isEnded = !1; - }, 1e3), YTPlayer.isPlayList) { - if (!data.loop || data.loop > 0 && YTPlayer.player.loopTime === data.loop - 1) { - YTPlayer.player.loopTime = void 0, clearInterval(YTPlayer.getState);var YTPEnd = jQuery.Event("YTPEnd");return YTPEnd.time = YTPlayer.currentTime, void jQuery(YTPlayer).trigger(YTPEnd); - } - } else if (!data.loop || data.loop > 0 && YTPlayer.player.loopTime === data.loop - 1) return YTPlayer.player.loopTime = void 0, YTPlayer.preventTrigger = !0, YTPlayer.state = 2, jQuery(YTPlayer).YTPPause(), void YTPlayer.wrapper.CSSAnimate({ opacity: 0 }, YTPlayer.opt.fadeOnStartTime, function () { - YTPlayer.controlBar.length && YTPlayer.controlBar.find(".mb_YTPPlaypause").html(jQuery.mbYTPlayer.controls.play);var a = jQuery.Event("YTPEnd");a.time = YTPlayer.currentTime, jQuery(YTPlayer).trigger(a), YTPlayer.player.seekTo(startAt, !0), YTPlayer.isBackground ? YTPlayer.orig_background && jQuery(YTPlayer).css("background-image", YTPlayer.orig_background) : YTPlayer.opt.backgroundUrl && YTPlayer.isPlayer && (YTPlayer.opt.backgroundUrl = YTPlayer.opt.backgroundUrl || YTPlayer.orig_background, YTPlayer.opt.containment.css({ background: "url(" + YTPlayer.opt.backgroundUrl + ") center center", backgroundSize: "cover" })); - });YTPlayer.player.loopTime = YTPlayer.player.loopTime ? ++YTPlayer.player.loopTime : 1, startAt = startAt || 1, YTPlayer.preventTrigger = !0, YTPlayer.state = 2, jQuery(YTPlayer).YTPPause(), YTPlayer.player.seekTo(startAt, !0), $YTPlayer.YTPPlay(); - } - }, interval))) : (jQuery(YTPlayer).YTPPlayerDestroy(), clearInterval(YTPlayer.getState), void clearInterval(YTPlayer.checkForStartAt)); - }, getTime: function getTime() { - var a = this.get(0);return jQuery.mbYTPlayer.formatTime(a.currentTime); - }, getTotalTime: function getTotalTime() { - var a = this.get(0);return jQuery.mbYTPlayer.formatTime(a.totalTime); - }, checkForStart: function checkForStart(a) { - var b = jQuery(a);if (!jQuery.contains(document, a)) return void jQuery(a).YTPPlayerDestroy();if (a.preventTrigger = !0, a.state = 2, jQuery(a).YTPPause(), jQuery(a).muteYTPVolume(), jQuery("#controlBar_" + a.id).remove(), a.controlBar = !1, a.opt.showControls && jQuery.mbYTPlayer.buildControls(a), a.opt.addRaster) { - var c = "dot" == a.opt.addRaster ? "raster-dot" : "raster";a.overlay.addClass(a.isRetina ? c + " retina" : c); - } else a.overlay.removeClass(function (a, b) { - var c = b.split(" "), - d = [];return jQuery.each(c, function (a, b) { - /raster.*/.test(b) && d.push(b); - }), d.push("retina"), d.join(" "); - });var d = a.start_from_last ? a.start_from_last : a.opt.startAt ? a.opt.startAt : 1;a.start_from_last = null, a.player.playVideo(), a.player.seekTo(d, !0), clearInterval(a.checkForStartAt), a.checkForStartAt = setInterval(function () { - jQuery(a).YTPMute();var c = a.player.getVideoLoadedFraction() >= d / a.player.getDuration();if (a.player.getDuration() > 0 && a.player.getCurrentTime() >= d && c) { - clearInterval(a.checkForStartAt), "function" == typeof a.opt.onReady && a.opt.onReady(a), a.isReady = !0;var e = jQuery.Event("YTPReady");if (e.time = a.currentTime, jQuery(a).trigger(e), a.preventTrigger = !0, a.state = 2, jQuery(a).YTPPause(), a.opt.mute || jQuery(a).YTPUnmute(), a.canTrigger = !0, a.opt.autoPlay) { - var f = jQuery.Event("YTPStart");f.time = a.currentTime, jQuery(a).trigger(f), jQuery(a.playerEl).CSSAnimate({ opacity: 1 }, 1e3), b.YTPPlay(), a.wrapper.CSSAnimate({ opacity: a.isAlone ? 1 : a.opt.opacity }, 2 * a.opt.fadeOnStartTime), "mac" == jQuery.mbBrowser.os.name && jQuery.mbBrowser.safari && jQuery.mbBrowser.versionCompare(jQuery.mbBrowser.fullVersion, "10.1") < 0 && (a.safariPlay = setInterval(function () { - 1 != a.state ? b.YTPPlay() : clearInterval(a.safariPlay); - }, 10)), b.one("YTPReady", function () { - b.YTPPlay(); - }); - } else a.player.pauseVideo(), a.isPlayer || (jQuery(a.playerEl).CSSAnimate({ opacity: 1 - }, a.opt.fadeOnStartTime), a.wrapper.CSSAnimate({ opacity: a.isAlone ? 1 : a.opt.opacity }, a.opt.fadeOnStartTime)), a.controlBar.length && a.controlBar.find(".mb_YTPPlaypause").html(jQuery.mbYTPlayer.controls.play);a.isPlayer && !a.opt.autoPlay && a.loading && a.loading.length && (a.loading.html("Ready"), setTimeout(function () { - a.loading.fadeOut(); - }, 100)), a.controlBar && a.controlBar.length && a.controlBar.slideDown(1e3); - } else "mac" == jQuery.mbBrowser.os.name && jQuery.mbBrowser.safari && jQuery.mbBrowser.fullVersion && jQuery.mbBrowser.versionCompare(jQuery.mbBrowser.fullVersion, "10.1") < 0 && (a.player.playVideo(), d >= 0 && a.player.seekTo(d, !0)); - }, 10); - }, setAnchor: function setAnchor(a) { - var b = this;b.optimizeDisplay(a); - }, getAnchor: function getAnchor() { - var a = this.get(0);return a.opt.anchor; - }, formatTime: function formatTime(a) { - var b = Math.floor(a / 60), - c = Math.floor(a - 60 * b);return (9 >= b ? "0" + b : b) + " : " + (9 >= c ? "0" + c : c); - } }, jQuery.fn.optimizeDisplay = function (anchor) { - var YTPlayer = this.get(0), - playerBox = jQuery(YTPlayer.playerEl), - vid = {};YTPlayer.opt.anchor = anchor || YTPlayer.opt.anchor, YTPlayer.opt.anchor = "undefined " != typeof YTPlayer.opt.anchor ? YTPlayer.opt.anchor : "center,center";var YTPAlign = YTPlayer.opt.anchor.split(",");if (YTPlayer.opt.optimizeDisplay) { - var abundance = YTPlayer.isPlayer ? 0 : 80, - win = {}, - el = YTPlayer.wrapper;win.width = el.outerWidth(), win.height = el.outerHeight() + abundance, YTPlayer.opt.ratio = eval(YTPlayer.opt.ratio), vid.width = win.width, vid.height = Math.ceil(vid.width / YTPlayer.opt.ratio), vid.marginTop = Math.ceil(-((vid.height - win.height) / 2)), vid.marginLeft = 0;var lowest = vid.height < win.height;lowest && (vid.height = win.height, vid.width = Math.ceil(vid.height * YTPlayer.opt.ratio), vid.marginTop = 0, vid.marginLeft = Math.ceil(-((vid.width - win.width) / 2)));for (var a in YTPAlign) { - if (YTPAlign.hasOwnProperty(a)) { - var al = YTPAlign[a].replace(/ /g, "");switch (al) {case "top": - vid.marginTop = lowest ? -((vid.height - win.height) / 2) : 0;break;case "bottom": - vid.marginTop = lowest ? 0 : -(vid.height - win.height);break;case "left": - vid.marginLeft = 0;break;case "right": - vid.marginLeft = lowest ? -(vid.width - win.width) : 0;break;default: - vid.width > win.width && (vid.marginLeft = -((vid.width - win.width) / 2));} - } - } - } else vid.width = "100%", vid.height = "100%", vid.marginTop = 0, vid.marginLeft = 0;playerBox.css({ width: vid.width, height: vid.height, marginTop: vid.marginTop, marginLeft: vid.marginLeft, maxWidth: "initial" }); - }, jQuery.shuffle = function (a) { - for (var b = a.slice(), c = b.length, d = c; d--;) { - var e = parseInt(Math.random() * c), - f = b[d];b[d] = b[e], b[e] = f; - }return b; - }, jQuery.fn.unselectable = function () { - return this.each(function () { - jQuery(this).css({ "-moz-user-select": "none", "-webkit-user-select": "none", "user-select": "none" }).attr("unselectable", "on"); - }); - }, jQuery.fn.YTPlayer = jQuery.mbYTPlayer.buildPlayer, jQuery.fn.YTPGetPlayer = jQuery.mbYTPlayer.getPlayer, jQuery.fn.YTPGetVideoID = jQuery.mbYTPlayer.getVideoID, jQuery.fn.YTPChangeMovie = jQuery.mbYTPlayer.changeMovie, jQuery.fn.YTPPlayerDestroy = jQuery.mbYTPlayer.playerDestroy, jQuery.fn.YTPPlay = jQuery.mbYTPlayer.play, jQuery.fn.YTPTogglePlay = jQuery.mbYTPlayer.togglePlay, jQuery.fn.YTPStop = jQuery.mbYTPlayer.stop, jQuery.fn.YTPPause = jQuery.mbYTPlayer.pause, jQuery.fn.YTPSeekTo = jQuery.mbYTPlayer.seekTo, jQuery.fn.YTPlaylist = jQuery.mbYTPlayer.playlist, jQuery.fn.YTPPlayNext = jQuery.mbYTPlayer.playNext, jQuery.fn.YTPPlayPrev = jQuery.mbYTPlayer.playPrev, jQuery.fn.YTPPlayIndex = jQuery.mbYTPlayer.playIndex, jQuery.fn.YTPMute = jQuery.mbYTPlayer.mute, jQuery.fn.YTPUnmute = jQuery.mbYTPlayer.unmute, jQuery.fn.YTPToggleVolume = jQuery.mbYTPlayer.toggleVolume, jQuery.fn.YTPSetVolume = jQuery.mbYTPlayer.setVolume, jQuery.fn.YTPGetVideoData = jQuery.mbYTPlayer.getVideoData, jQuery.fn.YTPFullscreen = jQuery.mbYTPlayer.fullscreen, jQuery.fn.YTPToggleLoops = jQuery.mbYTPlayer.toggleLoops, jQuery.fn.YTPSetVideoQuality = jQuery.mbYTPlayer.setVideoQuality, jQuery.fn.YTPManageProgress = jQuery.mbYTPlayer.manageProgress, jQuery.fn.YTPApplyFilter = jQuery.mbYTPlayer.applyFilter, jQuery.fn.YTPApplyFilters = jQuery.mbYTPlayer.applyFilters, jQuery.fn.YTPToggleFilter = jQuery.mbYTPlayer.toggleFilter, jQuery.fn.YTPToggleFilters = jQuery.mbYTPlayer.toggleFilters, jQuery.fn.YTPRemoveFilter = jQuery.mbYTPlayer.removeFilter, jQuery.fn.YTPDisableFilters = jQuery.mbYTPlayer.disableFilters, jQuery.fn.YTPEnableFilters = jQuery.mbYTPlayer.enableFilters, jQuery.fn.YTPGetFilters = jQuery.mbYTPlayer.getFilters, jQuery.fn.YTPGetTime = jQuery.mbYTPlayer.getTime, jQuery.fn.YTPGetTotalTime = jQuery.mbYTPlayer.getTotalTime, jQuery.fn.YTPAddMask = jQuery.mbYTPlayer.addMask, jQuery.fn.YTPRemoveMask = jQuery.mbYTPlayer.removeMask, jQuery.fn.YTPToggleMask = jQuery.mbYTPlayer.toggleMask, jQuery.fn.YTPSetAnchor = jQuery.mbYTPlayer.setAnchor, jQuery.fn.YTPGetAnchor = jQuery.mbYTPlayer.getAnchor, jQuery.fn.mb_YTPlayer = jQuery.mbYTPlayer.buildPlayer, jQuery.fn.playNext = jQuery.mbYTPlayer.playNext, jQuery.fn.playPrev = jQuery.mbYTPlayer.playPrev, jQuery.fn.changeMovie = jQuery.mbYTPlayer.changeMovie, jQuery.fn.getVideoID = jQuery.mbYTPlayer.getVideoID, jQuery.fn.getPlayer = jQuery.mbYTPlayer.getPlayer, jQuery.fn.playerDestroy = jQuery.mbYTPlayer.playerDestroy, jQuery.fn.fullscreen = jQuery.mbYTPlayer.fullscreen, jQuery.fn.buildYTPControls = jQuery.mbYTPlayer.buildControls, jQuery.fn.playYTP = jQuery.mbYTPlayer.play, jQuery.fn.toggleLoops = jQuery.mbYTPlayer.toggleLoops, jQuery.fn.stopYTP = jQuery.mbYTPlayer.stop, jQuery.fn.pauseYTP = jQuery.mbYTPlayer.pause, jQuery.fn.seekToYTP = jQuery.mbYTPlayer.seekTo, jQuery.fn.muteYTPVolume = jQuery.mbYTPlayer.mute, jQuery.fn.unmuteYTPVolume = jQuery.mbYTPlayer.unmute, jQuery.fn.setYTPVolume = jQuery.mbYTPlayer.setVolume, jQuery.fn.setVideoQuality = jQuery.mbYTPlayer.setVideoQuality, jQuery.fn.manageYTPProgress = jQuery.mbYTPlayer.manageProgress, jQuery.fn.YTPGetDataFromFeed = jQuery.mbYTPlayer.getVideoData; -}(jQuery, ytp), jQuery.support.CSStransition = function () { - var a = document.body || document.documentElement, - b = a.style;return void 0 !== b.transition || void 0 !== b.WebkitTransition || void 0 !== b.MozTransition || void 0 !== b.MsTransition || void 0 !== b.OTransition; -}(), jQuery.CSS = { name: "mb.CSSAnimate", author: "Matteo Bicocchi", version: "2.0.0", transitionEnd: "transitionEnd", sfx: "", filters: { blur: { min: 0, max: 100, unit: "px" }, brightness: { min: 0, max: 400, unit: "%" }, contrast: { min: 0, max: 400, unit: "%" }, grayscale: { min: 0, max: 100, unit: "%" }, hueRotate: { min: 0, max: 360, unit: "deg" }, invert: { min: 0, max: 100, unit: "%" }, saturate: { min: 0, max: 400, unit: "%" }, sepia: { min: 0, max: 100, unit: "%" } }, normalizeCss: function normalizeCss(a) { - var b = jQuery.extend(!0, {}, a);jQuery.browser.webkit || jQuery.browser.opera ? jQuery.CSS.sfx = "-webkit-" : jQuery.browser.mozilla ? jQuery.CSS.sfx = "-moz-" : jQuery.browser.msie && (jQuery.CSS.sfx = "-ms-");for (var c in b) { - "transform" === c && (b[jQuery.CSS.sfx + "transform"] = b[c], delete b[c]), "transform-origin" === c && (b[jQuery.CSS.sfx + "transform-origin"] = a[c], delete b[c]), "filter" !== c || jQuery.browser.mozilla || (b[jQuery.CSS.sfx + "filter"] = a[c], delete b[c]), "blur" === c && setFilter(b, "blur", a[c]), "brightness" === c && setFilter(b, "brightness", a[c]), "contrast" === c && setFilter(b, "contrast", a[c]), "grayscale" === c && setFilter(b, "grayscale", a[c]), "hueRotate" === c && setFilter(b, "hueRotate", a[c]), "invert" === c && setFilter(b, "invert", a[c]), "saturate" === c && setFilter(b, "saturate", a[c]), "sepia" === c && setFilter(b, "sepia", a[c]);var d = "";"x" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " translateX(" + setUnit(a[c], "px") + ")", delete b[c]), "y" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " translateY(" + setUnit(a[c], "px") + ")", delete b[c]), "z" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " translateZ(" + setUnit(a[c], "px") + ")", delete b[c]), "rotate" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " rotate(" + setUnit(a[c], "deg") + ")", delete b[c]), "rotateX" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " rotateX(" + setUnit(a[c], "deg") + ")", delete b[c]), "rotateY" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " rotateY(" + setUnit(a[c], "deg") + ")", delete b[c]), "rotateZ" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " rotateZ(" + setUnit(a[c], "deg") + ")", delete b[c]), "scale" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " scale(" + setUnit(a[c], "") + ")", delete b[c]), "scaleX" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " scaleX(" + setUnit(a[c], "") + ")", delete b[c]), "scaleY" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " scaleY(" + setUnit(a[c], "") + ")", delete b[c]), "scaleZ" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " scaleZ(" + setUnit(a[c], "") + ")", delete b[c]), "skew" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " skew(" + setUnit(a[c], "deg") + ")", delete b[c]), "skewX" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " skewX(" + setUnit(a[c], "deg") + ")", delete b[c]), "skewY" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " skewY(" + setUnit(a[c], "deg") + ")", delete b[c]), "perspective" === c && (d = jQuery.CSS.sfx + "transform", b[d] = b[d] || "", b[d] += " perspective(" + setUnit(a[c], "px") + ")", delete b[c]); - }return b; - }, getProp: function getProp(a) { - var b = [];for (var c in a) { - b.indexOf(c) < 0 && b.push(uncamel(c)); - }return b.join(","); - }, animate: function animate(a, b, c, d, e) { - return this.each(function () { - function f() { - g.called = !0, g.CSSAIsRunning = !1, h.off(jQuery.CSS.transitionEnd + "." + g.id), clearTimeout(g.timeout), h.css(jQuery.CSS.sfx + "transition", ""), "function" == typeof e && e.apply(g), "function" == typeof g.CSSqueue && (g.CSSqueue(), g.CSSqueue = null); - }var g = this, - h = jQuery(this);g.id = g.id || "CSSA_" + new Date().getTime();var i = i || { type: "noEvent" };if (g.CSSAIsRunning && g.eventType == i.type && !jQuery.browser.msie && jQuery.browser.version <= 9) return void (g.CSSqueue = function () { - h.CSSAnimate(a, b, c, d, e); - });if (g.CSSqueue = null, g.eventType = i.type, 0 !== h.length && a) { - if (a = jQuery.normalizeCss(a), g.CSSAIsRunning = !0, "function" == typeof b && (e = b, b = jQuery.fx.speeds._default), "function" == typeof c && (d = c, c = 0), "string" == typeof c && (e = c, c = 0), "function" == typeof d && (e = d, d = "cubic-bezier(0.65,0.03,0.36,0.72)"), "string" == typeof b) for (var j in jQuery.fx.speeds) { - if (b == j) { - b = jQuery.fx.speeds[j];break; - }b = jQuery.fx.speeds._default; - }if (b || (b = jQuery.fx.speeds._default), "string" == typeof e && (d = e, e = null), !jQuery.support.CSStransition) { - for (var k in a) { - if ("transform" === k && delete a[k], "filter" === k && delete a[k], "transform-origin" === k && delete a[k], "auto" === a[k] && delete a[k], "x" === k) { - var l = a[k], - m = "left";a[m] = l, delete a[k]; - }if ("y" === k) { - var l = a[k], - m = "top";a[m] = l, delete a[k]; - }("-ms-transform" === k || "-ms-filter" === k) && delete a[k]; - }return void h.delay(c).animate(a, b, e); - }var n = { "default": "ease", "in": "ease-in", out: "ease-out", "in-out": "ease-in-out", snap: "cubic-bezier(0,1,.5,1)", easeOutCubic: "cubic-bezier(.215,.61,.355,1)", easeInOutCubic: "cubic-bezier(.645,.045,.355,1)", easeInCirc: "cubic-bezier(.6,.04,.98,.335)", easeOutCirc: "cubic-bezier(.075,.82,.165,1)", easeInOutCirc: "cubic-bezier(.785,.135,.15,.86)", easeInExpo: "cubic-bezier(.95,.05,.795,.035)", easeOutExpo: "cubic-bezier(.19,1,.22,1)", easeInOutExpo: "cubic-bezier(1,0,0,1)", easeInQuad: "cubic-bezier(.55,.085,.68,.53)", easeOutQuad: "cubic-bezier(.25,.46,.45,.94)", easeInOutQuad: "cubic-bezier(.455,.03,.515,.955)", easeInQuart: "cubic-bezier(.895,.03,.685,.22)", easeOutQuart: "cubic-bezier(.165,.84,.44,1)", easeInOutQuart: "cubic-bezier(.77,0,.175,1)", easeInQuint: "cubic-bezier(.755,.05,.855,.06)", easeOutQuint: "cubic-bezier(.23,1,.32,1)", easeInOutQuint: "cubic-bezier(.86,0,.07,1)", easeInSine: "cubic-bezier(.47,0,.745,.715)", easeOutSine: "cubic-bezier(.39,.575,.565,1)", easeInOutSine: "cubic-bezier(.445,.05,.55,.95)", easeInBack: "cubic-bezier(.6,-.28,.735,.045)", easeOutBack: "cubic-bezier(.175, .885,.32,1.275)", easeInOutBack: "cubic-bezier(.68,-.55,.265,1.55)" };n[d] && (d = n[d]), h.off(jQuery.CSS.transitionEnd + "." + g.id);var o = jQuery.CSS.getProp(a), - p = {};jQuery.extend(p, a), p[jQuery.CSS.sfx + "transition-property"] = o, p[jQuery.CSS.sfx + "transition-duration"] = b + "ms", p[jQuery.CSS.sfx + "transition-delay"] = c + "ms", p[jQuery.CSS.sfx + "transition-timing-function"] = d, setTimeout(function () { - h.one(jQuery.CSS.transitionEnd + "." + g.id, f), h.css(p); - }, 1), g.timeout = setTimeout(function () { - return g.called || !e ? (g.called = !1, void (g.CSSAIsRunning = !1)) : (h.css(jQuery.CSS.sfx + "transition", ""), e.apply(g), g.CSSAIsRunning = !1, void ("function" == typeof g.CSSqueue && (g.CSSqueue(), g.CSSqueue = null))); - }, b + c + 10); - } - }); - } }, jQuery.fn.CSSAnimate = jQuery.CSS.animate, jQuery.normalizeCss = jQuery.CSS.normalizeCss, jQuery.fn.css3 = function (a) { - return this.each(function () { - var b = jQuery(this), - c = jQuery.normalizeCss(a);b.css(c); - }); -};var nAgt = navigator.userAgent;jQuery.browser = jQuery.browser || {}, jQuery.browser.mozilla = !1, jQuery.browser.webkit = !1, jQuery.browser.opera = !1, jQuery.browser.safari = !1, jQuery.browser.chrome = !1, jQuery.browser.androidStock = !1, jQuery.browser.msie = !1, jQuery.browser.edge = !1, jQuery.browser.ua = nAgt;var getOS = function getOS() { - var a = { version: "Unknown version", name: "Unknown OS" };return -1 != navigator.appVersion.indexOf("Win") && (a.name = "Windows"), -1 != navigator.appVersion.indexOf("Mac") && 0 > navigator.appVersion.indexOf("Mobile") && (a.name = "Mac"), -1 != navigator.appVersion.indexOf("Linux") && (a.name = "Linux"), /Mac OS X/.test(nAgt) && !/Mobile/.test(nAgt) && (a.version = /Mac OS X (10[\.\_\d]+)/.exec(nAgt)[1], a.version = a.version.replace(/_/g, ".").substring(0, 5)), /Windows/.test(nAgt) && (a.version = "Unknown.Unknown"), /Windows NT 5.1/.test(nAgt) && (a.version = "5.1"), /Windows NT 6.0/.test(nAgt) && (a.version = "6.0"), /Windows NT 6.1/.test(nAgt) && (a.version = "6.1"), /Windows NT 6.2/.test(nAgt) && (a.version = "6.2"), /Windows NT 10.0/.test(nAgt) && (a.version = "10.0"), /Linux/.test(nAgt) && /Linux/.test(nAgt) && (a.version = "Unknown.Unknown"), a.name = a.name.toLowerCase(), a.major_version = "Unknown", a.minor_version = "Unknown", "Unknown.Unknown" != a.version && (a.major_version = parseFloat(a.version.split(".")[0]), a.minor_version = parseFloat(a.version.split(".")[1])), a; -};jQuery.browser.os = getOS(), jQuery.browser.hasTouch = isTouchSupported(), jQuery.browser.name = navigator.appName, jQuery.browser.fullVersion = "" + parseFloat(navigator.appVersion), jQuery.browser.majorVersion = parseInt(navigator.appVersion, 10);var nameOffset, verOffset, ix;if (-1 != (verOffset = nAgt.indexOf("Opera"))) jQuery.browser.opera = !0, jQuery.browser.name = "Opera", jQuery.browser.fullVersion = nAgt.substring(verOffset + 6), -1 != (verOffset = nAgt.indexOf("Version")) && (jQuery.browser.fullVersion = nAgt.substring(verOffset + 8));else if (-1 != (verOffset = nAgt.indexOf("OPR"))) jQuery.browser.opera = !0, jQuery.browser.name = "Opera", jQuery.browser.fullVersion = nAgt.substring(verOffset + 4);else if (-1 != (verOffset = nAgt.indexOf("MSIE"))) jQuery.browser.msie = !0, jQuery.browser.name = "Microsoft Internet Explorer", jQuery.browser.fullVersion = nAgt.substring(verOffset + 5);else if (-1 != nAgt.indexOf("Trident")) { - jQuery.browser.msie = !0, jQuery.browser.name = "Microsoft Internet Explorer";var start = nAgt.indexOf("rv:") + 3, - end = start + 4;jQuery.browser.fullVersion = nAgt.substring(start, end); -} else -1 != (verOffset = nAgt.indexOf("Edge")) ? (jQuery.browser.edge = !0, jQuery.browser.name = "Microsoft Edge", jQuery.browser.fullVersion = nAgt.substring(verOffset + 5)) : -1 != (verOffset = nAgt.indexOf("Chrome")) ? (jQuery.browser.webkit = !0, jQuery.browser.chrome = !0, jQuery.browser.name = "Chrome", jQuery.browser.fullVersion = nAgt.substring(verOffset + 7)) : -1 < nAgt.indexOf("mozilla/5.0") && -1 < nAgt.indexOf("android ") && -1 < nAgt.indexOf("applewebkit") && !(-1 < nAgt.indexOf("chrome")) ? (verOffset = nAgt.indexOf("Chrome"), jQuery.browser.webkit = !0, jQuery.browser.androidStock = !0, jQuery.browser.name = "androidStock", jQuery.browser.fullVersion = nAgt.substring(verOffset + 7)) : -1 != (verOffset = nAgt.indexOf("Safari")) ? (jQuery.browser.webkit = !0, jQuery.browser.safari = !0, jQuery.browser.name = "Safari", jQuery.browser.fullVersion = nAgt.substring(verOffset + 7), -1 != (verOffset = nAgt.indexOf("Version")) && (jQuery.browser.fullVersion = nAgt.substring(verOffset + 8))) : -1 != (verOffset = nAgt.indexOf("AppleWebkit")) ? (jQuery.browser.webkit = !0, jQuery.browser.safari = !0, jQuery.browser.name = "Safari", jQuery.browser.fullVersion = nAgt.substring(verOffset + 7), -1 != (verOffset = nAgt.indexOf("Version")) && (jQuery.browser.fullVersion = nAgt.substring(verOffset + 8))) : -1 != (verOffset = nAgt.indexOf("Firefox")) ? (jQuery.browser.mozilla = !0, jQuery.browser.name = "Firefox", jQuery.browser.fullVersion = nAgt.substring(verOffset + 8)) : (nameOffset = nAgt.lastIndexOf(" ") + 1) < (verOffset = nAgt.lastIndexOf("/")) && (jQuery.browser.name = nAgt.substring(nameOffset, verOffset), jQuery.browser.fullVersion = nAgt.substring(verOffset + 1), jQuery.browser.name.toLowerCase() == jQuery.browser.name.toUpperCase() && (jQuery.browser.name = navigator.appName));-1 != (ix = jQuery.browser.fullVersion.indexOf(";")) && (jQuery.browser.fullVersion = jQuery.browser.fullVersion.substring(0, ix)), -1 != (ix = jQuery.browser.fullVersion.indexOf(" ")) && (jQuery.browser.fullVersion = jQuery.browser.fullVersion.substring(0, ix)), jQuery.browser.majorVersion = parseInt("" + jQuery.browser.fullVersion, 10), isNaN(jQuery.browser.majorVersion) && (jQuery.browser.fullVersion = "" + parseFloat(navigator.appVersion), jQuery.browser.majorVersion = parseInt(navigator.appVersion, 10)), jQuery.browser.version = jQuery.browser.majorVersion, jQuery.browser.android = /Android/i.test(nAgt), jQuery.browser.blackberry = /BlackBerry|BB|PlayBook/i.test(nAgt), jQuery.browser.ios = /iPhone|iPad|iPod|webOS/i.test(nAgt), jQuery.browser.operaMobile = /Opera Mini/i.test(nAgt), jQuery.browser.windowsMobile = /IEMobile|Windows Phone/i.test(nAgt), jQuery.browser.kindle = /Kindle|Silk/i.test(nAgt), jQuery.browser.mobile = jQuery.browser.android || jQuery.browser.blackberry || jQuery.browser.ios || jQuery.browser.windowsMobile || jQuery.browser.operaMobile || jQuery.browser.kindle, jQuery.isMobile = jQuery.browser.mobile, jQuery.isTablet = jQuery.browser.mobile && 765 < jQuery(window).width(), jQuery.isAndroidDefault = jQuery.browser.android && !/chrome/i.test(nAgt), jQuery.mbBrowser = jQuery.browser, jQuery.browser.versionCompare = function (a, b) { - if ("stringstring" != (typeof a === "undefined" ? "undefined" : _typeof(a)) + (typeof b === "undefined" ? "undefined" : _typeof(b))) return !1;for (var c = a.split("."), d = b.split("."), e = 0, f = Math.max(c.length, d.length); f > e; e++) { - if (c[e] && !d[e] && 0 < parseInt(c[e]) || parseInt(c[e]) > parseInt(d[e])) return 1;if (d[e] && !c[e] && 0 < parseInt(d[e]) || parseInt(c[e]) < parseInt(d[e])) return -1; - }return 0; -}, function (a) { - a.simpleSlider = { defaults: { initialval: 0, scale: 100, orientation: "h", readonly: !1, callback: !1 }, events: { start: a.browser.mobile ? "touchstart" : "mousedown", end: a.browser.mobile ? "touchend" : "mouseup", move: a.browser.mobile ? "touchmove" : "mousemove" }, init: function init(b) { - return this.each(function () { - var c = this, - d = a(c);d.addClass("simpleSlider"), c.opt = {}, a.extend(c.opt, a.simpleSlider.defaults, b), a.extend(c.opt, d.data());var e = "h" == c.opt.orientation ? "horizontal" : "vertical", - e = a("
").addClass("level").addClass(e);d.prepend(e), c.level = e, d.css({ cursor: "default" }), "auto" == c.opt.scale && (c.opt.scale = a(c).outerWidth()), d.updateSliderVal(), c.opt.readonly || (d.on(a.simpleSlider.events.start, function (b) { - a.browser.mobile && (b = b.changedTouches[0]), c.canSlide = !0, d.updateSliderVal(b), "h" == c.opt.orientation ? d.css({ cursor: "col-resize" }) : d.css({ cursor: "row-resize" }), b.preventDefault(), b.stopPropagation(); - }), a(document).on(a.simpleSlider.events.move, function (b) { - a.browser.mobile && (b = b.changedTouches[0]), c.canSlide && (a(document).css({ cursor: "default" }), d.updateSliderVal(b), b.preventDefault(), b.stopPropagation()); - }).on(a.simpleSlider.events.end, function () { - a(document).css({ cursor: "auto" }), c.canSlide = !1, d.css({ cursor: "auto" }); - })); - }); - }, updateSliderVal: function updateSliderVal(b) { - var c = this.get(0);if (c.opt) { - c.opt.initialval = "number" == typeof c.opt.initialval ? c.opt.initialval : c.opt.initialval(c);var d = a(c).outerWidth(), - e = a(c).outerHeight();c.x = "object" == (typeof b === "undefined" ? "undefined" : _typeof(b)) ? b.clientX + document.body.scrollLeft - this.offset().left : "number" == typeof b ? b * d / c.opt.scale : c.opt.initialval * d / c.opt.scale, c.y = "object" == (typeof b === "undefined" ? "undefined" : _typeof(b)) ? b.clientY + document.body.scrollTop - this.offset().top : "number" == typeof b ? (c.opt.scale - c.opt.initialval - b) * e / c.opt.scale : c.opt.initialval * e / c.opt.scale, c.y = this.outerHeight() - c.y, c.scaleX = c.x * c.opt.scale / d, c.scaleY = c.y * c.opt.scale / e, c.outOfRangeX = c.scaleX > c.opt.scale ? c.scaleX - c.opt.scale : 0 > c.scaleX ? c.scaleX : 0, c.outOfRangeY = c.scaleY > c.opt.scale ? c.scaleY - c.opt.scale : 0 > c.scaleY ? c.scaleY : 0, c.outOfRange = "h" == c.opt.orientation ? c.outOfRangeX : c.outOfRangeY, c.value = "undefined" != typeof b ? "h" == c.opt.orientation ? c.x >= this.outerWidth() ? c.opt.scale : 0 >= c.x ? 0 : c.scaleX : c.y >= this.outerHeight() ? c.opt.scale : 0 >= c.y ? 0 : c.scaleY : "h" == c.opt.orientation ? c.scaleX : c.scaleY, "h" == c.opt.orientation ? c.level.width(Math.floor(100 * c.x / d) + "%") : c.level.height(Math.floor(100 * c.y / e)), "function" == typeof c.opt.callback && c.opt.callback(c); - } - } }, a.fn.simpleSlider = a.simpleSlider.init, a.fn.updateSliderVal = a.simpleSlider.updateSliderVal; -}(jQuery), function (a) { - a.mbCookie = { set: function set(a, b, c, d) { - "object" == (typeof b === "undefined" ? "undefined" : _typeof(b)) && (b = JSON.stringify(b)), d = d ? "; domain=" + d : "";var e = new Date(), - f = "";c > 0 && (e.setTime(e.getTime() + 864e5 * c), f = "; expires=" + e.toGMTString()), document.cookie = a + "=" + b + f + "; path=/" + d; - }, get: function get(a) { - a += "=";for (var b = document.cookie.split(";"), c = 0; c < b.length; c++) { - for (var d = b[c]; " " == d.charAt(0);) { - d = d.substring(1, d.length); - }if (0 == d.indexOf(a)) try { - return JSON.parse(d.substring(a.length, d.length)); - } catch (e) { - return d.substring(a.length, d.length); - } - }return null; - }, remove: function remove(b) { - a.mbCookie.set(b, "", -1); - } }, a.mbStorage = { set: function set(a, b) { - "object" == (typeof b === "undefined" ? "undefined" : _typeof(b)) && (b = JSON.stringify(b)), localStorage.setItem(a, b); - }, get: function get(a) { - if (!localStorage[a]) return null;try { - return JSON.parse(localStorage[a]); - } catch (b) { - return localStorage[a]; - } - }, remove: function remove(a) { - a ? localStorage.removeItem(a) : localStorage.clear(); - } }; -}(jQuery); - -/***/ }), -/* 10 */ -/***/ (function(module, exports) { - -/** - * Lightbox v2.7.1 - * by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/ - * - * @license http://creativecommons.org/licenses/by/2.5/ - * - Free for use in both personal and commercial projects - * - Attribution requires leaving author name, author link, and the license info intact - */ -(function () { - var a = jQuery, - b = function () { - function a() { - this.fadeDuration = 500, this.fitImagesInViewport = !0, this.resizeDuration = 700, this.positionFromTop = 50, this.showImageNumberLabel = !0, this.alwaysShowNavOnTouchDevices = !1, this.wrapAround = !1; - }return a.prototype.albumLabel = function (a, b) { - return "Image " + a + " of " + b; - }, a; - }(), - c = function () { - function b(a) { - this.options = a, this.album = [], this.currentImageIndex = void 0, this.init(); - }return b.prototype.init = function () { - this.enable(), this.build(); - }, b.prototype.enable = function () { - var b = this;a("body").on("click", "a[rel^=lightbox], area[rel^=lightbox], a[data-lightbox], area[data-lightbox]", function (c) { - return b.start(a(c.currentTarget)), !1; - }); - }, b.prototype.build = function () { - var b = this;a("
").appendTo(a("body")), this.$lightbox = a("#lightbox"), this.$overlay = a("#lightboxOverlay"), this.$outerContainer = this.$lightbox.find(".lb-outerContainer"), this.$container = this.$lightbox.find(".lb-container"), this.containerTopPadding = parseInt(this.$container.css("padding-top"), 10), this.containerRightPadding = parseInt(this.$container.css("padding-right"), 10), this.containerBottomPadding = parseInt(this.$container.css("padding-bottom"), 10), this.containerLeftPadding = parseInt(this.$container.css("padding-left"), 10), this.$overlay.hide().on("click", function () { - return b.end(), !1; - }), this.$lightbox.hide().on("click", function (c) { - return "lightbox" === a(c.target).attr("id") && b.end(), !1; - }), this.$outerContainer.on("click", function (c) { - return "lightbox" === a(c.target).attr("id") && b.end(), !1; - }), this.$lightbox.find(".lb-prev").on("click", function () { - return b.changeImage(0 === b.currentImageIndex ? b.album.length - 1 : b.currentImageIndex - 1), !1; - }), this.$lightbox.find(".lb-next").on("click", function () { - return b.changeImage(b.currentImageIndex === b.album.length - 1 ? 0 : b.currentImageIndex + 1), !1; - }), this.$lightbox.find(".lb-loader, .lb-close").on("click", function () { - return b.end(), !1; - }); - }, b.prototype.start = function (b) { - function c(a) { - d.album.push({ link: a.attr("href"), title: a.attr("data-title") || a.attr("title") }); - }var d = this, - e = a(window);e.on("resize", a.proxy(this.sizeOverlay, this)), a("select, object, embed").css({ visibility: "hidden" }), this.sizeOverlay(), this.album = [];var f, - g = 0, - h = b.attr("data-lightbox");if (h) { - f = a(b.prop("tagName") + '[data-lightbox="' + h + '"]');for (var i = 0; i < f.length; i = ++i) { - c(a(f[i])), f[i] === b[0] && (g = i); - } - } else if ("lightbox" === b.attr("rel")) c(b);else { - f = a(b.prop("tagName") + '[rel="' + b.attr("rel") + '"]');for (var j = 0; j < f.length; j = ++j) { - c(a(f[j])), f[j] === b[0] && (g = j); - } - }var k = e.scrollTop() + this.options.positionFromTop, - l = e.scrollLeft();this.$lightbox.css({ top: k + "px", left: l + "px" }).fadeIn(this.options.fadeDuration), this.changeImage(g); - }, b.prototype.changeImage = function (b) { - var c = this;this.disableKeyboardNav();var d = this.$lightbox.find(".lb-image");this.$overlay.fadeIn(this.options.fadeDuration), a(".lb-loader").fadeIn("slow"), this.$lightbox.find(".lb-image, .lb-nav, .lb-prev, .lb-next, .lb-dataContainer, .lb-numbers, .lb-caption").hide(), this.$outerContainer.addClass("animating");var e = new Image();e.onload = function () { - var f, g, h, i, j, k, l;d.attr("src", c.album[b].link), f = a(e), d.width(e.width), d.height(e.height), c.options.fitImagesInViewport && (l = a(window).width(), k = a(window).height(), j = l - c.containerLeftPadding - c.containerRightPadding - 20, i = k - c.containerTopPadding - c.containerBottomPadding - 120, (e.width > j || e.height > i) && (e.width / j > e.height / i ? (h = j, g = parseInt(e.height / (e.width / h), 10), d.width(h), d.height(g)) : (g = i, h = parseInt(e.width / (e.height / g), 10), d.width(h), d.height(g)))), c.sizeContainer(d.width(), d.height()); - }, e.src = this.album[b].link, this.currentImageIndex = b; - }, b.prototype.sizeOverlay = function () { - this.$overlay.width(a(window).width()).height(a(document).height()); - }, b.prototype.sizeContainer = function (a, b) { - function c() { - d.$lightbox.find(".lb-dataContainer").width(g), d.$lightbox.find(".lb-prevLink").height(h), d.$lightbox.find(".lb-nextLink").height(h), d.showImage(); - }var d = this, - e = this.$outerContainer.outerWidth(), - f = this.$outerContainer.outerHeight(), - g = a + this.containerLeftPadding + this.containerRightPadding, - h = b + this.containerTopPadding + this.containerBottomPadding;e !== g || f !== h ? this.$outerContainer.animate({ width: g, height: h }, this.options.resizeDuration, "swing", function () { - c(); - }) : c(); - }, b.prototype.showImage = function () { - this.$lightbox.find(".lb-loader").hide(), this.$lightbox.find(".lb-image").fadeIn("slow"), this.updateNav(), this.updateDetails(), this.preloadNeighboringImages(), this.enableKeyboardNav(); - }, b.prototype.updateNav = function () { - var a = !1;try { - document.createEvent("TouchEvent"), a = this.options.alwaysShowNavOnTouchDevices ? !0 : !1; - } catch (b) {}this.$lightbox.find(".lb-nav").show(), this.album.length > 1 && (this.options.wrapAround ? (a && this.$lightbox.find(".lb-prev, .lb-next").css("opacity", "1"), this.$lightbox.find(".lb-prev, .lb-next").show()) : (this.currentImageIndex > 0 && (this.$lightbox.find(".lb-prev").show(), a && this.$lightbox.find(".lb-prev").css("opacity", "1")), this.currentImageIndex < this.album.length - 1 && (this.$lightbox.find(".lb-next").show(), a && this.$lightbox.find(".lb-next").css("opacity", "1")))); - }, b.prototype.updateDetails = function () { - var b = this;"undefined" != typeof this.album[this.currentImageIndex].title && "" !== this.album[this.currentImageIndex].title && this.$lightbox.find(".lb-caption").html(this.album[this.currentImageIndex].title).fadeIn("fast").find("a").on("click", function () { - location.href = a(this).attr("href"); - }), this.album.length > 1 && this.options.showImageNumberLabel ? this.$lightbox.find(".lb-number").text(this.options.albumLabel(this.currentImageIndex + 1, this.album.length)).fadeIn("fast") : this.$lightbox.find(".lb-number").hide(), this.$outerContainer.removeClass("animating"), this.$lightbox.find(".lb-dataContainer").fadeIn(this.options.resizeDuration, function () { - return b.sizeOverlay(); - }); - }, b.prototype.preloadNeighboringImages = function () { - if (this.album.length > this.currentImageIndex + 1) { - var a = new Image();a.src = this.album[this.currentImageIndex + 1].link; - }if (this.currentImageIndex > 0) { - var b = new Image();b.src = this.album[this.currentImageIndex - 1].link; - } - }, b.prototype.enableKeyboardNav = function () { - a(document).on("keyup.keyboard", a.proxy(this.keyboardAction, this)); - }, b.prototype.disableKeyboardNav = function () { - a(document).off(".keyboard"); - }, b.prototype.keyboardAction = function (a) { - var b = 27, - c = 37, - d = 39, - e = a.keyCode, - f = String.fromCharCode(e).toLowerCase();e === b || f.match(/x|o|c/) ? this.end() : "p" === f || e === c ? 0 !== this.currentImageIndex ? this.changeImage(this.currentImageIndex - 1) : this.options.wrapAround && this.album.length > 1 && this.changeImage(this.album.length - 1) : ("n" === f || e === d) && (this.currentImageIndex !== this.album.length - 1 ? this.changeImage(this.currentImageIndex + 1) : this.options.wrapAround && this.album.length > 1 && this.changeImage(0)); - }, b.prototype.end = function () { - this.disableKeyboardNav(), a(window).off("resize", this.sizeOverlay), this.$lightbox.fadeOut(this.options.fadeDuration), this.$overlay.fadeOut(this.options.fadeDuration), a("select, object, embed").css({ visibility: "visible" }); - }, b; - }();a(function () { - { - var a = new b();new c(a); - } - }); -}).call(this); - -/***/ }), -/* 11 */ -/***/ (function(module, exports, __webpack_require__) { - -var require;var require;/*! Granim v1.0.5 - https://sarcadass.github.io/granim.js */ -!function t(e, s, i) { - function n(a, r) { - if (!s[a]) { - if (!e[a]) { - var h = "function" == typeof require && require;if (!r && h) return require(a, !0);if (o) return o(a, !0);var c = new Error("Cannot find module '" + a + "'");throw c.code = "MODULE_NOT_FOUND", c; - }var l = s[a] = { exports: {} };e[a][0].call(l.exports, function (t) { - var s = e[a][1][t];return n(s ? s : t); - }, l, l.exports, t, e, s, i); - }return s[a].exports; - }for (var o = "function" == typeof require && require, a = 0; a < i.length; a++) { - n(i[a]); - }return n; -}({ 1: [function (t, e, s) { - "use strict"; - function i(t) { - this.canvas = document.querySelector(t.element), this.x1 = 0, this.y1 = 0, this.name = t.name || !1, this.elToSetClassOn = t.elToSetClassOn || "body", this.direction = t.direction || "diagonal", this.isPausedWhenNotInView = t.isPausedWhenNotInView || !1, this.opacity = t.opacity, this.states = t.states, this.stateTransitionSpeed = t.stateTransitionSpeed || 1e3, this.previousTimeStamp = null, this.progress = 0, this.isPaused = !1, this.isPausedBecauseNotInView = !1, this.iscurrentColorsSet = !1, this.context = this.canvas.getContext("2d"), this.channels = {}, this.channelsIndex = 0, this.activeState = t.defaultStateName || "default-state", this.isChangingState = !1, this.activeColors = [], this.activeColorDiff = [], this.activetransitionSpeed = null, this.currentColors = [], this.eventPolyfill(), this.events = { start: new CustomEvent("granim:start"), end: new CustomEvent("granim:end"), gradientChange: function gradientChange(t) { - return new CustomEvent("granim:gradientChange", { detail: { isLooping: t.isLooping, colorsFrom: t.colorsFrom, colorsTo: t.colorsTo, activeState: t.activeState }, bubbles: !1, cancelable: !1 }); - } }, this.callbacks = { onStart: "function" == typeof t.onStart && t.onStart, onGradientChange: "function" == typeof t.onGradientChange && t.onGradientChange, onEnd: "function" == typeof t.onEnd && t.onEnd }, this.getDimensions(), this.canvas.setAttribute("width", this.x1), this.canvas.setAttribute("height", this.y1), this.setColors(), this.refreshColors(), window.addEventListener("resize", this.onResize.bind(this)), this.isPausedWhenNotInView ? this.pauseWhenNotInView() : this.animation = requestAnimationFrame(this.animateColors.bind(this)), this.callbacks.onStart && this.callbacks.onStart(), this.canvas.dispatchEvent(this.events.start); - }i.prototype.setColors = t("./setColors.js"), i.prototype.eventPolyfill = t("./eventPolyfill.js"), i.prototype.colorDiff = t("./colorDiff.js"), i.prototype.hexToRgb = t("./hexToRgb.js"), i.prototype.setDirection = t("./setDirection.js"), i.prototype.makeGradient = t("./makeGradient.js"), i.prototype.getDimensions = t("./getDimensions.js"), i.prototype.animateColors = t("./animateColors.js"), i.prototype.getLightness = t("./getLightness.js"), i.prototype.refreshColors = t("./refreshColors.js"), i.prototype.changeState = t("./changeState.js"), i.prototype.pause = t("./pause.js"), i.prototype.play = t("./play.js"), i.prototype.clear = t("./clear.js"), i.prototype.getCurrentColors = t("./getCurrentColors.js"), i.prototype.pauseWhenNotInView = t("./pauseWhenNotInView.js"), i.prototype.onResize = t("./onResize.js"), e.exports = i; - }, { "./animateColors.js": 2, "./changeState.js": 3, "./clear.js": 4, "./colorDiff.js": 5, "./eventPolyfill.js": 6, "./getCurrentColors.js": 7, "./getDimensions.js": 8, "./getLightness.js": 9, "./hexToRgb.js": 10, "./makeGradient.js": 11, "./onResize.js": 12, "./pause.js": 13, "./pauseWhenNotInView.js": 14, "./play.js": 15, "./refreshColors.js": 16, "./setColors.js": 17, "./setDirection.js": 18 }], 2: [function (t, e, s) { - "use strict"; - e.exports = function (t) { - var e, - s, - i, - n = t - this.previousTimeStamp > 100, - o = void 0 === this.states[this.activeState].loop || this.states[this.activeState].loop;(null === this.previousTimeStamp || n) && (this.previousTimeStamp = t), this.progress = this.progress + (t - this.previousTimeStamp), e = (this.progress / this.activetransitionSpeed * 100).toFixed(2), this.previousTimeStamp = t, this.refreshColors(e), e < 100 ? this.animation = requestAnimationFrame(this.animateColors.bind(this)) : this.channelsIndex < this.states[this.activeState].gradients.length - 2 || o ? (this.isChangingState && (this.activetransitionSpeed = this.states[this.activeState].transitionSpeed || 5e3), this.previousTimeStamp = null, this.progress = 0, this.channelsIndex++, s = !1, this.channelsIndex === this.states[this.activeState].gradients.length - 1 ? s = !0 : this.channelsIndex === this.states[this.activeState].gradients.length && (this.channelsIndex = 0), i = void 0 === this.states[this.activeState].gradients[this.channelsIndex + 1] ? this.states[this.activeState].gradients[0] : this.states[this.activeState].gradients[this.channelsIndex + 1], this.setColors(), this.animation = requestAnimationFrame(this.animateColors.bind(this)), this.callbacks.onGradientChange && this.callbacks.onGradientChange({ isLooping: s, colorsFrom: this.states[this.activeState].gradients[this.channelsIndex], colorsTo: i, activeState: this.activeState }), this.canvas.dispatchEvent(this.events.gradientChange({ isLooping: s, colorsFrom: this.states[this.activeState].gradients[this.channelsIndex], colorsTo: i, activeState: this.activeState }))) : (cancelAnimationFrame(this.animation), this.callbacks.onEnd && this.callbacks.onEnd(), this.canvas.dispatchEvent(new CustomEvent("granim:end"))); - }; - }, {}], 3: [function (t, e, s) { - "use strict"; - e.exports = function (t) { - var e, - s, - i = this;this.activeState !== t && (this.isPaused || (this.isPaused = !0, this.pause()), this.channelsIndex = -1, this.activetransitionSpeed = this.stateTransitionSpeed, this.activeColorDiff = [], this.activeColors = this.getCurrentColors(), this.progress = 0, this.previousTimeStamp = null, this.isChangingState = !0, this.states[t].gradients[0].forEach(function (n, o, a) { - e = i.hexToRgb(i.states[t].gradients[0][o]), s = i.colorDiff(i.activeColors[o], e), i.activeColorDiff.push(s); - }), this.activeState = t, this.play()); - }; - }, {}], 4: [function (t, e, s) { - "use strict"; - e.exports = function () { - cancelAnimationFrame(this.animation), this.context.clearRect(0, 0, this.x1, this.y1); - }; - }, {}], 5: [function (t, e, s) { - "use strict"; - e.exports = function (t, e) { - var s, - i = [];for (s = 0; s < 3; s++) { - i.push(e[s] - t[s]); - }return i; - }; - }, {}], 6: [function (t, e, s) { - "use strict"; - e.exports = function () { - function t(t, e) { - e = e || { bubbles: !1, cancelable: !1, detail: void 0 };var s = document.createEvent("CustomEvent");return s.initCustomEvent(t, e.bubbles, e.cancelable, e.detail), s; - }"function" != typeof window.CustomEvent && (t.prototype = window.Event.prototype, window.CustomEvent = t); - }; - }, {}], 7: [function (t, e, s) { - "use strict"; - e.exports = function () { - var t, - e = [];return this.currentColors.forEach(function (s, i, n) { - for (e.push([]), t = 0; t < 3; t++) { - e[i].push(s[t]); - } - }), e; - }; - }, {}], 8: [function (t, e, s) { - "use strict"; - e.exports = function () { - this.x1 = this.canvas.offsetWidth, this.y1 = this.canvas.offsetHeight; - }; - }, {}], 9: [function (t, e, s) { - "use strict"; - e.exports = function () { - var t, - e = this.getCurrentColors(), - s = [], - i = null;return e.forEach(function (t, e, i) { - s.push(Math.max(t[0], t[1], t[2])); - }), s.forEach(function (e, n, o) { - i = null === i ? e : i + e, n === s.length - 1 && (t = Math.round(i / (n + 1))); - }), t >= 128 ? "light" : "dark"; - }; - }, {}], 10: [function (t, e, s) { - "use strict"; - e.exports = function (t) { - var e = /^#?([a-f\d])([a-f\d])([a-f\d])$/i;t = t.replace(e, function (t, e, s, i) { - return e + e + s + s + i + i; - });var s = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return s ? [parseInt(s[1], 16), parseInt(s[2], 16), parseInt(s[3], 16)] : null; - }; - }, {}], 11: [function (t, e, s) { - "use strict"; - e.exports = function () { - var t, - e, - s = this.setDirection(), - i = document.querySelector(this.elToSetClassOn).classList;for (this.context.clearRect(0, 0, this.x1, this.y1), t = 0; t < this.currentColors.length; t++) { - e = t ? (1 / (this.currentColors.length - 1) * t).toFixed(2) : 0, s.addColorStop(e, "rgba(" + this.currentColors[t][0] + ", " + this.currentColors[t][1] + ", " + this.currentColors[t][2] + ", " + this.opacity[t] + ")"); - }this.name && ("light" === this.getLightness() ? (i.remove(this.name + "-dark"), i.add(this.name + "-light")) : (i.remove(this.name + "-light"), i.add(this.name + "-dark"))), this.context.fillStyle = s, this.context.fillRect(0, 0, this.x1, this.y1); - }; - }, {}], 12: [function (t, e, s) { - "use strict"; - e.exports = function () { - this.getDimensions(), this.canvas.setAttribute("width", this.x1), this.canvas.setAttribute("height", this.y1), this.refreshColors(); - }; - }, {}], 13: [function (t, e, s) { - "use strict"; - e.exports = function (t) { - var e = "isPausedBecauseNotInView" === t;e || (this.isPaused = !0), cancelAnimationFrame(this.animation); - }; - }, {}], 14: [function (t, e, s) { - "use strict"; - e.exports = function () { - function t(t) { - e && clearTimeout(e), e = setTimeout(function () { - var e = s.canvas.getBoundingClientRect(), - i = e.bottom < 0 || e.right < 0 || e.left > window.innerWidth || e.top > window.innerHeight;i ? s.isPaused || s.isPausedBecauseNotInView || (s.isPausedBecauseNotInView = !0, s.pause("isPausedBecauseNotInView")) : s.isPaused && t !== !0 || (s.isPausedBecauseNotInView = !1, s.play("isPausedBecauseNotInView")); - }, 300); - }var e, - s = this;window.addEventListener("scroll", t), t(!0); - }; - }, {}], 15: [function (t, e, s) { - "use strict"; - e.exports = function (t) { - var e = "isPausedBecauseNotInView" === t;e || (this.isPaused = !1), this.animation = requestAnimationFrame(this.animateColors.bind(this)); - }; - }, {}], 16: [function (t, e, s) { - "use strict"; - e.exports = function (t) { - var e, - s, - i = this;this.activeColors.forEach(function (n, o, a) { - for (s = 0; s < 3; s++) { - e = i.activeColors[o][s] + Math.ceil(i.activeColorDiff[o][s] / 100 * t), e <= 255 && e >= 0 && (i.currentColors[o][s] = e); - } - }), this.makeGradient(); - }; - }, {}], 17: [function (t, e, s) { - "use strict"; - e.exports = function () { - var t, - e, - s = this;return this.channels[this.activeState] || (this.channels[this.activeState] = []), void 0 !== this.channels[this.activeState][this.channelsIndex] ? (this.activeColors = this.channels[this.activeState][this.channelsIndex].colors, void (this.activeColorDiff = this.channels[this.activeState][this.channelsIndex].colorsDiff)) : (this.channels[this.activeState].push([{}]), this.channels[this.activeState][this.channelsIndex].colors = [], this.channels[this.activeState][this.channelsIndex].colorsDiff = [], this.activeColors = [], this.activeColorDiff = [], this.states[this.activeState].gradients[this.channelsIndex].forEach(function (i, n, o) { - var a = s.hexToRgb(i), - r = s.channels[s.activeState];r[s.channelsIndex].colors.push(a), s.activeColors.push(a), s.iscurrentColorsSet || s.currentColors.push(s.hexToRgb(i)), s.channelsIndex === s.states[s.activeState].gradients.length - 1 ? t = s.colorDiff(r[s.channelsIndex].colors[n], r[0].colors[n]) : (e = s.hexToRgb(s.states[s.activeState].gradients[s.channelsIndex + 1][n]), t = s.colorDiff(r[s.channelsIndex].colors[n], e)), r[s.channelsIndex].colorsDiff.push(t), s.activeColorDiff.push(t); - }), this.activetransitionSpeed = this.states[this.activeState].transitionSpeed || 5e3, void (this.iscurrentColorsSet = !0)); - }; - }, {}], 18: [function (t, e, s) { - "use strict"; - e.exports = function () { - var t = this.context;switch (this.direction) {default:case "diagonal": - return t.createLinearGradient(0, 0, this.x1, this.y1);case "left-right": - return t.createLinearGradient(0, 0, this.x1, 0);case "top-bottom": - return t.createLinearGradient(this.x1 / 2, 0, this.x1 / 2, this.y1);case "radial": - return t.createRadialGradient(this.x1 / 2, this.y1 / 2, this.x1 / 2, this.x1 / 2, this.y1 / 2, 0);} - }; - }, {}], 19: [function (t, e, s) { - window.Granim = t("./lib/Granim.js"); - }, { "./lib/Granim.js": 1 }] }, {}, [19]); - -/***/ }), -/* 12 */ -/***/ (function(module, exports) { - -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -/*! - * jQuery Steps v1.1.0 - 09/04/2014 - * Copyright (c) 2014 Rafael Staib (http://www.jquery-steps.com) - * Licensed under MIT http://www.opensource.org/licenses/MIT - */ -!function (a, b) { - function c(a, b) { - o(a).push(b); - }function d(d, e, f) { - var g = d.children(e.headerTag), - h = d.children(e.bodyTag);g.length > h.length ? R(Z, "contents") : g.length < h.length && R(Z, "titles");var i = e.startIndex;if (f.stepCount = g.length, e.saveState && a.cookie) { - var j = a.cookie(U + q(d)), - k = parseInt(j, 0);!isNaN(k) && k < f.stepCount && (i = k); - }f.currentIndex = i, g.each(function (e) { - var f = a(this), - g = h.eq(e), - i = g.data("mode"), - j = null == i ? $.html : r($, /^\s*$/.test(i) || isNaN(i) ? i : parseInt(i, 0)), - k = j === $.html || g.data("url") === b ? "" : g.data("url"), - l = j !== $.html && "1" === g.data("loaded"), - m = a.extend({}, bb, { title: f.html(), content: j === $.html ? g.html() : "", contentUrl: k, contentMode: j, contentLoaded: l });c(d, m); - }); - }function e(a) { - a.triggerHandler("canceled"); - }function f(a, b) { - return a.currentIndex - b; - }function g(b, c) { - var d = i(b);b.unbind(d).removeData("uid").removeData("options").removeData("state").removeData("steps").removeData("eventNamespace").find(".actions a").unbind(d), b.removeClass(c.clearFixCssClass + " vertical");var e = b.find(".content > *");e.removeData("loaded").removeData("mode").removeData("url"), e.removeAttr("id").removeAttr("role").removeAttr("tabindex").removeAttr("class").removeAttr("style")._removeAria("labelledby")._removeAria("hidden"), b.find(".content > [data-mode='async'],.content > [data-mode='iframe']").empty();var f = a('<{0} class="{1}">'.format(b.get(0).tagName, b.attr("class"))), - g = b._id();return null != g && "" !== g && f._id(g), f.html(b.find(".content").html()), b.after(f), b.remove(), f; - }function h(a, b) { - var c = a.find(".steps li").eq(b.currentIndex);a.triggerHandler("finishing", [b.currentIndex]) ? (c.addClass("done").removeClass("error"), a.triggerHandler("finished", [b.currentIndex])) : c.addClass("error"); - }function i(a) { - var b = a.data("eventNamespace");return null == b && (b = "." + q(a), a.data("eventNamespace", b)), b; - }function j(a, b) { - var c = q(a);return a.find("#" + c + V + b); - }function k(a, b) { - var c = q(a);return a.find("#" + c + W + b); - }function l(a, b) { - var c = q(a);return a.find("#" + c + X + b); - }function m(a) { - return a.data("options"); - }function n(a) { - return a.data("state"); - }function o(a) { - return a.data("steps"); - }function p(a, b) { - var c = o(a);return (0 > b || b >= c.length) && R(Y), c[b]; - }function q(a) { - var b = a.data("uid");return null == b && (b = a._id(), null == b && (b = "steps-uid-".concat(T), a._id(b)), T++, a.data("uid", b)), b; - }function r(a, c) { - if (S("enumType", a), S("keyOrValue", c), "string" == typeof c) { - var d = a[c];return d === b && R("The enum key '{0}' does not exist.", c), d; - }if ("number" == typeof c) { - for (var e in a) { - if (a[e] === c) return c; - }R("Invalid enum value '{0}'.", c); - } else R("Invalid key or value type."); - }function s(a, b, c) { - return B(a, b, c, v(c, 1)); - }function t(a, b, c) { - return B(a, b, c, f(c, 1)); - }function u(a, b, c, d) { - if ((0 > d || d >= c.stepCount) && R(Y), !(b.forceMoveForward && d < c.currentIndex)) { - var e = c.currentIndex;return a.triggerHandler("stepChanging", [c.currentIndex, d]) ? (c.currentIndex = d, O(a, b, c), E(a, b, c, e), D(a, b, c), A(a, b, c), P(a, b, c, d, e, function () { - a.triggerHandler("stepChanged", [d, e]); - })) : a.find(".steps li").eq(e).addClass("error"), !0; - } - }function v(a, b) { - return a.currentIndex + b; - }function w(b) { - var c = a.extend(!0, {}, cb, b);return this.each(function () { - var b = a(this), - e = { currentIndex: c.startIndex, currentStep: null, stepCount: 0, transitionElement: null };b.data("options", c), b.data("state", e), b.data("steps", []), d(b, c, e), J(b, c, e), G(b, c), c.autoFocus && 0 === T && j(b, c.startIndex).focus(), b.triggerHandler("init", [c.startIndex]); - }); - }function x(b, c, d, e, f) { - (0 > e || e > d.stepCount) && R(Y), f = a.extend({}, bb, f), y(b, e, f), d.currentIndex !== d.stepCount && d.currentIndex >= e && (d.currentIndex++, O(b, c, d)), d.stepCount++;var g = b.find(".content"), - h = a("<{0}>{1}".format(c.headerTag, f.title)), - i = a("<{0}>".format(c.bodyTag));return (null == f.contentMode || f.contentMode === $.html) && i.html(f.content), 0 === e ? g.prepend(i).prepend(h) : k(b, e - 1).after(i).after(h), K(b, d, i, e), N(b, c, d, h, e), F(b, c, d, e), e === d.currentIndex && E(b, c, d), D(b, c, d), b; - }function y(a, b, c) { - o(a).splice(b, 0, c); - }function z(b) { - var c = a(this), - d = m(c), - e = n(c);if (d.suppressPaginationOnFocus && c.find(":focus").is(":input")) return b.preventDefault(), !1;var f = { left: 37, right: 39 };b.keyCode === f.left ? (b.preventDefault(), t(c, d, e)) : b.keyCode === f.right && (b.preventDefault(), s(c, d, e)); - }function A(b, c, d) { - if (d.stepCount > 0) { - var e = d.currentIndex, - f = p(b, e);if (!c.enableContentCache || !f.contentLoaded) switch (r($, f.contentMode)) {case $.iframe: - b.find(".content > .body").eq(d.currentIndex).empty().html('');break;case"vimeo":w="https",a.data("videomarkup",'')}var J=c&&"on"==a.data("noposteronmobile");if(void 0!=m.videoposter&&m.videoposter.length>2&&!J)0==a.find(".tp-videoposter").length&&a.append('
'),0==a.find("iframe").length&&a.find(".tp-videoposter").click(function(){if(b.playVideo(a,h),c){if(1==a.data("disablevideoonmobile"))return!1;punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut})}});else{if(c&&1==a.data("disablevideoonmobile"))return!1;0!=a.find("iframe").length||"youtube"!=y&&"vimeo"!=y||(a.append(a.data("videomarkup")),i(a,h,!1))}"none"!=a.data("dottedoverlay")&&void 0!=a.data("dottedoverlay")&&1!=a.find(".tp-dottedoverlay").length&&a.append('
'),a.addClass("HasListener"),1==a.data("bgvideo")&&punchgs.TweenLite.set(a.find("video, iframe"),{autoAlpha:0})}});var g=function(a,b,c){a.addEventListener?a.addEventListener(b,c,{capture:!1,passive:!0}):a.attachEvent(b,c,{capture:!1,passive:!0})},h=function(a,b,c){var d={};return d.video=a,d.videotype=b,d.settings=c,d},i=function(a,d,e){var g=a.data(),i=a.find("iframe"),l="iframe"+Math.round(1e5*Math.random()+1),o=g.videoloop,p="loopandnoslidestop"!=o;if(o="loop"==o||"loopandnoslidestop"==o,1==a.data("forcecover")){a.removeClass("fullscreenvideo").addClass("coverscreenvideo");var q=a.data("aspectratio");void 0!=q&&q.split(":").length>1&&b.prepareCoveredVideo(q,d,a)}if(1==a.data("bgvideo")){var q=a.data("aspectratio");void 0!=q&&q.split(":").length>1&&b.prepareCoveredVideo(q,d,a)}if(i.attr("id",l),e&&a.data("startvideonow",!0),1!==a.data("videolistenerexist"))switch(g.videotype){case"youtube":var r=new YT.Player(l,{events:{onStateChange:function(c){var e=a.closest(".tp-simpleresponsive"),q=(g.videorate,a.data("videostart"),k());if(c.data==YT.PlayerState.PLAYING)punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),"mute"==a.data("volume")||b.lastToggleState(a.data("videomutetoggledby"))||d.globalmute===!0?r.mute():(r.unMute(),r.setVolume(parseInt(a.data("volume"),0)||75)),d.videoplaying=!0,m(a,d),p?d.c.trigger("stoptimer"):d.videoplaying=!1,d.c.trigger("revolution.slide.onvideoplay",h(r,"youtube",a.data())),b.toggleState(g.videotoggledby);else{if(0==c.data&&o){var s=f(a.data("videostartat"));s!=-1&&r.seekTo(s),r.playVideo(),b.toggleState(g.videotoggledby)}!q&&(0==c.data||2==c.data)&&"on"==a.data("showcoveronpause")&&a.find(".tp-videoposter").length>0&&(punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),c.data!=-1&&3!=c.data&&(d.videoplaying=!1,d.tonpause=!1,n(a,d),e.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(r,"youtube",a.data())),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby)),0==c.data&&1==a.data("nextslideatend")?(j(),a.data("nextslideatend-triggered",1),d.c.revnext(),n(a,d)):(n(a,d),d.videoplaying=!1,e.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(r,"youtube",a.data())),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby))}},onReady:function(b){var d=g.videorate;a.data("videostart");if(a.addClass("rs-apiready"),void 0!=d&&b.target.setPlaybackRate(parseFloat(d)),a.find(".tp-videoposter").unbind("click"),a.find(".tp-videoposter").click(function(){c||r.playVideo()}),a.data("startvideonow")){g.player.playVideo();var h=f(a.data("videostartat"));h!=-1&&g.player.seekTo(h)}a.data("videolistenerexist",1)}}});a.data("player",r);break;case"vimeo":for(var w,s=i.attr("src"),t={},u=s,v=/([^&=]+)=([^&]*)/g;w=v.exec(u);)t[decodeURIComponent(w[1])]=decodeURIComponent(w[2]);s=void 0!=t.player_id?s.replace(t.player_id,l):s+"&player_id="+l;try{s=s.replace("api=0","api=1")}catch(a){}s+="&api=1",i.attr("src",s);var r=a.find("iframe")[0],y=(jQuery("#"+l),$f(l));y.addEvent("ready",function(){if(a.addClass("rs-apiready"),y.addEvent("play",function(c){a.data("nextslidecalled",0),punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),d.c.trigger("revolution.slide.onvideoplay",h(y,"vimeo",a.data())),d.videoplaying=!0,m(a,d),p?d.c.trigger("stoptimer"):d.videoplaying=!1,"mute"==a.data("volume")||b.lastToggleState(a.data("videomutetoggledby"))||d.globalmute===!0?y.api("setVolume","0"):y.api("setVolume",parseInt(a.data("volume"),0)/100||.75),b.toggleState(g.videotoggledby)}),y.addEvent("playProgress",function(b){var c=f(a.data("videoendat"));if(a.data("currenttime",b.seconds),0!=c&&Math.abs(c-b.seconds)<.3&&c>b.seconds&&1!=a.data("nextslidecalled"))if(o){y.api("play");var e=f(a.data("videostartat"));e!=-1&&y.api("seekTo",e)}else 1==a.data("nextslideatend")&&(a.data("nextslideatend-triggered",1),a.data("nextslidecalled",1),d.c.revnext()),y.api("pause")}),y.addEvent("finish",function(c){n(a,d),d.videoplaying=!1,d.c.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(y,"vimeo",a.data())),1==a.data("nextslideatend")&&(a.data("nextslideatend-triggered",1),d.c.revnext()),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby)}),y.addEvent("pause",function(c){a.find(".tp-videoposter").length>0&&"on"==a.data("showcoveronpause")&&(punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),d.videoplaying=!1,d.tonpause=!1,n(a,d),d.c.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(y,"vimeo",a.data())),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby)}),a.find(".tp-videoposter").unbind("click"),a.find(".tp-videoposter").click(function(){if(!c)return y.api("play"),!1}),a.data("startvideonow")){y.api("play");var e=f(a.data("videostartat"));e!=-1&&y.api("seekTo",e)}a.data("videolistenerexist",1)})}else{var z=f(a.data("videostartat"));switch(g.videotype){case"youtube":e&&(g.player.playVideo(),z!=-1&&g.player.seekTo());break;case"vimeo":if(e){var y=$f(a.find("iframe").attr("id"));y.api("play"),z!=-1&&y.api("seekTo",z)}}}},j=function(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()},k=function(){try{if(void 0!==window.fullScreen)return window.fullScreen;var a=5;return jQuery.browser.webkit&&/Apple Computer/.test(navigator.vendor)&&(a=42),screen.width==window.innerWidth&&Math.abs(screen.height-window.innerHeight) 
'),a.find("video, .tp-poster, .tp-video-play-button").click(function(){a.hasClass("videoisplaying")?q.pause():q.play()})),1==a.data("forcecover")||a.hasClass("fullscreenvideo")||1==a.data("bgvideo"))if(1==a.data("forcecover")||1==a.data("bgvideo")){r.addClass("fullcoveredvideo");var u=a.data("aspectratio")||"4:3";b.prepareCoveredVideo(u,e,a)}else r.addClass("fullscreenvideo");var v=a.find(".tp-vid-play-pause")[0],w=a.find(".tp-vid-mute")[0],x=a.find(".tp-vid-full-screen")[0],y=a.find(".tp-seek-bar")[0],z=a.find(".tp-volume-bar")[0];void 0!=v&&g(v,"click",function(){1==q.paused?q.play():q.pause()}),void 0!=w&&g(w,"click",function(){0==q.muted?(q.muted=!0,w.innerHTML="Unmute"):(q.muted=!1,w.innerHTML="Mute")}),void 0!=x&&x&&g(x,"click",function(){q.requestFullscreen?q.requestFullscreen():q.mozRequestFullScreen?q.mozRequestFullScreen():q.webkitRequestFullscreen&&q.webkitRequestFullscreen()}),void 0!=y&&(g(y,"change",function(){var a=q.duration*(y.value/100);q.currentTime=a}),g(y,"mousedown",function(){a.addClass("seekbardragged"),q.pause()}),g(y,"mouseup",function(){a.removeClass("seekbardragged"),q.play()})),g(q,"canplaythrough",function(){b.preLoadAudioDone(a,e,"canplaythrough")}),g(q,"canplay",function(){b.preLoadAudioDone(a,e,"canplay")}),g(q,"progress",function(){b.preLoadAudioDone(a,e,"progress")}),g(q,"timeupdate",function(){var b=100/q.duration*q.currentTime,c=f(a.data("videoendat")),d=q.currentTime;if(void 0!=y&&(y.value=b),0!=c&&c!=-1&&Math.abs(c-d)<=.3&&c>d&&1!=a.data("nextslidecalled"))if(s){q.play();var g=f(a.data("videostartat"));g!=-1&&(q.currentTime=g)}else 1==a.data("nextslideatend")&&(a.data("nextslideatend-triggered",1),a.data("nextslidecalled",1),e.just_called_nextslide_at_htmltimer=!0,e.c.revnext(),setTimeout(function(){e.just_called_nextslide_at_htmltimer=!1},1e3)),q.pause()}),void 0!=z&&g(z,"change",function(){q.volume=z.value}),g(q,"play",function(){a.data("nextslidecalled",0);var c=a.data("volume");c=void 0!=c&&"mute"!=c?parseFloat(c)/100:c,d||(e.globalmute===!0?q.muted=!0:q.muted=!1,c>1&&(c/=100),"mute"==c?q.muted=!0:void 0!=c&&(q.volume=c)),a.addClass("videoisplaying");var f="html5"==l.audio?"audio":"video";m(a,e),t&&"audio"!=f?(e.videoplaying=!0,e.c.trigger("stoptimer"),e.c.trigger("revolution.slide.onvideoplay",h(q,"html5",l))):(e.videoplaying=!1,"audio"!=f&&e.c.trigger("starttimer"),e.c.trigger("revolution.slide.onvideostop",h(q,"html5",l))),punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find(f),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut});var g=a.find(".tp-vid-play-pause")[0],i=a.find(".tp-vid-mute")[0];void 0!=g&&(g.innerHTML="Pause"),void 0!=i&&q.muted&&(i.innerHTML="Unmute"),b.toggleState(l.videotoggledby)}),g(q,"pause",function(c){var d="html5"==l.audio?"audio":"video",f=k();!f&&a.find(".tp-videoposter").length>0&&"on"==a.data("showcoveronpause")&&!a.hasClass("seekbardragged")&&(punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find(d),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),a.removeClass("videoisplaying"),e.videoplaying=!1,n(a,e),"audio"!=d&&e.c.trigger("starttimer"),e.c.trigger("revolution.slide.onvideostop",h(q,"html5",a.data()));var g=a.find(".tp-vid-play-pause")[0];void 0!=g&&(g.innerHTML="Play"),void 0!=e.currentLayerVideoIsPlaying&&e.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(l.videotoggledby)}),g(q,"ended",function(){j(),n(a,e),e.videoplaying=!1,n(a,e),"audio"!=o&&e.c.trigger("starttimer"),e.c.trigger("revolution.slide.onvideostop",h(q,"html5",a.data())),a.data("nextslideatend")===!0&&q.currentTime>0&&(1==!e.just_called_nextslide_at_htmltimer&&(a.data("nextslideatend-triggered",1),e.c.revnext(),e.just_called_nextslide_at_htmltimer=!0),setTimeout(function(){e.just_called_nextslide_at_htmltimer=!1},1500)),a.removeClass("videoisplaying")})},m=function(a,c){void 0==c.playingvideos&&(c.playingvideos=new Array),a.data("stopallvideos")&&void 0!=c.playingvideos&&c.playingvideos.length>0&&(c.lastplayedvideos=jQuery.extend(!0,[],c.playingvideos),jQuery.each(c.playingvideos,function(a,d){b.stopVideo(d,c)})),c.playingvideos.push(a),c.currentLayerVideoIsPlaying=a},n=function(a,b){void 0!=b.playingvideos&&jQuery.inArray(a,b.playingvideos)>=0&&b.playingvideos.splice(jQuery.inArray(a,b.playingvideos),1)}}(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/index.php b/public/js/main/extensions/source/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/js/main/extensions/source/revolution.extension.actions.js b/public/js/main/extensions/source/revolution.extension.actions.js deleted file mode 100644 index fd21a3d..0000000 --- a/public/js/main/extensions/source/revolution.extension.actions.js +++ /dev/null @@ -1,337 +0,0 @@ -/******************************************** - * REVOLUTION 5.2 EXTENSION - ACTIONS - * @version: 1.3.2 (12.04.2016) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ - -(function($) { - -var _R = jQuery.fn.revolution, - _ISM = _R.is_mobile(); - -/////////////////////////////////////////// -// EXTENDED FUNCTIONS AVAILABLE GLOBAL // -/////////////////////////////////////////// -jQuery.extend(true,_R, { - checkActions : function(_nc,opt,as) { - checkActions_intern(_nc,opt,as); - } -}); - -////////////////////////////////////////// -// - INITIALISATION OF ACTIONS - // -////////////////////////////////////////// -var checkActions_intern = function(_nc,opt,as) { -if (as) - jQuery.each(as,function(i,a) { - a.delay = parseInt(a.delay,0)/1000; - _nc.addClass("noSwipe"); - - // LISTEN TO ESC TO EXIT FROM FULLSCREEN - if (!opt.fullscreen_esclistener) { - if (a.action=="exitfullscreen" || a.action=="togglefullscreen") { - jQuery(document).keyup(function(e) { - if (e.keyCode == 27 && jQuery('#rs-go-fullscreen').length>0) - _nc.trigger(a.event); - }); - opt.fullscreen_esclistener = true; - } - } - - var tnc = a.layer == "backgroundvideo" ? jQuery(".rs-background-video-layer") : a.layer == "firstvideo" ? jQuery(".tp-revslider-slidesli").find('.tp-videolayer') : jQuery("#"+a.layer); - - // NO NEED EXTRA TOGGLE CLASS HANDLING - if (jQuery.inArray(a.action,["toggleslider","toggle_mute_video","toggle_global_mute_video","togglefullscreen"])!=-1) { - _nc.data('togglelisteners',true); - } - // COLLECT ALL TOGGLE TRIGGER TO CONNECT THEM WITH TRIGGERED LAYER - switch (a.action) { - case "togglevideo": - jQuery.each(tnc,function(i,_tnc) { - _tnc = jQuery(_tnc); - var videotoggledby = _tnc.data('videotoggledby'); - if (videotoggledby == undefined) - videotoggledby = new Array(); - videotoggledby.push(_nc); - _tnc.data('videotoggledby',videotoggledby) - }); - break; - case "togglelayer": - jQuery.each(tnc,function(i,_tnc) { - _tnc = jQuery(_tnc); - var layertoggledby = _tnc.data('layertoggledby'); - if (layertoggledby == undefined) - layertoggledby = new Array(); - layertoggledby.push(_nc); - _tnc.data('layertoggledby',layertoggledby) - }); - break; - case "toggle_mute_video": - jQuery.each(tnc,function(i,_tnc) { - _tnc = jQuery(_tnc); - var videomutetoggledby = _tnc.data('videomutetoggledby'); - if (videomutetoggledby == undefined) - videomutetoggledby = new Array(); - videomutetoggledby.push(_nc); - _tnc.data('videomutetoggledby',videomutetoggledby); - }); - break; - case "toggle_global_mute_video": - jQuery.each(tnc,function(i,_tnc) { - _tnc = jQuery(_tnc); - var videomutetoggledby = _tnc.data('videomutetoggledby'); - if (videomutetoggledby == undefined) - videomutetoggledby = new Array(); - videomutetoggledby.push(_nc); - _tnc.data('videomutetoggledby',videomutetoggledby); - }); - break; - case "toggleslider": - if (opt.slidertoggledby == undefined) opt.slidertoggledby = new Array(); - opt.slidertoggledby.push(_nc); - break; - case "togglefullscreen": - if (opt.fullscreentoggledby == undefined) opt.fullscreentoggledby = new Array(); - opt.fullscreentoggledby.push(_nc); - break; - - } - - _nc.on(a.event,function() { - var tnc = a.layer == "backgroundvideo" ? jQuery(".active-revslide .slotholder .rs-background-video-layer") : a.layer == "firstvideo" ? jQuery(".active-revslide .tp-videolayer").first() : jQuery("#"+a.layer); - - if (a.action=="stoplayer" || a.action=="togglelayer" || a.action=="startlayer") { - if (tnc.length>0) - if (a.action=="startlayer" || (a.action=="togglelayer" && tnc.data('animdirection')!="in")) { - tnc.data('animdirection',"in"); - var otl = tnc.data('timeline_out'), - base_offsetx = opt.sliderType==="carousel" ? 0 : opt.width/2 - (opt.gridwidth[opt.curWinRange]*opt.bw)/2, - base_offsety=0; - if (otl!=undefined) otl.pause(0).kill(); - if (_R.animateSingleCaption) _R.animateSingleCaption(tnc,opt,base_offsetx,base_offsety,0,false,true); - var tl = tnc.data('timeline'); - tnc.data('triggerstate',"on"); - _R.toggleState(tnc.data('layertoggledby')); - punchgs.TweenLite.delayedCall(a.delay,function() { - tl.play(0); - },[tl]); - } else - - if (a.action=="stoplayer" || (a.action=="togglelayer" && tnc.data('animdirection')!="out")) { - tnc.data('animdirection',"out"); - tnc.data('triggered',true); - tnc.data('triggerstate',"off"); - if (_R.stopVideo) _R.stopVideo(tnc,opt); - if (_R.endMoveCaption) - punchgs.TweenLite.delayedCall(a.delay,_R.endMoveCaption,[tnc,null,null,opt]); - _R.unToggleState(tnc.data('layertoggledby')) - } - } else { - if (_ISM && (a.action=='playvideo' || a.action=='stopvideo' || a.action=='togglevideo' || a.action=='mutevideo' || a.action=='unmutevideo' || a.action=='toggle_mute_video' || a.action=='toggle_global_mute_video')) { - actionSwitches(tnc,opt,a,_nc); - } else { - punchgs.TweenLite.delayedCall(a.delay,function() { - actionSwitches(tnc,opt,a,_nc); - },[tnc,opt,a,_nc]); - } - } - }); - switch (a.action) { - case "togglelayer": - case "startlayer": - case "playlayer": - case "stoplayer": - var tnc = jQuery("#"+a.layer); - if (tnc.data('start')!="bytrigger") { - tnc.data('triggerstate',"on"); - tnc.data('animdirection',"in"); - } - break; - } - }) -} - - -var actionSwitches = function(tnc,opt,a,_nc) { - switch (a.action) { - case "scrollbelow": - - _nc.addClass("tp-scrollbelowslider"); - _nc.data('scrolloffset',a.offset); - _nc.data('scrolldelay',a.delay); - var off=getOffContH(opt.fullScreenOffsetContainer) || 0, - aof = parseInt(a.offset,0) || 0; - off = off - aof || 0; - jQuery('body,html').animate({scrollTop:(opt.c.offset().top+(jQuery(opt.li[0]).height())-off)+"px"},{duration:400}); - break; - case "callback": - eval(a.callback); - break; - case "jumptoslide": - switch (a.slide.toLowerCase()) { - case "+1": - case "next": - opt.sc_indicator="arrow"; - _R.callingNewSlide(opt,opt.c,1); - break; - case "previous": - case "prev": - case "-1": - opt.sc_indicator="arrow"; - _R.callingNewSlide(opt,opt.c,-1); - break; - default: - var ts = jQuery.isNumeric(a.slide) ? parseInt(a.slide,0) : a.slide; - _R.callingNewSlide(opt,opt.c,ts); - break; - } - break; - case "simplelink": - window.open(a.url,a.target); - break; - case "toggleslider": - opt.noloopanymore=0; - if (opt.sliderstatus=="playing") { - opt.c.revpause(); - opt.forcepause_viatoggle = true; - _R.unToggleState(opt.slidertoggledby); - } - else { - opt.forcepause_viatoggle = false; - opt.c.revresume(); - _R.toggleState(opt.slidertoggledby); - } - break; - case "pauseslider": - opt.c.revpause(); - _R.unToggleState(opt.slidertoggledby); - break; - case "playslider": - opt.noloopanymore=0; - opt.c.revresume(); - _R.toggleState(opt.slidertoggledby); - break; - case "playvideo": - - if (tnc.length>0) - _R.playVideo(tnc,opt); - break; - case "stopvideo": - if (tnc.length>0) - if (_R.stopVideo) _R.stopVideo(tnc,opt); - break; - case "togglevideo": - if (tnc.length>0) - if (!_R.isVideoPlaying(tnc,opt)) - _R.playVideo(tnc,opt); - else - if (_R.stopVideo) _R.stopVideo(tnc,opt); - break; - case "mutevideo": - if (tnc.length>0) - _R.muteVideo(tnc,opt); - break; - case "unmutevideo": - if (tnc.length>0) - if (_R.unMuteVideo) _R.unMuteVideo(tnc,opt); - break; - case "toggle_mute_video": - - if (tnc.length>0) - if (_R.isVideoMuted(tnc,opt)) { - _R.unMuteVideo(tnc,opt); - } else { - if (_R.muteVideo) _R.muteVideo(tnc,opt); - } - _nc.toggleClass('rs-toggle-content-active'); - break; - case "toggle_global_mute_video": - if (_nc.hasClass("rs-toggle-content-active")) { - opt.globalmute = false; - if (opt.playingvideos != undefined && opt.playingvideos.length>0) { - jQuery.each(opt.playingvideos,function(i,_nc) { - if (_R.unMuteVideo) _R.unMuteVideo(_nc,opt); - }); - } - - } else { - opt.globalmute = true; - if (opt.playingvideos != undefined && opt.playingvideos.length>0) { - jQuery.each(opt.playingvideos,function(i,_nc) { - if (_R.muteVideo) _R.muteVideo(_nc,opt); - }); - } - } - _nc.toggleClass('rs-toggle-content-active'); - break; - case "simulateclick": - if (tnc.length>0) tnc.click(); - break; - case "toggleclass": - if (tnc.length>0) - if (!tnc.hasClass(a.classname)) - tnc.addClass(a.classname); - else - tnc.removeClass(a.classname); - break; - case "gofullscreen": - case "exitfullscreen": - case "togglefullscreen": - - if (jQuery('#rs-go-fullscreen').length>0 && (a.action=="togglefullscreen" || a.action=="exitfullscreen")) { - jQuery('#rs-go-fullscreen').appendTo(jQuery('#rs-was-here')); - var paw = opt.c.closest('.forcefullwidth_wrapper_tp_banner').length>0 ? opt.c.closest('.forcefullwidth_wrapper_tp_banner') : opt.c.closest('.rev_slider_wrapper'); - paw.unwrap(); - paw.unwrap(); - opt.minHeight = opt.oldminheight; - opt.infullscreenmode = false; - opt.c.revredraw(); - if (opt.playingvideos != undefined && opt.playingvideos.length>0) { - jQuery.each(opt.playingvideos,function(i,_nc) { - _R.playVideo(_nc,opt); - }); - } - _R.unToggleState(opt.fullscreentoggledby); - - } else - if (jQuery('#rs-go-fullscreen').length==0 && (a.action=="togglefullscreen" || a.action=="gofullscreen")) { - var paw = opt.c.closest('.forcefullwidth_wrapper_tp_banner').length>0 ? opt.c.closest('.forcefullwidth_wrapper_tp_banner') : opt.c.closest('.rev_slider_wrapper'); - paw.wrap('
'); - var gf = jQuery('#rs-go-fullscreen'); - gf.appendTo(jQuery('body')); - gf.css({position:'fixed',width:'100%',height:'100%',top:'0px',left:'0px',zIndex:'9999999',background:'#ffffff'}); - opt.oldminheight = opt.minHeight; - opt.minHeight = jQuery(window).height(); - opt.infullscreenmode = true; - opt.c.revredraw(); - if (opt.playingvideos != undefined && opt.playingvideos.length>0) { - jQuery.each(opt.playingvideos,function(i,_nc) { - _R.playVideo(_nc,opt); - }); - } - _R.toggleState(opt.fullscreentoggledby); - } - - break; - } -} - -var getOffContH = function(c) { - if (c==undefined) return 0; - if (c.split(',').length>1) { - oc = c.split(","); - var a =0; - if (oc) - jQuery.each(oc,function(index,sc) { - if (jQuery(sc).length>0) - a = a + jQuery(sc).outerHeight(true); - }); - return a; - } else { - return jQuery(c).height(); - } - return 0; -} - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.carousel.js b/public/js/main/extensions/source/revolution.extension.carousel.js deleted file mode 100644 index 32594a3..0000000 --- a/public/js/main/extensions/source/revolution.extension.carousel.js +++ /dev/null @@ -1,346 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - CAROUSEL - * @version: 1.0.2 (01.10.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -(function($) { - -var _R = jQuery.fn.revolution; - - /////////////////////////////////////////// - // EXTENDED FUNCTIONS AVAILABLE GLOBAL // - /////////////////////////////////////////// -jQuery.extend(true,_R, { - - // CALCULATE CAROUSEL POSITIONS - prepareCarousel : function(opt,a,direction) { - - direction = opt.carousel.lastdirection = dircheck(direction,opt.carousel.lastdirection); - setCarouselDefaults(opt); - - opt.carousel.slide_offset_target = getActiveCarouselOffset(opt); - - if (a==undefined) - _R.carouselToEvalPosition(opt,direction); - else - animateCarousel(opt,direction,false); - - }, - - // MOVE FORWARDS/BACKWARDS DEPENDING ON THE OFFSET TO GET CAROUSEL IN EVAL POSITION AGAIN - carouselToEvalPosition : function(opt,direction) { - - var _ = opt.carousel; - direction = _.lastdirection = dircheck(direction,_.lastdirection); - - var bb = _.horizontal_align==="center" ? ((_.wrapwidth/2-_.slide_width/2) - _.slide_globaloffset) / _.slide_width : (0 - _.slide_globaloffset) / _.slide_width, - fi = _R.simp(bb,opt.slideamount,false); - - var cm = fi - Math.floor(fi), - calc = 0, - mc = -1 * (Math.ceil(fi) - fi), - mf = -1 * (Math.floor(fi) - fi); - - calc = cm>=0.3 && direction==="left" || cm>=0.7 && direction==="right" ? mc : cm<0.3 && direction==="left" || cm<0.7 && direction==="right" ? mf : calc; - calc = _.infinity==="off" ? fi<0 ? fi : bb>opt.slideamount-1 ? bb-(opt.slideamount-1) : calc : calc; - - _.slide_offset_target = calc * _.slide_width; - // LONGER "SMASH" +/- 1 to Calc - - if (Math.abs(_.slide_offset_target) !==0) - animateCarousel(opt,direction,true); - else { - _R.organiseCarousel(opt,direction); - } - }, - - // ORGANISE THE CAROUSEL ELEMENTS IN POSITION AND TRANSFORMS - organiseCarousel : function(opt,direction,setmaind,unli) { - - direction = direction === undefined || direction=="down" || direction=="up" || direction===null || jQuery.isEmptyObject(direction) ? "left" : direction; - var _ = opt.carousel, - slidepositions = new Array(), - len = _.slides.length, - leftlimit = _.horizontal_align ==="right" ? leftlimit = opt.width : 0; - - - for (var i=0;i_.wrapwidth-_.inneroffset && direction=="right" ? _.slide_offset - ((_.slides.length-i)*_.slide_width) : pos; - pos = pos<0-_.inneroffset-_.slide_width && direction=="left" ? pos + _.maxwidth : pos; - } - slidepositions[i] = pos; - } - var maxd = 999; - - // SECOND RUN FOR NEGATIVE ADJUSTMENETS - if (_.slides) - jQuery.each(_.slides,function(i,slide) { - var pos = slidepositions[i]; - if (_.infinity==="on") { - - pos = pos>_.wrapwidth-_.inneroffset && direction==="left" ? slidepositions[0] - ((len-i)*_.slide_width) : pos; - pos = pos<0-_.inneroffset-_.slide_width ? direction=="left" ? pos + _.maxwidth : direction==="right" ? slidepositions[len-1] + ((i+1)*_.slide_width) : pos : pos; - } - - var tr= new Object(); - - tr.left = pos + _.inneroffset; - - // CHCECK DISTANCES FROM THE CURRENT FAKE FOCUS POSITION - var d = _.horizontal_align==="center" ? (Math.abs(_.wrapwidth/2) - (tr.left+_.slide_width/2))/_.slide_width : (_.inneroffset - tr.left)/_.slide_width, - offsdir = d<0 ? -1:1, - ha = _.horizontal_align==="center" ? 2 : 1; - - - if ((setmaind && Math.abs(d)0 ? 1-d : Math.abs(d)>_.maxVisibleItems-1 ? 1- (Math.abs(d)-(_.maxVisibleItems-1)) : 1; - break; - case "right": - tr.autoAlpha = d>-1 && d<0 ? 1-Math.abs(d) : d>_.maxVisibleItems-1 ? 1- (Math.abs(d)-(_.maxVisibleItems-1)) : 1; - break; - } - else - tr.autoAlpha = Math.abs(d)0) { - if (_.vary_scale==="on") { - tr.scale = 1- Math.abs(((_.minScale/100/Math.ceil(_.maxVisibleItems/ha))*d)); - var sx = (_.slide_width - (_.slide_width*tr.scale)) *Math.abs(d); - } else { - tr.scale = d>=1 || d<=-1 ? 1 - _.minScale/100 : (100-( _.minScale*Math.abs(d)))/100; - var sx=(_.slide_width - (_.slide_width*(1 - _.minScale/100)))*Math.abs(d); - } - } - - // ROTATION FUNCTIONS - if (_.maxRotation!==undefined && Math.abs(_.maxRotation)!=0) { - if (_.vary_rotation ==="on") { - tr.rotationY = Math.abs(_.maxRotation) - Math.abs((1-Math.abs(((1/Math.ceil(_.maxVisibleItems/ha))*d))) * _.maxRotation); - tr.autoAlpha = Math.abs(tr.rotationY)>90 ? 0 : tr.autoAlpha; - } else { - tr.rotationY = d>=1 || d<=-1 ? _.maxRotation : Math.abs(d)*_.maxRotation; - } - tr.rotationY = d<0 ? tr.rotationY*-1 : tr.rotationY; - } - - // SET SPACES BETWEEN ELEMENTS - tr.x = (-1*_.space) * d; - - tr.left = Math.floor(tr.left); - tr.x = Math.floor(tr.x); - - // ADD EXTRA SPACE ADJUSTEMENT IF COVER MODE IS SELECTED - tr.scale !== undefined ? d<0 ? tr.x-sx :tr.x+sx : tr.x; - - // ZINDEX ADJUSTEMENT - tr.zIndex = Math.round(100-Math.abs(d*5)); - - // TRANSFORM STYLE - tr.transformStyle = opt.parallax.type!="3D" && opt.parallax.type!="3d" ? "flat" : "preserve-3d"; - - - - // ADJUST TRANSFORMATION OF SLIDE - punchgs.TweenLite.set(slide,tr); - }); - - if (unli) { - opt.c.find('.next-revslide').removeClass("next-revslide"); - jQuery(_.slides[_.focused]).addClass("next-revslide"); - opt.c.trigger("revolution.nextslide.waiting"); - } - - var ll = _.wrapwidth/2 - _.slide_offset , - rl = _.maxwidth+_.slide_offset-_.wrapwidth/2; - } - -}); - -/************************************************** - - CAROUSEL FUNCTIONS - -***************************************************/ - -var defineCarouselElements = function(opt) { - var _ = opt.carousel; - - _.infbackup = _.infinity; - _.maxVisiblebackup = _.maxVisibleItems; - // SET DEFAULT OFFSETS TO 0 - _.slide_globaloffset = "none"; - _.slide_offset = 0; - // SET UL REFERENCE - _.wrap = opt.c.find('.tp-carousel-wrapper'); - // COLLECT SLIDES - _.slides = opt.c.find('.tp-revslider-slidesli'); - - // SET PERSPECTIVE IF ROTATION IS ADDED - if (_.maxRotation!==0) - if (opt.parallax.type!="3D" && opt.parallax.type!="3d") - punchgs.TweenLite.set(_.wrap,{perspective:1200,transformStyle:"flat"}); - else - punchgs.TweenLite.set(_.wrap,{perspective:1600,transformStyle:"preserve-3d"}); - - if (_.border_radius!==undefined && parseInt(_.border_radius,0) >0) { - punchgs.TweenLite.set(opt.c.find('.tp-revslider-slidesli'),{borderRadius:_.border_radius}); - } -} - -var setCarouselDefaults = function(opt) { - - if (opt.bw===undefined) _R.setSize(opt); - var _=opt.carousel, - loff = _R.getHorizontalOffset(opt.c,"left"), - roff = _R.getHorizontalOffset(opt.c,"right"); - - // IF NO DEFAULTS HAS BEEN DEFINED YET - if (_.wrap===undefined) defineCarouselElements(opt); - // DEFAULT LI WIDTH SHOULD HAVE THE SAME WIDTH OF TH OPT WIDTH - _.slide_width = _.stretch!=="on" ? opt.gridwidth[opt.curWinRange]*opt.bw : opt.c.width(); - - // CALCULATE CAROUSEL WIDTH - _.maxwidth = opt.slideamount*_.slide_width; - if (_.maxVisiblebackup>_.slides.length+1) - _.maxVisibleItems = _.slides.length+2; - - // SET MAXIMUM CAROUSEL WARPPER WIDTH (SHOULD BE AN ODD NUMBER) - _.wrapwidth = (_.maxVisibleItems * _.slide_width) + ((_.maxVisibleItems - 1) * _.space); - _.wrapwidth = opt.sliderLayout!="auto" ? - _.wrapwidth>opt.c.closest('.tp-simpleresponsive').width() ? opt.c.closest('.tp-simpleresponsive').width() : _.wrapwidth : - _.wrapwidth>opt.ul.width() ? opt.ul.width() : _.wrapwidth; - - - // INFINITY MODIFICATIONS - _.infinity = _.wrapwidth >=_.maxwidth ? "off" : _.infbackup; - - - // SET POSITION OF WRAP CONTAINER - _.wrapoffset = _.horizontal_align==="center" ? (opt.c.width()-roff - loff - _.wrapwidth)/2 : 0; - _.wrapoffset = opt.sliderLayout!="auto" && opt.outernav ? 0 : _.wrapoffset < loff ? loff : _.wrapoffset; - - var ovf = "hidden"; - if ((opt.parallax.type=="3D" || opt.parallax.type=="3d")) - ovf = "visible"; - - - - if (_.horizontal_align==="right") - punchgs.TweenLite.set(_.wrap,{left:"auto",right:_.wrapoffset+"px", width:_.wrapwidth, overflow:ovf}); - else - punchgs.TweenLite.set(_.wrap,{right:"auto",left:_.wrapoffset+"px", width:_.wrapwidth, overflow:ovf}); - - - - // INNER OFFSET FOR RTL - _.inneroffset = _.horizontal_align==="right" ? _.wrapwidth - _.slide_width : 0; - - // THE REAL OFFSET OF THE WRAPPER - _.realoffset = (Math.abs(_.wrap.position().left)); // + opt.c.width()/2); - - // THE SCREEN WIDTH/2 - _.windhalf = jQuery(window).width()/2; - - - -} - - -// DIRECTION CHECK -var dircheck = function(d,b) { - return d===null || jQuery.isEmptyObject(d) ? b : d === undefined ? "right" : d;; -} - -// ANIMATE THE CAROUSEL WITH OFFSETS -var animateCarousel = function(opt,direction,nsae) { - var _ = opt.carousel; - direction = _.lastdirection = dircheck(direction,_.lastdirection); - - var animobj = new Object(); - animobj.from = 0; - animobj.to = _.slide_offset_target; - if (_.positionanim!==undefined) - _.positionanim.pause(); - _.positionanim = punchgs.TweenLite.to(animobj,1.2,{from:animobj.to, - onUpdate:function() { - _.slide_offset = _.slide_globaloffset + animobj.from; - _.slide_offset = _R.simp(_.slide_offset , _.maxwidth); - _R.organiseCarousel(opt,direction,false,false); - }, - onComplete:function() { - - _.slide_globaloffset = _.infinity==="off" ? _.slide_globaloffset + _.slide_offset_target : _R.simp(_.slide_globaloffset + _.slide_offset_target, _.maxwidth); - _.slide_offset = _R.simp(_.slide_offset , _.maxwidth); - - _R.organiseCarousel(opt,direction,false,true); - var li = jQuery(opt.li[_.focused]); - opt.c.find('.next-revslide').removeClass("next-revslide"); - if (nsae) _R.callingNewSlide(opt,opt.c,li.data('index')); - }, ease:punchgs.Expo.easeOut}); -} - - -var breduc = function(a,m) { - return Math.abs(a)>Math.abs(m) ? a>0 ? a - Math.abs(Math.floor(a/(m))*(m)) : a + Math.abs(Math.floor(a/(m))*(m)) : a; -} - -// CAROUSEL INFINITY MODE, DOWN OR UP ANIMATION -var getBestDirection = function(a,b,max) { - var dira = b-a,max, - dirb = (b-max) - a,max; - dira = breduc(dira,max); - dirb = breduc(dirb,max); - return Math.abs(dira)>Math.abs(dirb) ? dirb : dira; - } - -// GET OFFSETS BEFORE ANIMATION -var getActiveCarouselOffset = function(opt) { - var ret = 0, - _ = opt.carousel; - - if (_.positionanim!==undefined) _.positionanim.kill(); - - if (_.slide_globaloffset=="none") - _.slide_globaloffset = ret = _.horizontal_align==="center" ? (_.wrapwidth/2-_.slide_width/2) : 0; - - else { - - _.slide_globaloffset = _.slide_offset; - _.slide_offset = 0; - var ci = opt.c.find('.processing-revslide').index(), - fi = _.horizontal_align==="center" ? ((_.wrapwidth/2-_.slide_width/2) - _.slide_globaloffset) / _.slide_width : (0 - _.slide_globaloffset) / _.slide_width; - - fi = _R.simp(fi,opt.slideamount,false); - ci = ci>=0 ? ci : opt.c.find('.active-revslide').index(); - ci = ci>=0 ? ci : 0; - - ret = _.infinity==="off" ? fi-ci : -getBestDirection(fi,ci,opt.slideamount); - ret = ret * _.slide_width; - } - return ret; -} - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.kenburn.js b/public/js/main/extensions/source/revolution.extension.kenburn.js deleted file mode 100644 index 49e3e67..0000000 --- a/public/js/main/extensions/source/revolution.extension.kenburn.js +++ /dev/null @@ -1,175 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - KEN BURN - * @version: 1.0.0 (03.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ - -(function($) { - -var _R = jQuery.fn.revolution; - -/////////////////////////////////////////// -// EXTENDED FUNCTIONS AVAILABLE GLOBAL // -/////////////////////////////////////////// -jQuery.extend(true,_R, { - - stopKenBurn : function(l) { - if (l.data('kbtl')!=undefined) - l.data('kbtl').pause(); - }, - - startKenBurn : function(l,opt,prgs) { - var d = l.data(), - i = l.find('.defaultimg'), - s = i.data('lazyload') || i.data('src'), - i_a = d.owidth / d.oheight, - cw = opt.sliderType==="carousel" ? opt.carousel.slide_width : opt.ul.width(), - ch = opt.ul.height(), - c_a = cw / ch; - - - if (l.data('kbtl')) - l.data('kbtl').kill(); - - - prgs = prgs || 0; - - - - - // NO KEN BURN IMAGE EXIST YET - if (l.find('.tp-kbimg').length==0) { - l.append('
'); - l.data('kenburn',l.find('.tp-kbimg')); - } - - var getKBSides = function(w,h,f,cw,ch,ho,vo) { - var tw = w * f, - th = h * f, - hd = Math.abs(cw-tw), - vd = Math.abs(ch-th), - s = new Object(); - s.l = (0-ho)*hd; - s.r = s.l + tw; - s.t = (0-vo)*vd; - s.b = s.t + th; - s.h = ho; - s.v = vo; - return s; - }, - - getKBCorners = function(d,cw,ch,ofs,o) { - - var p = d.bgposition.split(" ") || "center center", - ho = p[0] == "center" ? "50%" : p[0] == "left" || p [1] == "left" ? "0%" : p[0]=="right" || p[1] =="right" ? "100%" : p[0], - vo = p[1] == "center" ? "50%" : p[0] == "top" || p [1] == "top" ? "0%" : p[0]=="bottom" || p[1] =="bottom" ? "100%" : p[1]; - - ho = parseInt(ho,0)/100 || 0; - vo = parseInt(vo,0)/100 || 0; - - - var sides = new Object(); - - - sides.start = getKBSides(o.start.width,o.start.height,o.start.scale,cw,ch,ho,vo); - sides.end = getKBSides(o.start.width,o.start.height,o.end.scale,cw,ch,ho,vo); - - return sides; - }, - - kcalcL = function(cw,ch,d) { - var f=d.scalestart/100, - fe=d.scaleend/100, - ofs = d.oofsetstart != undefined ? d.offsetstart.split(" ") || [0,0] : [0,0], - ofe = d.offsetend != undefined ? d.offsetend.split(" ") || [0,0] : [0,0]; - d.bgposition = d.bgposition == "center center" ? "50% 50%" : d.bgposition; - - - var o = new Object(), - sw = cw*f, - sh = sw/d.owidth * d.oheight, - ew = cw*fe, - eh = ew/d.owidth * d.oheight; - - - - o.start = new Object(); - o.starto = new Object(); - o.end = new Object(); - o.endo = new Object(); - - o.start.width = cw; - o.start.height = o.start.width / d.owidth * d.oheight; - - if (o.start.height0 ? 0 : iws + ofs[0] < cw ? cw-iws : ofs[0]; - ofe[0] = ofe[0]>0 ? 0 : iwe + ofe[0] < cw ? cw-iwe : ofe[0]; - - ofs[1] = ofs[1]>0 ? 0 : ihs + ofs[1] < ch ? ch-ihs : ofs[1]; - ofe[1] = ofe[1]>0 ? 0 : ihe + ofe[1] < ch ? ch-ihe : ofe[1]; - - - - o.starto.x = ofs[0]+"px"; - o.starto.y = ofs[1]+"px"; - o.endo.x = ofe[0]+"px"; - o.endo.y = ofe[1]+"px"; - o.end.ease = o.endo.ease = d.ease; - o.end.force3D = o.endo.force3D = true; - return o; - }; - - if (l.data('kbtl')!=undefined) { - l.data('kbtl').kill(); - l.removeData('kbtl'); - } - - var k = l.data('kenburn'), - kw = k.parent(), - anim = kcalcL(cw,ch,d), - kbtl = new punchgs.TimelineLite(); - - - kbtl.pause(); - - anim.start.transformOrigin = "0% 0%"; - anim.starto.transformOrigin = "0% 0%"; - - kbtl.add(punchgs.TweenLite.fromTo(k,d.duration/1000,anim.start,anim.end),0); - kbtl.add(punchgs.TweenLite.fromTo(kw,d.duration/1000,anim.starto,anim.endo),0); - - kbtl.progress(prgs); - kbtl.play(); - - l.data('kbtl',kbtl); - } -}); - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.layeranimation.js b/public/js/main/extensions/source/revolution.extension.layeranimation.js deleted file mode 100644 index a59046c..0000000 --- a/public/js/main/extensions/source/revolution.extension.layeranimation.js +++ /dev/null @@ -1,1609 +0,0 @@ -/************************************************ - * REVOLUTION 5.2 EXTENSION - LAYER ANIMATION - * @version: 2.6 (30.05.2016) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -************************************************/ - -(function($) { - -var _R = jQuery.fn.revolution, - _ISM = _R.is_mobile(); - -/////////////////////////////////////////// -// EXTENDED FUNCTIONS AVAILABLE GLOBAL // -/////////////////////////////////////////// -jQuery.extend(true,_R, { - - // MAKE SURE THE ANIMATION ENDS WITH A CLEANING ON MOZ TRANSFORMS - animcompleted : function(_nc,opt) { - var t = _nc.data('videotype'), - ap = _nc.data('autoplay'), - an = _nc.data('autoplayonlyfirsttime'); - - - if (t!=undefined && t!="none") - if (ap==true || ap=="true" || ap=="on" || ap=="1sttime" || an) { - _R.playVideo(_nc,opt); - - _R.toggleState(_nc.data('videotoggledby')); - if ( an || ap=="1sttime") { - _nc.data('autoplayonlyfirsttime',false); - _nc.data('autoplay',"off"); - } - } else { - if (ap=="no1sttime") - _nc.data('autoplay','on'); - _R.unToggleState(_nc.data('videotoggledby')); - } - - }, - - /******************************************************** - - PREPARE AND DEFINE STATIC LAYER DIRECTIONS - - *********************************************************/ - handleStaticLayers : function(_nc,opt) { - var s = parseInt(_nc.data('startslide'),0), - e = parseInt(_nc.data('endslide'),0); - if (s < 0) - s=0; - if (e <0 ) - e = opt.slideamount; - if (s===0 && e===opt.slideamount-1) - e = opt.slideamount+1; - _nc.data('startslide',s); - _nc.data('endslide',e); - }, - - /************************************ - ANIMATE ALL CAPTIONS - *************************************/ - animateTheCaptions : function(nextli, opt,recalled,mtl) { - var base_offsetx = opt.sliderType==="carousel" ? 0 : opt.width/2 - (opt.gridwidth[opt.curWinRange]*opt.bw)/2, - base_offsety=0, - index = nextli.data('index'); - - - opt.layers = opt.layers || new Object(); - opt.layers[index] = opt.layers[index] || nextli.find('.tp-caption') - opt.layers["static"] = opt.layers["static"] || opt.c.find('.tp-static-layers').find('.tp-caption'); - - var allcaptions = new Array; - - opt.conh = opt.c.height(); - opt.conw = opt.c.width(); - opt.ulw = opt.ul.width(); - opt.ulh = opt.ul.height(); - - - - /* ENABLE DEBUG MODE */ - if (opt.debugMode) { - nextli.addClass("indebugmode"); - nextli.find('.helpgrid').remove(); - opt.c.find('.hglayerinfo').remove(); - nextli.append('
'); - var hg = nextli.find('.helpgrid'); - hg.append('
Zoom:'+(Math.round(opt.bw*100))+'%     Device Level:'+opt.curWinRange+'    Grid Preset:'+opt.gridwidth[opt.curWinRange]+'x'+opt.gridheight[opt.curWinRange]+'
') - opt.c.append('
') - hg.append('
'); - } - - if (allcaptions) - jQuery.each(allcaptions,function(i) { - var _nc = jQuery(this); - punchgs.TweenLite.set(_nc.find('.tp-videoposter'),{autoAlpha:1}); - punchgs.TweenLite.set(_nc.find('iframe'),{autoAlpha:0}); - }) - - // COLLECT ALL CAPTIONS - if (opt.layers[index]) - jQuery.each(opt.layers[index], function(i,a) { allcaptions.push(a); }); - if (opt.layers["static"]) - jQuery.each(opt.layers["static"], function(i,a) { allcaptions.push(a); }); - - // GO THROUGH ALL CAPTIONS, AND MANAGE THEM - if (allcaptions) - jQuery.each(allcaptions,function(i) { - _R.animateSingleCaption(jQuery(this),opt,base_offsetx,base_offsety,i,recalled) - }); - - var bt=jQuery('body').find('#'+opt.c.attr('id')).find('.tp-bannertimer'); - bt.data('opt',opt); - - - if (mtl != undefined) setTimeout(function() { - mtl.resume(); - },30); - }, - - /*************************************** - - ANIMATE THE CAPTIONS - - ***************************************/ - animateSingleCaption : function(_nc,opt,offsetx,offsety,i,recalled,triggerforce) { - - var internrecalled = recalled, - staticdirection = staticLayerStatus(_nc,opt,"in",true), - _pw = _nc.data('_pw') || _nc.closest('.tp-parallax-wrap'), - _lw = _nc.data('_lw') || _nc.closest('.tp-loop-wrap'), - _mw = _nc.data('_mw') || _nc.closest('.tp-mask-wrap'), - _responsive = _nc.data('responsive') || "on", - _respoffset = _nc.data('responsive_offset') || "on", - _ba = _nc.data('basealign') || "grid", - _gw = _ba==="grid" ? opt.width : opt.ulw, //opt.conw, - _gh = _ba==="grid" ? opt.height : opt.ulh, //opt.conh; - rtl = jQuery('body').hasClass("rtl"); - - - - if (!_nc.data('_pw')) { - if (_nc.data('staticlayer')) - _nc.data('_li',_nc.closest('.tp-static-layers')); - else - _nc.data('_li',_nc.closest('.tp-revslider-slidesli')); - _nc.data('slidelink',_nc.hasClass("slidelink")); - _nc.data('_pw',_pw); - _nc.data('_lw',_lw); - _nc.data('_mw',_mw); - } - - if (!_nc.data('togglelisteners') && _nc.find('.rs-toggled-content')) { - _nc.on('click',function() { - _nc.toggleClass('rs-toggle-content-active'); - }); - _nc.data('togglelisteners',true); - } - - if (opt.sliderLayout=="fullscreen") - offsety = _gh/2 - (opt.gridheight[opt.curWinRange]*opt.bh)/2; - - if (opt.autoHeight=="on" || (opt.minHeight!=undefined && opt.minHeight>0)) - offsety = opt.conh/2 - (opt.gridheight[opt.curWinRange]*opt.bh)/2;; - - if (offsety<0) offsety=0; - - - - // LAYER GRID FOR DEBUGGING - if (opt.debugMode) { - _nc.closest('li').find('.helpgrid').css({top:offsety+"px", left:offsetx+"px"}); - var linfo = opt.c.find('.hglayerinfo'); - _nc.on("hover, mouseenter",function() { - var ltxt = "", - spa = 0; - if (_nc.data()) - jQuery.each(_nc.data(),function(key,val) { - if (typeof val !== "object") { - - ltxt = ltxt + ''+key+":"+val+"    "; - - } - }); - linfo.html(ltxt); - }); - } - /* END OF DEBUGGING */ - - - var handlecaption=0, - layervisible = makeArray(_nc.data('visibility'),opt)[opt.forcedWinRange] || makeArray(_nc.data('visibility'),opt) || "on"; - - - - // HIDE CAPTION IF RESOLUTION IS TOO LOW - if (layervisible=="off" || (_gw
'); - if (vidw!="100%") - _nc.css({minWidth:vidw+"px",minHeight:vidh+"px"}); - else - _nc.css({width:"100%",height:"100%"}); - _nc.removeClass("tp-videolayer"); - }*/ - - // IF IT IS AN IMAGE - if (_nc.find('img').length>0) { - var im = _nc.find('img'); - _nc.data('layertype',"image"); - if (im.width()==0) im.css({width:"auto"}); - if (im.height()==0) im.css({height:"auto"}); - - - - - if (im.data('ww') == undefined && im.width()>0) im.data('ww',im.width()); - if (im.data('hh') == undefined && im.height()>0) im.data('hh',im.height()); - - var ww = im.data('ww'), - hh = im.data('hh'), - fuw = _ba =="slide" ? opt.ulw : opt.gridwidth[opt.curWinRange], - fuh = _ba =="slide" ? opt.ulh : opt.gridheight[opt.curWinRange], - - ww = makeArray(im.data('ww'),opt)[opt.curWinRange] || makeArray(im.data('ww'),opt) || "auto", - hh = makeArray(im.data('hh'),opt)[opt.curWinRange] || makeArray(im.data('hh'),opt) || "auto"; - - var wful = ww==="full" || ww === "full-proportional", - hful = hh==="full" || hh === "full-proportional"; - - if (ww==="full-proportional") { - var ow = im.data('owidth'), - oh = im.data('oheight'); - if (ow/fuw < oh/fuh) { - ww = fuw; - hh = oh*(fuw/ow); - } else { - hh = fuh; - ww = ow*(fuh/oh); - } - } else { - ww = wful ? fuw : parseFloat(ww); - hh = hful ? fuh : parseFloat(hh); - } - - - if (ww==undefined) ww=0; - if (hh==undefined) hh=0; - - if (_responsive!=="off") { - - if (_ba!="grid" && wful) - im.width(ww); - else - im.width(ww*opt.bw); - if (_ba!="grid" && hful) - im.height(hh); - else - im.height(hh*opt.bh); - } else { - im.width(ww); - im.height(hh); - } - } - - if (_ba==="slide") { - offsetx = 0; - offsety=0; - } - - var tag = _nc.data('audio')=="html5" ? "audio" : "video"; - - // IF IT IS A VIDEO LAYER - if (_nc.hasClass("tp-videolayer") || _nc.hasClass("tp-audiolayer") || _nc.find('iframe').length>0 || _nc.find(tag).length>0) { - - _nc.data('layertype',"video"); - if (_R.manageVideoLayer) _R.manageVideoLayer(_nc,opt,recalled,internrecalled); - if (!recalled && !internrecalled) { - var t = _nc.data('videotype'); - if (_R.resetVideo) _R.resetVideo(_nc,opt); - } - - var asprat = _nc.data('aspectratio'); - if (asprat!=undefined && asprat.split(":").length>1) - _R.prepareCoveredVideo(asprat,opt,_nc); - - var im = _nc.find('iframe') ? _nc.find('iframe') : im = _nc.find(tag), - html5vid = _nc.find('iframe') ? false : true, - yvcover = _nc.hasClass('coverscreenvideo'); - - im.css({display:"block"}); - - // SET WIDTH / HEIGHT - if (_nc.data('videowidth') == undefined) { - _nc.data('videowidth',im.width()); - _nc.data('videoheight',im.height()); - } - var ww = makeArray(_nc.data('videowidth'),opt)[opt.curWinRange] || makeArray(_nc.data('videowidth'),opt) || "auto", - hh = makeArray(_nc.data('videoheight'),opt)[opt.curWinRange] || makeArray(_nc.data('videoheight'),opt) || "auto", - getobj; - - ww = parseFloat(ww); - hh = parseFloat(hh); - - - // READ AND WRITE CSS SETTINGS OF IFRAME AND VIDEO FOR RESIZING ELEMENST ON DEMAND - if (_nc.data('cssobj')===undefined) { - getobj = getcssParams(_nc,0); - _nc.data('cssobj',getobj); - } - - var ncobj = setResponsiveCSSValues(_nc.data('cssobj'),opt); - - - // IE8 FIX FOR AUTO LINEHEIGHT - if (ncobj.lineHeight=="auto") ncobj.lineHeight = ncobj.fontSize+4; - - - if (!_nc.hasClass('fullscreenvideo') && !yvcover) { - - punchgs.TweenLite.set(_nc,{ - paddingTop: Math.round((ncobj.paddingTop * opt.bh)) + "px", - paddingBottom: Math.round((ncobj.paddingBottom * opt.bh)) + "px", - paddingLeft: Math.round((ncobj.paddingLeft* opt.bw)) + "px", - paddingRight: Math.round((ncobj.paddingRight * opt.bw)) + "px", - marginTop: (ncobj.marginTop * opt.bh) + "px", - marginBottom: (ncobj.marginBottom * opt.bh) + "px", - marginLeft: (ncobj.marginLeft * opt.bw) + "px", - marginRight: (ncobj.marginRight * opt.bw) + "px", - borderTopWidth: Math.round(ncobj.borderTopWidth * opt.bh) + "px", - borderBottomWidth: Math.round(ncobj.borderBottomWidth * opt.bh) + "px", - borderLeftWidth: Math.round(ncobj.borderLeftWidth * opt.bw) + "px", - borderRightWidth: Math.round(ncobj.borderRightWidth * opt.bw) + "px", - width:(ww*opt.bw)+"px", - height:(hh*opt.bh)+"px" - }); - } else { - offsetx=0; offsety=0; - _nc.data('x',0) - _nc.data('y',0) - - var ovhh = _gh; - if (opt.autoHeight=="on") ovhh = opt.conh - _nc.css({'width':_gw, 'height':ovhh }); - - - } - - if ((html5vid == false && !yvcover) || ((_nc.data('forcecover')!=1 && !_nc.hasClass('fullscreenvideo') && !yvcover))) { - im.width(ww*opt.bw); - im.height(hh*opt.bh); - } - } // END OF POSITION AND STYLE READ OUTS OF VIDEO - - - - var slidelink = _nc.data('slidelink') || false; - - // ALL WRAPPED REKURSIVE ELEMENTS SHOULD BE RESPONSIVE HANDLED - _nc.find('.tp-resizeme, .tp-resizeme *').each(function() { - calcCaptionResponsive(jQuery(this),opt,"rekursive",_responsive); - }); - - // ALL ELEMENTS IF THE MAIN ELEMENT IS REKURSIVE RESPONSIVE SHOULD BE REPONSIVE HANDLED - if (_nc.hasClass("tp-resizeme")) - _nc.find('*').each(function() { - calcCaptionResponsive(jQuery(this),opt,"rekursive",_responsive); - }); - - // RESPONIVE HANDLING OF CURRENT LAYER - calcCaptionResponsive(_nc,opt,0,_responsive); - - - - // _nc FRONTCORNER CHANGES - var ncch = _nc.outerHeight(), - bgcol = _nc.css('backgroundColor'); - sharpCorners(_nc,'.frontcorner','left','borderRight','borderTopColor',ncch,bgcol); - sharpCorners(_nc,'.frontcornertop','left','borderRight','borderBottomColor',ncch,bgcol); - sharpCorners(_nc,'.backcorner','right','borderLeft','borderBottomColor',ncch,bgcol); - sharpCorners(_nc,'.backcornertop','right','borderLeft','borderTopColor',ncch,bgcol); - - - if (opt.fullScreenAlignForce == "on") { - offsetx=0; - offsety=0; - } - - var arrobj = _nc.data('arrobj'); - if (arrobj===undefined) { - var arrobj = new Object(); - arrobj.voa = makeArray(_nc.data('voffset'),opt)[opt.curWinRange] || makeArray(_nc.data('voffset'),opt)[0]; - arrobj.hoa = makeArray(_nc.data('hoffset'),opt)[opt.curWinRange] || makeArray(_nc.data('hoffset'),opt)[0]; - arrobj.elx = makeArray(_nc.data('x'),opt)[opt.curWinRange] || makeArray(_nc.data('x'),opt)[0]; - arrobj.ely = makeArray(_nc.data('y'),opt)[opt.curWinRange] || makeArray(_nc.data('y'),opt)[0]; - } - - - // CORRECTION OF NEGATIVE VALUES FROM OLDER SLIDER - //arrobj.voa = arrobj.ely==="bottom" ? arrobj.voa * -1 : arrobj.voa; - //arrobj.hoa = arrobj.elx==="right" ? arrobj.hoa * -1 : arrobj.hoa; - - - var voa = arrobj.voa.length==0 ? 0 : arrobj.voa, - hoa = arrobj.hoa.length==0 ? 0 : arrobj.hoa, - elx = arrobj.elx.length==0 ? 0 : arrobj.elx, - ely = arrobj.ely.length==0 ? 0 : arrobj.ely, - eow = _nc.outerWidth(true), - eoh = _nc.outerHeight(true); - - - // NEED CLASS FOR FULLWIDTH AND FULLHEIGHT LAYER SETTING !! - if (eow==0 && eoh==0) { - eow = opt.ulw; - eoh = opt.ulh; - } - - var vofs= _respoffset !=="off" ? parseInt(voa,0)*opt.bw : parseInt(voa,0), - hofs= _respoffset !=="off" ? parseInt(hoa,0)*opt.bw : parseInt(hoa,0), - crw = _ba==="grid" ? opt.gridwidth[opt.curWinRange]*opt.bw : _gw, - crh = _ba==="grid" ? opt.gridheight[opt.curWinRange]*opt.bw : _gh; - - - - if (opt.fullScreenAlignForce == "on") { - crw = opt.ulw; - crh = opt.ulh; - } - - - // ALIGN POSITIONED ELEMENTS - - - elx = elx==="center" || elx==="middle" ? (crw/2 - eow/2) + hofs : elx==="left" ? hofs : elx==="right" ? (crw - eow) - hofs : _respoffset !=="off" ? elx * opt.bw : elx; - ely = ely=="center" || ely=="middle" ? (crh/2 - eoh/2) + vofs : ely =="top" ? vofs : ely=="bottom" ? (crh - eoh)-vofs : _respoffset !=="off" ? ely*opt.bw : ely; - - - if (rtl && !slidelink) - elx = elx + eow; - - if (slidelink) - elx=0; - - // THE TRANSITIONS OF CAPTIONS - // MDELAY AND MSPEED - - - - var $lts = _nc.data('lasttriggerstate'), - $cts = _nc.data('triggerstate'), - $start = _nc.data('start') != undefined ? _nc.data('start') : 100, - $end = _nc.data('end'), - mdelay = triggerforce ? 0 : $start==="bytrigger" || $start==="sliderenter" ? 0 : parseFloat($start)/1000, - calcx = (elx+offsetx), - calcy = (ely+offsety), - tpcapindex = _nc.css("z-Index"); - - if (!triggerforce) - if ($lts=="reset" && $start!="bytrigger") { - _nc.data("triggerstate","on"); - _nc.data('animdirection',"in"); - $cts = "on"; - } else - if ($lts=="reset" && $start=="bytrigger") { - _nc.data("triggerstate","off"); - _nc.data('animdirection',"out"); - $cts = "off"; - } - - - // SET TOP/LEFT POSITION OF LAYER - punchgs.TweenLite.set(_pw,{zIndex:tpcapindex, top:calcy,left:calcx,overwrite:"auto"}); - - if (staticdirection == 0) internrecalled = true; - - // STATIC LAYER, THINK ON THIS !!! - if (_nc.data('timeline')!=undefined && !internrecalled) { - if (staticdirection!=2) - _nc.data('timeline').gotoAndPlay(0); - internrecalled = true; - } - - // KILL OUT ANIMATION - - if (!recalled && _nc.data('timeline_out') && staticdirection!=2 && staticdirection!=0) { - _nc.data('timeline_out').kill(); - _nc.data('outstarted',0); - } - - // TRIGGERED ELEMENTS SHOULD - if (triggerforce && _nc.data('timeline')!=undefined) { - _nc.removeData('$anims') - _nc.data('timeline').pause(0); - _nc.data('timeline').kill(); - if (_nc.data('newhoveranim')!=undefined) { - _nc.data('newhoveranim').progress(0); - _nc.data('newhoveranim').kill(); - } - _nc.removeData('timeline'); - punchgs.TweenLite.killTweensOf(_nc); - _nc.unbind('hover'); - _nc.removeClass("rs-hover-ready"); - - _nc.removeData('newhoveranim'); - - } - - var $time = _nc.data('timeline') ? _nc.data('timeline').time() : 0, - $progress = _nc.data('timeline')!==undefined ? _nc.data('timeline').progress() : 0, - tl = _nc.data('timeline') || new punchgs.TimelineLite({smoothChildTiming:true}); - - $progress = jQuery.isNumeric($progress) ? $progress: 0; - - tl.pause(); - // LAYER IS TRIGGERED ?? - - // CHECK FOR SVG - var $svg = {}; - $svg.svg = _nc.data('svg_src')!=undefined ? _nc.find('svg') : false; - - - // GO FOR ANIMATION - if ($progress<1 && _nc.data('outstarted') != 1 || staticdirection==2 || triggerforce) { - var animobject = _nc; - - if (_nc.data('mySplitText') !=undefined) _nc.data('mySplitText').revert(); - - if (_nc.data('splitin')!=undefined && _nc.data('splitin').match(/chars|words|lines/g) || _nc.data('splitout')!=undefined && _nc.data('splitout').match(/chars|words|lines/g)) { - var splittarget = _nc.find('a').length>0 ? _nc.find('a') : _nc; - _nc.data('mySplitText',new punchgs.SplitText(splittarget,{type:"lines,words,chars",charsClass:"tp-splitted tp-charsplit",wordsClass:"tp-splitted tp-wordsplit",linesClass:"tp-splitted tp-linesplit"})); - _nc.addClass("splitted"); - } - - if ( _nc.data('mySplitText') !==undefined && _nc.data('splitin') && _nc.data('splitin').match(/chars|words|lines/g)) animobject = _nc.data('mySplitText')[_nc.data('splitin')] - - var $a = new Object(); - - // PRESET SVG STYLE - if ($svg.svg) { - $svg.idle = setSVGAnimObject(_nc.data('svg_idle'),newSVGHoverAnimObject()); - //$svg.idle.anim.css.color = - punchgs.TweenLite.set($svg.svg,$svg.idle.anim); - } - - var reverseanim = _nc.data('transform_in')!=undefined ? _nc.data('transform_in').match(/\(R\)/gi) : false; - - // BUILD ANIMATION LIBRARY AND HOVER ANIMATION - if (!_nc.data('$anims') || triggerforce || reverseanim) { - - - var $from = newAnimObject(), - $result = newAnimObject(), - $hover = newHoverAnimObject(), - hashover = _nc.data('transform_hover')!==undefined || _nc.data('style_hover')!==undefined; - - // WHICH ANIMATION TYPE SHOULD BE USED - $result = getAnimDatas($result,_nc.data('transform_idle')); - - $from = getAnimDatas($result,_nc.data('transform_in'),opt.sdir==1); - - if (hashover) { - - $hover = getAnimDatas($hover,_nc.data('transform_hover')); - $hover = convertHoverStyle($hover,_nc.data('style_hover')); - if ($svg.svg) { - $svghover = setSVGAnimObject(_nc.data('svg_hover'),newSVGHoverAnimObject()); - if ($hover.anim.color!=undefined) { - $svghover.anim.fill = $hover.anim.color; - - } - _nc.data('hoversvg',$svghover); - } - _nc.data('hover',$hover); - - } - - // DELAYS - $from.elemdelay = (_nc.data('elementdelay') == undefined) ? 0 : _nc.data('elementdelay'); - $result.anim.ease = $from.anim.ease = $from.anim.ease || punchgs.Power1.easeInOut; - - - - // HOVER ANIMATION - if (hashover && !_nc.hasClass("rs-hover-ready")) { - - _nc.addClass("rs-hover-ready"); - _nc.hover(function(e) { - var nc = jQuery(e.currentTarget), - t = nc.data('hover'), - intl = nc.data('timeline'); - - if (intl && intl.progress()==1) { - - if (nc.data('newhoveranim')===undefined || nc.data('newhoveranim')==="none") { - nc.data('newhoveranim',punchgs.TweenLite.to(nc,t.speed,t.anim)); - if (t.anim && t.anim.zIndex) - nc.data('newhoverparanim',punchgs.TweenLite.to(nc.data('_pw'),t.speed,{zIndex:t.anim.zIndex})); - if ($svg.svg) - nc.data('newsvghoveranim',punchgs.TweenLite.to($svg.svg,t.speed,nc.data('hoversvg').anim)); - - } else { - nc.data('newhoveranim').progress(0).play(); - if ((t.anim && t.anim.zIndex) || (t.anim.css && t.anim.css.zIndex)) - nc.data('newhoverparanim').progress(0).play(); - if ($svg.svg) nc.data('newsvghoveranim').progress(0).play(); - } - } - }, - function(e) { - var nc = jQuery(e.currentTarget), - intl = nc.data('timeline'); - - if (intl && intl.progress()==1 && nc.data('newhoveranim')!=undefined) { - nc.data('newhoveranim').reverse(); - if (nc.data('newhoverparanim')) - nc.data('newhoverparanim').reverse(); - if ($svg.svg) nc.data('newsvghoveranim').reverse(); - } - }); - } - $a = new Object(); - $a.f = $from; - $a.r = $result; - _nc.data('$anims'); - } else { - $a = _nc.data('$anims'); - } - - - - // SET WRAPPING CONTAINER SIZES - var $mask_frm = getMaskDatas(_nc.data('mask_in')), - newtl = new punchgs.TimelineLite(); - - $a.f.anim.x = $a.f.anim.x * opt.bw || getBorderDirections($a.f.anim.x,opt,eow,eoh,calcy,calcx, "horizontal" ); - $a.f.anim.y = $a.f.anim.y * opt.bw || getBorderDirections($a.f.anim.y,opt,eow,eoh,calcy,calcx, "vertical" ); - - - - // IF LAYER IS NOT STATIC, OR STATIC AND NOT ANIMATED IN AT THIS LOOP - if (staticdirection != 2 || triggerforce) { - - // SPLITED ANIMATION IS IN GAME - if (animobject != _nc) { - var oldease = $a.r.anim.ease; - tl.add(punchgs.TweenLite.set(_nc, $a.r.anim)); - $a.r = newAnimObject(); - $a.r.anim.ease = oldease; - } - - $a.f.anim.visibility = "hidden"; - - _nc.data('eow',eow); - _nc.data('eoh',eoh); - _nc.data('speed',$a.f.speed); - _nc.data('ease',$a.r.anim.ease); - - newtl.eventCallback("onStart",function(){ - punchgs.TweenLite.set(_nc,{visibility:"visible"}); - // FIX VISIBLE IFRAME BUG IN SAFARI - if (_nc.data('iframes')) - _nc.find('iframe').each(function() { - punchgs.TweenLite.set(jQuery(this),{autoAlpha:1}); - }) - punchgs.TweenLite.set(_pw,{visibility:"visible"}); - var data={}; - data.layer = _nc; - data.eventtype = "enterstage"; - data.layertype = _nc.data('layertype'); - _nc.data('active',true); - data.layersettings = _nc.data(); - opt.c.trigger("revolution.layeraction",[data]) - }); - - newtl.eventCallback("onComplete",function() { - var data={}; - data.layer = _nc; - data.eventtype = "enteredstage"; - data.layertype = _nc.data('layertype'); - data.layersettings = _nc.data(); - opt.c.trigger("revolution.layeraction",[data]); - _R.animcompleted(_nc,opt); - }); - - // SHOW ELEMENTS WITH SLIDEENTER A BIT LATER FIRST ! - if (($start=="sliderenter" && opt.overcontainer)) - mdelay = 0.6; - - - - tl.add(newtl.staggerFromTo(animobject,$a.f.speed,$a.f.anim,$a.r.anim,$a.f.elemdelay),mdelay); - - - // MASK ANIMATION - if ($mask_frm) { - var $mask_rsl = new Object(); - $mask_rsl.ease = $a.r.anim.ease; - $mask_rsl.overflow = $mask_frm.anim.overflow ="hidden"; - $mask_rsl.overwrite = "all"; - $mask_rsl.x = $mask_rsl.y = 0; - - $mask_frm.anim.x = $mask_frm.anim.x * opt.bw || getBorderDirections($mask_frm.anim.x,opt,eow,eoh,calcy,calcx,"horizontal"); - $mask_frm.anim.y = $mask_frm.anim.y * opt.bw || getBorderDirections($mask_frm.anim.y,opt,eow,eoh,calcy,calcx,"vertical"); - - tl.add(punchgs.TweenLite.fromTo(_mw,$a.f.speed,$mask_frm.anim,$mask_rsl,$from.elemdelay),mdelay); - } else { - tl.add(punchgs.TweenLite.set(_mw,{overflow:"visible"},$from.elemdelay),0); - } - } - - // SAVE IT TO NCAPTION BEFORE NEW STEPS WILL BE ADDED - _nc.data('timeline',tl); - - opt.sliderscrope = opt.sliderscrope === undefined ? Math.round(Math.random()*99999) : opt.sliderscrope; - - // IF THERE IS ANY EXIT ANIM DEFINED - // For Static Layers -> 1 -> In, 2-> Out 0-> Ignore -1-> Not Static - staticdirection = staticLayerStatus(_nc,opt,"in"); - - - if (opt.endtimeouts === undefined) opt.endtimeouts = []; - - if (($progress === 0 || staticdirection==2) && $end!=="bytrigger" && !triggerforce && $end!="sliderleave") { - if (($end!=undefined) && (staticdirection==-1 || staticdirection==2) && ($end!=="bytriger")) - var tot = setTimeout(function() { - _R.endMoveCaption(_nc,_mw,_pw,opt); - },parseInt(_nc.data('end'),0)); - /*else - var tot = setTimeout(function() { - _R.endMoveCaption(_nc,_mw,_pw,opt); - },999999999);*/ - opt.endtimeouts.push(tot); - - } - - - // SAVE THE TIMELINE IN DOM ELEMENT - - tl = _nc.data('timeline'); - - if (_nc.data('loopanimation')=="on") callCaptionLoops(_lw,opt.bw); - - - - - if (($start!="sliderenter" || ($start=="sliderenter" && opt.overcontainer)) && (staticdirection==-1 || staticdirection==1 || triggerforce || (staticdirection==0 && $progress<1 && _nc.hasClass("rev-static-visbile")))) - if (($progress<1 && $progress>0) || - ($progress==0 && $start!="bytrigger" && $lts!="keep") || - ($progress==0 && $start!="bytrigger" && $lts=="keep" && $cts=="on") || - ($start=="bytrigger" && $lts=="keep" && $cts=="on")) { - tl.resume($time); - _R.toggleState(_nc.data('layertoggledby')) - } - } - - //punchgs.TweenLite.set(_mw,{width:eow, height:eoh}); - if (_nc.data('loopanimation')=="on") punchgs.TweenLite.set(_lw,{minWidth:eow,minHeight:eoh}); - - if (_nc.data('slidelink')!=0 && (_nc.data('slidelink')==1 || _nc.hasClass("slidelink"))) { - punchgs.TweenLite.set(_mw,{width:"100%", height:"100%"}); - _nc.data('slidelink',1); - } else { - punchgs.TweenLite.set(_mw,{width:"auto", height:"auto"}); - _nc.data('slidelink',0); - } - }, - - ////////////////////////////// - // MOVE OUT THE CAPTIONS // - //////////////////////////// - endMoveCaption : function(_nc,_mw,_pw,opt) { - - _mw = _mw !=undefined ? _mw : _nc.data('_mw'); - _pw = _pw !=undefined ? _pw : _nc.data('_pw'); - - // Kill TimeLine of "in Animation" - _nc.data('outstarted',1); - - - if (_nc.data('timeline')) - _nc.data('timeline').pause(); - else - if (_nc.data('_pw')===undefined) return; - - var tl = new punchgs.TimelineLite(), - subtl = new punchgs.TimelineLite(), - newmasktl = new punchgs.TimelineLite(), - $from = getAnimDatas(newAnimObject(),_nc.data('transform_in'),opt.sdir==1), - $to = _nc.data('transform_out') ? getAnimDatas(newEndAnimObject(),_nc.data('transform_out'),opt.sdir==1) : getAnimDatas(newEndAnimObject(),_nc.data('transform_in'),opt.sdir==1), - animobject = _nc.data('splitout') && _nc.data('splitout').match(/words|chars|lines/g) ? _nc.data('mySplitText')[_nc.data('splitout')] : _nc, - elemdelay = (_nc.data('endelementdelay') == undefined) ? 0 : _nc.data('endelementdelay'), - iw = _nc.innerWidth(), - ih = _nc.innerHeight(), - p = _pw.position(); - - // IF REVERSE AUTO ANIMATION ENABLED - if (_nc.data('transform_out') && _nc.data('transform_out').match(/auto:auto/g)) { - $from.speed = $to.speed; - $from.anim.ease = $to.anim.ease; - $to = $from; - } - - var $mask_to = getMaskDatas(_nc.data('mask_out')); - - $to.anim.x = $to.anim.x * opt.bw || getBorderDirections($to.anim.x,opt,iw,ih,p.top,p.left,"horizontal"); - $to.anim.y = $to.anim.y * opt.bw || getBorderDirections($to.anim.y,opt,iw,ih,p.top,p.left,"vertical"); - - subtl.eventCallback("onStart",function(){ - var data={}; - data.layer = _nc; - data.eventtype = "leavestage"; - data.layertype = _nc.data('layertype'); - data.layersettings = _nc.data(); - _nc.data('active',false); - opt.c.trigger("revolution.layeraction",[data]); - }); - - subtl.eventCallback("onComplete",function(){ - punchgs.TweenLite.set(_nc,{visibility:"hidden"}); - punchgs.TweenLite.set(_pw,{visibility:"hidden"}); - var data={}; - data.layer = _nc; - data.eventtype = "leftstage"; - _nc.data('active',false); - data.layertype = _nc.data('layertype'); - data.layersettings = _nc.data(); - opt.c.trigger("revolution.layeraction",[data]); - if (_R.stopVideo) _R.stopVideo(_nc,opt); - }); - - - - tl.add(subtl.staggerTo(animobject,$to.speed,$to.anim,elemdelay),0); - - // MASK ANIMATION - if ($mask_to) { - $mask_to.anim.ease = $to.anim.ease; - $mask_to.anim.overflow = "hidden"; - - $mask_to.anim.x = $mask_to.anim.x * opt.bw || getBorderDirections($mask_to.anim.x,opt,iw,ih,p.top,p.left,"horizontal"); - $mask_to.anim.y = $mask_to.anim.y * opt.bw || getBorderDirections($mask_to.anim.y,opt,iw,ih,p.top,p.left,"vertical"); - - - tl.add(newmasktl.to(_mw,$to.speed,$mask_to.anim,elemdelay),0); - } else { - tl.add(newmasktl.set(_mw,{overflow:"visible",overwrite:"auto"},elemdelay),0); - } - - _nc.data('timeline_out',tl); - }, - - ////////////////////////// - // REMOVE THE CAPTIONS // - ///////////////////////// - removeTheCaptions : function(actli,opt) { - var removetime = 0, - index = actli.data('index'), - allcaptions = new Array; - - // COLLECT ALL CAPTIONS - if (opt.layers[index]) - jQuery.each(opt.layers[index], function(i,a) { allcaptions.push(a); }); - if (opt.layers["static"]) - jQuery.each(opt.layers["static"], function(i,a) { allcaptions.push(a); }); - - - - //punchgs.TweenLite.killDelayedCallsTo(_R.endMoveCaption,false,opt.sliderscrope); - - if (opt.endtimeouts && opt.endtimeouts.length>0) - jQuery.each(opt.endtimeouts,function(i,timeo) { clearTimeout(timeo);}); - opt.endtimeouts = new Array(); - - // GO THROUGH ALL CAPTIONS, AND MANAGE THEM - if (allcaptions) - jQuery.each(allcaptions,function(i) { - var _nc=jQuery(this), - stat = staticLayerStatus(_nc,opt,"out"); - if (stat != 0 ) { //0 == ignore - killCaptionLoops(_nc); - clearTimeout(_nc.data('videoplaywait')); - if (_R.stopVideo) _R.stopVideo(_nc,opt); - _R.endMoveCaption(_nc,null,null,opt) - //opt.playingvideos = []; - if (_R.removeMediaFromList) _R.removeMediaFromList(_nc,opt); - opt.lastplayedvideos = []; - } - }); - } -}); - - - - - -/********************************************************************************************** - - HELPER FUNCTIONS FOR LAYER TRANSFORMS - -**********************************************************************************************/ - - -///////////////////////////////////// -// - CREATE ANIMATION OBJECT - // -///////////////////////////////////// -var newAnimObject = function() { - var a = new Object(); - a.anim = new Object(); - a.anim.x=0; - a.anim.y=0; - a.anim.z=0; - a.anim.rotationX = 0; - a.anim.rotationY = 0; - a.anim.rotationZ = 0; - a.anim.scaleX = 1; - a.anim.scaleY = 1; - a.anim.skewX = 0; - a.anim.skewY = 0; - a.anim.opacity=1; - a.anim.transformOrigin = "50% 50%"; - a.anim.transformPerspective = 600; - a.anim.rotation = 0; - a.anim.ease = punchgs.Power3.easeOut; - a.anim.force3D = "auto"; - a.speed = 0.3; - a.anim.autoAlpha = 1; - a.anim.visibility = "visible"; - a.anim.overwrite = "all"; - return a; -} - -var newSVGHoverAnimObject = function() { - var a = new Object(); - a.anim = new Object(); - - a.anim.stroke="none"; - a.anim.strokeWidth=0; - a.anim.strokeDasharray="none"; - a.anim.strokeDashoffset="0"; - return a; -} - -var setSVGAnimObject = function(data,a) { - var customarray = data.split(';'); - if (customarray) - jQuery.each(customarray,function(index,pa) { - var p = pa.split(":") - var w = p[0], - v = p[1]; - - if (w=="sc") a.anim.stroke=v; - if (w=="sw") a.anim.strokeWidth=v; - if (w=="sda") a.anim.strokeDasharray=v; - if (w=="sdo") a.anim.strokeDashoffset=v; - }); - return a; -} - - - -var newEndAnimObject = function() { - var a = new Object(); - a.anim = new Object(); - a.anim.x=0; - a.anim.y=0; - a.anim.z=0; - return a; -} - -var newHoverAnimObject = function() { - var a = new Object(); - a.anim = new Object(); - a.speed = 0.2; - return a; -} - -var animDataTranslator = function(val,defval) { - - if (jQuery.isNumeric(parseFloat(val))) { - return parseFloat(val); - } else - if (val===undefined || val==="inherit") { - return defval; - } else - if (val.split("{").length>1) { - var min = val.split(","), - max = parseFloat(min[1].split("}")[0]); - min = parseFloat(min[0].split("{")[1]); - val = Math.random()*(max-min) + min; - } - return val; -} - -var getBorderDirections = function (x,o,w,h,top,left,direction) { - - if (!jQuery.isNumeric(x) && x.match(/%]/g)) { - x = x.split("[")[1].split("]")[0]; - if (direction=="horizontal") - x = (w+2)*parseInt(x,0)/100; - else - if (direction=="vertical") - x = (h+2)*parseInt(x,0)/100; - } else { - - - x = x === "layer_left" ? (0-w) : x === "layer_right" ? w : x; - x = x === "layer_top" ? (0-h) : x==="layer_bottom" ? h : x; - x = x === "left" || x==="stage_left" ? (0-w-left) : x === "right" || x==="stage_right" ? o.conw-left : x === "center" || x === "stage_center" ? (o.conw/2 - w/2)-left : x; - x = x === "top" || x==="stage_top" ? (0-h-top) : x==="bottom" || x==="stage_bottom" ? o.conh-top : x === "middle" || x === "stage_middle" ? (o.conh/2 - h/2)-top : x; - } - - return x; -} - -/////////////////////////////////////////////////// -// ANALYSE AND READ OUT DATAS FROM HTML CAPTIONS // -/////////////////////////////////////////////////// -var getAnimDatas = function(frm,data,reversed) { - var o = new Object(); - o = jQuery.extend(true,{},o, frm); - if (data === undefined) - return o; - - var customarray = data.split(';'); - if (customarray) - jQuery.each(customarray,function(index,pa) { - var p = pa.split(":") - var w = p[0], - v = p[1]; - - - if (reversed && v!=undefined && v.length>0 && v.match(/\(R\)/)) { - v = v.replace("(R)",""); - v = v==="right" ? "left" : v==="left" ? "right" : v==="top" ? "bottom" : v==="bottom" ? "top" : v; - if (v[0]==="[" && v[1]==="-") v = v.replace("[-","["); - else - if (v[0]==="[" && v[1]!=="-") v = v.replace("[","[-"); - else - if (v[0]==="-") v = v.replace("-",""); - else - if (v[0].match(/[1-9]/)) v="-"+v; - - } - - if (v!=undefined) { - v = v.replace(/\(R\)/,''); - if (w=="rotationX" || w=="rX") o.anim.rotationX = animDataTranslator(v,o.anim.rotationX)+"deg"; - if (w=="rotationY" || w=="rY") o.anim.rotationY = animDataTranslator(v,o.anim.rotationY)+"deg"; - if (w=="rotationZ" || w=="rZ") o.anim.rotation = animDataTranslator(v,o.anim.rotationZ)+"deg"; - if (w=="scaleX" || w=="sX") o.anim.scaleX = animDataTranslator(v,o.anim.scaleX); - if (w=="scaleY" || w=="sY") o.anim.scaleY = animDataTranslator(v,o.anim.scaleY); - if (w=="opacity" || w=="o") o.anim.opacity = animDataTranslator(v,o.anim.opacity); - o.anim.opacity = o.anim.opacity == 0 ? 0.0001 : o.anim.opacity; - if (w=="skewX" || w=="skX") o.anim.skewX = animDataTranslator(v,o.anim.skewX); - if (w=="skewY" || w=="skY") o.anim.skewY = animDataTranslator(v,o.anim.skewY); - if (w=="x") o.anim.x = animDataTranslator(v,o.anim.x); - if (w=="y") o.anim.y = animDataTranslator(v,o.anim.y); - if (w=="z") o.anim.z = animDataTranslator(v,o.anim.z); - if (w=="transformOrigin" || w=="tO") o.anim.transformOrigin = v.toString(); - if (w=="transformPerspective" || w=="tP") o.anim.transformPerspective=parseInt(v,0); - if (w=="speed" || w=="s") o.speed = parseFloat(v)/1000; - if (w=="ease" || w=="e") o.anim.ease = v; - } - - }) - - return o; -} - - - -///////////////////////////////// -// BUILD MASK ANIMATION OBJECT // -///////////////////////////////// -var getMaskDatas = function(d) { - if (d === undefined) - return false; - - var o = new Object(); - o.anim = new Object(); - var s = d.split(';') - if (s) - jQuery.each(s,function(index,param) { - param = param.split(":") - var w = param[0], - v = param[1]; - if (w=="x") o.anim.x = v; - if (w=="y") o.anim.y = v; - if (w=="s") o.speed = parseFloat(v)/1000; - if (w=="e" || w=="ease") o.anim.ease = v; - }); - - return o; -} - - - - -//////////////////////// -// SHOW THE CAPTION // -/////////////////////// - -var makeArray = function(obj,opt,show) { - - if (obj==undefined) obj = 0; - - if (!jQuery.isArray(obj) && jQuery.type(obj)==="string" && (obj.split(",").length>1 || obj.split("[").length>1)) { - obj = obj.replace("[",""); - obj = obj.replace("]",""); - var newobj = obj.match(/'/g) ? obj.split("',") : obj.split(","); - obj = new Array(); - if (newobj) - jQuery.each(newobj,function(index,element) { - element = element.replace("'",""); - element = element.replace("'",""); - obj.push(element); - }) - } else { - var tempw = obj; - if (!jQuery.isArray(obj) ) { - obj = new Array(); - obj.push(tempw); - } - } - - var tempw = obj[obj.length-1]; - - if (obj.length=ai) || (s == ai) || (e == ai)){ - if (!dontmod) { - _nc.addClass("rev-static-visbile"); - _nc.removeClass("rev-static-hidden"); - } - a = 1; - } else - a = 0; - - // IF STATIC ITEM ALREADY VISIBLE - } else { - if ((e==ai) || (s > ai) || (e < ai)) - a = 2; - else - a = 0; - } - } else { - // IF STATIC ITEM CURRENTLY NOT VISIBLE - if (_nc.hasClass("rev-static-visbile")) { - if ((s > ai) || - (e < ai)) { - a = 2; - if (!dontmod) { - _nc.removeClass("rev-static-visbile"); - _nc.addClass("rev-static-hidden"); - } - } else { - a = 0; - } - } else { - a = 2; - } - } - } - - return a; // 1 -> In, 2-> Out 0-> Ignore -1-> Not Static -} - - - -var convertHoverStyle = function(t,s) { - if (s===undefined) return t; - s = s.replace("c:","color:"); - s = s.replace("bg:","background-color:"); - s = s.replace("bw:","border-width:"); - s = s.replace("bc:","border-color:"); - s = s.replace("br:","borderRadius:"); - s = s.replace("bs:","border-style:"); - s = s.replace("td:","text-decoration:"); - s = s.replace("zi:","zIndex:"); - var sp = s.split(";"); - if (sp) - jQuery.each(sp,function(key,cont){ - var attr = cont.split(":"); - if (attr[0].length>0) - t.anim[attr[0]] = attr[1]; - }) - return t; - -} -//////////////////////////////////////////////// -// - GET CSS ATTRIBUTES OF ELEMENT - // -//////////////////////////////////////////////// -var getcssParams = function(nc,level) { - - var obj = new Object(), - gp = false, - pc; - - // CHECK IF CURRENT ELEMENT SHOULD RESPECT REKURSICVE RESIZES, AND SHOULD OWN THE SAME ATTRIBUTES FROM PARRENT ELEMENT - if (level=="rekursive") { - pc = nc.closest('.tp-caption'); - if (pc && nc.css("fontSize") === pc.css("fontSize")) - gp = true; - } - - obj.basealign = nc.data('basealign') || "grid"; - obj.fontSize = gp ? pc.data('fontsize')===undefined ? parseInt(pc.css('fontSize'),0) || 0 : pc.data('fontsize') : nc.data('fontsize')===undefined ? parseInt(nc.css('fontSize'),0) || 0 : nc.data('fontsize'); - obj.fontWeight = gp ? pc.data('fontweight')===undefined ? parseInt(pc.css('fontWeight'),0) || 0 : pc.data('fontweight') : nc.data('fontweight')===undefined ? parseInt(nc.css('fontWeight'),0) || 0 : nc.data('fontweight'); - obj.whiteSpace = gp ? pc.data('whitespace')===undefined ? pc.css('whitespace') || "normal" : pc.data('whitespace') : nc.data('whitespace')===undefined ? nc.css('whitespace') || "normal" : nc.data('whitespace'); - obj.zIndex = gp ? pc.data('zIndex')===undefined ? pc.css('zIndex') || "inherit" : pc.data('zIndex') : nc.data('zIndex')===undefined ? nc.css('zIndex') || "inherit" : nc.data('zIndex'); - - if (jQuery.inArray(nc.data('layertype'),["video","image","audio"])===-1 && !nc.is("img")) - obj.lineHeight = gp ? pc.data('lineheight')===undefined ? parseInt(pc.css('lineHeight'),0) || 0 : pc.data('lineheight') : nc.data('lineheight')===undefined ? parseInt(nc.css('lineHeight'),0) || 0 : nc.data('lineheight'); - else - obj.lineHeight = 0; - - obj.letterSpacing = gp ? pc.data('letterspacing')===undefined ? parseFloat(pc.css('letterSpacing'),0) || 0 : pc.data('letterspacing') : nc.data('letterspacing')===undefined ? parseFloat(nc.css('letterSpacing')) || 0 : nc.data('letterspacing'); - - obj.paddingTop = nc.data('paddingtop')===undefined ? parseInt(nc.css('paddingTop'),0) || 0 : nc.data('paddingtop'); - obj.paddingBottom = nc.data('paddingbottom')===undefined ? parseInt(nc.css('paddingBottom'),0) || 0 : nc.data('paddingbottom'); - obj.paddingLeft = nc.data('paddingleft')===undefined ? parseInt(nc.css('paddingLeft'),0) || 0 : nc.data('paddingleft'); - obj.paddingRight = nc.data('paddingright')===undefined ? parseInt(nc.css('paddingRight'),0) || 0 : nc.data('paddingright'); - - obj.marginTop = nc.data('margintop')===undefined ? parseInt(nc.css('marginTop'),0) || 0 : nc.data('margintop'); - obj.marginBottom = nc.data('marginbottom')===undefined ? parseInt(nc.css('marginBottom'),0) || 0 : nc.data('marginbottom'); - obj.marginLeft = nc.data('marginleft')===undefined ? parseInt(nc.css('marginLeft'),0) || 0 : nc.data('marginleft'); - obj.marginRight = nc.data('marginright')===undefined ? parseInt(nc.css('marginRight'),0) || 0 : nc.data('marginright'); - - obj.borderTopWidth = nc.data('bordertopwidth')===undefined ? parseInt(nc.css('borderTopWidth'),0) || 0 : nc.data('bordertopwidth'); - obj.borderBottomWidth = nc.data('borderbottomwidth')===undefined ? parseInt(nc.css('borderBottomWidth'),0) || 0 : nc.data('borderbottomwidth'); - obj.borderLeftWidth = nc.data('borderleftwidth')===undefined ? parseInt(nc.css('borderLeftWidth'),0) || 0 : nc.data('borderleftwidth'); - obj.borderRightWidth = nc.data('borderrightwidth')===undefined ? parseInt(nc.css('borderRightWidth'),0) || 0 : nc.data('borderrightwidth'); - - if (level!="rekursive") { - obj.color = nc.data('color')===undefined ? "nopredefinedcolor" : nc.data('color'); - - obj.whiteSpace = gp ? pc.data('whitespace')===undefined ? pc.css('whiteSpace') || "nowrap" : pc.data('whitespace') : nc.data('whitespace')===undefined ? nc.css('whiteSpace') || "nowrap" : nc.data('whitespace'); - - obj.minWidth = nc.data('width')===undefined ? parseInt(nc.css('minWidth'),0) || 0 : nc.data('width'); - obj.minHeight = nc.data('height')===undefined ? parseInt(nc.css('minHeight'),0) || 0 : nc.data('height'); - - if (nc.data('videowidth')!=undefined && nc.data('videoheight')!=undefined) { - var vwid = nc.data('videowidth'), - vhei = nc.data('videoheight'); - vwid = vwid==="100%" ? "none" : vwid; - vhei = vhei==="100%" ? "none" : vhei; - nc.data('width',vwid); - nc.data('height',vhei); - } - - obj.maxWidth = nc.data('width')===undefined ? parseInt(nc.css('maxWidth'),0) || "none" : nc.data('width'); - obj.maxHeight = nc.data('height')===undefined ? parseInt(nc.css('maxHeight'),0) || "none" : nc.data('height'); - - obj.wan = nc.data('wan')===undefined ? parseInt(nc.css('-webkit-transition'),0) || "none" : nc.data('wan'); - obj.moan = nc.data('moan')===undefined ? parseInt(nc.css('-moz-animation-transition'),0) || "none" : nc.data('moan'); - obj.man = nc.data('man')===undefined ? parseInt(nc.css('-ms-animation-transition'),0) || "none" : nc.data('man'); - obj.ani = nc.data('ani')===undefined ? parseInt(nc.css('transition'),0) || "none" : nc.data('ani'); - } - - - - obj.styleProps = nc.css(["background-color", - "border-top-color", - "border-bottom-color", - "border-right-color", - "border-left-color", - "border-top-style", - "border-bottom-style", - "border-left-style", - "border-right-style", - "border-left-width", - "border-right-width", - "border-bottom-width", - "border-top-width", - "color", - "text-decoration", - "font-style", - "borderTopLeftRadius", - "borderTopRightRadius", - "borderBottomLeftRadius", - "borderBottomRightRadius" - ]); - - return obj; -} - -// READ SINGLE OR ARRAY VALUES OF OBJ CSS ELEMENTS -var setResponsiveCSSValues = function(obj,opt) { - var newobj = new Object(); - if (obj) - jQuery.each(obj,function(key,val){ - newobj[key] = makeArray(val,opt)[opt.curWinRange] || obj[key]; - }) - return newobj; -} - -var minmaxconvert = function(a,m,r,fr) { - - a = jQuery.isNumeric(a) ? (a * m)+"px" : a; - a = a==="full" ? fr : a==="auto" || a==="none" ? r : a; - return a; - -} - -///////////////////////////////////////////////////////////////// -// - CALCULATE THE RESPONSIVE SIZES OF THE CAPTIONS - // -///////////////////////////////////////////////////////////////// -var calcCaptionResponsive = function(nc,opt,level,responsive) { - var getobj; - try{ - if (nc[0].nodeName=="BR" || nc[0].tagName=="br") - return false; - } catch(e) { - - } - - if (nc.data('cssobj')===undefined) { - getobj = getcssParams(nc,level); - nc.data('cssobj',getobj); - } else - getobj = nc.data('cssobj'); - - var obj = setResponsiveCSSValues(getobj,opt); - - var bw=opt.bw, - bh=opt.bh; - - if (responsive==="off") { - bw=1; - bh=1; - } - - // IE8 FIX FOR AUTO LINEHEIGHT - if (obj.lineHeight=="auto") obj.lineHeight = obj.fontSize+4; - - - if (!nc.hasClass("tp-splitted")) { - - nc.css("-webkit-transition", "none"); - nc.css("-moz-transition", "none"); - nc.css("-ms-transition", "none"); - nc.css("transition", "none"); - - var hashover = nc.data('transform_hover')!==undefined || nc.data('style_hover')!==undefined; - if (hashover) punchgs.TweenLite.set(nc,obj.styleProps); - - punchgs.TweenLite.set(nc,{ - - fontSize: Math.round((obj.fontSize * bw))+"px", - fontWeight: obj.fontWeight, - letterSpacing:Math.floor((obj.letterSpacing * bw))+"px", - paddingTop: Math.round((obj.paddingTop * bh)) + "px", - paddingBottom: Math.round((obj.paddingBottom * bh)) + "px", - paddingLeft: Math.round((obj.paddingLeft* bw)) + "px", - paddingRight: Math.round((obj.paddingRight * bw)) + "px", - marginTop: (obj.marginTop * bh) + "px", - marginBottom: (obj.marginBottom * bh) + "px", - marginLeft: (obj.marginLeft * bw) + "px", - marginRight: (obj.marginRight * bw) + "px", - borderTopWidth: Math.round(obj.borderTopWidth * bh) + "px", - borderBottomWidth: Math.round(obj.borderBottomWidth * bh) + "px", - borderLeftWidth: Math.round(obj.borderLeftWidth * bw) + "px", - borderRightWidth: Math.round(obj.borderRightWidth * bw) + "px", - lineHeight: Math.round(obj.lineHeight * bh) + "px", - overwrite:"auto"}); - - - if (level!="rekursive") { - - - - var winw = obj.basealign =="slide" ? opt.ulw : opt.gridwidth[opt.curWinRange], - winh = obj.basealign =="slide" ? opt.ulh : opt.gridheight[opt.curWinRange], - maxw = minmaxconvert(obj.maxWidth,bw,"none",winw), - maxh = minmaxconvert(obj.maxHeight,bh,"none",winh), - minw = minmaxconvert(obj.minWidth,bw,"0px",winw), - minh = minmaxconvert(obj.minHeight,bh,"0px",winh); - - punchgs.TweenLite.set(nc,{ - maxWidth:maxw, - maxHeight:maxh, - minWidth:minw, - minHeight:minh, - whiteSpace:obj.whiteSpace, - overwrite:"auto" - }); - - if (obj.color!="nopredefinedcolor") - punchgs.TweenLite.set(nc,{color:obj.color,overwrite:"auto"}); - - if (nc.data('svg_src')!=undefined) { - var scolto = obj.color!="nopredefinedcolor" && obj.color!=undefined ? obj.color : obj.css!=undefined && obj.css.color!="nopredefinedcolor" && obj.css.color!=undefined ? obj.css.color : obj.styleProps.color!=undefined ? obj.styleProps.color : obj.styleProps.css!=undefined && obj.styleProps.css.color!=undefined ? obj.styleProps.css.color : false; - if (scolto!=false) - punchgs.TweenLite.set(nc.find('svg'),{fill:scolto,overwrite:"auto"}); - } - - } - - setTimeout(function() { - nc.css("-webkit-transition", nc.data('wan')); - nc.css("-moz-transition", nc.data('moan')); - nc.css("-ms-transition", nc.data('man')); - nc.css("transition", nc.data('ani')); - - },30); - } -} - - -////////////////////// -// CAPTION LOOPS // -////////////////////// -var callCaptionLoops = function(el,factor) { - - // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS - if (el.hasClass("rs-pendulum")) { - if (el.data('loop-timeline')==undefined) { - el.data('loop-timeline',new punchgs.TimelineLite); - var startdeg = el.data('startdeg')==undefined ? -20 : el.data('startdeg'), - enddeg = el.data('enddeg')==undefined ? 20 : el.data('enddeg'), - speed = el.data('speed')==undefined ? 2 : el.data('speed'), - origin = el.data('origin')==undefined ? "50% 50%" : el.data('origin'), - easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('ease'); - - - startdeg = startdeg * factor; - enddeg = enddeg * factor; - - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",rotation:startdeg,transformOrigin:origin},{rotation:enddeg,ease:easing})); - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",rotation:enddeg,transformOrigin:origin},{rotation:startdeg,ease:easing,onComplete:function() { - el.data('loop-timeline').restart(); - }})); - } - - } - - // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS - if (el.hasClass("rs-rotate")) { - if (el.data('loop-timeline')==undefined) { - el.data('loop-timeline',new punchgs.TimelineLite); - var startdeg = el.data('startdeg')==undefined ? 0 : el.data('startdeg'), - enddeg = el.data('enddeg')==undefined ? 360 : el.data('enddeg'); - speed = el.data('speed')==undefined ? 2 : el.data('speed'), - origin = el.data('origin')==undefined ? "50% 50%" : el.data('origin'), - easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('easing'); - - startdeg = startdeg * factor; - enddeg = enddeg * factor; - - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",rotation:startdeg,transformOrigin:origin},{rotation:enddeg,ease:easing,onComplete:function() { - el.data('loop-timeline').restart(); - }})); - } - - } - - // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS - if (el.hasClass("rs-slideloop")) { - if (el.data('loop-timeline')==undefined) { - el.data('loop-timeline',new punchgs.TimelineLite); - var xs = el.data('xs')==undefined ? 0 : el.data('xs'), - ys = el.data('ys')==undefined ? 0 : el.data('ys'), - xe = el.data('xe')==undefined ? 0 : el.data('xe'), - ye = el.data('ye')==undefined ? 0 : el.data('ye'), - speed = el.data('speed')==undefined ? 2 : el.data('speed'), - easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('easing'); - - xs = xs * factor; - ys = ys * factor; - xe = xe * factor; - ye = ye * factor; - - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",x:xs,y:ys},{x:xe,y:ye,ease:easing})); - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",x:xe,y:ye},{x:xs,y:ys,onComplete:function() { - el.data('loop-timeline').restart(); - }})); - } - } - - // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS - if (el.hasClass("rs-pulse")) { - if (el.data('loop-timeline')==undefined) { - el.data('loop-timeline',new punchgs.TimelineLite); - var zoomstart = el.data('zoomstart')==undefined ? 0 : el.data('zoomstart'), - zoomend = el.data('zoomend')==undefined ? 0 : el.data('zoomend'), - speed = el.data('speed')==undefined ? 2 : el.data('speed'), - easing = el.data('easing')==undefined ? punchgs.Power2.easeInOut : el.data('easing'); - - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",scale:zoomstart},{scale:zoomend,ease:easing})); - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(el,speed,{force3D:"auto",scale:zoomend},{scale:zoomstart,onComplete:function() { - el.data('loop-timeline').restart(); - }})); - } - } - - if (el.hasClass("rs-wave")) { - if (el.data('loop-timeline')==undefined) { - el.data('loop-timeline',new punchgs.TimelineLite); - - var angle= el.data('angle')==undefined ? 10 : parseInt(el.data('angle'),0), - radius = el.data('radius')==undefined ? 10 : parseInt(el.data('radius'),0), - speed = el.data('speed')==undefined ? -20 : el.data('speed'), - origin = el.data('origin')==undefined ? "50% 50%" : el.data('origin'), - ors = origin.split(" "), - oo = new Object(); - - if (ors.length>=1) { - oo.x = ors[0]; - oo.y = ors[1]; - } else { - oo.x = "50%"; - oo.y = "50%"; - } - - - angle = angle*factor; - radius = radius * factor; - - var yo = (0-el.height()/2) + (radius*(-1+(parseInt(oo.y,0)/100))), - xo = (el.width())*(-0.5+(parseInt(oo.x,0)/100)), - angobj= {a:0, ang : angle, element:el, unit:radius, xoffset:xo, yoffset:yo}; - - - el.data('loop-timeline').append(new punchgs.TweenLite.fromTo(angobj,speed, - { a:360 }, - { a:0, - force3D:"auto", - ease:punchgs.Linear.easeNone, - onUpdate:function() { - - var rad = (angobj.a+angobj.ang) * (Math.PI / 180); - punchgs.TweenLite.to(angobj.element,0.1,{force3D:"auto",x:angobj.xoffset+Math.cos(rad) * angobj.unit, y:(angobj.unit * (1 - Math.sin(rad)))+angobj.yoffset/0.5}); - - }, - onComplete:function() { - el.data('loop-timeline').restart(); - } - } - )); - } - } -} - -var killCaptionLoops = function(nextcaption) { - // SOME LOOPING ANIMATION ON INTERNAL ELEMENTS - nextcaption.find('.rs-pendulum, .rs-slideloop, .rs-pulse, .rs-wave').each(function() { - var el = jQuery(this); - if (el.data('loop-timeline')!=undefined) { - el.data('loop-timeline').pause(); - el.data('loop-timeline',null); - } - }); -} - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.migration.js b/public/js/main/extensions/source/revolution.extension.migration.js deleted file mode 100644 index f552d16..0000000 --- a/public/js/main/extensions/source/revolution.extension.migration.js +++ /dev/null @@ -1,260 +0,0 @@ -/***************************************************************************************************** - * jquery.themepunch.revmigrate.js - jQuery Plugin for Revolution Slider Migration from 4.x to 5.0 - * @version: 1.0.2 (20.01.2016) - * @requires jQuery v1.7 or later (tested on 1.9) - * @author ThemePunch -*****************************************************************************************************/ - - -(function($) { - -var _R = jQuery.fn.revolution; - -/////////////////////////////////////////// -// EXTENDED FUNCTIONS AVAILABLE GLOBAL // -/////////////////////////////////////////// -jQuery.extend(true,_R, { - - // OUR PLUGIN HERE :) - migration: function(container,options) { - // PREPARE THE NEW OPTIONS - options = prepOptions(options); - // PREPARE LAYER ANIMATIONS - prepLayerAnimations(container,options); - return options; - } - }); - -var prepOptions = function(o) { - - // PARALLAX FALLBACKS - if (o.parallaxLevels || o.parallaxBgFreeze) { - var p = new Object(); - p.type = o.parallax - p.levels = o.parallaxLevels; - p.bgparallax = o.parallaxBgFreeze == "on" ? "off" : "on"; - - p.disable_onmobile = o.parallaxDisableOnMobile; - o.parallax = p; - } - if (o.disableProgressBar === undefined) - o.disableProgressBar = o.hideTimerBar || "off"; - - // BASIC FALLBACKS - if (o.startwidth || o.startheight) { - o.gridwidth = o.startwidth; - o.gridheight = o.startheight; - } - - if (o.sliderType===undefined) - o.sliderType = "standard"; - - if (o.fullScreen==="on") - o.sliderLayout = "fullscreen"; - - if (o.fullWidth==="on") - o.sliderLayout = "fullwidth"; - - if (o.sliderLayout===undefined) - o.sliderLayout = "auto"; - - - // NAVIGATION ARROW FALLBACKS - if (o.navigation===undefined) { - var n = new Object(); - if (o.navigationArrows=="solo" || o.navigationArrows=="nextto") { - var a = new Object(); - a.enable = true; - a.style = o.navigationStyle || ""; - a.hide_onmobile = o.hideArrowsOnMobile==="on" ? true : false; - a.hide_onleave = o.hideThumbs >0 ? true : false; - a.hide_delay = o.hideThumbs>0 ? o.hideThumbs : 200; - a.hide_delay_mobile = o.hideNavDelayOnMobile || 1500; - a.hide_under = 0; - a.tmp = ''; - a.left = { - h_align:o.soloArrowLeftHalign, - v_align:o.soloArrowLeftValign, - h_offset:o.soloArrowLeftHOffset, - v_offset:o.soloArrowLeftVOffset - }; - a.right = { - h_align:o.soloArrowRightHalign, - v_align:o.soloArrowRightValign, - h_offset:o.soloArrowRightHOffset, - v_offset:o.soloArrowRightVOffset - }; - n.arrows = a; - } - if (o.navigationType=="bullet") { - var b = new Object(); - b.style = o.navigationStyle || ""; - b.enable=true; - b.hide_onmobile = o.hideArrowsOnMobile==="on" ? true : false; - b.hide_onleave = o.hideThumbs >0 ? true : false; - b.hide_delay = o.hideThumbs>0 ? o.hideThumbs : 200; - b.hide_delay_mobile = o.hideNavDelayOnMobile || 1500; - b.hide_under = 0; - b.direction="horizontal"; - b.h_align=o.navigationHAlign || "center"; - b.v_align=o.navigationVAlign || "bottom"; - b.space=5; - b.h_offset=o.navigationHOffset || 0; - b.v_offset=o.navigationVOffset || 20; - b.tmp=''; - n.bullets = b; - } - if (o.navigationType=="thumb") { - var t = new Object(); - t.style=o.navigationStyle || ""; - t.enable=true; - t.width=o.thumbWidth || 100; - t.height=o.thumbHeight || 50; - t.min_width=o.thumbWidth || 100; - t.wrapper_padding=2; - t.wrapper_color="#f5f5f5"; - t.wrapper_opacity=1; - t.visibleAmount=o.thumbAmount || 3; - t.hide_onmobile = o.hideArrowsOnMobile==="on" ? true : false; - t.hide_onleave = o.hideThumbs >0 ? true : false; - t.hide_delay = o.hideThumbs>0 ? o.hideThumbs : 200; - t.hide_delay_mobile = o.hideNavDelayOnMobile || 1500; - t.hide_under = 0; - t.direction="horizontal"; - t.span=false; - t.position="inner"; - t.space=2; - t.h_align=o.navigationHAlign || "center"; - t.v_align=o.navigationVAlign || "bottom"; - t.h_offset=o.navigationHOffset || 0; - t.v_offset=o.navigationVOffset || 20; - t.tmp=''; - n.thumbnails = t; - } - - o.navigation = n; - - o.navigation.keyboardNavigation=o.keyboardNavigation || "on"; - o.navigation.onHoverStop=o.onHoverStop || "on"; - o.navigation.touch = { - touchenabled:o.touchenabled || "on", - swipe_treshold : o.swipe_treshold ||75, - swipe_min_touches : o.swipe_min_touches || 1, - drag_block_vertical:o.drag_block_vertical || false - }; - - } - - if (o.fallbacks==undefined) - o.fallbacks = { - isJoomla:o.isJoomla || false, - panZoomDisableOnMobile: o.parallaxDisableOnMobile || "off", - simplifyAll:o.simplifyAll || "on", - nextSlideOnWindowFocus:o.nextSlideOnWindowFocus || "off", - disableFocusListener:o.disableFocusListener || true - }; - - return o; - -} - -var prepLayerAnimations = function(container,opt) { - - var c = new Object(), - cw = container.width(), - ch = container.height(); - - c.skewfromleftshort = "x:-50;skX:85;o:0"; - c.skewfromrightshort = "x:50;skX:-85;o:0"; - c.sfl = "x:-50;o:0"; - c.sfr = "x:50;o:0"; - c.sft = "y:-50;o:0"; - c.sfb = "y:50;o:0"; - c.skewfromleft = "x:top;skX:85;o:0"; - c.skewfromright = "x:bottom;skX:-85;o:0"; - c.lfl = "x:top;o:0"; - c.lfr = "x:bottom;o:0"; - c.lft = "y:left;o:0"; - c.lfb = "y:right;o:0"; - c.fade = "o:0"; - var src = (Math.random()*720-360) - - - container.find('.tp-caption').each(function() { - var cp = jQuery(this), - rw = Math.random()*(cw*2)-cw, - rh = Math.random()*(ch*2)-ch, - rs = Math.random()*3, - rz = Math.random()*720-360, - rx = Math.random()*70-35, - ry = Math.random()*70-35, - ncc = cp.attr('class'); - c.randomrotate = "x:{-400,400};y:{-400,400};sX:{0,2};sY:{0,2};rZ:{-180,180};rX:{-180,180};rY:{-180,180};o:0;"; - - if (ncc.match("randomrotate")) cp.data('transform_in',c.randomrotate) - else - if (ncc.match(/\blfl\b/)) cp.data('transform_in',c.lfl) - else - if (ncc.match(/\blfr\b/)) cp.data('transform_in',c.lfr) - else - if (ncc.match(/\blft\b/)) cp.data('transform_in',c.lft) - else - if (ncc.match(/\blfb\b/)) cp.data('transform_in',c.lfb) - else - if (ncc.match(/\bsfl\b/)) cp.data('transform_in',c.sfl) - else - if (ncc.match(/\bsfr\b/)) cp.data('transform_in',c.sfr) - else - if (ncc.match(/\bsft\b/)) cp.data('transform_in',c.sft) - else - if (ncc.match(/\bsfb\b/)) cp.data('transform_in',c.sfb) - else - if (ncc.match(/\bskewfromleftshort\b/)) cp.data('transform_in',c.skewfromleftshort) - else - if (ncc.match(/\bskewfromrightshort\b/)) cp.data('transform_in',c.skewfromrightshort) - else - if (ncc.match(/\bskewfromleft\b/)) cp.data('transform_in',c.skewfromleft) - else - if (ncc.match(/\bskewfromright\b/)) cp.data('transform_in',c.skewfromright) - else - if (ncc.match(/\bfade\b/)) cp.data('transform_in',c.fade); - - if (ncc.match(/\brandomrotateout\b/)) cp.data('transform_out',c.randomrotate) - else - if (ncc.match(/\bltl\b/)) cp.data('transform_out',c.lfl) - else - if (ncc.match(/\bltr\b/)) cp.data('transform_out',c.lfr) - else - if (ncc.match(/\bltt\b/)) cp.data('transform_out',c.lft) - else - if (ncc.match(/\bltb\b/)) cp.data('transform_out',c.lfb) - else - if (ncc.match(/\bstl\b/)) cp.data('transform_out',c.sfl) - else - if (ncc.match(/\bstr\b/)) cp.data('transform_out',c.sfr) - else - if (ncc.match(/\bstt\b/)) cp.data('transform_out',c.sft) - else - if (ncc.match(/\bstb\b/)) cp.data('transform_out',c.sfb) - else - if (ncc.match(/\bskewtoleftshortout\b/)) cp.data('transform_out',c.skewfromleftshort) - else - if (ncc.match(/\bskewtorightshortout\b/)) cp.data('transform_out',c.skewfromrightshort) - else - if (ncc.match(/\bskewtoleftout\b/)) cp.data('transform_out',c.skewfromleft) - else - if (ncc.match(/\bskewtorightout\b/)) cp.data('transform_out',c.skewfromright) - else - if (ncc.match(/\bfadeout\b/)) cp.data('transform_out',c.fade); - - if (cp.data('customin')!=undefined) cp.data('transform_in',cp.data('customin')); - if (cp.data('customout')!=undefined) cp.data('transform_out',cp.data('customout')); - - }) - -} -})(jQuery); - - - - diff --git a/public/js/main/extensions/source/revolution.extension.navigation.js b/public/js/main/extensions/source/revolution.extension.navigation.js deleted file mode 100644 index 11b6201..0000000 --- a/public/js/main/extensions/source/revolution.extension.navigation.js +++ /dev/null @@ -1,1126 +0,0 @@ -/******************************************** - * REVOLUTION 5.2 EXTENSION - NAVIGATION - * @version: 1.2.4 (10.03.2016) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -(function($) { - -var _R = jQuery.fn.revolution, - _ISM = _R.is_mobile(); - - -/////////////////////////////////////////// -// EXTENDED FUNCTIONS AVAILABLE GLOBAL // -/////////////////////////////////////////// -jQuery.extend(true,_R, { - - - hideUnHideNav : function(opt) { - var w = opt.c.width(), - a = opt.navigation.arrows, - b = opt.navigation.bullets, - c = opt.navigation.thumbnails, - d = opt.navigation.tabs; - - if (ckNO(a)) biggerNav(opt.c.find('.tparrows'),a.hide_under,w,a.hide_over); - if (ckNO(b)) biggerNav(opt.c.find('.tp-bullets'),b.hide_under,w,b.hide_over); - if (ckNO(c)) biggerNav(opt.c.parent().find('.tp-thumbs'),c.hide_under,w,c.hide_over); - if (ckNO(d)) biggerNav(opt.c.parent().find('.tp-tabs'),d.hide_under,w,d.hide_over); - - setONHeights(opt); - - }, - - resizeThumbsTabs : function(opt,force) { - - - if ((opt.navigation && opt.navigation.tabs.enable) || (opt.navigation && opt.navigation.thumbnails.enable)) { - var f = (jQuery(window).width()-480) / 500, - tws = new punchgs.TimelineLite(), - otab = opt.navigation.tabs, - othu = opt.navigation.thumbnails, - otbu = opt.navigation.bullets; - - tws.pause(); - f = f>1 ? 1 : f<0 ? 0 : f; - - if (ckNO(otab) && (force || otab.width>otab.min_width)) rtt(f,tws,opt.c,otab,opt.slideamount,'tab'); - if (ckNO(othu) && (force || othu.width>othu.min_width)) rtt(f,tws,opt.c,othu,opt.slideamount,'thumb'); - if (ckNO(otbu) && force) { - // SET BULLET SPACES AND POSITION - var bw = opt.c.find('.tp-bullets'); - - bw.find('.tp-bullet').each(function(i){ - var b = jQuery(this), - am = i+1, - w = b.outerWidth()+parseInt((otbu.space===undefined? 0:otbu.space),0), - h = b.outerHeight()+parseInt((otbu.space===undefined? 0:otbu.space),0); - - if (otbu.direction==="vertical") { - b.css({top:((am-1)*h)+"px", left:"0px"}); - bw.css({height:(((am-1)*h) + b.outerHeight()),width:b.outerWidth()}); - } - else { - b.css({left:((am-1)*w)+"px", top:"0px"}); - bw.css({width:(((am-1)*w) + b.outerWidth()),height:b.outerHeight()}); - } - }); - - } - - tws.play(); - - setONHeights(opt); - } - return true; - }, - - updateNavIndexes : function(opt) { - var _ = opt.c; - - function setNavIndex(a) { - if (_.find(a).lenght>0) { - _.find(a).each(function(i) { - jQuery(this).data('liindex',i); - }) - } - } - - setNavIndex('.tp-tab'); - setNavIndex('.tp-bullet'); - setNavIndex('.tp-thumb'); - _R.resizeThumbsTabs(opt,true); - _R.manageNavigation(opt); - }, - - - // PUT NAVIGATION IN POSITION AND MAKE SURE THUMBS AND TABS SHOWING TO THE RIGHT POSITION - manageNavigation : function(opt) { - - - var lof = _R.getHorizontalOffset(opt.c.parent(),"left"), - rof = _R.getHorizontalOffset(opt.c.parent(),"right"); - - if (ckNO(opt.navigation.bullets)) { - if (opt.sliderLayout!="fullscreen" && opt.sliderLayout!="fullwidth") { - // OFFSET ADJUSTEMENT FOR LEFT ARROWS BASED ON THUMBNAILS AND TABS OUTTER - opt.navigation.bullets.h_offset_old = opt.navigation.bullets.h_offset_old === undefined ? opt.navigation.bullets.h_offset : opt.navigation.bullets.h_offset_old; - opt.navigation.bullets.h_offset = opt.navigation.bullets.h_align==="center" ? opt.navigation.bullets.h_offset_old+lof/2 -rof/2: opt.navigation.bullets.h_offset_old+lof-rof; - } - setNavElPositions(opt.c.find('.tp-bullets'),opt.navigation.bullets,opt); - } - - if (ckNO(opt.navigation.thumbnails)) - setNavElPositions(opt.c.parent().find('.tp-thumbs'),opt.navigation.thumbnails,opt); - - if (ckNO(opt.navigation.tabs)) - setNavElPositions(opt.c.parent().find('.tp-tabs'),opt.navigation.tabs,opt); - - if (ckNO(opt.navigation.arrows)) { - - if (opt.sliderLayout!="fullscreen" && opt.sliderLayout!="fullwidth") { - // OFFSET ADJUSTEMENT FOR LEFT ARROWS BASED ON THUMBNAILS AND TABS OUTTER - opt.navigation.arrows.left.h_offset_old = opt.navigation.arrows.left.h_offset_old === undefined ? opt.navigation.arrows.left.h_offset : opt.navigation.arrows.left.h_offset_old; - opt.navigation.arrows.left.h_offset = opt.navigation.arrows.left.h_align==="right" ? opt.navigation.arrows.left.h_offset_old+rof : opt.navigation.arrows.left.h_offset_old+lof; - - opt.navigation.arrows.right.h_offset_old = opt.navigation.arrows.right.h_offset_old === undefined ? opt.navigation.arrows.right.h_offset : opt.navigation.arrows.right.h_offset_old; - opt.navigation.arrows.right.h_offset = opt.navigation.arrows.right.h_align==="right" ? opt.navigation.arrows.right.h_offset_old+rof : opt.navigation.arrows.right.h_offset_old+lof; - } - setNavElPositions(opt.c.find('.tp-leftarrow.tparrows'),opt.navigation.arrows.left,opt); - setNavElPositions(opt.c.find('.tp-rightarrow.tparrows'),opt.navigation.arrows.right,opt); - } - - - if (ckNO(opt.navigation.thumbnails)) - moveThumbsInPosition(opt.c.parent().find('.tp-thumbs'),opt.navigation.thumbnails); - - if (ckNO(opt.navigation.tabs)) - moveThumbsInPosition(opt.c.parent().find('.tp-tabs'),opt.navigation.tabs); - }, - - - // MANAGE THE NAVIGATION - createNavigation : function(container,opt) { - - var cp = container.parent(), - _a = opt.navigation.arrows, _b = opt.navigation.bullets, _c = opt.navigation.thumbnails, _d = opt.navigation.tabs, - a = ckNO(_a), b = ckNO(_b), c = ckNO(_c), d = ckNO(_d); - - - // Initialise Keyboard Navigation if Option set so - initKeyboard(container,opt); - - // Initialise Mouse Scroll Navigation if Option set so - initMouseScroll(container,opt); - - //Draw the Arrows - if (a) initArrows(container,_a,opt); - - // BUILD BULLETS, THUMBS and TABS - opt.li.each(function(index) { - - var li_rtl = jQuery(opt.li[opt.li.length-1-index]); - var li = jQuery(this); - - if (b) - if (opt.navigation.bullets.rtl) - addBullet(container,_b,li_rtl,opt); - else - addBullet(container,_b,li,opt); - - if (c) - if (opt.navigation.thumbnails.rtl) - addThumb(container,_c,li_rtl,'tp-thumb',opt); - else - addThumb(container,_c,li,'tp-thumb',opt); - if (d) - if (opt.navigation.tabs.rtl) - addThumb(container,_d,li_rtl,'tp-tab',opt); - else - addThumb(container,_d,li,'tp-tab',opt); - }); - - // LISTEN TO SLIDE CHANGE - SET ACTIVE SLIDE BULLET - container.bind('revolution.slide.onafterswap revolution.nextslide.waiting',function() { - - //cp.find('.tp-bullet, .tp-thumb, .tp-tab').removeClass("selected"); - - var si = container.find(".next-revslide").length==0 ? container.find(".active-revslide").data("index") : container.find(".next-revslide").data("index"); - - container.find('.tp-bullet').each(function() { - var _t = jQuery(this); - if (_t.data('liref')===si) - _t.addClass("selected"); - else - _t.removeClass("selected"); - }); - - cp.find('.tp-thumb, .tp-tab').each(function() { - var _t = jQuery(this); - if (_t.data('liref')===si) { - _t.addClass("selected"); - if (_t.hasClass("tp-tab")) - moveThumbsInPosition(cp.find('.tp-tabs'),_d); - else - moveThumbsInPosition(cp.find('.tp-thumbs'),_c); - } else - _t.removeClass("selected"); - - }); - - var ai = 0, - f = false; - if (opt.thumbs) - jQuery.each(opt.thumbs,function(i,obj) { - ai = f === false ? i : ai; - f = obj.id === si || i === si ? true : f; - }); - - - var pi = ai>0 ? ai-1 : opt.slideamount-1, - ni = (ai+1)==opt.slideamount ? 0 : ai+1; - - - if (_a.enable === true) { - var inst = _a.tmp; - - jQuery.each(opt.thumbs[pi].params,function(i,obj) { - inst = inst.replace(obj.from,obj.to); - }); - _a.left.j.html(inst); - inst = _a.tmp; - if (ni>opt.slideamount) return; - jQuery.each(opt.thumbs[ni].params,function(i,obj) { - inst = inst.replace(obj.from,obj.to); - }); - _a.right.j.html(inst); - punchgs.TweenLite.set(_a.left.j.find('.tp-arr-imgholder'),{backgroundImage:"url("+opt.thumbs[pi].src+")"}); - punchgs.TweenLite.set(_a.right.j.find('.tp-arr-imgholder'),{backgroundImage:"url("+opt.thumbs[ni].src+")"}); - } - - - }); - - hdResets(_a); - hdResets(_b); - hdResets(_c); - hdResets(_d); - - - // HOVER OVER ELEMENTS SHOULD SHOW/HIDE NAVIGATION ELEMENTS - cp.on("mouseenter mousemove",function() { - - if (!cp.hasClass("tp-mouseover")) { - cp.addClass("tp-mouseover"); - - punchgs.TweenLite.killDelayedCallsTo(showHideNavElements); - - if (a && _a.hide_onleave) showHideNavElements(cp.find('.tparrows'),_a,"show"); - if (b && _b.hide_onleave) showHideNavElements(cp.find('.tp-bullets'),_b,"show"); - if (c && _c.hide_onleave) showHideNavElements(cp.find('.tp-thumbs'),_c,"show"); - if (d && _d.hide_onleave) showHideNavElements(cp.find('.tp-tabs'),_d,"show"); - - // ON MOBILE WE NEED TO HIDE ELEMENTS EVEN AFTER TOUCH - if (_ISM) { - cp.removeClass("tp-mouseover"); - callAllDelayedCalls(container,opt); - } - } - }); - - cp.on("mouseleave",function() { - cp.removeClass("tp-mouseover"); - callAllDelayedCalls(container,opt); - }); - - // FIRST RUN HIDE ALL ELEMENTS - if (a && _a.hide_onleave) showHideNavElements(cp.find('.tparrows'),_a,"hide",0); - if (b && _b.hide_onleave) showHideNavElements(cp.find('.tp-bullets'),_b,"hide",0); - if (c && _c.hide_onleave) showHideNavElements(cp.find('.tp-thumbs'),_c,"hide",0); - if (d && _d.hide_onleave) showHideNavElements(cp.find('.tp-tabs'),_d,"hide",0); - - // Initialise Swipe Navigation - if (c) swipeAction(cp.find('.tp-thumbs'),opt); - if (d) swipeAction(cp.find('.tp-tabs'),opt); - if (opt.sliderType==="carousel") swipeAction(container,opt,true); - if (opt.navigation.touch.touchenabled=="on") swipeAction(container,opt,"swipebased"); - } - -}); - - - - -///////////////////////////////// -// - INTERNAL FUNCTIONS - /// -///////////////////////////////// - - -var moveThumbsInPosition = function(container,opt) { - - var thumbs = container.hasClass("tp-thumbs") ? ".tp-thumbs" : ".tp-tabs", - thumbmask = container.hasClass("tp-thumbs") ? ".tp-thumb-mask" : ".tp-tab-mask", - thumbsiw = container.hasClass("tp-thumbs") ? ".tp-thumbs-inner-wrapper" : ".tp-tabs-inner-wrapper", - thumb = container.hasClass("tp-thumbs") ? ".tp-thumb" : ".tp-tab", - t=container.find(thumbmask), - el = t.find(thumbsiw), - thumbdir = opt.direction, - tw = thumbdir==="vertical" ? t.find(thumb).first().outerHeight(true)+opt.space : t.find(thumb).first().outerWidth(true)+opt.space, - tmw = thumbdir==="vertical" ? t.height() : t.width(), - ti = parseInt(t.find(thumb+'.selected').data('liindex'),0), - me = tmw/tw, - ts = thumbdir==="vertical" ? t.height() : t.width(), - tp = 0-(ti * tw), - els = thumbdir==="vertical" ? el.height() : el.width(), - curpos = tp < 0-(els-ts) ? 0-(els-ts) : curpos > 0 ? 0 : tp, - elp = el.data('offset'); - - - if (me>2) { - curpos = tp - (elp+tw) <= 0 ? tp - (elp+tw) < 0-tw ? elp : curpos + tw : curpos; - curpos = ( (tp-tw + elp + tmw)< tw && tp + (Math.round(me)-2)*tw < elp) ? tp + (Math.round(me)-2)*tw : curpos; - } - - curpos = curpos < 0-(els-ts) ? 0-(els-ts) : curpos > 0 ? 0 : curpos; - - if (thumbdir!=="vertical" && t.width()>=el.width()) curpos = 0; - if (thumbdir==="vertical" && t.height()>=el.height()) curpos = 0; - - - if (!container.hasClass("dragged")) { - if (thumbdir==="vertical") - el.data('tmmove',punchgs.TweenLite.to(el,0.5,{top:curpos+"px",ease:punchgs.Power3.easeInOut})); - else - el.data('tmmove',punchgs.TweenLite.to(el,0.5,{left:curpos+"px",ease:punchgs.Power3.easeInOut})); - el.data('offset',curpos); - } - }; - - -// RESIZE THE THUMBS BASED ON ORIGINAL SIZE AND CURRENT SIZE OF WINDOW -var rtt = function(f,tws,c,o,lis,wh) { - var h = c.parent().find('.tp-'+wh+'s'), - ins = h.find('.tp-'+wh+'s-inner-wrapper'), - mask = h.find('.tp-'+wh+'-mask'), - cw = o.width*f < o.min_width ? o.min_width : Math.round(o.width*f), - ch = Math.round((cw/o.width) * o.height), - iw = o.direction === "vertical" ? cw : (cw*lis) + ((o.space)*(lis-1)), - ih = o.direction === "vertical" ? (ch*lis) + ((o.space)*(lis-1)) : ch, - anm = o.direction === "vertical" ? {width:cw+"px"} : {height:ch+"px"}; - - - tws.add(punchgs.TweenLite.set(h,anm)); - tws.add(punchgs.TweenLite.set(ins,{width:iw+"px",height:ih+"px"})); - tws.add(punchgs.TweenLite.set(mask,{width:iw+"px",height:ih+"px"})); - var fin = ins.find('.tp-'+wh+''); - if (fin) - jQuery.each(fin,function(i,el) { - if (o.direction === "vertical") - tws.add(punchgs.TweenLite.set(el,{top:(i*(ch+parseInt((o.space===undefined? 0:o.space),0))),width:cw+"px",height:ch+"px"})); - else - if (o.direction === "horizontal") - tws.add(punchgs.TweenLite.set(el,{left:(i*(cw+parseInt((o.space===undefined? 0:o.space),0))),width:cw+"px",height:ch+"px"})); - }); - return tws; -}; - -// INTERNAL FUNCTIONS -var normalizeWheel = function( event) /*object*/ { - - var sX = 0, sY = 0, // spinX, spinY - pX = 0, pY = 0, // pixelX, pixelY - PIXEL_STEP = 1, - LINE_HEIGHT = 1, - PAGE_HEIGHT = 1; - - // Legacy - if ('detail' in event) { sY = event.detail; } - if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; } - if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; } - if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; } - - - //sY = navigator.userAgent.match(/mozilla/i) ? sY*10 : sY; - - - // side scrolling on FF with DOMMouseScroll - if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) { - sX = sY; - sY = 0; - } - - pX = sX * PIXEL_STEP; - pY = sY * PIXEL_STEP; - - if ('deltaY' in event) { pY = event.deltaY; } - if ('deltaX' in event) { pX = event.deltaX; } - - - - if ((pX || pY) && event.deltaMode) { - if (event.deltaMode == 1) { // delta in LINE units - pX *= LINE_HEIGHT; - pY *= LINE_HEIGHT; - } else { // delta in PAGE units - pX *= PAGE_HEIGHT; - pY *= PAGE_HEIGHT; - } - } - - // Fall-back if spin cannot be determined - if (pX && !sX) { sX = (pX < 1) ? -1 : 1; } - if (pY && !sY) { sY = (pY < 1) ? -1 : 1; } - - pY = navigator.userAgent.match(/mozilla/i) ? pY*10 : pY; - - if (pY>300 || pY<-300) pY = pY/10; - - return { spinX : sX, - spinY : sY, - pixelX : pX, - pixelY : pY }; - }; - -var initKeyboard = function(container,opt) { - if (opt.navigation.keyboardNavigation!=="on") return; - jQuery(document).keydown(function(e){ - if ((opt.navigation.keyboard_direction=="horizontal" && e.keyCode == 39) || (opt.navigation.keyboard_direction=="vertical" && e.keyCode==40)) { - opt.sc_indicator="arrow"; - opt.sc_indicator_dir = 0; - _R.callingNewSlide(opt,container,1); - } - if ((opt.navigation.keyboard_direction=="horizontal" && e.keyCode == 37) || (opt.navigation.keyboard_direction=="vertical" && e.keyCode==38)) { - opt.sc_indicator="arrow"; - opt.sc_indicator_dir = 1; - _R.callingNewSlide(opt,container,-1); - } - }); -}; - - - -var initMouseScroll = function(container,opt) { - - if (opt.navigation.mouseScrollNavigation!=="on" && opt.navigation.mouseScrollNavigation!=="carousel") return; - opt.isIEEleven = !!navigator.userAgent.match(/Trident.*rv\:11\./); - opt.isSafari = !!navigator.userAgent.match(/safari/i); - opt.ischrome = !!navigator.userAgent.match(/chrome/i); - - - var bl = opt.ischrome ? -49 : opt.isIEEleven || opt.isSafari ? -9 : navigator.userAgent.match(/mozilla/i) ? -29 : -49, - tl = opt.ischrome ? 49 : opt.isIEEleven || opt.isSafari ? 9 : navigator.userAgent.match(/mozilla/i) ? 29 : 49; - - - container.on('mousewheel DOMMouseScroll', function(e) { - - var res = normalizeWheel(e.originalEvent), - asi = container.find('.tp-revslider-slidesli.active-revslide').index(), - psi = container.find('.tp-revslider-slidesli.processing-revslide').index(), - fs = asi!=-1 && asi==0 || psi!=-1 && psi==0 ? true : false, - ls = asi!=-1 && asi==opt.slideamount-1 || psi!=1 && psi==opt.slideamount-1 ? true:false, - ret = true; - if (opt.navigation.mouseScrollNavigation=="carousel") - fs = ls = false; - if (psi==-1) { - - if(res.pixelYtl) { - if (!ls) { - opt.sc_indicator="arrow"; - if (opt.navigation.mouseScrollReverse!=="reverse") { - opt.sc_indicator_dir = 1; - _R.callingNewSlide(opt,container,1); - } - ret = false; - } - if (!fs) { - opt.sc_indicator="arrow"; - if (opt.navigation.mouseScrollReverse==="reverse") { - opt.sc_indicator_dir = 0; - _R.callingNewSlide(opt,container,-1); - } - ret = false; - } - } - - - } else { - ret = false; - } - - var tc = opt.c.offset().top-jQuery('body').scrollTop(), - bc = tc+opt.c.height(); - if (opt.navigation.mouseScrollNavigation!="carousel") { - if (opt.navigation.mouseScrollReverse!=="reverse") - if ((tc>0 && res.pixelY>0) || (bcjQuery(window).height() && res.pixelY>0)) - ret = true; - } else { - ret=false; - } - - - if (ret==false) { - e.preventDefault(e); - return false; - } else { - return; - } - }); -}; - -var isme = function (a,c,e) { - a = _ISM ? jQuery(e.target).closest('.'+a).length || jQuery(e.srcElement).closest('.'+a).length : jQuery(e.toElement).closest('.'+a).length || jQuery(e.originalTarget).closest('.'+a).length; - return a === true || a=== 1 ? 1 : 0; -}; - -// - SET THE SWIPE FUNCTION // -var swipeAction = function(container,opt,vertical) { - - container.data('opt',opt); - - // TOUCH ENABLED SCROLL - var _ = opt.carousel; - jQuery(".bullet, .bullets, .tp-bullets, .tparrows").addClass("noSwipe"); - - _.Limit = "endless"; - var notonbody = _ISM || _R.get_browser()==="Firefox", - SwipeOn = container, //notonbody ? container : jQuery('body'), - pagescroll = opt.navigation.thumbnails.direction==="vertical" || opt.navigation.tabs.direction==="vertical"? "none" : "vertical", - swipe_wait_dir = opt.navigation.touch.swipe_direction || "horizontal"; - - pagescroll = vertical == "swipebased" && swipe_wait_dir=="vertical" ? "none" : vertical ? "vertical" : pagescroll; - - if (!jQuery.fn.swipetp) jQuery.fn.swipetp = jQuery.fn.swipe; - if (!jQuery.fn.swipetp.defaults || !jQuery.fn.swipetp.defaults.excludedElements) - if (!jQuery.fn.swipetp.defaults) - jQuery.fn.swipetp.defaults = new Object(); - - jQuery.fn.swipetp.defaults.excludedElements = "label, button, input, select, textarea, .noSwipe" - - - SwipeOn.swipetp({ - allowPageScroll:pagescroll, - triggerOnTouchLeave:true, - treshold:opt.navigation.touch.swipe_treshold, - fingers:opt.navigation.touch.swipe_min_touches, - - excludeElements:jQuery.fn.swipetp.defaults.excludedElements, - - swipeStatus:function(event,phase,direction,distance,duration,fingerCount,fingerData) { - - - var withinslider = isme('rev_slider_wrapper',container,event), - withinthumbs = isme('tp-thumbs',container,event), - withintabs = isme('tp-tabs',container,event), - starget = jQuery(this).attr('class'), - istt = starget.match(/tp-tabs|tp-thumb/gi) ? true : false; - - - - // SWIPE OVER SLIDER, TO SWIPE SLIDES IN CAROUSEL MODE - if (opt.sliderType==="carousel" && - (((phase==="move" || phase==="end" || phase=="cancel") && (opt.dragStartedOverSlider && !opt.dragStartedOverThumbs && !opt.dragStartedOverTabs)) - || (phase==="start" && withinslider>0 && withinthumbs===0 && withintabs===0))) { - - opt.dragStartedOverSlider = true; - distance = (direction && direction.match(/left|up/g)) ? Math.round(distance * -1) : distance = Math.round(distance * 1); - - switch (phase) { - case "start": - if (_.positionanim!==undefined) { - _.positionanim.kill(); - _.slide_globaloffset = _.infinity==="off" ? _.slide_offset : _R.simp(_.slide_offset, _.maxwidth); - } - _.overpull = "none"; - _.wrap.addClass("dragged"); - break; - case "move": - - - _.slide_offset = _.infinity==="off" ? _.slide_globaloffset + distance : _R.simp(_.slide_globaloffset + distance, _.maxwidth); - - if (_.infinity==="off") { - var bb = _.horizontal_align==="center" ? ((_.wrapwidth/2-_.slide_width/2) - _.slide_offset) / _.slide_width : (0 - _.slide_offset) / _.slide_width; - - if ((_.overpull ==="none" || _.overpull===0) && (bb<0 || bb>opt.slideamount-1)) - _.overpull = distance; - else - if (bb>=0 && bb<=opt.slideamount-1 && ((bb>=0 && distance>_.overpull) || (bb<=opt.slideamount-1 && distance<_.overpull))) - _.overpull = 0; - - _.slide_offset = bb<0 ? _.slide_offset+ (_.overpull-distance)/1.1 + Math.sqrt(Math.abs((_.overpull-distance)/1.1)) : - bb>opt.slideamount-1 ? _.slide_offset+ (_.overpull-distance)/1.1 - Math.sqrt(Math.abs((_.overpull-distance)/1.1)) : _.slide_offset ; - } - _R.organiseCarousel(opt,direction,true,true); - break; - - case "end": - case "cancel": - //duration !! - _.slide_globaloffset = _.slide_offset; - _.wrap.removeClass("dragged"); - _R.carouselToEvalPosition(opt,direction); - opt.dragStartedOverSlider = false; - opt.dragStartedOverThumbs = false; - opt.dragStartedOverTabs = false; - break; - } - } else - - // SWIPE OVER THUMBS OR TABS - if (( - ((phase==="move" || phase==="end" || phase=="cancel") && (!opt.dragStartedOverSlider && (opt.dragStartedOverThumbs || opt.dragStartedOverTabs))) - || - (phase==="start" && (withinslider>0 && (withinthumbs>0 || withintabs>0))))) { - - - if (withinthumbs>0) opt.dragStartedOverThumbs = true; - if (withintabs>0) opt.dragStartedOverTabs = true; - - var thumbs = opt.dragStartedOverThumbs ? ".tp-thumbs" : ".tp-tabs", - thumbmask = opt.dragStartedOverThumbs ? ".tp-thumb-mask" : ".tp-tab-mask", - thumbsiw = opt.dragStartedOverThumbs ? ".tp-thumbs-inner-wrapper" : ".tp-tabs-inner-wrapper", - thumb = opt.dragStartedOverThumbs ? ".tp-thumb" : ".tp-tab", - _o = opt.dragStartedOverThumbs ? opt.navigation.thumbnails : opt.navigation.tabs; - - - distance = (direction && direction.match(/left|up/g)) ? Math.round(distance * -1) : distance = Math.round(distance * 1); - var t= container.parent().find(thumbmask), - el = t.find(thumbsiw), - tdir = _o.direction, - els = tdir==="vertical" ? el.height() : el.width(), - ts = tdir==="vertical" ? t.height() : t.width(), - tw = tdir==="vertical" ? t.find(thumb).first().outerHeight(true)+_o.space : t.find(thumb).first().outerWidth(true)+_o.space, - newpos = (el.data('offset') === undefined ? 0 : parseInt(el.data('offset'),0)), - curpos = 0; - - switch (phase) { - case "start": - container.parent().find(thumbs).addClass("dragged"); - newpos = tdir === "vertical" ? el.position().top : el.position().left; - el.data('offset',newpos); - if (el.data('tmmove')) el.data('tmmove').pause(); - - break; - case "move": - if (els<=ts) return false; - - curpos = newpos + distance; - curpos = curpos>0 ? tdir==="horizontal" ? curpos - (el.width() * (curpos/el.width() * curpos/el.width())) : curpos - (el.height() * (curpos/el.height() * curpos/el.height())) : curpos; - var dif = tdir==="vertical" ? 0-(el.height()-t.height()) : 0-(el.width()-t.width()); - curpos = curpos < dif ? tdir==="horizontal" ? curpos + (el.width() * (curpos-dif)/el.width() * (curpos-dif)/el.width()) : curpos + (el.height() * (curpos-dif)/el.height() * (curpos-dif)/el.height()) : curpos; - if (tdir==="vertical") - punchgs.TweenLite.set(el,{top:curpos+"px"}); - else - punchgs.TweenLite.set(el,{left:curpos+"px"}); - - - break; - - case "end": - case "cancel": - - if (istt) { - curpos = newpos + distance; - - curpos = tdir==="vertical" ? curpos < 0-(el.height()-t.height()) ? 0-(el.height()-t.height()) : curpos : curpos < 0-(el.width()-t.width()) ? 0-(el.width()-t.width()) : curpos; - curpos = curpos > 0 ? 0 : curpos; - - curpos = Math.abs(distance)>tw/10 ? distance<=0 ? Math.floor(curpos/tw)*tw : Math.ceil(curpos/tw)*tw : distance<0 ? Math.ceil(curpos/tw)*tw : Math.floor(curpos/tw)*tw; - - curpos = tdir==="vertical" ? curpos < 0-(el.height()-t.height()) ? 0-(el.height()-t.height()) : curpos : curpos < 0-(el.width()-t.width()) ? 0-(el.width()-t.width()) : curpos; - curpos = curpos > 0 ? 0 : curpos; - - if (tdir==="vertical") - punchgs.TweenLite.to(el,0.5,{top:curpos+"px",ease:punchgs.Power3.easeOut}); - else - punchgs.TweenLite.to(el,0.5,{left:curpos+"px",ease:punchgs.Power3.easeOut}); - - curpos = !curpos ? tdir==="vertical" ? el.position().top : el.position().left : curpos; - - el.data('offset',curpos); - el.data('distance',distance); - - setTimeout(function() { - opt.dragStartedOverSlider = false; - opt.dragStartedOverThumbs = false; - opt.dragStartedOverTabs = false; - },100); - container.parent().find(thumbs).removeClass("dragged"); - - return false; - } - break; - } - } - else { - if (phase=="end" && !istt) { - - opt.sc_indicator="arrow"; - - if ((swipe_wait_dir=="horizontal" && direction == "left") || (swipe_wait_dir=="vertical" && direction == "up")) { - opt.sc_indicator_dir = 0; - _R.callingNewSlide(opt,opt.c,1); - return false; - } - if ((swipe_wait_dir=="horizontal" && direction == "right") || (swipe_wait_dir=="vertical" && direction == "down")) { - opt.sc_indicator_dir = 1; - _R.callingNewSlide(opt,opt.c,-1); - return false; - } - - } - opt.dragStartedOverSlider = false; - opt.dragStartedOverThumbs = false; - opt.dragStartedOverTabs = false; - return true; - } - } - }); -}; - - -// NAVIGATION HELPER FUNCTIONS -var hdResets = function(o) { - o.hide_delay = !jQuery.isNumeric(parseInt(o.hide_delay,0)) ? 0.2 : o.hide_delay/1000; - o.hide_delay_mobile = !jQuery.isNumeric(parseInt(o.hide_delay_mobile,0)) ? 0.2 : o.hide_delay_mobile/1000; -}; - -var ckNO = function(opt) { - return opt && opt.enable; -}; - -var ckNOLO = function(opt) { - return opt && opt.enable && opt.hide_onleave===true && (opt.position===undefined ? true : !opt.position.match(/outer/g)); -}; - -var callAllDelayedCalls = function(container,opt) { - var cp = container.parent(); - - if (ckNOLO(opt.navigation.arrows)) - punchgs.TweenLite.delayedCall(_ISM ? opt.navigation.arrows.hide_delay_mobile : opt.navigation.arrows.hide_delay,showHideNavElements,[cp.find('.tparrows'),opt.navigation.arrows,"hide"]); - - if (ckNOLO(opt.navigation.bullets)) - punchgs.TweenLite.delayedCall(_ISM ? opt.navigation.bullets.hide_delay_mobile : opt.navigation.bullets.hide_delay,showHideNavElements,[cp.find('.tp-bullets'),opt.navigation.bullets,"hide"]); - - if (ckNOLO(opt.navigation.thumbnails)) - punchgs.TweenLite.delayedCall(_ISM ? opt.navigation.thumbnails.hide_delay_mobile : opt.navigation.thumbnails.hide_delay,showHideNavElements,[cp.find('.tp-thumbs'),opt.navigation.thumbnails,"hide"]); - - if (ckNOLO(opt.navigation.tabs)) - punchgs.TweenLite.delayedCall(_ISM ? opt.navigation.tabs.hide_delay_mobile : opt.navigation.tabs.hide_delay,showHideNavElements,[cp.find('.tp-tabs'),opt.navigation.tabs,"hide"]); -}; - -var showHideNavElements = function(container,opt,dir,speed) { - speed = speed===undefined ? 0.5 : speed; - switch (dir) { - case "show": - punchgs.TweenLite.to(container,speed, {autoAlpha:1,ease:punchgs.Power3.easeInOut,overwrite:"auto"}); - break; - case "hide": - punchgs.TweenLite.to(container,speed, {autoAlpha:0,ease:punchgs.Power3.easeInOu,overwrite:"auto"}); - break; - } - -}; - - -// ADD ARROWS -var initArrows = function(container,o,opt) { - - // SET oIONAL CLASSES - o.style = o.style === undefined ? "" : o.style; - o.left.style = o.left.style === undefined ? "" : o.left.style; - o.right.style = o.right.style === undefined ? "" : o.right.style; - - - // ADD LEFT AND RIGHT ARROWS - if (container.find('.tp-leftarrow.tparrows').length===0) - container.append('
'+o.tmp+'
'); - if (container.find('.tp-rightarrow.tparrows').length===0) - container.append('
'+o.tmp+'
'); - var la = container.find('.tp-leftarrow.tparrows'), - ra = container.find('.tp-rightarrow.tparrows'); - if (o.rtl) { - // CLICK HANDLINGS ON LEFT AND RIGHT ARROWS - la.click(function() { opt.sc_indicator="arrow"; opt.sc_indicator_dir = 0;container.revnext();}); - ra.click(function() { opt.sc_indicator="arrow"; opt.sc_indicator_dir = 1;container.revprev();}); - } else { - // CLICK HANDLINGS ON LEFT AND RIGHT ARROWS - ra.click(function() { opt.sc_indicator="arrow"; opt.sc_indicator_dir = 0;container.revnext();}); - la.click(function() { opt.sc_indicator="arrow"; opt.sc_indicator_dir = 1;container.revprev();}); - } - // SHORTCUTS - o.right.j = container.find('.tp-rightarrow.tparrows'); - o.left.j = container.find('.tp-leftarrow.tparrows') - - // OUTTUER PADDING DEFAULTS - o.padding_top = parseInt((opt.carousel.padding_top||0),0), - o.padding_bottom = parseInt((opt.carousel.padding_bottom||0),0); - - // POSITION OF ARROWS - setNavElPositions(la,o.left,opt); - setNavElPositions(ra,o.right,opt); - - o.left.opt = opt; - o.right.opt = opt; - - - if (o.position=="outer-left" || o.position=="outer-right") opt.outernav = true; -}; - - -// PUT ELEMENTS VERTICAL / HORIZONTAL IN THE RIGHT POSITION -var putVinPosition = function(el,o,opt) { - - var elh = el.outerHeight(true), - elw = el.outerWidth(true), - oh = o.opt== undefined ? 0 : opt.conh == 0 ? opt.height : opt.conh, - by = o.container=="layergrid" ? opt.sliderLayout=="fullscreen" ? opt.height/2 - (opt.gridheight[opt.curWinRange]*opt.bh)/2 : (opt.autoHeight=="on" || (opt.minHeight!=undefined && opt.minHeight>0)) ? oh/2 - (opt.gridheight[opt.curWinRange]*opt.bh)/2 : 0 : 0, - a = o.v_align === "top" ? {top:"0px",y:Math.round(o.v_offset+by)+"px"} : o.v_align === "center" ? {top:"50%",y:Math.round(((0-elh/2)+o.v_offset))+"px"} : {top:"100%",y:Math.round((0-(elh+o.v_offset+by)))+"px"}; - if (!el.hasClass("outer-bottom")) punchgs.TweenLite.set(el,a); - -}; - -var putHinPosition = function(el,o,opt) { - - var elh = el.outerHeight(true), - elw = el.outerWidth(true), - bx = o.container=="layergrid" ? opt.sliderType==="carousel" ? 0 : opt.width/2 - (opt.gridwidth[opt.curWinRange]*opt.bw)/2 : 0, - a = o.h_align === "left" ? {left:"0px",x:Math.round(o.h_offset+bx)+"px"} : o.h_align === "center" ? {left:"50%",x:Math.round(((0-elw/2)+o.h_offset))+"px"} : {left:"100%",x:Math.round((0-(elw+o.h_offset+bx)))+"px"}; - punchgs.TweenLite.set(el,a); -}; - -// SET POSITION OF ELEMENTS -var setNavElPositions = function(el,o,opt) { - - var wrapper = - el.closest('.tp-simpleresponsive').length>0 ? - el.closest('.tp-simpleresponsive') : - el.closest('.tp-revslider-mainul').length>0 ? - el.closest('.tp-revslider-mainul') : - el.closest('.rev_slider_wrapper').length>0 ? - el.closest('.rev_slider_wrapper'): - el.parent().find('.tp-revslider-mainul'), - ww = wrapper.width(), - wh = wrapper.height(); - - putVinPosition(el,o,opt); - putHinPosition(el,o,opt); - - if (o.position==="outer-left" && (o.sliderLayout=="fullwidth" || o.sliderLayout=="fullscreen")) - punchgs.TweenLite.set(el,{left:(0-el.outerWidth())+"px",x:o.h_offset+"px"}); - else - if (o.position==="outer-right" && (o.sliderLayout=="fullwidth" || o.sliderLayout=="fullscreen")) - punchgs.TweenLite.set(el,{right:(0-el.outerWidth())+"px",x:o.h_offset+"px"}); - - - // MAX WIDTH AND HEIGHT BASED ON THE SOURROUNDING CONTAINER - if (el.hasClass("tp-thumbs") || el.hasClass("tp-tabs")) { - - var wpad = el.data('wr_padding'), - maxw = el.data('maxw'), - maxh = el.data('maxh'), - mask = el.hasClass("tp-thumbs") ? el.find('.tp-thumb-mask') : el.find('.tp-tab-mask'), - cpt = parseInt((o.padding_top||0),0), - cpb = parseInt((o.padding_bottom||0),0); - - - // ARE THE CONTAINERS BIGGER THAN THE SLIDER WIDTH OR HEIGHT ? - if (maxw>ww && o.position!=="outer-left" && o.position!=="outer-right") { - punchgs.TweenLite.set(el,{left:"0px",x:0,maxWidth:(ww-2*wpad)+"px"}); - punchgs.TweenLite.set(mask,{maxWidth:(ww-2*wpad)+"px"}); - } else { - punchgs.TweenLite.set(el,{maxWidth:(maxw)+"px"}); - punchgs.TweenLite.set(mask,{maxWidth:(maxw)+"px"}); - } - - if (maxh+2*wpad>wh && o.position!=="outer-bottom" && o.position!=="outer-top") { - punchgs.TweenLite.set(el,{top:"0px",y:0,maxHeight:(cpt+cpb+(wh-2*wpad))+"px"}); - punchgs.TweenLite.set(mask,{maxHeight:(cpt+cpb+(wh-2*wpad))+"px"}); - } else { - punchgs.TweenLite.set(el,{maxHeight:(maxh)+"px"}); - punchgs.TweenLite.set(mask,{maxHeight:maxh+"px"}); - } - - if (o.position!=="outer-left" && o.position!=="outer-right") { - cpt = 0; - cpb = 0; - } - - // SPAN IS ENABLED - if (o.span===true && o.direction==="vertical") { - punchgs.TweenLite.set(el,{maxHeight:(cpt+cpb+(wh-2*wpad))+"px",height:(cpt+cpb+(wh-2*wpad))+"px",top:(0-cpt),y:0}); - putVinPosition(mask,o,opt); - } else - - if (o.span===true && o.direction==="horizontal") { - punchgs.TweenLite.set(el,{maxWidth:"100%",width:(ww-2*wpad)+"px",left:0,x:0}); - putHinPosition(mask,o,opt); - } - } -}; - - -// ADD A BULLET -var addBullet = function(container,o,li,opt) { - - // Check if Bullet exists already ? - if (container.find('.tp-bullets').length===0) { - o.style = o.style === undefined ? "" : o.style; - container.append('
'); - } - - // Add Bullet Structure to the Bullet Container - var bw = container.find('.tp-bullets'), - linkto = li.data('index'), - inst = o.tmp; - - jQuery.each(opt.thumbs[li.index()].params,function(i,obj) { inst = inst.replace(obj.from,obj.to);}) - - - bw.append('
'+inst+'
'); - - // SET BULLET SPACES AND POSITION - var b = container.find('.justaddedbullet'), - am = container.find('.tp-bullet').length, - w = b.outerWidth()+parseInt((o.space===undefined? 0:o.space),0), - h = b.outerHeight()+parseInt((o.space===undefined? 0:o.space),0); - - //bgimage = li.data('thumb') !==undefined ? li.data('thumb') : li.find('.defaultimg').data('lazyload') !==undefined && li.find('.defaultimg').data('lazyload') !== 'undefined' ? li.find('.defaultimg').data('lazyload') : li.find('.defaultimg').data('src'); - - if (o.direction==="vertical") { - - b.css({top:((am-1)*h)+"px", left:"0px"}); - bw.css({height:(((am-1)*h) + b.outerHeight()),width:b.outerWidth()}); - } - else { - - b.css({left:((am-1)*w)+"px", top:"0px"}); - bw.css({width:(((am-1)*w) + b.outerWidth()),height:b.outerHeight()}); - } - - b.find('.tp-bullet-image').css({backgroundImage:'url('+opt.thumbs[li.index()].src+')'}); - // SET LINK TO AND LISTEN TO CLICK - b.data('liref',linkto); - b.click(function() { - opt.sc_indicator="bullet"; - container.revcallslidewithid(linkto); - container.find('.tp-bullet').removeClass("selected"); - jQuery(this).addClass("selected"); - - }); - // REMOVE HELP CLASS - b.removeClass("justaddedbullet"); - - // OUTTUER PADDING DEFAULTS - o.padding_top = parseInt((opt.carousel.padding_top||0),0), - o.padding_bottom = parseInt((opt.carousel.padding_bottom||0),0); - o.opt = opt; - if (o.position=="outer-left" || o.position=="outer-right") opt.outernav = true; - - bw.addClass("nav-pos-hor-"+o.h_align); - bw.addClass("nav-pos-ver-"+o.v_align); - bw.addClass("nav-dir-"+o.direction); - - // PUT ALL CONTAINER IN POSITION - setNavElPositions(bw,o,opt); -}; - - -var cHex = function(hex,o){ - o = parseFloat(o); - hex = hex.replace('#',''); - var r = parseInt(hex.substring(0,2), 16), - g = parseInt(hex.substring(2,4), 16), - b = parseInt(hex.substring(4,6), 16), - result = 'rgba('+r+','+g+','+b+','+o+')'; - return result; -}; - -// ADD THUMBNAILS -var addThumb = function(container,o,li,what,opt) { - var thumbs = what==="tp-thumb" ? ".tp-thumbs" : ".tp-tabs", - thumbmask = what==="tp-thumb" ? ".tp-thumb-mask" : ".tp-tab-mask", - thumbsiw = what==="tp-thumb" ? ".tp-thumbs-inner-wrapper" : ".tp-tabs-inner-wrapper", - thumb = what==="tp-thumb" ? ".tp-thumb" : ".tp-tab", - timg = what ==="tp-thumb" ? ".tp-thumb-image" : ".tp-tab-image"; - - o.visibleAmount = o.visibleAmount>opt.slideamount ? opt.slideamount : o.visibleAmount; - o.sliderLayout = opt.sliderLayout; - - // Check if THUNBS/TABS exists already ? - if (container.parent().find(thumbs).length===0) { - o.style = o.style === undefined ? "" : o.style; - - var spanw = o.span===true ? "tp-span-wrapper" : "", - addcontent = '
'; - - if (o.position==="outer-top") - container.parent().prepend(addcontent) - else - if (o.position==="outer-bottom") - container.after(addcontent); - else - container.append(addcontent); - - // OUTTUER PADDING DEFAULTS - o.padding_top = parseInt((opt.carousel.padding_top||0),0), - o.padding_bottom = parseInt((opt.carousel.padding_bottom||0),0); - - if (o.position=="outer-left" || o.position=="outer-right") opt.outernav = true; - } - - - - // Add Thumb/TAB Structure to the THUMB/TAB Container - var linkto = li.data('index'), - t = container.parent().find(thumbs), - tm = t.find(thumbmask), - tw = tm.find(thumbsiw), - maxw = o.direction==="horizontal" ? (o.width * o.visibleAmount) + (o.space*(o.visibleAmount-1)) : o.width, - maxh = o.direction==="horizontal" ? o.height : (o.height * o.visibleAmount) + (o.space*(o.visibleAmount-1)), - inst = o.tmp; - jQuery.each(opt.thumbs[li.index()].params,function(i,obj) { - inst = inst.replace(obj.from,obj.to); - }) - - - tw.append('
'+inst+'
'); - - - // SET BULLET SPACES AND POSITION - var b = t.find('.justaddedthumb'), - am = t.find(thumb).length, - w = b.outerWidth()+parseInt((o.space===undefined? 0:o.space),0), - h = b.outerHeight()+parseInt((o.space===undefined? 0:o.space),0); - - // FILL CONTENT INTO THE TAB / THUMBNAIL - b.find(timg).css({backgroundImage:"url("+opt.thumbs[li.index()].src+")"}); - - - if (o.direction==="vertical") { - b.css({top:((am-1)*h)+"px", left:"0px"}); - tw.css({height:(((am-1)*h) + b.outerHeight()),width:b.outerWidth()}); - } - else { - b.css({left:((am-1)*w)+"px", top:"0px"}); - tw.css({width:(((am-1)*w) + b.outerWidth()),height:b.outerHeight()}); - } - - t.data('maxw',maxw); - t.data('maxh',maxh); - t.data('wr_padding',o.wrapper_padding); - var position = o.position === "outer-top" || o.position==="outer-bottom" ? "relative" : "absolute", - _margin = (o.position === "outer-top" || o.position==="outer-bottom") && (o.h_align==="center") ? "auto" : "0"; - - - tm.css({maxWidth:maxw+"px",maxHeight:maxh+"px",overflow:"hidden",position:"relative"}); - t.css({maxWidth:(maxw)+"px",/*margin:_margin, */maxHeight:maxh+"px",overflow:"visible",position:position,background:cHex(o.wrapper_color,o.wrapper_opacity),padding:o.wrapper_padding+"px",boxSizing:"contet-box"}); - - - - // SET LINK TO AND LISTEN TO CLICK - b.click(function() { - - opt.sc_indicator="bullet"; - var dis = container.parent().find(thumbsiw).data('distance'); - dis = dis === undefined ? 0 : dis; - if (Math.abs(dis)<10) { - container.revcallslidewithid(linkto); - container.parent().find(thumbs).removeClass("selected"); - jQuery(this).addClass("selected"); - } - }); - // REMOVE HELP CLASS - b.removeClass("justaddedthumb"); - - o.opt = opt; - - t.addClass("nav-pos-hor-"+o.h_align); - t.addClass("nav-pos-ver-"+o.v_align); - t.addClass("nav-dir-"+o.direction); - - // PUT ALL CONTAINER IN POSITION - setNavElPositions(t,o,opt); -}; - -var setONHeights = function(o) { - var ot = o.c.parent().find('.outer-top'), - ob = o.c.parent().find('.outer-bottom'); - o.top_outer = !ot.hasClass("tp-forcenotvisible") ? ot.outerHeight() || 0 : 0; - o.bottom_outer = !ob.hasClass("tp-forcenotvisible") ? ob.outerHeight() || 0 : 0; -}; - - -// HIDE NAVIGATION ON PURPOSE -var biggerNav = function(el,a,b,c) { - if (a>b || b>c) - el.addClass("tp-forcenotvisible") - else - el.removeClass("tp-forcenotvisible"); -}; - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.parallax.js b/public/js/main/extensions/source/revolution.extension.parallax.js deleted file mode 100644 index 741b51b..0000000 --- a/public/js/main/extensions/source/revolution.extension.parallax.js +++ /dev/null @@ -1,401 +0,0 @@ -/******************************************** - * REVOLUTION 5.1.6 EXTENSION - PARALLAX - * @version: 1.4 (10.03.2016) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -(function($) { - -var _R = jQuery.fn.revolution, - _ISM = _R.is_mobile(); - -jQuery.extend(true,_R, { - /*callStaticDDDParallax: function(container,opt,li) { - // STATIC 3D PARALLAX MOVEMENTS - if (opt.parallax && (opt.parallax.ddd_path=="static" || opt.parallax.ddd_path=="both")) { - var coo = {}, - path = li.data('3dpath'); - coo.li = li; - if (path.split(',').length>1) { - coo.h = parseInt(path.split(',')[0],0); - coo.v = parseInt(path.split(',')[1],0); - container.trigger('trigger3dpath',coo); - } - } - },*/ - - checkForParallax : function(container,opt) { - - var _ = opt.parallax; - - if (_ISM && _.disable_onmobile=="on") return false; - - if (_.type=="3D" || _.type=="3d") { - punchgs.TweenLite.set(opt.c,{overflow:_.ddd_overflow}); - punchgs.TweenLite.set(opt.ul,{overflow:_.ddd_overflow}); - if (opt.sliderType!="carousel" && _.ddd_shadow=="on") { - opt.c.prepend('
') - punchgs.TweenLite.set(opt.c.find('.dddwrappershadow'),{force3D:"auto",transformPerspective:1600,transformOrigin:"50% 50%", width:"100%",height:"100%",position:"absolute",top:0,left:0,zIndex:0}); - } - } - - function setDDDInContainer(li) { - if (_.type=="3D" || _.type=="3d") { - li.find('.slotholder').wrapAll('
'); - li.find('.tp-parallax-wrap').wrapAll('
'); - - // MOVE THE REMOVED 3D LAYERS OUT OF THE PARALLAX GROUP - li.find('.rs-parallaxlevel-tobggroup').closest('.tp-parallax-wrap').wrapAll('
'); - - var dddw = li.find('.dddwrapper'), - dddwl = li.find('.dddwrapper-layer'), - dddwlbg = li.find('.dddwrapper-layertobggroup'); - - - - dddwlbg.appendTo(dddw); - - if (opt.sliderType=="carousel") { - if (_.ddd_shadow=="on") dddw.addClass("dddwrappershadow"); - punchgs.TweenLite.set(dddw,{borderRadius:opt.carousel.border_radius}); - } - punchgs.TweenLite.set(li,{overflow:"visible",transformStyle:"preserve-3d",perspective:1600}); - punchgs.TweenLite.set(dddw,{force3D:"auto",transformOrigin:"50% 50%"}); - punchgs.TweenLite.set(dddwl,{force3D:"auto",transformOrigin:"50% 50%",zIndex:5}); - punchgs.TweenLite.set(opt.ul,{transformStyle:"preserve-3d",transformPerspective:1600}); - } - } - - opt.li.each(function() { - setDDDInContainer(jQuery(this)); - }); - - if (_.type=="3D" || _.type=="3d" && opt.c.find('.tp-static-layers').length>0) { - punchgs.TweenLite.set(opt.c.find('.tp-static-layers'),{top:0, left:0,width:"100%",height:"100%"}); - setDDDInContainer(opt.c.find('.tp-static-layers')); - } - - for (var i = 1; i<=_.levels.length;i++) - opt.c.find('.rs-parallaxlevel-'+i).each(function() { - var pw = jQuery(this), - tpw = pw.closest('.tp-parallax-wrap'); - tpw.data('parallaxlevel',_.levels[i-1]) - tpw.addClass("tp-parallax-container"); - }); - - - if (_.type=="mouse" || _.type=="scroll+mouse" || _.type=="mouse+scroll" || _.type=="3D" || _.type=="3d") { - - container.mouseenter(function(event) { - var currslide = container.find('.active-revslide'), - t = container.offset().top, - l = container.offset().left, - ex = (event.pageX-l), - ey = (event.pageY-t); - currslide.data("enterx",ex); - currslide.data("entery",ey); - }); - - container.on('mousemove.hoverdir, mouseleave.hoverdir, trigger3dpath',function(event,data) { - var currslide = data && data.li ? data.li : container.find('.active-revslide'); - - - // CALCULATE DISTANCES - if (_.origo=="enterpoint") { - var t = container.offset().top, - l = container.offset().left; - - if (currslide.data("enterx")==undefined) currslide.data("enterx",(event.pageX-l)); - if (currslide.data("entery")==undefined) currslide.data("entery",(event.pageY-t)); - - var mh = currslide.data("enterx") || (event.pageX-l), - mv = currslide.data("entery") || (event.pageY-t), - diffh = (mh - (event.pageX - l)), - diffv = (mv - (event.pageY - t)), - s = _.speed/1000 || 0.4; - } else { - var t = container.offset().top, - l = container.offset().left, - diffh = (opt.conw/2 - (event.pageX-l)), - diffv = (opt.conh/2 - (event.pageY-t)), - s = _.speed/1000 || 3; - } - - /*if (event.type=="trigger3dpath") { - diffh = data.h; - diffv = data.v; - _.ddd_lasth = diffh; - _.ddd_lastv = diffv; - }*/ - - if (event.type=="mouseleave") { - diffh = _.ddd_lasth || 0; - diffv = _.ddd_lastv || 0; - s = 1.5; - } - - /*if (_.ddd_path=="static") { - diffh = _.ddd_lasth || 0; - diffv = _.ddd_lastv || 0; - }*/ - var pcnts = []; - currslide.find(".tp-parallax-container").each(function(i){ - pcnts.push(jQuery(this)); - }); - container.find('.tp-static-layers .tp-parallax-container').each(function(){ - pcnts.push(jQuery(this)); - }); - - jQuery.each(pcnts, function() { - var pc = jQuery(this), - bl = parseInt(pc.data('parallaxlevel'),0), - pl = _.type=="3D" || _.type=="3d" ? bl/200 : bl/100, - offsh = diffh * pl, - offsv = diffv * pl; - if (_.type=="scroll+mouse" || _.type=="mouse+scroll" ) - punchgs.TweenLite.to(pc,s,{force3D:"auto",x:offsh,ease:punchgs.Power3.easeOut,overwrite:"all"}); - else - punchgs.TweenLite.to(pc,s,{force3D:"auto",x:offsh,y:offsv,ease:punchgs.Power3.easeOut,overwrite:"all"}); - }); - - if (_.type=="3D" || _.type=="3d") { - var sctor = '.tp-revslider-slidesli .dddwrapper, .dddwrappershadow, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer'; - if (opt.sliderType==="carousel") sctor = ".tp-revslider-slidesli .dddwrapper, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer"; - opt.c.find(sctor).each(function() { - var t = jQuery(this), - pl = _.levels[_.levels.length-1]/200, - offsh = diffh * pl, - offsv = diffv * pl, - offrv = opt.conw == 0 ? 0 : Math.round((diffh / opt.conw * pl)*100) || 0, - offrh = opt.conh == 0 ? 0 : Math.round((diffv / opt.conh * pl)*100) || 0, - li = t.closest('li'), - zz = 0, - itslayer = false; - - if (t.hasClass("dddwrapper-layer")) { - zz = _.ddd_z_correction || 65; - itslayer = true; - } - - if (t.hasClass("dddwrapper-layer")) { - offsh=0; - offsv=0; - } - - if (li.hasClass("active-revslide") || opt.sliderType!="carousel") - if (_.ddd_bgfreeze!="on" || (itslayer)) - punchgs.TweenLite.to(t,s,{rotationX:offrh, rotationY:-offrv, x:offsh, z:zz,y:offsv,ease:punchgs.Power3.easeOut,overwrite:"all"}); - else - punchgs.TweenLite.to(t,0.5,{force3D:"auto",rotationY:0, rotationX:0, z:0,ease:punchgs.Power3.easeOut,overwrite:"all"}); - else - punchgs.TweenLite.to(t,0.5,{force3D:"auto",rotationY:0,z:0,x:0,y:0, rotationX:0, z:0,ease:punchgs.Power3.easeOut,overwrite:"all"}); - - if (event.type=="mouseleave") - punchgs.TweenLite.to(jQuery(this),3.8,{z:0, ease:punchgs.Power3.easeOut}); - }); - } - }); - - if (_ISM) - window.ondeviceorientation = function(event) { - var y = Math.round(event.beta || 0)-70, - x = Math.round(event.gamma || 0); - - var currslide = container.find('.active-revslide'); - - if (jQuery(window).width() > jQuery(window).height()){ - var xx = x; - x = y; - y = xx; - } - - var cw = container.width(), - ch = container.height(), - diffh = (360/cw * x), - diffv = (180/ch * y), - s = _.speed/1000 || 3, - pcnts = []; - - currslide.find(".tp-parallax-container").each(function(i){ - pcnts.push(jQuery(this)); - }); - container.find('.tp-static-layers .tp-parallax-container').each(function(){ - pcnts.push(jQuery(this)); - }); - - jQuery.each(pcnts, function() { - var pc = jQuery(this), - bl = parseInt(pc.data('parallaxlevel'),0), - pl = bl/100, - offsh = diffh * pl*2, - offsv = diffv * pl*4; - punchgs.TweenLite.to(pc,s,{force3D:"auto",x:offsh,y:offsv,ease:punchgs.Power3.easeOut,overwrite:"all"}); - }); - - if (_.type=="3D" || _.type=="3d") { - var sctor = '.tp-revslider-slidesli .dddwrapper, .dddwrappershadow, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer'; - if (opt.sliderType==="carousel") sctor = ".tp-revslider-slidesli .dddwrapper, .tp-revslider-slidesli .dddwrapper-layer, .tp-static-layers .dddwrapper-layer"; - opt.c.find(sctor).each(function() { - var t = jQuery(this), - pl = _.levels[_.levels.length-1]/200 - offsh = diffh * pl, - offsv = diffv * pl*3, - offrv = opt.conw == 0 ? 0 : Math.round((diffh / opt.conw * pl)*500) || 0, - offrh = opt.conh == 0 ? 0 : Math.round((diffv / opt.conh * pl)*700) || 0, - li = t.closest('li'), - zz = 0, - itslayer = false; - - if (t.hasClass("dddwrapper-layer")) { - zz = _.ddd_z_correction || 65; - itslayer = true; - } - - if (t.hasClass("dddwrapper-layer")) { - offsh=0; - offsv=0; - } - - if (li.hasClass("active-revslide") || opt.sliderType!="carousel") - if (_.ddd_bgfreeze!="on" || (itslayer)) - punchgs.TweenLite.to(t,s,{rotationX:offrh, rotationY:-offrv, x:offsh, z:zz,y:offsv,ease:punchgs.Power3.easeOut,overwrite:"all"}); - else - punchgs.TweenLite.to(t,0.5,{force3D:"auto",rotationY:0, rotationX:0, z:0,ease:punchgs.Power3.easeOut,overwrite:"all"}); - else - punchgs.TweenLite.to(t,0.5,{force3D:"auto",rotationY:0,z:0,x:0,y:0, rotationX:0, z:0,ease:punchgs.Power3.easeOut,overwrite:"all"}); - - if (event.type=="mouseleave") - punchgs.TweenLite.to(jQuery(this),3.8,{z:0, ease:punchgs.Power3.easeOut}); - }); - } - } - } - - _R.scrollTicker(opt,container); - - - }, - - scrollTicker : function(opt,container) { - var faut; - - if (opt.scrollTicker!=true) { - opt.scrollTicker = true; - if (_ISM) { - punchgs.TweenLite.ticker.fps(150); - punchgs.TweenLite.ticker.addEventListener("tick",function() {_R.scrollHandling(opt);},container,false,1); - } else { - jQuery(window).on('scroll mousewheel DOMMouseScroll', function() { - _R.scrollHandling(opt,true); - }); - } - - } - _R.scrollHandling(opt, true); - }, - - - - // - SET POST OF SCROLL PARALLAX - - scrollHandling : function(opt,fromMouse) { - - opt.lastwindowheight = opt.lastwindowheight || jQuery(window).height(); - - var t = opt.c.offset().top, - st = jQuery(window).scrollTop(), - b = new Object(), - _v = opt.viewPort, - _ = opt.parallax; - - - if (opt.lastscrolltop==st && !opt.duringslidechange && !fromMouse) return false; - //if (opt.lastscrolltop==st) return false; - - - - function saveLastScroll(opt,st) { - opt.lastscrolltop = st; - } - punchgs.TweenLite.delayedCall(0.2,saveLastScroll,[opt,st]); - - b.top = (t-st); - b.h = opt.conh==0 ? opt.c.height() : opt.conh; - b.bottom = (t-st) + b.h; - - var proc = b.top<0 || b.h>opt.lastwindowheight ? b.top / b.h : b.bottom>opt.lastwindowheight ? (b.bottom-opt.lastwindowheight) / b.h : 0; - opt.scrollproc = proc; - - if (_R.callBackHandling) - _R.callBackHandling(opt,"parallax","start"); - - - - if (_v.enable) { - var area = 1-Math.abs(proc); - area = area<0 ? 0 : area; - // To Make sure it is not any more in % - if (!jQuery.isNumeric(_v.visible_area)) - if (_v.visible_area.indexOf('%')!==-1) - _v.visible_area = parseInt(_v.visible_area)/100; - - - if (1-_v.visible_area<=area) { - if (!opt.inviewport) { - opt.inviewport = true; - _R.enterInViewPort(opt); - } - } else { - if (opt.inviewport) { - opt.inviewport = false; - _R.leaveViewPort(opt); - } - } - } - - - // SCROLL BASED PARALLAX EFFECT - if (_ISM && opt.parallax.disable_onmobile=="on") return false; - - var pt = new punchgs.TimelineLite(); - pt.pause(); - - if (_.type!="3d" && _.type!="3D") { - if (_.type=="scroll" || _.type=="scroll+mouse" || _.type=="mouse+scroll") - opt.c.find(".tp-parallax-container").each(function(i) { - var pc = jQuery(this), - pl = parseInt(pc.data('parallaxlevel'),0)/100, - offsv = proc * -(pl*opt.conh) || 0; - - pc.data('parallaxoffset',offsv); - pt.add(punchgs.TweenLite.set(pc,{force3D:"auto",y:offsv}),0); - }); - - opt.c.find('.tp-revslider-slidesli .slotholder, .tp-revslider-slidesli .rs-background-video-layer').each(function() { - - var t = jQuery(this), - l = t.data('bgparallax') || opt.parallax.bgparallax; - l = l == "on" ? 1 : l; - if (l!== undefined || l !== "off") { - - var pl = opt.parallax.levels[parseInt(l,0)-1]/100, - offsv = proc * -(pl*opt.conh) || 0; - - - if (jQuery.isNumeric(offsv)) - pt.add(punchgs.TweenLite.set(t,{position:"absolute",top:"0px",left:"0px",backfaceVisibility:"hidden",force3D:"true",y:offsv+"px"}),0); - } - }); - } - - if (_R.callBackHandling) - _R.callBackHandling(opt,"parallax","end"); - - pt.play(0); - } - -}); - - - -//// END OF PARALLAX EFFECT -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.slideanims.js b/public/js/main/extensions/source/revolution.extension.slideanims.js deleted file mode 100644 index 35cce36..0000000 --- a/public/js/main/extensions/source/revolution.extension.slideanims.js +++ /dev/null @@ -1,1397 +0,0 @@ -/************************************************ - * REVOLUTION 5.2 EXTENSION - SLIDE ANIMATIONS - * @version: 1.1.2 (23.02.2016) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -************************************************/ - -(function($) { - -var _R = jQuery.fn.revolution; - - /////////////////////////////////////////// - // EXTENDED FUNCTIONS AVAILABLE GLOBAL // - /////////////////////////////////////////// - jQuery.extend(true,_R, { - - animateSlide : function(nexttrans, comingtransition, container, opt, nextli, actli, nextsh, actsh, mtl) { - return animateSlideIntern(nexttrans, comingtransition, container, opt, nextli, actli, nextsh, actsh, mtl) - } - - }); - -//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////////// SLIDE TRANSITION MODULES //////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - - -////////////////////////////////////////////////////// -// -// * Revolution Slider - TRANSITION PREDEFINITION MODULES -// * @version: 5.0.0 (13.02.2015) -// * @author ThemePunch -// -////////////////////////////////////////////////////// - - - /////////////////////// - // PREPARE THE SLIDE // - ////////////////////// - var prepareOneSlide = function(slotholder,opt,visible,vorh) { - - var sh=slotholder, - img = sh.find('.defaultimg'), - scalestart = sh.data('zoomstart'), - rotatestart = sh.data('rotationstart'); - - if (img.data('currotate')!=undefined) - rotatestart = img.data('currotate'); - if (img.data('curscale')!=undefined && vorh=="box") - scalestart = img.data('curscale')*100; - else - if (img.data('curscale')!=undefined) - scalestart = img.data('curscale'); - - _R.slotSize(img,opt); - - - var src = img.attr('src'), - bgcolor=img.css('backgroundColor'), - w = opt.width, - h = opt.height, - fulloff = img.data("fxof"), - fullyoff=0; - - if (opt.autoHeight=="on") h = opt.c.height(); - if (fulloff==undefined) fulloff=0; - - var off=0, - bgfit = img.data('bgfit'), - bgrepeat = img.data('bgrepeat'), - bgposition = img.data('bgposition'); - - if (bgfit==undefined) bgfit="cover"; - if (bgrepeat==undefined) bgrepeat="no-repeat"; - if (bgposition==undefined) bgposition="center center"; - - - switch (vorh) { - // BOX ANIMATION PREPARING - case "box": - // SET THE MINIMAL SIZE OF A BOX - //var basicsize = 0, - var x = 0, - y = 0; - - /*if (opt.sloth>opt.slotw) - basicsize=opt.sloth - else - basicsize=opt.slotw; - - opt.slotw = basicsize; - opt.sloth = basicsize;*/ - - - for (var j=0;j'+ - - '
'+ - - '
'+ - '
'); - y=y+opt.sloth; - if (scalestart!=undefined && rotatestart!=undefined) - punchgs.TweenLite.set(sh.find('.slot').last(),{rotationZ:rotatestart}); - } - x=x+opt.slotw; - } - break; - - // SLOT ANIMATION PREPARING - case "vertical": - case "horizontal": - - if (vorh == "horizontal") { - if (!visible) var off=0-opt.slotw; - for (var i=0;i'+ - '
'+ - '
'+ - '
'); - if (scalestart!=undefined && rotatestart!=undefined) - punchgs.TweenLite.set(sh.find('.slot').last(),{rotationZ:rotatestart}); - - } - } else { - if (!visible) var off=0-opt.sloth; - for (var i=0;i'+ - - '
'+ - '
'+ - - '
'); - if (scalestart!=undefined && rotatestart!=undefined) - punchgs.TweenLite.set(sh.find('.slot').last(),{rotationZ:rotatestart}); - - } - } - break; - } - } - - - -var getSliderTransitionParameters = function(container,opt,comingtransition,nextsh,slidedirection) { - - - /* Transition Name , - Transition Code, - Transition Sub Code, - Max Slots, - MasterSpeed Delays, - Preparing Slots (box,slideh, slidev), - Call on nextsh (null = no, true/false for visibility first preparing), - Call on actsh (null = no, true/false for visibility first preparing), - Index of Animation - easeIn, - easeOut, - speed, - slots, - */ - - - var p1i = punchgs.Power1.easeIn, - p1o = punchgs.Power1.easeOut, - p1io = punchgs.Power1.easeInOut, - p2i = punchgs.Power2.easeIn, - p2o = punchgs.Power2.easeOut, - p2io = punchgs.Power2.easeInOut, - p3i = punchgs.Power3.easeIn, - p3o = punchgs.Power3.easeOut, - p3io = punchgs.Power3.easeInOut, - flatTransitions = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45], - premiumTransitions = [16,17,18,19,20,21,22,23,24,25,27], - nexttrans =0, - specials = 1, - STAindex = 0, - indexcounter =0, - STA = new Array, - transitionsArray = [ ['boxslide' , 0, 1, 10, 0,'box',false,null,0,p1o,p1o,500,6], - ['boxfade', 1, 0, 10, 0,'box',false,null,1,p1io,p1io,700,5], - ['slotslide-horizontal', 2, 0, 0, 200,'horizontal',true,false,2,p2io,p2io,700,3], - ['slotslide-vertical', 3, 0,0,200,'vertical',true,false,3,p2io,p2io,700,3], - ['curtain-1', 4, 3,0,0,'horizontal',true,true,4,p1o,p1o,300,5], - ['curtain-2', 5, 3,0,0,'horizontal',true,true,5,p1o,p1o,300,5], - ['curtain-3', 6, 3,25,0,'horizontal',true,true,6,p1o,p1o,300,5], - ['slotzoom-horizontal', 7, 0,0,400,'horizontal',true,true,7,p1o,p1o,300,7], - ['slotzoom-vertical', 8, 0,0,0,'vertical',true,true,8,p2o,p2o,500,8], - ['slotfade-horizontal', 9, 0,0,500,'horizontal',true,null,9,p2o,p2o,500,25], - ['slotfade-vertical', 10, 0,0 ,500,'vertical',true,null,10,p2o,p2o,500,25], - ['fade', 11, 0, 1 ,300,'horizontal',true,null,11,p2io,p2io,1000,1], - ['crossfade', 11, 1, 1 ,300,'horizontal',true,null,11,p2io,p2io,1000,1], - ['fadethroughdark', 11, 2, 1 ,300,'horizontal',true,null,11,p2io,p2io,1000,1], - ['fadethroughlight', 11, 3, 1 ,300,'horizontal',true,null,11,p2io,p2io,1000,1], - ['fadethroughtransparent', 11, 4, 1 ,300,'horizontal',true,null,11,p2io,p2io,1000,1], - ['slideleft', 12, 0,1,0,'horizontal',true,true,12,p3io,p3io,1000,1], - ['slideup', 13, 0,1,0,'horizontal',true,true,13,p3io,p3io,1000,1], - ['slidedown', 14, 0,1,0,'horizontal',true,true,14,p3io,p3io,1000,1], - ['slideright', 15, 0,1,0,'horizontal',true,true,15,p3io,p3io,1000,1], - ['slideoverleft', 12, 7,1,0,'horizontal',true,true,12,p3io,p3io,1000,1], - ['slideoverup', 13, 7,1,0,'horizontal',true,true,13,p3io,p3io,1000,1], - ['slideoverdown', 14, 7,1,0,'horizontal',true,true,14,p3io,p3io,1000,1], - ['slideoverright', 15, 7,1,0,'horizontal',true,true,15,p3io,p3io,1000,1], - ['slideremoveleft', 12, 8,1,0,'horizontal',true,true,12,p3io,p3io,1000,1], - ['slideremoveup', 13, 8,1,0,'horizontal',true,true,13,p3io,p3io,1000,1], - ['slideremovedown', 14, 8,1,0,'horizontal',true,true,14,p3io,p3io,1000,1], - ['slideremoveright', 15, 8,1,0,'horizontal',true,true,15,p3io,p3io,1000,1], - ['papercut', 16, 0,0,600,'',null,null,16,p3io,p3io,1000,2], - ['3dcurtain-horizontal', 17, 0,20,100,'vertical',false,true,17,p1io,p1io,500,7], - ['3dcurtain-vertical', 18, 0,10,100,'horizontal',false,true,18,p1io,p1io,500,5], - ['cubic', 19, 0,20,600,'horizontal',false,true,19,p3io,p3io,500,1], - ['cube',19,0,20,600,'horizontal',false,true,20,p3io,p3io,500,1], - ['flyin', 20, 0,4,600,'vertical',false,true,21,p3o,p3io,500,1], - ['turnoff', 21, 0,1,500,'horizontal',false,true,22,p3io,p3io,500,1], - ['incube', 22, 0,20,200,'horizontal',false,true,23,p2io,p2io,500,1], - ['cubic-horizontal', 23, 0,20,500,'vertical',false,true,24,p2o,p2o,500,1], - ['cube-horizontal', 23, 0,20,500,'vertical',false,true,25,p2o,p2o,500,1], - ['incube-horizontal', 24, 0,20,500,'vertical',false,true,26,p2io,p2io,500,1], - ['turnoff-vertical', 25, 0,1,200,'horizontal',false,true,27,p2io,p2io,500,1], - ['fadefromright', 12, 1,1,0,'horizontal',true,true,28,p2io,p2io,1000,1], - ['fadefromleft', 15, 1,1,0,'horizontal',true,true,29,p2io,p2io,1000,1], - ['fadefromtop', 14, 1,1,0,'horizontal',true,true,30,p2io,p2io,1000,1], - ['fadefrombottom', 13, 1,1,0,'horizontal',true,true,31,p2io,p2io,1000,1], - ['fadetoleftfadefromright', 12, 2,1,0,'horizontal',true,true,32,p2io,p2io,1000,1], - ['fadetorightfadefromleft', 15, 2,1,0,'horizontal',true,true,33,p2io,p2io,1000,1], - ['fadetobottomfadefromtop', 14, 2,1,0,'horizontal',true,true,34,p2io,p2io,1000,1], - ['fadetotopfadefrombottom', 13, 2,1,0,'horizontal',true,true,35,p2io,p2io,1000,1], - ['parallaxtoright', 12, 3,1,0,'horizontal',true,true,36,p2io,p2i,1500,1], - ['parallaxtoleft', 15, 3,1,0,'horizontal',true,true,37,p2io,p2i,1500,1], - ['parallaxtotop', 14, 3,1,0,'horizontal',true,true,38,p2io,p1i,1500,1], - ['parallaxtobottom', 13, 3,1,0,'horizontal',true,true,39,p2io,p1i,1500,1], - ['scaledownfromright', 12, 4,1,0,'horizontal',true,true,40,p2io,p2i,1000,1], - ['scaledownfromleft', 15, 4,1,0,'horizontal',true,true,41,p2io,p2i,1000,1], - ['scaledownfromtop', 14, 4,1,0,'horizontal',true,true,42,p2io,p2i,1000,1], - ['scaledownfrombottom', 13, 4,1,0,'horizontal',true,true,43,p2io,p2i,1000,1], - ['zoomout', 13, 5,1,0,'horizontal',true,true,44,p2io,p2i,1000,1], - ['zoomin', 13, 6,1,0,'horizontal',true,true,45,p2io,p2i,1000,1], - ['slidingoverlayup', 27, 0,1,0,'horizontal',true,true,47,p1io,p1o,2000,1], - ['slidingoverlaydown', 28, 0,1,0,'horizontal',true,true,48,p1io,p1o,2000,1], - ['slidingoverlayright', 30, 0,1,0,'horizontal',true,true,49,p1io,p1o,2000,1], - ['slidingoverlayleft', 29, 0,1,0,'horizontal',true,true,50,p1io,p1o,2000,1], - ['parallaxcirclesup', 31, 0,1,0,'horizontal',true,true,51,p2io,p1i,1500,1], - ['parallaxcirclesdown', 32, 0,1,0,'horizontal',true,true,52,p2io,p1i,1500,1], - ['parallaxcirclesright', 33, 0,1,0,'horizontal',true,true,53,p2io,p1i,1500,1], - ['parallaxcirclesleft', 34, 0,1,0,'horizontal',true,true,54,p2io,p1i,1500,1], - ['notransition',26,0,1,0,'horizontal',true,null,46,p2io,p2i,1000,1], - ['parallaxright', 12, 3,1,0,'horizontal',true,true,55,p2io,p2i,1500,1], - ['parallaxleft', 15, 3,1,0,'horizontal',true,true,56,p2io,p2i,1500,1], - ['parallaxup', 14, 3,1,0,'horizontal',true,true,57,p2io,p1i,1500,1], - ['parallaxdown', 13, 3,1,0,'horizontal',true,true,58,p2io,p1i,1500,1], - ]; - - opt.duringslidechange = true; - - // INTERNAL TEST FOR TRANSITIONS - opt.testanims = false; - if (opt.testanims==true) { - opt.nexttesttransform = opt.nexttesttransform === undefined ? 34 : opt.nexttesttransform + 1; - opt.nexttesttransform = opt.nexttesttransform>70 ? 0 : opt.nexttesttransform; - comingtransition = transitionsArray[opt.nexttesttransform][0]; - console.log(comingtransition+" "+opt.nexttesttransform+" "+transitionsArray[opt.nexttesttransform][1]+" "+transitionsArray[opt.nexttesttransform][2]); - } - - - // CHECK AUTO DIRECTION FOR TRANSITION ARTS - jQuery.each(["parallaxcircles","slidingoverlay","slide","slideover","slideremove","parallax"],function(i,b) { - if (comingtransition==b+"horizontal") comingtransition = slidedirection!=1 ? b+"left" : b+"right"; - if (comingtransition==b+"vertical") comingtransition = slidedirection!=1 ? b+"up" : b+"down"; - }); - - - - // RANDOM TRANSITIONS - if (comingtransition == "random") { - comingtransition = Math.round(Math.random()*transitionsArray.length-1); - if (comingtransition>transitionsArray.length-1) comingtransition=transitionsArray.length-1; - } - - // RANDOM FLAT TRANSITIONS - if (comingtransition == "random-static") { - comingtransition = Math.round(Math.random()*flatTransitions.length-1); - if (comingtransition>flatTransitions.length-1) comingtransition=flatTransitions.length-1; - comingtransition = flatTransitions[comingtransition]; - } - - // RANDOM PREMIUM TRANSITIONS - if (comingtransition == "random-premium") { - comingtransition = Math.round(Math.random()*premiumTransitions.length-1); - if (comingtransition>premiumTransitions.length-1) comingtransition=premiumTransitions.length-1; - comingtransition = premiumTransitions[comingtransition]; - } - - //joomla only change: avoid problematic transitions that don't compatible with mootools - var problematicTransitions = [12,13,14,15,16,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45]; - if(opt.isJoomla == true && window.MooTools != undefined && problematicTransitions.indexOf(comingtransition) != -1){ - - var newTransIndex = Math.round(Math.random() * (premiumTransitions.length-2) ) + 1; - - //some limits fix - if (newTransIndex > premiumTransitions.length-1) - newTransIndex = premiumTransitions.length-1; - - if(newTransIndex == 0) - newTransIndex = 1; - - comingtransition = premiumTransitions[newTransIndex]; - } - - - - function findTransition() { - // FIND THE RIGHT TRANSITION PARAMETERS HERE - jQuery.each(transitionsArray,function(inde,trans) { - if (trans[0] == comingtransition || trans[8] == comingtransition) { - nexttrans = trans[1]; - specials = trans[2]; - STAindex = indexcounter; - } - indexcounter = indexcounter+1; - }) - } - - findTransition(); - - - - if (nexttrans>30) nexttrans = 30; - if (nexttrans<0) nexttrans = 0; - - - - var obj = new Object(); - obj.nexttrans = nexttrans; - obj.STA = transitionsArray[STAindex]; // PREPARED DEFAULT SETTINGS PER TRANSITION - obj.specials = specials; - return obj; - - -} - - -/************************************* - - ANIMATE THE SLIDE - -*************************************/ - -var gSlideTransA = function(a,i) { - if (i==undefined || jQuery.isNumeric(a)) return a; - if (a==undefined) return a; - return a.split(",")[i]; -} - -var animateSlideIntern = function(nexttrans, comingtransition, container, opt, nextli, actli, nextsh, actsh, mtl) { - - // GET THE TRANSITION - - var ai = actli.index(), - ni = nextli.index(), - slidedirection = ni opt.delay ? opt.delay : masterspeed; - - // ADJUST MASTERSPEED - masterspeed = masterspeed + STA[4]; - - - /////////////////////// - // ADJUST SLOTS // - /////////////////////// - opt.slots = gSlideTransA(nextli.data('slotamount'),ctid); - opt.slots = opt.slots==undefined || opt.slots=="default" ? STA[12] : opt.slots=="random" ? Math.round(Math.random()*12+4) : opt.slots; - opt.slots = opt.slots < 1 ? comingtransition=="boxslide" ? Math.round(Math.random()*6+3) : comingtransition=="flyin" ? Math.round(Math.random()*4+1) : opt.slots : opt.slots; - opt.slots = (nexttrans==4 || nexttrans==5 || nexttrans==6) && opt.slots<3 ? 3 : opt.slots; - opt.slots = STA[3] != 0 ? Math.min(opt.slots,STA[3]) : opt.slots; - opt.slots = nexttrans==9 ? opt.width/20 : nexttrans==10 ? opt.height/20 : opt.slots; - - - ///////////////////////////////////////////// - // SET THE ACTUAL AMOUNT OF SLIDES !! // - // SET A RANDOM AMOUNT OF SLOTS // - /////////////////////////////////////////// - opt.rotate = gSlideTransA(nextli.data('rotate'),ctid); - opt.rotate = opt.rotate==undefined || opt.rotate=="default" ? 0 : opt.rotate==999 || opt.rotate=="random" ? Math.round(Math.random()*360) : opt.rotate; - opt.rotate = (!jQuery.support.transition || opt.ie || opt.ie9) ? 0 : opt.rotate; - - - - - - // prepareOneSlide - if (nexttrans!=11) { - if (STA[7] !=null) prepareOneSlide(actsh,opt,STA[7],STA[5]); - if (STA[6] !=null) prepareOneSlide(nextsh,opt,STA[6],STA[5]); - } - - // DEFAULT SETTINGS FOR NEXT AND ACT SH - mtl.add(punchgs.TweenLite.set(nextsh.find('.defaultvid'),{y:0,x:0,top:0,left:0,scale:1}),0); - mtl.add(punchgs.TweenLite.set(actsh.find('.defaultvid'),{y:0,x:0,top:0,left:0,scale:1}),0); - mtl.add(punchgs.TweenLite.set(nextsh.find('.defaultvid'),{y:"+0%",x:"+0%"}),0); - mtl.add(punchgs.TweenLite.set(actsh.find('.defaultvid'),{y:"+0%",x:"+0%"}),0); - mtl.add(punchgs.TweenLite.set(nextsh,{autoAlpha:1,y:"+0%",x:"+0%"}),0); - mtl.add(punchgs.TweenLite.set(actsh,{autoAlpha:1,y:"+0%",x:"+0%"}),0); - mtl.add(punchgs.TweenLite.set(nextsh.parent(),{backgroundColor:"transparent"}),0); - mtl.add(punchgs.TweenLite.set(actsh.parent(),{backgroundColor:"transparent"}),0); - - - - var ei= gSlideTransA(nextli.data('easein'),ctid), - eo =gSlideTransA(nextli.data('easeout'),ctid); - - ei = ei==="default" ? STA[9] || punchgs.Power2.easeInOut : ei || STA[9] || punchgs.Power2.easeInOut; - eo = eo==="default" ? STA[10] || punchgs.Power2.easeInOut : eo || STA[10] || punchgs.Power2.easeInOut; - - - ///////////////////////////////////// - // THE SLOTSLIDE - TRANSITION I. // - //////////////////////////////////// - if (nexttrans==0) { // BOXSLIDE - - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - var maxz = Math.ceil(opt.height/opt.sloth); - var curz = 0; - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - curz=curz+1; - if (curz==maxz) curz=0; - - mtl.add(punchgs.TweenLite.from(ss,(masterspeed)/600, - {opacity:0,top:(0-opt.sloth),left:(0-opt.slotw),rotation:opt.rotate,force3D:"auto",ease:ei}),((j*15) + ((curz)*30))/1500); - }); - } - ///////////////////////////////////// - // THE SLOTSLIDE - TRANSITION I. // - //////////////////////////////////// - if (nexttrans==1) { - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - var maxtime, - maxj = 0; - - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this), - rand=Math.random()*masterspeed+300, - rand2=Math.random()*500+200; - if (rand+rand2>maxtime) { - maxtime = rand2+rand2; - maxj = j; - } - mtl.add(punchgs.TweenLite.from(ss,rand/1000, - {autoAlpha:0, force3D:"auto",rotation:opt.rotate,ease:ei}),rand2/1000); - }); - } - - - ///////////////////////////////////// - // THE SLOTSLIDE - TRANSITION I. // - //////////////////////////////////// - if (nexttrans==2) { - - var subtl = new punchgs.TimelineLite(); - // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT - actsh.find('.slotslide').each(function() { - var ss=jQuery(this); - subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000,{left:opt.slotw,ease:ei, force3D:"auto",rotation:(0-opt.rotate)}),0); - mtl.add(subtl,0); - }); - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - nextsh.find('.slotslide').each(function() { - var ss=jQuery(this); - subtl.add(punchgs.TweenLite.from(ss,masterspeed/1000,{left:0-opt.slotw,ease:ei, force3D:"auto",rotation:opt.rotate}),0); - mtl.add(subtl,0); - }); - } - - - - ///////////////////////////////////// - // THE SLOTSLIDE - TRANSITION I. // - //////////////////////////////////// - if (nexttrans==3) { - var subtl = new punchgs.TimelineLite(); - - // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT - actsh.find('.slotslide').each(function() { - var ss=jQuery(this); - subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000,{top:opt.sloth,ease:ei,rotation:opt.rotate,force3D:"auto",transformPerspective:600}),0); - mtl.add(subtl,0); - - }); - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - nextsh.find('.slotslide').each(function() { - var ss=jQuery(this); - subtl.add(punchgs.TweenLite.from(ss,masterspeed/1000,{top:0-opt.sloth,rotation:opt.rotate,ease:eo,force3D:"auto",transformPerspective:600}),0); - mtl.add(subtl,0); - }); - } - - - - ///////////////////////////////////// - // THE SLOTSLIDE - TRANSITION I. // - //////////////////////////////////// - if (nexttrans==4 || nexttrans==5) { - - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - var cspeed = (masterspeed)/1000, - ticker = cspeed, - subtl = new punchgs.TimelineLite(); - - actsh.find('.slotslide').each(function(i) { - var ss=jQuery(this); - var del = (i*cspeed)/opt.slots; - if (nexttrans==5) del = ((opt.slots-i-1)*cspeed)/(opt.slots)/1.5; - subtl.add(punchgs.TweenLite.to(ss,cspeed*3,{transformPerspective:600,force3D:"auto",top:0+opt.height,opacity:0.5,rotation:opt.rotate,ease:ei,delay:del}),0); - mtl.add(subtl,0); - }); - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - nextsh.find('.slotslide').each(function(i) { - var ss=jQuery(this); - var del = (i*cspeed)/opt.slots; - if (nexttrans==5) del = ((opt.slots-i-1)*cspeed)/(opt.slots)/1.5; - subtl.add(punchgs.TweenLite.from(ss,cspeed*3, - {top:(0-opt.height),opacity:0.5,rotation:opt.rotate,force3D:"auto",ease:punchgs.eo,delay:del}),0); - mtl.add(subtl,0); - - }); - - - } - - ///////////////////////////////////// - // THE SLOTSLIDE - TRANSITION I. // - //////////////////////////////////// - if (nexttrans==6) { - - - if (opt.slots<2) opt.slots=2; - if (opt.slots % 2) opt.slots = opt.slots+1; - - var subtl = new punchgs.TimelineLite(); - - //SET DEFAULT IMG UNVISIBLE - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - - actsh.find('.slotslide').each(function(i) { - var ss=jQuery(this); - if (i+1opt.delay) masterspeed=opt.delay; - var subtl = new punchgs.TimelineLite(); - - //SET DEFAULT IMG UNVISIBLE - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - - // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT - actsh.find('.slotslide').each(function() { - var ss=jQuery(this).find('div'); - subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000,{ - left:(0-opt.slotw/2)+'px', - top:(0-opt.height/2)+'px', - width:(opt.slotw*2)+"px", - height:(opt.height*2)+"px", - opacity:0, - rotation:opt.rotate, - force3D:"auto", - ease:ei}),0); - mtl.add(subtl,0); - - }); - - ////////////////////////////////////////////////////////////// - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT // - /////////////////////////////////////////////////////////////// - nextsh.find('.slotslide').each(function(i) { - var ss=jQuery(this).find('div'); - - subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {left:0,top:0,opacity:0,transformPerspective:600}, - {left:(0-i*opt.slotw)+'px', - ease:eo, - force3D:"auto", - top:(0)+'px', - width:opt.width, - height:opt.height, - opacity:1,rotation:0, - delay:0.1}),0); - mtl.add(subtl,0); - }); - } - - - - - //////////////////////////////////// - // THE SLOTSZOOM - TRANSITION II. // - //////////////////////////////////// - if (nexttrans==8) { - - masterspeed = masterspeed * 3; - if (masterspeed>opt.delay) masterspeed=opt.delay; - var subtl = new punchgs.TimelineLite(); - - - - // ALL OLD SLOTS SHOULD BE SLIDED TO THE RIGHT - actsh.find('.slotslide').each(function() { - var ss=jQuery(this).find('div'); - subtl.add(punchgs.TweenLite.to(ss,masterspeed/1000, - {left:(0-opt.width/2)+'px', - top:(0-opt.sloth/2)+'px', - width:(opt.width*2)+"px", - height:(opt.sloth*2)+"px", - force3D:"auto", - ease:ei, - opacity:0,rotation:opt.rotate}),0); - mtl.add(subtl,0); - - }); - - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT // - /////////////////////////////////////////////////////////////// - nextsh.find('.slotslide').each(function(i) { - var ss=jQuery(this).find('div'); - - subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {left:0, top:0,opacity:0,force3D:"auto"}, - {'left':(0)+'px', - 'top':(0-i*opt.sloth)+'px', - 'width':(nextsh.find('.defaultimg').data('neww'))+"px", - 'height':(nextsh.find('.defaultimg').data('newh'))+"px", - opacity:1, - ease:eo,rotation:0, - }),0); - mtl.add(subtl,0); - }); - } - - - //////////////////////////////////////// - // THE SLOTSFADE - TRANSITION III. // - ////////////////////////////////////// - if (nexttrans==9 || nexttrans==10) { - var ssamount=0; - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - nextsh.find('.slotslide').each(function(i) { - var ss=jQuery(this); - ssamount++; - mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000,{autoAlpha:0,force3D:"auto",transformPerspective:600}, - {autoAlpha:1,ease:ei,delay:(i*5)/1000}),0); - - }); - } - - - ////////////////////// - // SLIDING OVERLAYS // - ////////////////////// - - if (nexttrans==27||nexttrans==28||nexttrans==29||nexttrans==30) { - - var slot = nextsh.find('.slot'), - nd = nexttrans==27 || nexttrans==28 ? 1 : 2, - mhp = nexttrans==27 || nexttrans==29 ? "-100%" : "+100%", - php = nexttrans==27 || nexttrans==29 ? "+100%" : "-100%", - mep = nexttrans==27 || nexttrans==29 ? "-80%" : "80%", - pep = nexttrans==27 || nexttrans==29 ? "80%" : "-80%", - ptp = nexttrans==27 || nexttrans==29 ? "10%" : "-10%", - fa = {overwrite:"all"}, - ta = {autoAlpha:0,zIndex:1,force3D:"auto",ease:ei}, - fb = {position:"inherit",autoAlpha:0,overwrite:"all",zIndex:1}, - tb = {autoAlpha:1,force3D:"auto",ease:eo}, - fc = {overwrite:"all",zIndex:2}, - tc = {autoAlpha:1,force3D:"auto",overwrite:"all",ease:ei}, - fd = {overwrite:"all",zIndex:2}, - td = {autoAlpha:1,force3D:"auto",ease:ei}, - at = nd==1 ? "y" : "x"; - - fa[at] = "0px"; - ta[at] = mhp; - fb[at] = ptp; - tb[at] = "0%"; - fc[at] = php; - tc[at] = mhp; - fd[at] = mep; - td[at] = pep; - - slot.append(''); - - mtl.add(punchgs.TweenLite.fromTo(actsh,masterspeed/1000,fa,ta),0); - mtl.add(punchgs.TweenLite.fromTo(nextsh.find('.defaultimg'),masterspeed/2000,fb,tb),masterspeed/2000); - mtl.add(punchgs.TweenLite.fromTo(slot,masterspeed/1000,fc,tc),0); - mtl.add(punchgs.TweenLite.fromTo(slot.find('.slotslide div'),masterspeed/1000,fd,td),0); - } - - - //////////////////////////////// - // PARALLAX CIRCLE TRANSITION // - //////////////////////////////// - - //nexttrans = 34; - if (nexttrans==31||nexttrans==32||nexttrans==33||nexttrans==34) { // up , down, right ,left - - masterspeed = 6000; - ei = punchgs.Power3.easeInOut; - - var ms = masterspeed / 1000; - mas = ms - ms/5, - _nt = nexttrans, - fy = _nt == 31 ? "+100%" : _nt == 32 ? "-100%" : "0%", - fx = _nt == 33 ? "+100%" : _nt == 34 ? "-100%" : "0%", - ty = _nt == 31 ? "-100%" : _nt == 32 ? "+100%" : "0%", - tx = _nt == 33 ? "-100%" : _nt == 34 ? "+100%" : "0%", - - - mtl.add(punchgs.TweenLite.fromTo(actsh,ms-(ms*0.2),{y:0,x:0},{y:ty,x:tx,ease:eo}),ms*0.2); - mtl.add(punchgs.TweenLite.fromTo(nextsh,ms,{y:fy, x:fx},{y:"0%",x:"0%",ease:ei}),0); - //mtl.add(punchgs.TweenLite.set(nextsh.find('.defaultimg'),{autoAlpha:0}),0);border:1px solid #fff - - function moveCircles(cont,ms,_nt,dir,ei) { - var slot = cont.find('.slot'), - pieces = 6, - sizearray = [2,1.2,0.9,0.7,0.55,0.42], - sw = cont.width(), - sh = cont.height(), - di = sh>sw ? (sw*2) / pieces : (sh*2) / pieces; - slot.wrap('
'); - - for (var i=0; ish ? sizearray[i]*sw : sizearray[i]*sh, - nw = nh, - - nl = 0 + (nw/2 - sw/2), - nt = 0 + (nh/2 - sh/2), - br = i!=0 ? "50%" : "0", - - ftop = _nt == 31 ? sh/2 - nh/2 : _nt == 32 ? sh/2 - nh/2 : sh/2 - nh/2, - fleft = _nt == 33 ? sw/2 - nw/2 : _nt == 34 ? sw - nw : sw/2 - nw/2, - fa = {scale:1,transformOrigo:"50% 50%",width:nw+"px",height:nh+"px",top:ftop+"px",left:fleft+"px",borderRadius:br}, - ta = {scale:1,top:sh/2 - nh/2,left:sw/2 - nw/2,ease:ei}, - - fftop = _nt == 31 ? nt : _nt == 32 ? nt : nt, - ffleft = _nt == 33 ? nl : _nt == 34 ? nl+(sw/2) : nl, - fb = {width:sw,height:sh,autoAlpha:1,top:fftop+"px",position:"absolute",left:ffleft+"px"}, - tb = {top:nt+"px",left:nl+"px",ease:ei}, - - speed = ms, - delay = 0; - - - - - mtl.add(punchgs.TweenLite.fromTo(t,speed,fa,ta),delay); - mtl.add(punchgs.TweenLite.fromTo(s,speed,fb,tb),delay); - mtl.add(punchgs.TweenLite.fromTo(t,0.001,{autoAlpha:0},{autoAlpha:1}),0); - } - }) - } - - nextsh.find('.slot').remove(); - nextsh.find('.defaultimg').clone().appendTo(nextsh).addClass("slot"); - moveCircles(nextsh, ms,_nt,"in",ei); - // moveCircles(actsh, mas,_nt,"out",eo); - - - - - - - - } - - ///////////////////////////// - // SIMPLE FADE ANIMATIONS // - //////////////////////////// - if (nexttrans==11) { - - if (specials>4) specials = 0; - - var ssamount=0, - bgcol = specials == 2 ? "#000000" : specials == 3 ? "#ffffff" : "transparent"; - - switch (specials) { - case 0: //FADE - mtl.add(punchgs.TweenLite.fromTo(nextsh,masterspeed/1000,{autoAlpha:0},{autoAlpha:1,force3D:"auto",ease:ei}),0); - break; - - case 1: // CROSSFADE - mtl.add(punchgs.TweenLite.fromTo(nextsh,masterspeed/1000,{autoAlpha:0},{autoAlpha:1,force3D:"auto",ease:ei}),0); - mtl.add(punchgs.TweenLite.fromTo(actsh,masterspeed/1000,{autoAlpha:1},{autoAlpha:0,force3D:"auto",ease:ei}),0); - break; - - case 2: - case 3: - case 4: - mtl.add(punchgs.TweenLite.set(actsh.parent(),{backgroundColor:bgcol,force3D:"auto"}),0); - mtl.add(punchgs.TweenLite.set(nextsh.parent(),{backgroundColor:"transparent",force3D:"auto"}),0); - mtl.add(punchgs.TweenLite.to(actsh,masterspeed/2000,{autoAlpha:0,force3D:"auto",ease:ei}),0); - mtl.add(punchgs.TweenLite.fromTo(nextsh,masterspeed/2000,{autoAlpha:0},{autoAlpha:1,force3D:"auto",ease:ei}),masterspeed/2000); - break; - - } - - mtl.add(punchgs.TweenLite.set(nextsh.find('.defaultimg'),{autoAlpha:1}),0); - mtl.add(punchgs.TweenLite.set(actsh.find('defaultimg'),{autoAlpha:1}),0); - - - } - - if (nexttrans==26) { - var ssamount=0; - masterspeed=0; - mtl.add(punchgs.TweenLite.fromTo(nextsh,masterspeed/1000,{autoAlpha:0},{autoAlpha:1,force3D:"auto",ease:ei}),0); - mtl.add(punchgs.TweenLite.to(actsh,masterspeed/1000,{autoAlpha:0,force3D:"auto",ease:ei}),0); - mtl.add(punchgs.TweenLite.set(nextsh.find('.defaultimg'),{autoAlpha:1}),0); - mtl.add(punchgs.TweenLite.set(actsh.find('defaultimg'),{autoAlpha:1}),0); - } - - - - if (nexttrans==12 || nexttrans==13 || nexttrans==14 || nexttrans==15) { - masterspeed = masterspeed; - if (masterspeed>opt.delay) masterspeed=opt.delay; - //masterspeed = 1000; - - setTimeout(function() { - punchgs.TweenLite.set(actsh.find('.defaultimg'),{autoAlpha:0}); - - },100); - - var oow = opt.width, - ooh = opt.height, - ssn=nextsh.find('.slotslide, .defaultvid'), - twx = 0, - twy = 0, - op = 1, - scal = 1, - fromscale = 1, - speedy = masterspeed/1000, - speedy2 = speedy; - - - if (opt.sliderLayout=="fullwidth" || opt.sliderLayout=="fullscreen") { - oow=ssn.width(); - ooh=ssn.height(); - } - - - - if (nexttrans==12) - twx = oow; - else - if (nexttrans==15) - twx = 0-oow; - else - if (nexttrans==13) - twy = ooh; - else - if (nexttrans==14) - twy = 0-ooh; - - - // DEPENDING ON EXTENDED SPECIALS, DIFFERENT SCALE AND OPACITY FUNCTIONS NEED TO BE ADDED - if (specials == 1) op = 0; - if (specials == 2) op = 0; - if (specials == 3) speedy = masterspeed / 1300; - - if (specials==4 || specials==5) - scal=0.6; - if (specials==6 ) - scal=1.4; - - - if (specials==5 || specials==6) { - fromscale=1.4; - op=0; - oow=0; - ooh=0;twx=0;twy=0; - } - if (specials==6) fromscale=0.6; - var dd = 0; - - if (specials==7) { - oow = 0; - ooh = 0; - } - - var inc = nextsh.find('.slotslide'), - outc = actsh.find('.slotslide, .defaultvid'); - - mtl.add(punchgs.TweenLite.set(actli,{zIndex:15}),0); - mtl.add(punchgs.TweenLite.set(nextli,{zIndex:20}),0); - - if (specials==8) { - - mtl.add(punchgs.TweenLite.set(actli,{zIndex:20}),0); - mtl.add(punchgs.TweenLite.set(nextli,{zIndex:15}),0); - mtl.add(punchgs.TweenLite.set(inc,{left:0, top:0, scale:1, opacity:1,rotation:0,ease:ei,force3D:"auto"}),0); - } else { - - mtl.add(punchgs.TweenLite.from(inc,speedy,{left:twx, top:twy, scale:fromscale, opacity:op,rotation:opt.rotate,ease:ei,force3D:"auto"}),0); - } - - if (specials==4 || specials==5) { - oow = 0; ooh=0; - } - - if (specials!=1) - switch (nexttrans) { - case 12: - mtl.add(punchgs.TweenLite.to(outc,speedy2,{'left':(0-oow)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:eo}),0); - break; - case 15: - mtl.add(punchgs.TweenLite.to(outc,speedy2,{'left':(oow)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:eo}),0); - break; - case 13: - mtl.add(punchgs.TweenLite.to(outc,speedy2,{'top':(0-ooh)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:eo}),0); - break; - case 14: - mtl.add(punchgs.TweenLite.to(outc,speedy2,{'top':(ooh)+'px',force3D:"auto",scale:scal,opacity:op,rotation:opt.rotate,ease:eo}),0); - break; - } - } - - ////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XVI. // - ////////////////////////////////////// - if (nexttrans==16) { // PAPERCUT - - - var subtl = new punchgs.TimelineLite(); - mtl.add(punchgs.TweenLite.set(actli,{'position':'absolute','z-index':20}),0); - mtl.add(punchgs.TweenLite.set(nextli,{'position':'absolute','z-index':15}),0); - - - // PREPARE THE CUTS - actli.wrapInner('
'); - - actli.find('.tp-half-one').clone(true).appendTo(actli).addClass("tp-half-two"); - actli.find('.tp-half-two').removeClass('tp-half-one'); - - var oow = opt.width, - ooh = opt.height; - if (opt.autoHeight=="on") - ooh = container.height(); - - - actli.find('.tp-half-one .defaultimg').wrap('
') - actli.find('.tp-half-two .defaultimg').wrap('
') - actli.find('.tp-half-two .defaultimg').css({position:'absolute',top:'-50%'}); - actli.find('.tp-half-two .tp-caption').wrapAll('
'); - - mtl.add(punchgs.TweenLite.set(actli.find('.tp-half-two'), - {width:oow,height:ooh,overflow:'hidden',zIndex:15,position:'absolute',top:ooh/2,left:'0px',transformPerspective:600,transformOrigin:"center bottom"}),0); - - mtl.add(punchgs.TweenLite.set(actli.find('.tp-half-one'), - {width:oow,height:ooh/2,overflow:'visible',zIndex:10,position:'absolute',top:'0px',left:'0px',transformPerspective:600,transformOrigin:"center top"}),0); - - // ANIMATE THE CUTS - var img=actli.find('.defaultimg'), - ro1=Math.round(Math.random()*20-10), - ro2=Math.round(Math.random()*20-10), - ro3=Math.round(Math.random()*20-10), - xof = Math.random()*0.4-0.2, - yof = Math.random()*0.4-0.2, - sc1=Math.random()*1+1, - sc2=Math.random()*1+1, - sc3=Math.random()*0.3+0.3; - - mtl.add(punchgs.TweenLite.set(actli.find('.tp-half-one'),{overflow:'hidden'}),0); - mtl.add(punchgs.TweenLite.fromTo(actli.find('.tp-half-one'),masterspeed/800, - {width:oow,height:ooh/2,position:'absolute',top:'0px',left:'0px',force3D:"auto",transformOrigin:"center top"}, - {scale:sc1,rotation:ro1,y:(0-ooh-ooh/4),autoAlpha:0,ease:ei}),0); - mtl.add(punchgs.TweenLite.fromTo(actli.find('.tp-half-two'),masterspeed/800, - {width:oow,height:ooh,overflow:'hidden',position:'absolute',top:ooh/2,left:'0px',force3D:"auto",transformOrigin:"center bottom"}, - {scale:sc2,rotation:ro2,y:ooh+ooh/4,ease:ei,autoAlpha:0,onComplete:function() { - // CLEAN UP - punchgs.TweenLite.set(actli,{'position':'absolute','z-index':15}); - punchgs.TweenLite.set(nextli,{'position':'absolute','z-index':20}); - if (actli.find('.tp-half-one').length>0) { - actli.find('.tp-half-one .defaultimg').unwrap(); - actli.find('.tp-half-one .slotholder').unwrap(); - } - actli.find('.tp-half-two').remove(); - }}),0); - - subtl.add(punchgs.TweenLite.set(nextsh.find('.defaultimg'),{autoAlpha:1}),0); - - if (actli.html()!=null) - mtl.add(punchgs.TweenLite.fromTo(nextli,(masterspeed-200)/1000, - {scale:sc3,x:(opt.width/4)*xof, y:(ooh/4)*yof,rotation:ro3,force3D:"auto",transformOrigin:"center center",ease:eo}, - {autoAlpha:1,scale:1,x:0,y:0,rotation:0}),0); - - mtl.add(subtl,0); - - - } - - //////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XVII. // - /////////////////////////////////////// - if (nexttrans==17) { // 3D CURTAIN HORIZONTAL - - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - - mtl.add(punchgs.TweenLite.fromTo(ss,(masterspeed)/800, - {opacity:0,rotationY:0,scale:0.9,rotationX:-110,force3D:"auto",transformPerspective:600,transformOrigin:"center center"}, - {opacity:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:ei,delay:j*0.06}),0); - - }); - } - - - - //////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XVIII. // - /////////////////////////////////////// - if (nexttrans==18) { // 3D CURTAIN VERTICAL - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - - mtl.add(punchgs.TweenLite.fromTo(ss,(masterspeed)/500, - {autoAlpha:0,rotationY:110,scale:0.9,rotationX:10,force3D:"auto",transformPerspective:600,transformOrigin:"center center"}, - {autoAlpha:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:ei,delay:j*0.06}),0); - }); - - - - } - - - //////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XIX. // - /////////////////////////////////////// - if (nexttrans==19 || nexttrans==22) { // IN CUBE - - var subtl = new punchgs.TimelineLite(); - //SET DEFAULT IMG UNVISIBLE - - mtl.add(punchgs.TweenLite.set(actli,{zIndex:20}),0); - mtl.add(punchgs.TweenLite.set(nextli,{zIndex:20}),0); - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - var rot = 90, - op = 1, - torig ="center center "; - - if (slidedirection==1) rot = -90; - - if (nexttrans==19) { - torig = torig+"-"+opt.height/2; - op=0; - - } else { - torig = torig+opt.height/2; - } - - // ALL NEW SLOTS SHOULD BE SLIDED FROM THE LEFT TO THE RIGHT - punchgs.TweenLite.set(container,{transformStyle:"flat",backfaceVisibility:"hidden",transformPerspective:600}); - - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - - subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {transformStyle:"flat",backfaceVisibility:"hidden",left:0,rotationY:opt.rotate,z:10,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig,rotationX:rot}, - {left:0,rotationY:0,top:0,z:0, scale:1,force3D:"auto",rotationX:0, delay:(j*50)/1000,ease:ei}),0); - subtl.add(punchgs.TweenLite.to(ss,0.1,{autoAlpha:1,delay:(j*50)/1000}),0); - mtl.add(subtl); - }); - - actsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - var rot = -90; - if (slidedirection==1) rot = 90; - - subtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {transformStyle:"flat",backfaceVisibility:"hidden",autoAlpha:1,rotationY:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig, rotationX:0}, - {autoAlpha:1,rotationY:opt.rotate,top:0,z:10, scale:1,rotationX:rot, delay:(j*50)/1000,force3D:"auto",ease:eo}),0); - - mtl.add(subtl); - }); - mtl.add(punchgs.TweenLite.set(actli,{zIndex:18}),0); - } - - - - - //////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XX. // - /////////////////////////////////////// - if (nexttrans==20 ) { // FLYIN - - - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - - if (slidedirection==1) { - var ofx = -opt.width - var rot =80; - var torig = "20% 70% -"+opt.height/2; - } else { - var ofx = opt.width; - var rot = -80; - var torig = "80% 70% -"+opt.height/2; - } - - - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this), - d = (j*50)/1000; - - - - mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {left:ofx,rotationX:40,z:-600, opacity:op,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:torig,transformStyle:"flat",rotationY:rot}, - {left:0,rotationX:0,opacity:1,top:0,z:0, scale:1,rotationY:0, delay:d,ease:ei}),0); - - - }); - actsh.find('.slotslide').each(function(j) { - var ss=jQuery(this), - d = (j*50)/1000; - d = j>0 ? d + masterspeed/9000 : 0; - - if (slidedirection!=1) { - var ofx = -opt.width/2 - var rot =30; - var torig = "20% 70% -"+opt.height/2; - } else { - var ofx = opt.width/2; - var rot = -30; - var torig = "80% 70% -"+opt.height/2; - } - eo=punchgs.Power2.easeInOut; - - mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {opacity:1,rotationX:0,top:0,z:0,scale:1,left:0, force3D:"auto",transformPerspective:600,transformOrigin:torig, transformStyle:"flat",rotationY:0}, - {opacity:1,rotationX:20,top:0, z:-600, left:ofx, force3D:"auto",rotationY:rot, delay:d,ease:eo}),0); - - - }); - } - - //////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XX. // - /////////////////////////////////////// - if (nexttrans==21 || nexttrans==25) { // TURNOFF - - - //SET DEFAULT IMG UNVISIBLE - - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - var rot = 90, - ofx = -opt.width, - rot2 = -rot; - - if (slidedirection==1) { - if (nexttrans==25) { - var torig = "center top 0"; - rot = opt.rotate; - } else { - var torig = "left center 0"; - rot2 = opt.rotate; - } - - } else { - ofx = opt.width; - rot = -90; - if (nexttrans==25) { - var torig = "center bottom 0" - rot2 = -rot; - rot = opt.rotate; - } else { - var torig = "right center 0"; - rot2 = opt.rotate; - } - } - - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this), - ms2 = ((masterspeed/1.5)/3); - - - mtl.add(punchgs.TweenLite.fromTo(ss,(ms2*2)/1000, - {left:0,transformStyle:"flat",rotationX:rot2,z:0, autoAlpha:0,top:0,scale:1,force3D:"auto",transformPerspective:1200,transformOrigin:torig,rotationY:rot}, - {left:0,rotationX:0,top:0,z:0, autoAlpha:1,scale:1,rotationY:0,force3D:"auto",delay:ms2/1000, ease:ei}),0); - }); - - - if (slidedirection!=1) { - ofx = -opt.width - rot = 90; - - if (nexttrans==25) { - torig = "center top 0" - rot2 = -rot; - rot = opt.rotate; - } else { - torig = "left center 0"; - rot2 = opt.rotate; - } - - } else { - ofx = opt.width; - rot = -90; - if (nexttrans==25) { - torig = "center bottom 0" - rot2 = -rot; - rot = opt.rotate; - } else { - torig = "right center 0"; - rot2 = opt.rotate; - } - } - - actsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {left:0,transformStyle:"flat",rotationX:0,z:0, autoAlpha:1,top:0,scale:1,force3D:"auto",transformPerspective:1200,transformOrigin:torig,rotationY:0}, - {left:0,rotationX:rot2,top:0,z:0,autoAlpha:1,force3D:"auto", scale:1,rotationY:rot,ease:eo}),0); - }); - } - - - - //////////////////////////////////////// - // THE SLOTSLIDE - TRANSITION XX. // - /////////////////////////////////////// - if (nexttrans==23 || nexttrans == 24) { // cube-horizontal - inboxhorizontal - - //SET DEFAULT IMG UNVISIBLE - setTimeout(function() { - actsh.find('.defaultimg').css({opacity:0}); - },100); - var rot = -90, - op = 1, - opx=0; - - if (slidedirection==1) rot = 90; - if (nexttrans==23) { - var torig = "center center -"+opt.width/2; - op=0; - } else - var torig = "center center "+opt.width/2; - - punchgs.TweenLite.set(container,{transformStyle:"preserve-3d",backfaceVisibility:"hidden",perspective:2500}); - nextsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {left:opx,rotationX:opt.rotate,force3D:"auto",opacity:op,top:0,scale:1,transformPerspective:1200,transformOrigin:torig,rotationY:rot}, - {left:0,rotationX:0,autoAlpha:1,top:0,z:0, scale:1,rotationY:0, delay:(j*50)/500,ease:ei}),0); - }); - - rot = 90; - if (slidedirection==1) rot = -90; - - actsh.find('.slotslide').each(function(j) { - var ss=jQuery(this); - mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/1000, - {left:0,rotationX:0,top:0,z:0,scale:1,force3D:"auto",transformStyle:"flat",transformPerspective:1200,transformOrigin:torig, rotationY:0}, - {left:opx,rotationX:opt.rotate,top:0, scale:1,rotationY:rot, delay:(j*50)/500,ease:eo}),0); - if (nexttrans==23) mtl.add(punchgs.TweenLite.fromTo(ss,masterspeed/2000,{autoAlpha:1},{autoAlpha:0,delay:(j*50)/500 + masterspeed/3000,ease:eo}),0); - - }); - } - - - return mtl; -} - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/extensions/source/revolution.extension.video.js b/public/js/main/extensions/source/revolution.extension.video.js deleted file mode 100644 index 1a63611..0000000 --- a/public/js/main/extensions/source/revolution.extension.video.js +++ /dev/null @@ -1,1218 +0,0 @@ -/******************************************** - * REVOLUTION 5.2.5.1 EXTENSION - VIDEO FUNCTIONS - * @version: 1.8 (05.04.2016) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -(function($) { -var _R = jQuery.fn.revolution, - _ISM = _R.is_mobile(); - - - -/////////////////////////////////////////// -// EXTENDED FUNCTIONS AVAILABLE GLOBAL // -/////////////////////////////////////////// -jQuery.extend(true,_R, { - - - preLoadAudio : function(li,opt) { - li.find('.tp-audiolayer').each(function() { - - var element = jQuery(this), - obj = {}; - if (element.find('audio').length===0) { - obj.src = element.data('videomp4') !=undefined ? element.data('videomp4') : '', - obj.pre = element.data('videopreload') || ''; - if (element.attr('id')===undefined) element.attr('audio-layer-'+Math.round(Math.random()*199999)); - obj.id = element.attr('id'); - obj.status = "prepared"; - obj.start = jQuery.now(); - obj.waittime = element.data('videopreloadwait')*1000 || 5000; - - - if (obj.pre=="auto" || obj.pre=="canplaythrough" || obj.pre=="canplay" || obj.pre=="progress") { - if (opt.audioqueue===undefined) opt.audioqueue = []; - opt.audioqueue.push(obj); - _R.manageVideoLayer(element,opt); - } - } - }); - }, - - preLoadAudioDone : function(nc,opt,event) { - - if (opt.audioqueue && opt.audioqueue.length>0) - jQuery.each(opt.audioqueue,function(i,obj) { - if (nc.data('videomp4') === obj.src && (obj.pre === event || obj.pre==="auto")) { - obj.status = "loaded"; - } - }); - }, - - resetVideo : function(_nc,opt) { - switch (_nc.data('videotype')) { - case "youtube": - var player=_nc.data('player'); - try{ - if (_nc.data('forcerewind')=="on") { //Removed Force Rewind Protection for Handy here !!! - var s = getStartSec(_nc.data('videostartat')); - s= s==-1 ? 0 : s; - if (_nc.data('player')!=undefined) { - _nc.data('player').seekTo(s); - _nc.data('player').pauseVideo(); - } - } - } catch(e) {} - if (_nc.find('.tp-videoposter').length==0) - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - break; - - case "vimeo": - var f = $f(_nc.find('iframe').attr("id")); - try{ - if (_nc.data('forcerewind')=="on") { //Removed Force Rewind Protection for Handy here !!! - var s = getStartSec(_nc.data('videostartat')), - ct = 0; - s= s==-1 ? 0 : s; - f.api("seekTo",s); - f.api("pause"); - - } - - } catch(e) {} - if (_nc.find('.tp-videoposter').length==0) - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - break; - - case "html5": - if (_ISM && _nc.data('disablevideoonmobile')==1) return false; - - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0]; - - - punchgs.TweenLite.to(jvideo,0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - - if (_nc.data('forcerewind')=="on" && !_nc.hasClass("videoisplaying")) { - try{ - - var s = getStartSec(_nc.data('videostartat')); - video.currentTime = s == -1 ? 0 : s; - } catch(e) {} - } - - if (_nc.data('volume')=="mute" || _R.lastToggleState(_nc.data('videomutetoggledby')) || opt.globalmute===true) - video.muted = true; - break; - } - }, - - - isVideoMuted : function(_nc,opt) { - var muted = false; - switch (_nc.data('videotype')) { - case "youtube": - try{ - var player=_nc.data('player'); - muted = player.isMuted(); - } catch(e) {} - break; - case "vimeo": - try{ - var f = $f(_nc.find('iframe').attr("id")); - if (_nc.data('volume')=="mute") - muted = true; - - } catch(e) {} - break; - case "html5": - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0]; - - if (video.muted) - muted = true; - break; - } - return muted; - }, - - muteVideo : function(_nc,opt) { - switch (_nc.data('videotype')) { - case "youtube": - try{ - var player=_nc.data('player'); - - player.mute(); - } catch(e) {} - break; - case "vimeo": - try{ - var f = $f(_nc.find('iframe').attr("id")); - _nc.data('volume',"mute"); - f.api('setVolume',0); - } catch(e) {} - break; - case "html5": - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0]; - video.muted = true; - break; - } - }, - - unMuteVideo : function(_nc,opt) { - if (opt.globalmute===true) return; - switch (_nc.data('videotype')) { - case "youtube": - try{ - var player=_nc.data('player'); - player.unMute(); - } catch(e) {} - break; - case "vimeo": - try{ - var f = $f(_nc.find('iframe').attr("id")); - _nc.data('volume',"1"); - f.api('setVolume',1); - } catch(e) {} - break; - case "html5": - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0]; - video.muted = false; - break; - } - }, - - - - - - stopVideo : function(_nc,opt) { - - if (!opt.leaveViewPortBasedStop) - opt.lastplayedvideos = []; - - opt.leaveViewPortBasedStop = false; - - switch (_nc.data('videotype')) { - case "youtube": - try{ - var player=_nc.data('player'); - player.pauseVideo(); - } catch(e) {} - break; - case "vimeo": - try{ - var f = $f(_nc.find('iframe').attr("id")); - f.api("pause"); - - } catch(e) {} - break; - case "html5": - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0]; - if (jvideo!=undefined && video!=undefined) video.pause(); - break; - } - }, - - playVideo : function(_nc,opt) { - - clearTimeout(_nc.data('videoplaywait')); - switch (_nc.data('videotype')) { - case "youtube": - - if (_nc.find('iframe').length==0) { - _nc.append(_nc.data('videomarkup')); - addVideoListener(_nc,opt,true); - } else { - if (_nc.data('player').playVideo !=undefined) { - - var s = getStartSec(_nc.data('videostartat')), - ct = _nc.data('player').getCurrentTime(); - if (_nc.data('nextslideatend-triggered')==1) { - ct=-1; - _nc.data('nextslideatend-triggered',0); - } - if (s!=-1 && s>ct) _nc.data('player').seekTo(s); - _nc.data('player').playVideo(); - } else { - _nc.data('videoplaywait',setTimeout(function() { - _R.playVideo(_nc,opt); - },50)); - } - } - break; - case "vimeo": - - if (_nc.find('iframe').length==0) { - _nc.append(_nc.data('videomarkup')); - addVideoListener(_nc,opt,true); - - } else { - if (_nc.hasClass("rs-apiready")) { - var id = _nc.find('iframe').attr("id"), - f = $f(id); - if (f.api("play")==undefined) { - _nc.data('videoplaywait',setTimeout(function() { - - _R.playVideo(_nc,opt); - },50)); - } else { - setTimeout(function() { - - f.api("play"); - var s = getStartSec(_nc.data('videostartat')), - ct = _nc.data('currenttime'); - if (_nc.data('nextslideatend-triggered')==1) { - ct=-1; - _nc.data('nextslideatend-triggered',0); - } - if (s!=-1 && s>ct) f.api("seekTo",s); - },510); - } - } else { - _nc.data('videoplaywait',setTimeout(function() { - - _R.playVideo(_nc,opt); - },50)); - } - } - break; - case "html5": - if (_ISM && _nc.data('disablevideoonmobile')==1) return false; - - - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0], - html5vid = jvideo.parent(); - - if (html5vid.data('metaloaded') != 1) { - addEvent(video,'loadedmetadata',function(_nc) { - _R.resetVideo(_nc,opt); - video.play(); - var s = getStartSec(_nc.data('videostartat')), - ct = video.currentTime; - if (_nc.data('nextslideatend-triggered')==1) { - ct=-1; - _nc.data('nextslideatend-triggered',0); - } - if (s!=-1 && s>ct) video.currentTime = s; - }(_nc)); - } else { - video.play(); - var s = getStartSec(_nc.data('videostartat')), - ct = video.currentTime; - if (_nc.data('nextslideatend-triggered')==1) { - ct=-1; - _nc.data('nextslideatend-triggered',0); - } - if (s!=-1 && s>ct) video.currentTime = s; - } - break; - } - }, - - isVideoPlaying : function(_nc,opt) { - - var ret = false; - if (opt.playingvideos != undefined) { - jQuery.each(opt.playingvideos,function(i,nc) { - if (_nc.attr('id') == nc.attr('id')) - ret = true; - }); - } - return ret; - }, - - removeMediaFromList : function(_nc,opt) { - remVidfromList(_nc,opt); - }, - - prepareCoveredVideo : function(asprat,opt,nextcaption) { - var ifr = nextcaption.find('iframe, video'), - wa = asprat.split(':')[0], - ha = asprat.split(':')[1], - li = nextcaption.closest('.tp-revslider-slidesli'), - od = li.width()/li.height(), - vd = wa/ha, - nvh = (od/vd)*100, - nvw = (vd/od)*100; - - if (od>vd) - punchgs.TweenLite.to(ifr,0.001,{height:nvh+"%", width:"100%", top:-(nvh-100)/2+"%",left:"0px",position:"absolute"}); - else - punchgs.TweenLite.to(ifr,0.001,{width:nvw+"%", height:"100%", left:-(nvw-100)/2+"%",top:"0px",position:"absolute"}); - - if (!ifr.hasClass("resizelistener")) { - ifr.addClass("resizelistener"); - jQuery(window).resize(function() { - clearTimeout(ifr.data('resizelistener')); - ifr.data('resizelistener',setTimeout(function() { - _R.prepareCoveredVideo(asprat,opt,nextcaption); - },30)); - }) - } - }, - - checkVideoApis : function(_nc,opt,addedApis) { - var httpprefix = location.protocol === 'https:' ? "https" : "http"; - - if ((_nc.data('ytid')!=undefined || _nc.find('iframe').length>0 && _nc.find('iframe').attr('src').toLowerCase().indexOf('youtube')>0)) opt.youtubeapineeded = true; - if ((_nc.data('ytid')!=undefined || _nc.find('iframe').length>0 && _nc.find('iframe').attr('src').toLowerCase().indexOf('youtube')>0) && addedApis.addedyt==0) { - opt.youtubestarttime = jQuery.now(); - addedApis.addedyt=1; - var s = document.createElement("script"); - s.src = "https://www.youtube.com/iframe_api"; /* Load Player API*/ - var before = document.getElementsByTagName("script")[0], - loadit = true; - jQuery('head').find('*').each(function(){ - if (jQuery(this).attr('src') == "https://www.youtube.com/iframe_api") - loadit = false; - }); - if (loadit) before.parentNode.insertBefore(s, before); - - } - - - - if ((_nc.data('vimeoid')!=undefined || _nc.find('iframe').length>0 && _nc.find('iframe').attr('src').toLowerCase().indexOf('vimeo')>0)) opt.vimeoapineeded = true; - if ((_nc.data('vimeoid')!=undefined || _nc.find('iframe').length>0 && _nc.find('iframe').attr('src').toLowerCase().indexOf('vimeo')>0) && addedApis.addedvim==0) { - opt.vimeostarttime = jQuery.now(); - addedApis.addedvim=1; - var f = document.createElement("script"), - before = document.getElementsByTagName("script")[0], - loadit = true; - f.src = "https://secure-a.vimeocdn.com/js/froogaloop2.min.js"; /* Load Player API*/ - - jQuery('head').find('*').each(function(){ - if (jQuery(this).attr('src') == "https://secure-a.vimeocdn.com/js/froogaloop2.min.js") - loadit = false; - }); - if (loadit) - before.parentNode.insertBefore(f, before); - } - return addedApis; - }, - - manageVideoLayer : function(_nc,opt,recalled,internrecalled) { - // YOUTUBE AND VIMEO LISTENRES INITIALISATION - var vida = _nc.data("videoattributes"), - vidytid = _nc.data('ytid'), - vimeoid = _nc.data('vimeoid'), - videopreload = _nc.data('videopreload') === "auto" || _nc.data('videopreload') === "canplay" || _nc.data('videopreload') === "canplaythrough" || _nc.data('videopreload') === "progress" ? "auto" : _nc.data('videopreload'), - videomp = _nc.data('videomp4'), - videowebm = _nc.data('videowebm'), - videoogv = _nc.data('videoogv'), - videoafs = _nc.data('allowfullscreenvideo'), - videocontrols = _nc.data('videocontrols'), - httpprefix = "http", - videoloop = _nc.data('videoloop')=="loop" ? "loop" : _nc.data('videoloop')=="loopandnoslidestop" ? "loop" : "", - videotype = (videomp!=undefined || videowebm!=undefined) ? "html5" : - (vidytid!=undefined && String(vidytid).length>1) ? "youtube" : - (vimeoid!=undefined && String(vimeoid).length>1) ? "vimeo" : "none", - tag = _nc.data('audio')=="html5" ? "audio" : "video", - newvideotype = (videotype=="html5" && _nc.find(tag).length==0) ? "html5" : - (videotype=="youtube" && _nc.find('iframe').length==0) ? "youtube" : - (videotype=="vimeo" && _nc.find('iframe').length==0) ? "vimeo" : "none"; - - // VideLoop reset if Next Slide at End is set ! - videoloop = _nc.data('nextslideatend') === true ? "" : videoloop; - - - _nc.data('videotype',videotype); - // ADD HTML5 VIDEO IF NEEDED - switch (newvideotype) { - case "html5": - - if (videocontrols!="controls") videocontrols=""; - var tag = "video" - - //_nc.data('audio',"html5"); - if (_nc.data('audio')=="html5") { - tag = "audio"; - _nc.addClass("tp-audio-html5"); - } - - var apptxt = '<'+tag+' style="object-fit:cover;background-size:cover;visible:hidden;width:100%; height:100%" class="" '+videoloop+' preload="'+videopreload+'">'; - - if (videopreload=="auto") opt.mediapreload = true; - //if (_nc.data('videoposter')!=undefined) apptxt = apptxt + 'poster="'+_nc.data('videoposter')+'">'; - if (videowebm!=undefined && _R.get_browser().toLowerCase()=="firefox") apptxt = apptxt + ''; - if (videomp!=undefined) apptxt = apptxt + ''; - if (videoogv!=undefined) apptxt = apptxt + ''; - apptxt = apptxt + ''; - var hfm =""; - if (videoafs==="true" || videoafs===true) - hfm = '
'; - - if (videocontrols=="controls") - apptxt = apptxt + ('
'+ - '
'+ - '
'+ - '
'+ - '
'+ - hfm+ - '
'); - - _nc.data('videomarkup',apptxt) - _nc.append(apptxt); - - // START OF HTML5 VIDEOS - if ((_ISM && _nc.data('disablevideoonmobile')==1) ||_R.isIE(8)) _nc.find(tag).remove(); - - // ADD HTML5 VIDEO CONTAINER - _nc.find(tag).each(function(i) { - var video = this, - jvideo = jQuery(this); - - if (!jvideo.parent().hasClass("html5vid")) - jvideo.wrap('
'); - - var html5vid = jvideo.parent(); - if (html5vid.data('metaloaded') != 1) { - addEvent(video,'loadedmetadata',function(_nc) { - htmlvideoevents(_nc,opt); - _R.resetVideo(_nc,opt); - }(_nc)); - } - }); - break; - case "youtube": - httpprefix = "http"; - if (location.protocol === 'https:') - httpprefix = "https"; - if (videocontrols=="none") { - vida = vida.replace("controls=1","controls=0"); - if (vida.toLowerCase().indexOf('controls')==-1) - vida = vida+"&controls=0"; - } - - var s = getStartSec(_nc.data('videostartat')), - e = getStartSec(_nc.data('videoendat')); - - if (s!=-1) vida=vida+"&start="+s; - if (e!=-1) vida=vida+"&end="+e; - - // CHECK VIDEO ORIGIN, AND EXTEND WITH WWW IN CASE IT IS MISSING ! - var orig = vida.split('origin='+httpprefix+'://'), - vida_new = ""; - - if (orig.length>1) { - vida_new = orig[0]+'origin='+httpprefix+'://'; - if (self.location.href.match(/www/gi) && !orig[1].match(/www/gi)) - vida_new=vida_new+"www." - vida_new=vida_new+orig[1]; - } else { - vida_new = vida; - } - - var yafv = videoafs==="true" || videoafs===true ? "allowfullscreen" : ""; - _nc.data('videomarkup',''); - break; - - case "vimeo": - if (location.protocol === 'https:') - httpprefix = "https"; - _nc.data('videomarkup',''); - - break; - } - - //if (videotype=="vimeo" || videotype=="youtube") { - - // IF VIDEOPOSTER EXISTING - var noposteronmobile = _ISM && _nc.data('noposteronmobile')=="on"; - - if (_nc.data('videoposter')!=undefined && _nc.data('videoposter').length>2 && !noposteronmobile) { - if (_nc.find('.tp-videoposter').length==0) - _nc.append('
'); - if (_nc.find('iframe').length==0) - _nc.find('.tp-videoposter').click(function() { - _R.playVideo(_nc,opt); - if (_ISM) { - if (_nc.data('disablevideoonmobile')==1) return false; - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - } - }) - } else { - if (_ISM && _nc.data('disablevideoonmobile')==1) return false; - if (_nc.find('iframe').length==0 && (videotype=="youtube" || videotype=="vimeo")) { - _nc.append(_nc.data('videomarkup')); - addVideoListener(_nc,opt,false); - } - } - - // ADD DOTTED OVERLAY IF NEEDED - if (_nc.data('dottedoverlay')!="none" && _nc.data('dottedoverlay')!=undefined && _nc.find('.tp-dottedoverlay').length!=1) - _nc.append('
'); - - _nc.addClass("HasListener"); - - if (_nc.data('bgvideo')==1) { - punchgs.TweenLite.set(_nc.find('video, iframe'),{autoAlpha:0}); - } - } - -}); - - - - - -////////////////////////////////////////////////////// -// * Revolution Slider - VIDEO / API FUNCTIONS // -// * @version: 1.0 (30.10.2014) // -// * @author ThemePunch // -////////////////////////////////////////////////////// - -function getStartSec(st) { - return st == undefined ? -1 :jQuery.isNumeric(st) ? st : st.split(":").length>1 ? parseInt(st.split(":")[0],0)*60 + parseInt(st.split(":")[1],0) : st; -}; - -// - VIMEO ADD EVENT ///// -var addEvent = function(element, eventName, callback) { - if (element.addEventListener) - element.addEventListener(eventName, callback, false); - else - element.attachEvent(eventName, callback, false); -}; - -var getVideoDatas = function(p,t,d) { - var a = {}; - a.video = p; - a.videotype = t; - a.settings = d; - return a; -} - - -var addVideoListener = function(_nc,opt,startnow) { - - var ifr = _nc.find('iframe'), - frameID = "iframe"+Math.round(Math.random()*100000+1), - loop = _nc.data('videoloop'), - pforv = loop != "loopandnoslidestop"; - - loop = loop =="loop" || loop =="loopandnoslidestop"; - - // CARE ABOUT ASPECT RATIO - - if (_nc.data('forcecover')==1) { - _nc.removeClass("fullscreenvideo").addClass("coverscreenvideo"); - var asprat = _nc.data('aspectratio'); - if (asprat!=undefined && asprat.split(":").length>1) - _R.prepareCoveredVideo(asprat,opt,_nc); - } - - if (_nc.data('bgvideo')==1) { - var asprat = _nc.data('aspectratio'); - if (asprat!=undefined && asprat.split(":").length>1) - _R.prepareCoveredVideo(asprat,opt,_nc); - } - - - - // IF LISTENER DOES NOT EXIST YET - ifr.attr('id',frameID); - - if (startnow) _nc.data('startvideonow',true); - - if (_nc.data('videolistenerexist')!==1) { - switch (_nc.data('videotype')) { - // YOUTUBE LISTENER - case "youtube": - - var player = new YT.Player(frameID, { - events: { - "onStateChange": function(event) { - - var container = _nc.closest('.tp-simpleresponsive'), - videorate = _nc.data('videorate'), - videostart = _nc.data('videostart'), - fsmode = checkfullscreenEnabled(); - - if (event.data == YT.PlayerState.PLAYING) { - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - if (_nc.data('volume')=="mute" || _R.lastToggleState(_nc.data('videomutetoggledby')) || opt.globalmute===true) { - player.mute(); - } else { - player.unMute(); - player.setVolume(parseInt(_nc.data('volume'),0) || 75); - } - - opt.videoplaying=true; - addVidtoList(_nc,opt); - if (pforv) - opt.c.trigger('stoptimer'); - else - opt.videoplaying=false; - - opt.c.trigger('revolution.slide.onvideoplay',getVideoDatas(player,"youtube",_nc.data())); - _R.toggleState(_nc.data('videotoggledby')); - } else { - if (event.data==0 && loop) { - //player.playVideo(); - var s = getStartSec(_nc.data('videostartat')); - if (s!=-1) player.seekTo(s); - player.playVideo(); - _R.toggleState(_nc.data('videotoggledby')); - } - - if (!fsmode && (event.data==0 || event.data==2) && _nc.data('showcoveronpause')=="on" && _nc.find('.tp-videoposter').length>0) { - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut}); - } - if ((event.data!=-1 && event.data!=3)) { - - opt.videoplaying=false; - opt.tonpause = false; - - remVidfromList(_nc,opt); - container.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(player,"youtube",_nc.data())); - - if (opt.currentLayerVideoIsPlaying==undefined || opt.currentLayerVideoIsPlaying.attr("id") == _nc.attr("id")) - _R.unToggleState(_nc.data('videotoggledby')); - - } - - if (event.data==0 && _nc.data('nextslideatend')==true) { - exitFullscreen(); - _nc.data('nextslideatend-triggered',1); - opt.c.revnext(); - remVidfromList(_nc,opt); - } else { - remVidfromList(_nc,opt); - opt.videoplaying=false; - container.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(player,"youtube",_nc.data())); - if (opt.currentLayerVideoIsPlaying==undefined || opt.currentLayerVideoIsPlaying.attr("id") == _nc.attr("id")) - _R.unToggleState(_nc.data('videotoggledby')); - } - } - }, - 'onReady': function(event) { - - - var videorate = _nc.data('videorate'), - videostart = _nc.data('videostart'); - - _nc.addClass("rs-apiready"); - if (videorate!=undefined) - event.target.setPlaybackRate(parseFloat(videorate)); - - // PLAY VIDEO IF THUMBNAIL HAS BEEN CLICKED - _nc.find('.tp-videoposter').unbind("click"); - _nc.find('.tp-videoposter').click(function() { - if (!_ISM) { - player.playVideo(); - } - }) - - if (_nc.data('startvideonow')) { - - _nc.data('player').playVideo(); - var s = getStartSec(_nc.data('videostartat')); - if (s!=-1) _nc.data('player').seekTo(s); - //_nc.find('.tp-videoposter').click(); - } - _nc.data('videolistenerexist',1); - } - } - }); - _nc.data('player',player); - break; - - // VIMEO LISTENER - case "vimeo": - var isrc = ifr.attr('src'), - queryParameters = {}, queryString = isrc, - re = /([^&=]+)=([^&]*)/g, m; - // Creates a map with the query string parameters - while (m = re.exec(queryString)) { - queryParameters[decodeURIComponent(m[1])] = decodeURIComponent(m[2]); - } - if (queryParameters['player_id']!=undefined) - isrc = isrc.replace(queryParameters['player_id'],frameID); - else - isrc=isrc+"&player_id="+frameID; - try{ isrc = isrc.replace('api=0','api=1'); } catch(e) {} - isrc=isrc+"&api=1"; - ifr.attr('src',isrc); - - - var player = _nc.find('iframe')[0], - vimcont = jQuery('#'+frameID), - f = $f(frameID); - - f.addEvent('ready', function(){ - - _nc.addClass("rs-apiready"); - f.addEvent('play', function(data) { - _nc.data('nextslidecalled',0); - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - opt.c.trigger('revolution.slide.onvideoplay',getVideoDatas(f,"vimeo",_nc.data())); - opt.videoplaying=true; - - addVidtoList(_nc,opt); - if (pforv) - opt.c.trigger('stoptimer'); - else - opt.videoplaying=false; - if (_nc.data('volume')=="mute" || _R.lastToggleState(_nc.data('videomutetoggledby')) || opt.globalmute===true) - f.api('setVolume',"0") - else - f.api('setVolume',(parseInt(_nc.data('volume'),0)/100 || 0.75)); - _R.toggleState(_nc.data('videotoggledby')); - }); - - f.addEvent('playProgress',function(data) { - var et = getStartSec(_nc.data('videoendat')) - - _nc.data('currenttime',data.seconds); - if (et!=0 && (Math.abs(et-data.seconds) <0.3 && et>data.seconds) && _nc.data('nextslidecalled') != 1) { - if (loop) { - - f.api("play"); - var s = getStartSec(_nc.data('videostartat')); - if (s!=-1) f.api("seekTo",s); - } else { - if (_nc.data('nextslideatend')==true) { - _nc.data('nextslideatend-triggered',1); - _nc.data('nextslidecalled',1); - opt.c.revnext(); - } - f.api("pause"); - } - } - }); - - f.addEvent('finish', function(data) { - remVidfromList(_nc,opt); - opt.videoplaying=false; - opt.c.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(f,"vimeo",_nc.data())); - if (_nc.data('nextslideatend')==true) { - _nc.data('nextslideatend-triggered',1); - opt.c.revnext(); - } - if (opt.currentLayerVideoIsPlaying==undefined || opt.currentLayerVideoIsPlaying.attr("id") == _nc.attr("id")) - _R.unToggleState(_nc.data('videotoggledby')); - - }); - - f.addEvent('pause', function(data) { - - if (_nc.find('.tp-videoposter').length>0 && _nc.data('showcoveronpause')=="on") { - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find('iframe'),0.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut}); - } - opt.videoplaying=false; - opt.tonpause = false; - - remVidfromList(_nc,opt); - opt.c.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(f,"vimeo",_nc.data())); - if (opt.currentLayerVideoIsPlaying==undefined || opt.currentLayerVideoIsPlaying.attr("id") == _nc.attr("id")) - _R.unToggleState(_nc.data('videotoggledby')); - }); - - - - _nc.find('.tp-videoposter').unbind("click"); - _nc.find('.tp-videoposter').click(function() { - if (!_ISM) { - - f.api("play"); - return false; - } - }) - if (_nc.data('startvideonow')) { - - f.api("play"); - var s = getStartSec(_nc.data('videostartat')); - if (s!=-1) f.api("seekTo",s); - } - _nc.data('videolistenerexist',1); - }); - break; - } - } else { - var s = getStartSec(_nc.data('videostartat')); - switch (_nc.data('videotype')) { - // YOUTUBE LISTENER - case "youtube": - if (startnow) { - _nc.data('player').playVideo(); - if (s!=-1) _nc.data('player').seekTo() - } - break; - case "vimeo": - if (startnow) { - - var f = $f(_nc.find('iframe').attr("id")); - f.api("play"); - if (s!=-1) f.api("seekTo",s); - } - break; - } - } -} - - -var exitFullscreen = function() { - if(document.exitFullscreen) { - document.exitFullscreen(); - } else if(document.mozCancelFullScreen) { - document.mozCancelFullScreen(); - } else if(document.webkitExitFullscreen) { - document.webkitExitFullscreen(); - } -} - - -var checkfullscreenEnabled = function() { - try{ - // FF provides nice flag, maybe others will add support for this later on? - if(window['fullScreen'] !== undefined) { - return window.fullScreen; - } - // 5px height margin, just in case (needed by e.g. IE) - var heightMargin = 5; - if(jQuery.browser.webkit && /Apple Computer/.test(navigator.vendor)) { - // Safari in full screen mode shows the navigation bar, - // which is 40px - heightMargin = 42; - } - return screen.width == window.innerWidth && - Math.abs(screen.height - window.innerHeight) < heightMargin; - } catch(e) { - - } - } -///////////////////////////////////////// HTML5 VIDEOS /////////////////////////////////////////// - -var htmlvideoevents = function(_nc,opt,startnow) { - - - - if (_ISM && _nc.data('disablevideoonmobile')==1) return false; - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - jvideo = _nc.find(tag), - video = jvideo[0], - html5vid = jvideo.parent(), - loop = _nc.data('videoloop'), - pforv = loop != "loopandnoslidestop"; - - loop = loop =="loop" || loop =="loopandnoslidestop"; - - html5vid.data('metaloaded',1); - // FIRST TIME LOADED THE HTML5 VIDEO - - if (_nc.data('bgvideo')==1 && (_nc.data('videoloop')==="none" || _nc.data('videoloop')===false)) - pforv = false; - - - - - //PLAY, STOP VIDEO ON CLICK OF PLAY, POSTER ELEMENTS - if (jvideo.attr('control') == undefined ) { - if (_nc.find('.tp-video-play-button').length==0 && !_ISM) - _nc.append('
 
'); - _nc.find('video, .tp-poster, .tp-video-play-button').click(function() { - if (_nc.hasClass("videoisplaying")) - video.pause(); - else - video.play(); - }) - } - - // PRESET FULLCOVER VIDEOS ON DEMAND - if (_nc.data('forcecover')==1 || _nc.hasClass('fullscreenvideo') || _nc.data('bgvideo')==1) { - if (_nc.data('forcecover')==1 || _nc.data('bgvideo')==1) { - html5vid.addClass("fullcoveredvideo"); - var asprat = _nc.data('aspectratio') || "4:3"; - _R.prepareCoveredVideo(asprat,opt,_nc); - } - else - html5vid.addClass("fullscreenvideo"); - } - - - // FIND CONTROL BUTTONS IN VIDEO, AND ADD EVENT LISTENERS ON THEM - var playButton = _nc.find('.tp-vid-play-pause')[0], - muteButton = _nc.find('.tp-vid-mute')[0], - fullScreenButton = _nc.find('.tp-vid-full-screen')[0], - seekBar = _nc.find('.tp-seek-bar')[0], - volumeBar = _nc.find('.tp-volume-bar')[0]; - - if (playButton!=undefined) { - // Event listener for the play/pause button - addEvent(playButton,"click", function() { - if (video.paused == true) - video.play(); - else - video.pause(); - }); - } - - if (muteButton!=undefined) { - - // Event listener for the mute button - addEvent(muteButton,"click", function() { - if (video.muted == false) { - video.muted = true; - muteButton.innerHTML = "Unmute"; - } else { - video.muted = false; - muteButton.innerHTML = "Mute"; - } - }); - } - - if (fullScreenButton!=undefined) { - - // Event listener for the full-screen button - if (fullScreenButton) - addEvent(fullScreenButton,"click", function() { - if (video.requestFullscreen) { - video.requestFullscreen(); - } else if (video.mozRequestFullScreen) { - video.mozRequestFullScreen(); // Firefox - } else if (video.webkitRequestFullscreen) { - video.webkitRequestFullscreen(); // Chrome and Safari - } - }); - - } - - if (seekBar !=undefined) { - - // Event listener for the seek bar - addEvent(seekBar,"change", function() { - var time = video.duration * (seekBar.value / 100); - video.currentTime = time; - - }); - - // Pause the video when the seek handle is being dragged - addEvent(seekBar,"mousedown", function() { - _nc.addClass("seekbardragged"); - video.pause(); - - }); - - // Play the video when the seek handle is dropped - addEvent(seekBar,"mouseup", function() { - _nc.removeClass("seekbardragged"); - video.play(); - - }); - } - - addEvent(video,"canplaythrough", function() { - _R.preLoadAudioDone(_nc,opt,"canplaythrough"); - }); - - addEvent(video,"canplay", function() { - _R.preLoadAudioDone(_nc,opt,"canplay"); - }); - - addEvent(video,"progress", function() { - _R.preLoadAudioDone(_nc,opt,"progress"); - }); - - // Update the seek bar as the video plays - addEvent(video,"timeupdate", function() { - - var value = (100 / video.duration) * video.currentTime, - et = getStartSec(_nc.data('videoendat')), - cs =video.currentTime; - if (seekBar != undefined) - seekBar.value = value; - - if (et!=0 && et!=-1 && (Math.abs(et-cs) <=0.3 && et>cs) && _nc.data('nextslidecalled') != 1) { - if (loop) { - video.play(); - var s = getStartSec(_nc.data('videostartat')); - if (s!=-1) video.currentTime = s; - } else { - - - if (_nc.data('nextslideatend')==true) { - _nc.data('nextslideatend-triggered',1); - _nc.data('nextslidecalled',1); - opt.just_called_nextslide_at_htmltimer = true; - opt.c.revnext(); - setTimeout(function() { - opt.just_called_nextslide_at_htmltimer = false; - },1000); - } - video.pause(); - } - } - }); - - - if (volumeBar != undefined) { - - // Event listener for the volume bar - addEvent(volumeBar,"change", function() { - // Update the video volume - video.volume = volumeBar.value; - }); - } - - - // VIDEO EVENT LISTENER FOR "PLAY" - addEvent(video,"play",function() { - - - _nc.data('nextslidecalled',0); - - var vol = _nc.data('volume'); - vol = vol!=undefined && vol!="mute" ?parseFloat(vol)/100 : vol; - - if (opt.globalmute===true) - video.muted = true; - else - video.muted = false; - - if (vol>1) vol = vol/100; - if (vol=="mute") - video.muted=true; - else - if (vol!=undefined) - video.volume = vol; - - - - _nc.addClass("videoisplaying"); - - var tag = _nc.data('audio')=="html5" ? "audio" : "video"; - - addVidtoList(_nc,opt); - - if (!pforv || tag=="audio") { - opt.videoplaying=false; - if (tag!="audio") opt.c.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(video,"html5",_nc.data())); - } else { - opt.videoplaying=true; - opt.c.trigger('stoptimer'); - opt.c.trigger('revolution.slide.onvideoplay',getVideoDatas(video,"html5",_nc.data())); - } - - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find(tag),0.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}); - - var playButton = _nc.find('.tp-vid-play-pause')[0], - muteButton = _nc.find('.tp-vid-mute')[0]; - if (playButton!=undefined) - playButton.innerHTML = "Pause"; - if (muteButton!=undefined && video.muted) - muteButton.innerHTML = "Unmute"; - - _R.toggleState(_nc.data('videotoggledby')); - }); - - // VIDEO EVENT LISTENER FOR "PAUSE" - addEvent(video,"pause",function() { - - var tag = _nc.data('audio')=="html5" ? "audio" : "video", - fsmode = checkfullscreenEnabled(); - - - if (!fsmode && _nc.find('.tp-videoposter').length>0 && _nc.data('showcoveronpause')=="on" && !_nc.hasClass("seekbardragged")) { - punchgs.TweenLite.to(_nc.find('.tp-videoposter'),0.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}); - punchgs.TweenLite.to(_nc.find(tag),0.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut}); - } - - _nc.removeClass("videoisplaying"); - opt.videoplaying=false; - remVidfromList(_nc,opt); - if (tag!="audio") opt.c.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(video,"html5",_nc.data())); - var playButton = _nc.find('.tp-vid-play-pause')[0]; - if (playButton!=undefined) - playButton.innerHTML = "Play"; - - if (opt.currentLayerVideoIsPlaying==undefined || opt.currentLayerVideoIsPlaying.attr("id") == _nc.attr("id")) - _R.unToggleState(_nc.data('videotoggledby')); - }); - - // VIDEO EVENT LISTENER FOR "END" - - - addEvent(video,"ended",function() { - exitFullscreen(); - - remVidfromList(_nc,opt); - opt.videoplaying=false; - remVidfromList(_nc,opt); - if (tag!="audio") opt.c.trigger('starttimer'); - opt.c.trigger('revolution.slide.onvideostop',getVideoDatas(video,"html5",_nc.data())); - - - if (_nc.data('nextslideatend')===true && video.currentTime>0) { - - if (!opt.just_called_nextslide_at_htmltimer==true) { - _nc.data('nextslideatend-triggered',1); - opt.c.revnext(); - opt.just_called_nextslide_at_htmltimer = true; - } - setTimeout(function() { - opt.just_called_nextslide_at_htmltimer = false; - },1500) - } - _nc.removeClass("videoisplaying"); - - - }); -} - - - -var addVidtoList = function(_nc,opt) { - - if (opt.playingvideos == undefined) opt.playingvideos = new Array(); - - // STOP OTHER VIDEOS - if (_nc.data('stopallvideos')) { - if (opt.playingvideos != undefined && opt.playingvideos.length>0) { - opt.lastplayedvideos = jQuery.extend(true,[],opt.playingvideos); - jQuery.each(opt.playingvideos,function(i,_nc) { - _R.stopVideo(_nc,opt); - }); - } - } - opt.playingvideos.push(_nc); - opt.currentLayerVideoIsPlaying = _nc; - -} - - -var remVidfromList = function(_nc,opt) { - if (opt.playingvideos != undefined && jQuery.inArray(_nc,opt.playingvideos)>=0) - opt.playingvideos.splice(jQuery.inArray(_nc,opt.playingvideos),1); -} - - - - - - - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/functions.js b/public/js/main/functions.js deleted file mode 100644 index f94e10d..0000000 --- a/public/js/main/functions.js +++ /dev/null @@ -1,3749 +0,0 @@ - - $("#saveme").on("click", function(){ - - - - var a=document.getElementById("aboutmetext").value; - $("#aboutme").html(a); - }); - - -$("#fbsave").on("click", function(){ - - - - var a=document.getElementById("fbtext").value; - document.getElementById('fblink').href=a; - }); - -$("#ggsave").on("click", function(){ - - - - var a=document.getElementById("ggtext").value; - document.getElementById('googlelink').href=a; - }); -$("#linksave").on("click", function(){ - - - - var a=document.getElementById("linktext").value; - document.getElementById('linkedinlink').href=a; - }); - - - -var $ = jQuery.noConflict(); - -$.fn.inlineStyle = function (prop) { - return this.prop("style")[$.camelCase(prop)]; -}; - -$.fn.doOnce = function( func ) { - this.length && func.apply( this ); - return this; -} - -if( $().infinitescroll ) { - - $.extend($.infinitescroll.prototype,{ - _setup_portfolioinfiniteitemsloader: function infscr_setup_portfolioinfiniteitemsloader() { - var opts = this.options, - instance = this; - // Bind nextSelector link to retrieve - $(opts.nextSelector).click(function(e) { - if (e.which == 1 && !e.metaKey && !e.shiftKey) { - e.preventDefault(); - instance.retrieve(); - } - }); - // Define loadingStart to never hide pager - instance.options.loading.start = function (opts) { - opts.loading.msg - .appendTo(opts.loading.selector) - .show(opts.loading.speed, function () { - instance.beginAjax(opts); - }); - } - }, - _showdonemsg_portfolioinfiniteitemsloader: function infscr_showdonemsg_portfolioinfiniteitemsloader () { - var opts = this.options, - instance = this; - //Do all the usual stuff - opts.loading.msg - .find('img') - .hide() - .parent() - .find('div').html(opts.loading.finishedMsg).animate({ opacity: 1 }, 2000, function () { - $(this).parent().fadeOut('normal'); - }); - //And also hide the navSelector - $(opts.navSelector).fadeOut('normal'); - // user provided callback when done - opts.errorCallback.call($(opts.contentSelector)[0],'done'); - } - }); - -} else { - console.log('Infinite Scroll not defined.'); -} - -(function() { - var lastTime = 0; - var vendors = ['ms', 'moz', 'webkit', 'o']; - for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { - window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; - window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] - || window[vendors[x]+'CancelRequestAnimationFrame']; - } - - if (!window.requestAnimationFrame) - window.requestAnimationFrame = function(callback, element) { - var currTime = new Date().getTime(); - var timeToCall = Math.max(0, 16 - (currTime - lastTime)); - var id = window.setTimeout(function() { callback(currTime + timeToCall); }, - timeToCall); - lastTime = currTime + timeToCall; - return id; - }; - - if (!window.cancelAnimationFrame) - window.cancelAnimationFrame = function(id) { - clearTimeout(id); - }; -}()); - - - -function debounce(func, wait, immediate) { - var timeout, args, context, timestamp, result; - return function() { - context = this; - args = arguments; - timestamp = new Date(); - var later = function() { - var last = (new Date()) - timestamp; - if (last < wait) { - timeout = setTimeout(later, wait - last); - } else { - timeout = null; - if (!immediate) result = func.apply(context, args); - } - }; - var callNow = immediate && !timeout; - if (!timeout) { - timeout = setTimeout(later, wait); - } - if (callNow) result = func.apply(context, args); - return result; - }; -} - - -var requesting = false; - -var killRequesting = debounce(function () { - requesting = false; -}, 100); - -function onScrollSliderParallax() { - if (!requesting) { - requesting = true; - requestAnimationFrame(function(){ - SEMICOLON.slider.sliderParallax(); - SEMICOLON.slider.sliderElementsFade(); - }); - } - killRequesting(); -} - - - -var SEMICOLON = SEMICOLON || {}; - -(function($){ - - // USE STRICT - "use strict"; - - SEMICOLON.initialize = { - - init: function(){ - - SEMICOLON.initialize.responsiveClasses(); - SEMICOLON.initialize.imagePreload( '.portfolio-item:not(:has(.fslider)) img' ); - SEMICOLON.initialize.stickyElements(); - SEMICOLON.initialize.goToTop(); - SEMICOLON.initialize.lazyLoad(); - SEMICOLON.initialize.fullScreen(); - SEMICOLON.initialize.verticalMiddle(); - SEMICOLON.initialize.lightbox(); - SEMICOLON.initialize.resizeVideos(); - SEMICOLON.initialize.imageFade(); - SEMICOLON.initialize.pageTransition(); - SEMICOLON.initialize.dataResponsiveClasses(); - SEMICOLON.initialize.dataResponsiveHeights(); - - $('.fslider').addClass('preloader2'); - - }, - - responsiveClasses: function(){ - - if( typeof jRespond === 'undefined' ) { - console.log('responsiveClasses: jRespond not Defined.'); - return true; - } - - var jRes = jRespond([ - { - label: 'smallest', - enter: 0, - exit: 479 - },{ - label: 'handheld', - enter: 480, - exit: 767 - },{ - label: 'tablet', - enter: 768, - exit: 991 - },{ - label: 'laptop', - enter: 992, - exit: 1199 - },{ - label: 'desktop', - enter: 1200, - exit: 10000 - } - ]); - jRes.addFunc([ - { - breakpoint: 'desktop', - enter: function() { $body.addClass('device-lg'); }, - exit: function() { $body.removeClass('device-lg'); } - },{ - breakpoint: 'laptop', - enter: function() { $body.addClass('device-md'); }, - exit: function() { $body.removeClass('device-md'); } - },{ - breakpoint: 'tablet', - enter: function() { $body.addClass('device-sm'); }, - exit: function() { $body.removeClass('device-sm'); } - },{ - breakpoint: 'handheld', - enter: function() { $body.addClass('device-xs'); }, - exit: function() { $body.removeClass('device-xs'); } - },{ - breakpoint: 'smallest', - enter: function() { $body.addClass('device-xxs'); }, - exit: function() { $body.removeClass('device-xxs'); } - } - ]); - }, - - imagePreload: function(selector, parameters){ - var params = { - delay: 250, - transition: 400, - easing: 'linear' - }; - $.extend(params, parameters); - - $(selector).each(function() { - var image = $(this); - image.css({visibility:'hidden', opacity: 0, display:'block'}); - image.wrap(''); - image.one("load", function(evt) { - $(this).delay(params.delay).css({visibility:'visible'}).animate({opacity: 1}, params.transition, params.easing, function() { - $(this).unwrap(''); - }); - }).each(function() { - if(this.complete) $(this).trigger("load"); - }); - }); - }, - - verticalMiddle: function(){ - if( $verticalMiddleEl.length > 0 ) { - $verticalMiddleEl.each( function(){ - var element = $(this), - verticalMiddleH = element.outerHeight(), - headerHeight = $header.outerHeight(); - - if( element.parents('#slider').length > 0 && !element.hasClass('ignore-header') ) { - if( $header.hasClass('transparent-header') && ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) ) { - verticalMiddleH = verticalMiddleH - 70; - if( $slider.next('#header').length > 0 ) { verticalMiddleH = verticalMiddleH + headerHeight; } - } - } - - if( $body.hasClass('device-xs') || $body.hasClass('device-xxs') ) { - if( element.parents('.full-screen').length && !element.parents('.force-full-screen').length ){ - if( element.children('.col-padding').length > 0 ) { - element.css({ position: 'relative', top: '0', width: 'auto', marginTop: '0' }).addClass('clearfix'); - } else { - element.css({ position: 'relative', top: '0', width: 'auto', marginTop: '0', paddingTop: '60px', paddingBottom: '60px' }).addClass('clearfix'); - } - } else { - element.css({ position: 'absolute', top: '50%', width: '100%', paddingTop: '0', paddingBottom: '0', marginTop: -(verticalMiddleH/2)+'px' }); - } - } else { - element.css({ position: 'absolute', top: '50%', width: '100%', paddingTop: '0', paddingBottom: '0', marginTop: -(verticalMiddleH/2)+'px' }); - } - }); - } - }, - - stickyElements: function(){ - if( $siStickyEl.length > 0 ) { - var siStickyH = $siStickyEl.outerHeight(); - $siStickyEl.css({ marginTop: -(siStickyH/2)+'px' }); - } - - if( $dotsMenuEl.length > 0 ) { - var opmdStickyH = $dotsMenuEl.outerHeight(); - $dotsMenuEl.css({ marginTop: -(opmdStickyH/2)+'px' }); - } - }, - - goToTop: function(){ - var elementScrollSpeed = $goToTopEl.attr('data-speed'), - elementScrollEasing = $goToTopEl.attr('data-easing'); - - if( !elementScrollSpeed ) { elementScrollSpeed = 700; } - if( !elementScrollEasing ) { elementScrollEasing = 'easeOutQuad'; } - - $goToTopEl.click(function() { - $('body,html').stop(true).animate({ - 'scrollTop': 0 - }, Number( elementScrollSpeed ), elementScrollEasing ); - return false; - }); - }, - - goToTopScroll: function(){ - var elementMobile = $goToTopEl.attr('data-mobile'), - elementOffset = $goToTopEl.attr('data-offset'); - - if( !elementOffset ) { elementOffset = 450; } - - if( elementMobile != 'true' && ( $body.hasClass('device-xs') || $body.hasClass('device-xxs') ) ) { return true; } - - if( $window.scrollTop() > Number(elementOffset) ) { - $goToTopEl.fadeIn(); - } else { - $goToTopEl.fadeOut(); - } - }, - - fullScreen: function(){ - if( $fullScreenEl.length > 0 ) { - $fullScreenEl.each( function(){ - var element = $(this), - scrHeight = window.innerHeight ? window.innerHeight : $window.height(), - negativeHeight = element.attr('data-negative-height'); - - if( element.attr('id') == 'slider' ) { - var sliderHeightOff = $slider.offset().top; - scrHeight = scrHeight - sliderHeightOff; - if( element.find('.slider-parallax-inner').length > 0 ) { - var transformVal = element.find('.slider-parallax-inner').css('transform'), - transformX = transformVal.match(/-?[\d\.]+/g); - if( !transformX ) { var transformXvalue = 0; } else { var transformXvalue = transformX[5]; } - scrHeight = ( ( window.innerHeight ? window.innerHeight : $window.height() ) + Number( transformXvalue ) ) - sliderHeightOff; - } - if( $('#slider.with-header').next('#header:not(.transparent-header)').length > 0 && ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) ) { - var headerHeightOff = $header.outerHeight(); - scrHeight = scrHeight - headerHeightOff; - } - } - if( element.parents('.full-screen').length > 0 ) { scrHeight = element.parents('.full-screen').height(); } - - if( $body.hasClass('device-xs') || $body.hasClass('device-xxs') ) { - if( !element.hasClass('force-full-screen') ){ scrHeight = 'auto'; } - } - - if( negativeHeight ){ scrHeight = scrHeight - Number(negativeHeight); } - - element.css('height', scrHeight); - if( element.attr('id') == 'slider' && !element.hasClass('canvas-slider-grid') ) { if( element.has('.swiper-slide') ) { element.find('.swiper-slide').css('height', scrHeight); } } - }); - } - }, - - maxHeight: function(){ - if( $commonHeightEl.length > 0 ) { - if( $commonHeightEl.hasClass('customjs') ) { return true; } - $commonHeightEl.each( function(){ - var element = $(this); - if( element.find('.common-height').length > 0 ) { - SEMICOLON.initialize.commonHeight( element.find('.common-height:not(.customjs)') ); - } - - SEMICOLON.initialize.commonHeight( element ); - }); - } - }, - - commonHeight: function( element ){ - var maxHeight = 0; - element.children('[class*=col-]').each(function() { - var elementChild = $(this).children(); - if( elementChild.hasClass('max-height') ){ - maxHeight = elementChild.outerHeight(); - } else { - if (elementChild.outerHeight() > maxHeight) - maxHeight = elementChild.outerHeight(); - } - }); - - element.children('[class*=col-]').each(function() { - $(this).height(maxHeight); - }); - }, - - testimonialsGrid: function(){ - if( $testimonialsGridEl.length > 0 ) { - if( $body.hasClass('device-sm') || $body.hasClass('device-md') || $body.hasClass('device-lg') ) { - var maxHeight = 0; - $testimonialsGridEl.each( function(){ - $(this).find("li > .testimonial").each(function(){ - if ($(this).height() > maxHeight) { maxHeight = $(this).height(); } - }); - $(this).find("li").height(maxHeight); - maxHeight = 0; - }); - } else { - $testimonialsGridEl.find("li").css({ 'height': 'auto' }); - } - } - }, - - lightbox: function(){ - - if( !$().magnificPopup ) { - console.log('lightbox: Magnific Popup not Defined.'); - return true; - } - - var $lightboxImageEl = $('[data-lightbox="image"]'), - $lightboxGalleryEl = $('[data-lightbox="gallery"]'), - $lightboxIframeEl = $('[data-lightbox="iframe"]'), - $lightboxInlineEl = $('[data-lightbox="inline"]'), - $lightboxAjaxEl = $('[data-lightbox="ajax"]'), - $lightboxAjaxGalleryEl = $('[data-lightbox="ajax-gallery"]'); - - if( $lightboxImageEl.length > 0 ) { - $lightboxImageEl.magnificPopup({ - type: 'image', - closeOnContentClick: true, - closeBtnInside: false, - fixedContentPos: true, - mainClass: 'mfp-no-margins mfp-fade', // class to remove default margin from left and right side - image: { - verticalFit: true - } - }); - } - - if( $lightboxGalleryEl.length > 0 ) { - $lightboxGalleryEl.each(function() { - var element = $(this); - - if( element.find('a[data-lightbox="gallery-item"]').parent('.clone').hasClass('clone') ) { - element.find('a[data-lightbox="gallery-item"]').parent('.clone').find('a[data-lightbox="gallery-item"]').attr('data-lightbox',''); - } - - if( element.find('a[data-lightbox="gallery-item"]').parents('.cloned').hasClass('cloned') ) { - element.find('a[data-lightbox="gallery-item"]').parents('.cloned').find('a[data-lightbox="gallery-item"]').attr('data-lightbox',''); - } - - element.magnificPopup({ - delegate: 'a[data-lightbox="gallery-item"]', - type: 'image', - closeOnContentClick: true, - closeBtnInside: false, - fixedContentPos: true, - mainClass: 'mfp-no-margins mfp-fade', // class to remove default margin from left and right side - image: { - verticalFit: true - }, - gallery: { - enabled: true, - navigateByImgClick: true, - preload: [0,1] // Will preload 0 - before current, and 1 after the current image - } - }); - }); - } - - if( $lightboxIframeEl.length > 0 ) { - $lightboxIframeEl.magnificPopup({ - disableOn: 600, - type: 'iframe', - removalDelay: 160, - preloader: false, - fixedContentPos: false - }); - } - - if( $lightboxInlineEl.length > 0 ) { - $lightboxInlineEl.magnificPopup({ - type: 'inline', - mainClass: 'mfp-no-margins mfp-fade', - closeBtnInside: false, - fixedContentPos: true, - overflowY: 'scroll' - }); - } - - if( $lightboxAjaxEl.length > 0 ) { - $lightboxAjaxEl.magnificPopup({ - type: 'ajax', - closeBtnInside: false, - callbacks: { - ajaxContentAdded: function(mfpResponse) { - SEMICOLON.widget.loadFlexSlider(); - SEMICOLON.initialize.resizeVideos(); - SEMICOLON.widget.masonryThumbs(); - }, - open: function() { - $body.addClass('ohidden'); - }, - close: function() { - $body.removeClass('ohidden'); - } - } - }); - } - - if( $lightboxAjaxGalleryEl.length > 0 ) { - $lightboxAjaxGalleryEl.magnificPopup({ - delegate: 'a[data-lightbox="ajax-gallery-item"]', - type: 'ajax', - closeBtnInside: false, - gallery: { - enabled: true, - preload: 0, - navigateByImgClick: false - }, - callbacks: { - ajaxContentAdded: function(mfpResponse) { - SEMICOLON.widget.loadFlexSlider(); - SEMICOLON.initialize.resizeVideos(); - SEMICOLON.widget.masonryThumbs(); - }, - open: function() { - $body.addClass('ohidden'); - }, - close: function() { - $body.removeClass('ohidden'); - } - } - }); - } - }, - - modal: function(){ - - if( !$().magnificPopup ) { - console.log('modal: Magnific Popup not Defined.'); - return true; - } - - var $modal = $('.modal-on-load:not(.customjs)'); - if( $modal.length > 0 ) { - $modal.each( function(){ - var element = $(this), - elementTarget = element.attr('data-target'), - elementTargetValue = elementTarget.split('#')[1], - elementDelay = element.attr('data-delay'), - elementTimeout = element.attr('data-timeout'), - elementAnimateIn = element.attr('data-animate-in'), - elementAnimateOut = element.attr('data-animate-out'); - - if( !element.hasClass('enable-cookie') ) { $.removeCookie( elementTargetValue ); } - - if( element.hasClass('enable-cookie') ) { - var elementCookie = $.cookie( elementTargetValue ); - - if( typeof elementCookie !== 'undefined' && elementCookie == '0' ) { - return true; - } - } - - if( !elementDelay ) { - elementDelay = 1500; - } else { - elementDelay = Number(elementDelay) + 1500; - } - - var t = setTimeout(function() { - $.magnificPopup.open({ - items: { src: elementTarget }, - type: 'inline', - mainClass: 'mfp-no-margins mfp-fade', - closeBtnInside: true, - fixedContentPos: true, - removalDelay: 500, - callbacks: { - open: function(){ - if( elementAnimateIn != '' ) { - $(elementTarget).addClass( elementAnimateIn + ' animated' ); - } - }, - beforeClose: function(){ - if( elementAnimateOut != '' ) { - $(elementTarget).removeClass( elementAnimateIn ).addClass( elementAnimateOut ); - } - }, - afterClose: function() { - if( elementAnimateIn != '' || elementAnimateOut != '' ) { - $(elementTarget).removeClass( elementAnimateIn + ' ' + elementAnimateOut + ' animated' ); - } - if( element.hasClass('enable-cookie') ) { - $.cookie( elementTargetValue, '0' ); - } - } - } - }, 0); - }, Number(elementDelay) ); - - if( elementTimeout != '' ) { - var to = setTimeout(function() { - $.magnificPopup.close(); - }, Number(elementDelay) + Number(elementTimeout) ); - } - }); - } - }, - - resizeVideos: function(){ - - if( !$().fitVids ) { - console.log('resizeVideos: FitVids not Defined.'); - return true; - } - - $("#content,#footer,#slider:not(.revslider-wrap),.landing-offer-media,.portfolio-ajax-modal,.mega-menu-column").fitVids({ - customSelector: "iframe[src^='http://www.dailymotion.com/embed'], iframe[src*='maps.google.com'], iframe[src*='google.com/maps']", - ignore: '.no-fv' - }); - }, - - imageFade: function(){ - $('.image_fade').hover( function(){ - $(this).filter(':not(:animated)').animate({opacity: 0.8}, 400); - }, function() { - $(this).animate({opacity: 1}, 400); - }); - }, - - blogTimelineEntries: function(){ - $('.post-timeline.grid-2').find('.entry').each( function(){ - var position = $(this).inlineStyle('left'); - if( position == '0px' ) { - $(this).removeClass('alt'); - } else { - $(this).addClass('alt'); - } - $(this).find('.entry-timeline').fadeIn(); - }); - - $('.entry.entry-date-section').next().next().find('.entry-timeline').css({ 'top': '70px' }); - }, - - pageTransition: function(){ - if( $body.hasClass('no-transition') ) { return true; } - - if( !$().animsition ) { - $body.addClass('no-transition'); - console.log('pageTransition: Animsition not Defined.'); - return true; - } - - window.onpageshow = function(event) { - if(event.persisted) { - window.location.reload(); - } - }; - - var animationIn = $body.attr('data-animation-in'), - animationOut = $body.attr('data-animation-out'), - durationIn = $body.attr('data-speed-in'), - durationOut = $body.attr('data-speed-out'), - loaderTimeOut = $body.attr('data-loader-timeout'), - loaderStyle = $body.attr('data-loader'), - loaderColor = $body.attr('data-loader-color'), - loaderStyleHtml = $body.attr('data-loader-html'), - loaderBgStyle = '', - loaderBorderStyle = '', - loaderBgClass = '', - loaderBorderClass = '', - loaderBgClass2 = '', - loaderBorderClass2 = ''; - - if( !animationIn ) { animationIn = 'fadeIn'; } - if( !animationOut ) { animationOut = 'fadeOut'; } - if( !durationIn ) { durationIn = 1500; } - if( !durationOut ) { durationOut = 800; } - if( !loaderStyleHtml ) { loaderStyleHtml = '
'; } - - if( !loaderTimeOut ) { - loaderTimeOut = false; - } else { - loaderTimeOut = Number(loaderTimeOut); - } - - if( loaderColor ) { - if( loaderColor == 'theme' ) { - loaderBgClass = ' bgcolor'; - loaderBorderClass = ' border-color'; - loaderBgClass2 = ' class="bgcolor"'; - loaderBorderClass2 = ' class="border-color"'; - } else { - loaderBgStyle = ' style="background-color:'+ loaderColor +';"'; - loaderBorderStyle = ' style="border-color:'+ loaderColor +';"'; - } - loaderStyleHtml = '
' - } - - if( loaderStyle == '2' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '3' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '4' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '5' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '6' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '7' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '8' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '9' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '10' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '11' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '12' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '13' ) { - loaderStyleHtml = '
'; - } else if( loaderStyle == '14' ) { - loaderStyleHtml = '
'; - } - - $wrapper.animsition({ - inClass : animationIn, - outClass : animationOut, - inDuration : Number(durationIn), - outDuration : Number(durationOut), - linkElement : '#primary-menu ul li a:not([target="_blank"]):not([href*="#"]):not([data-lightbox]):not([href^="mailto"]):not([href^="tel"]):not([href^="sms"]):not([href^="call"])', - loading : true, - loadingParentElement : 'body', - loadingClass : 'css3-spinner', - loadingHtml : loaderStyleHtml, - unSupportCss : [ - 'animation-duration', - '-webkit-animation-duration', - '-o-animation-duration' - ], - overlay : false, - overlayClass : 'animsition-overlay-slide', - overlayParentElement : 'body', - timeOut: loaderTimeOut - }); - }, - - lazyLoad: function() { - var lazyLoadEl = $('[data-lazyload]'); - - if( !$().appear ) { - console.log('lazyLoad: Appear not Defined.'); - return true; - } - - if( lazyLoadEl.length > 0 ) { - lazyLoadEl.each( function(){ - var element = $(this), - elementImg = element.attr( 'data-lazyload' ); - - element.attr( 'src', 'images/blank.svg' ).css({ 'background': 'url(images/preloader.gif) no-repeat center center #FFF' }); - - element.appear(function () { - element.css({ 'background': 'none' }).removeAttr( 'width' ).removeAttr( 'height' ).attr('src', elementImg); - },{accX: 0, accY: 120},'easeInCubic'); - }); - } - }, - - topScrollOffset: function() { - var topOffsetScroll = 0; - - if( ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) && !SEMICOLON.isMobile.any() ) { - if( $header.hasClass('sticky-header') ) { - if( $pagemenu.hasClass('dots-menu') ) { topOffsetScroll = 100; } else { topOffsetScroll = 144; } - } else { - if( $pagemenu.hasClass('dots-menu') ) { topOffsetScroll = 140; } else { topOffsetScroll = 184; } - } - - if( !$pagemenu.length ) { - if( $header.hasClass('sticky-header') ) { topOffsetScroll = 100; } else { topOffsetScroll = 140; } - } - } else { - topOffsetScroll = 40; - } - - return topOffsetScroll; - }, - - defineColumns: function( element ){ - var column = 4; - - if( element.hasClass('portfolio-full') ) { - if( element.hasClass('portfolio-3') ) column = 3; - else if( element.hasClass('portfolio-5') ) column = 5; - else if( element.hasClass('portfolio-6') ) column = 6; - else column = 4; - - if( $body.hasClass('device-sm') && ( column == 4 || column == 5 || column == 6 ) ) { - column = 3; - } else if( $body.hasClass('device-xs') && ( column == 3 || column == 4 || column == 5 || column == 6 ) ) { - column = 2; - } else if( $body.hasClass('device-xxs') ) { - column = 1; - } - } else if( element.hasClass('masonry-thumbs') ) { - - var lgCol = element.attr('data-lg-col'), - mdCol = element.attr('data-md-col'), - smCol = element.attr('data-sm-col'), - xsCol = element.attr('data-xs-col'), - xxsCol = element.attr('data-xxs-col'); - - if( element.hasClass('col-2') ) column = 2; - else if( element.hasClass('col-3') ) column = 3; - else if( element.hasClass('col-5') ) column = 5; - else if( element.hasClass('col-6') ) column = 6; - else column = 4; - - if( $body.hasClass('device-lg') ) { - if( lgCol ) { column = Number(lgCol); } - } else if( $body.hasClass('device-md') ) { - if( mdCol ) { column = Number(mdCol); } - } else if( $body.hasClass('device-sm') ) { - if( smCol ) { column = Number(smCol); } - } else if( $body.hasClass('device-xs') ) { - if( xsCol ) { column = Number(xsCol); } - } else if( $body.hasClass('device-xxs') ) { - if( xxsCol ) { column = Number(xxsCol); } - } - - } - - return column; - }, - - setFullColumnWidth: function( element ){ - - if( !$().isotope ) { - console.log('setFullColumnWidth: Isotope not Defined.'); - return true; - } - - element.css({ 'width': '' }); - - if( element.hasClass('portfolio-full') ) { - var columns = SEMICOLON.initialize.defineColumns( element ); - var containerWidth = element.width(); - if( containerWidth == ( Math.floor(containerWidth/columns) * columns ) ) { containerWidth = containerWidth - 1; } - var postWidth = Math.floor(containerWidth/columns); - if( $body.hasClass('device-xxs') ) { var deviceSmallest = 1; } else { var deviceSmallest = 0; } - element.find(".portfolio-item").each(function(index){ - if( deviceSmallest == 0 && $(this).hasClass('wide') ) { var elementSize = ( postWidth*2 ); } else { var elementSize = postWidth; } - $(this).css({"width":elementSize+"px"}); - }); - } else if( element.hasClass('masonry-thumbs') ) { - var columns = SEMICOLON.initialize.defineColumns( element ), - containerWidth = element.innerWidth(); - - if( containerWidth == windowWidth ){ - containerWidth = windowWidth*1.004; - element.css({ 'width': containerWidth+'px' }); - } - - var postWidth = (containerWidth/columns); - - postWidth = Math.floor(postWidth); - - if( ( postWidth * columns ) >= containerWidth ) { element.css({ 'margin-right': '-1px' }); } - - element.children('a').css({"width":postWidth+"px"}); - - var firstElementWidth = element.find('a:eq(0)').outerWidth(); - - element.isotope({ - masonry: { - columnWidth: firstElementWidth - } - }); - - var bigImageNumbers = element.attr('data-big'); - if( bigImageNumbers ) { - bigImageNumbers = bigImageNumbers.split(","); - var bigImageNumber = '', - bigi = ''; - for( bigi = 0; bigi < bigImageNumbers.length; bigi++ ){ - bigImageNumber = Number(bigImageNumbers[bigi]) - 1; - element.find('a:eq('+bigImageNumber+')').css({ width: firstElementWidth*2 + 'px' }); - } - var t = setTimeout( function(){ - element.isotope('layout'); - }, 1000 ); - } - } - - }, - - aspectResizer: function(){ - var $aspectResizerEl = $('.aspect-resizer'); - if( $aspectResizerEl.length > 0 ) { - $aspectResizerEl.each( function(){ - var element = $(this), - elementW = element.inlineStyle('width'), - elementH = element.inlineStyle('height'), - elementPW = element.parent().innerWidth(); - }); - } - }, - - dataResponsiveClasses: function(){ - var $dataClassXxs = $('[data-class-xxs]'), - $dataClassXs = $('[data-class-xs]'), - $dataClassSm = $('[data-class-sm]'), - $dataClassMd = $('[data-class-md]'), - $dataClassLg = $('[data-class-lg]'); - - if( $dataClassXxs.length > 0 ) { - $dataClassXxs.each( function(){ - var element = $(this), - elementClass = element.attr('data-class-xxs'), - elementClassDelete = element.attr('data-class-xs') + ' ' + element.attr('data-class-sm') + ' ' + element.attr('data-class-md') + ' ' + element.attr('data-class-lg'); - - if( $body.hasClass('device-xxs') ) { - element.removeClass( elementClassDelete ); - element.addClass( elementClass ); - } - }); - } - - if( $dataClassXs.length > 0 ) { - $dataClassXs.each( function(){ - var element = $(this), - elementClass = element.attr('data-class-xs'), - elementClassDelete = element.attr('data-class-xxs') + ' ' + element.attr('data-class-sm') + ' ' + element.attr('data-class-md') + ' ' + element.attr('data-class-lg'); - - if( $body.hasClass('device-xs') ) { - element.removeClass( elementClassDelete ); - element.addClass( elementClass ); - } - }); - } - - if( $dataClassSm.length > 0 ) { - $dataClassSm.each( function(){ - var element = $(this), - elementClass = element.attr('data-class-sm'), - elementClassDelete = element.attr('data-class-xxs') + ' ' + element.attr('data-class-xs') + ' ' + element.attr('data-class-md') + ' ' + element.attr('data-class-lg'); - - if( $body.hasClass('device-sm') ) { - element.removeClass( elementClassDelete ); - element.addClass( elementClass ); - } - }); - } - - if( $dataClassMd.length > 0 ) { - $dataClassMd.each( function(){ - var element = $(this), - elementClass = element.attr('data-class-md'), - elementClassDelete = element.attr('data-class-xxs') + ' ' + element.attr('data-class-xs') + ' ' + element.attr('data-class-sm') + ' ' + element.attr('data-class-lg'); - - if( $body.hasClass('device-md') ) { - element.removeClass( elementClassDelete ); - element.addClass( elementClass ); - } - }); - } - - if( $dataClassLg.length > 0 ) { - $dataClassLg.each( function(){ - var element = $(this), - elementClass = element.attr('data-class-lg'), - elementClassDelete = element.attr('data-class-xxs') + ' ' + element.attr('data-class-xs') + ' ' + element.attr('data-class-sm') + ' ' + element.attr('data-class-md'); - - if( $body.hasClass('device-lg') ) { - element.removeClass( elementClassDelete ); - element.addClass( elementClass ); - } - }); - } - }, - - dataResponsiveHeights: function(){ - var $dataHeightXxs = $('[data-height-xxs]'), - $dataHeightXs = $('[data-height-xs]'), - $dataHeightSm = $('[data-height-sm]'), - $dataHeightMd = $('[data-height-md]'), - $dataHeightLg = $('[data-height-lg]'); - - if( $dataHeightXxs.length > 0 ) { - $dataHeightXxs.each( function(){ - var element = $(this), - elementHeight = element.attr('data-height-xxs'); - - if( $body.hasClass('device-xxs') ) { - if( elementHeight != '' ) { element.css( 'height', elementHeight ); } - } - }); - } - - if( $dataHeightXs.length > 0 ) { - $dataHeightXs.each( function(){ - var element = $(this), - elementHeight = element.attr('data-height-xs'); - - if( $body.hasClass('device-xs') ) { - if( elementHeight != '' ) { element.css( 'height', elementHeight ); } - } - }); - } - - if( $dataHeightSm.length > 0 ) { - $dataHeightSm.each( function(){ - var element = $(this), - elementHeight = element.attr('data-height-sm'); - - if( $body.hasClass('device-sm') ) { - if( elementHeight != '' ) { element.css( 'height', elementHeight ); } - } - }); - } - - if( $dataHeightMd.length > 0 ) { - $dataHeightMd.each( function(){ - var element = $(this), - elementHeight = element.attr('data-height-md'); - - if( $body.hasClass('device-md') ) { - if( elementHeight != '' ) { element.css( 'height', elementHeight ); } - } - }); - } - - if( $dataHeightLg.length > 0 ) { - $dataHeightLg.each( function(){ - var element = $(this), - elementHeight = element.attr('data-height-lg'); - - if( $body.hasClass('device-lg') ) { - if( elementHeight != '' ) { element.css( 'height', elementHeight ); } - } - }); - } - }, - - stickFooterOnSmall: function(){ - var windowH = $window.height(), - wrapperH = $wrapper.height(); - - if( !$body.hasClass('sticky-footer') && $footer.length > 0 && $wrapper.has('#footer') ) { - if( windowH > wrapperH ) { - $footer.css({ 'margin-top': ( windowH - wrapperH ) }); - } - } - }, - - stickyFooter: function(){ - if( $body.hasClass('sticky-footer') && $footer.length > 0 && ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) ) { - var stickyFooter = $footer.outerHeight(); - $content.css({ 'margin-bottom': stickyFooter }); - } else { - $content.css({ 'margin-bottom': 0 }); - } - } - - }; - - SEMICOLON.header = { - - init: function(){ - - SEMICOLON.header.superfish(); - SEMICOLON.header.menufunctions(); - SEMICOLON.header.fullWidthMenu(); - SEMICOLON.header.overlayMenu(); - SEMICOLON.header.stickyMenu(); - SEMICOLON.header.stickyPageMenu(); - SEMICOLON.header.sideHeader(); - SEMICOLON.header.sidePanel(); - SEMICOLON.header.onePageScroll(); - SEMICOLON.header.onepageScroller(); - SEMICOLON.header.logo(); - SEMICOLON.header.topsearch(); - SEMICOLON.header.topcart(); - - }, - - superfish: function(){ - - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - $('#primary-menu ul ul, #primary-menu ul .mega-menu-content').css('display', 'block'); - SEMICOLON.header.menuInvert(); - $('#primary-menu ul ul, #primary-menu ul .mega-menu-content').css('display', ''); - } - - if( !$().superfish ) { - $body.addClass('no-superfish'); - console.log('superfish: Superfish not Defined.'); - return true; - } - - $('body:not(.side-header) #primary-menu > ul, body:not(.side-header) #primary-menu > div > ul:not(.dropdown-menu), .top-links > ul').superfish({ - popUpSelector: 'ul,.mega-menu-content,.top-link-section', - delay: 250, - speed: 350, - animation: {opacity:'show'}, - animationOut: {opacity:'hide'}, - cssArrows: false, - onShow: function(){ - var megaMenuContent = $(this); - if( megaMenuContent.find('.owl-carousel.customjs').length > 0 ) { - megaMenuContent.find('.owl-carousel').removeClass('customjs'); - SEMICOLON.widget.carousel(); - } - - if( megaMenuContent.hasClass('mega-menu-content') && megaMenuContent.find('.widget').length > 0 ) { - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - setTimeout( function(){ SEMICOLON.initialize.commonHeight( megaMenuContent ); }, 200); - } else { - megaMenuContent.children().height(''); - } - } - } - }); - - $('body.side-header #primary-menu > ul').superfish({ - popUpSelector: 'ul', - delay: 250, - speed: 350, - animation: {opacity:'show',height:'show'}, - animationOut: {opacity:'hide',height:'hide'}, - cssArrows: false - }); - - }, - - menuInvert: function() { - - $('#primary-menu .mega-menu-content, #primary-menu ul ul').each( function( index, element ){ - var $menuChildElement = $(element), - menuChildOffset = $menuChildElement.offset(), - menuChildWidth = $menuChildElement.width(), - menuChildLeft = menuChildOffset.left; - - if(windowWidth - (menuChildWidth + menuChildLeft) < 0) { - $menuChildElement.addClass('menu-pos-invert'); - } - }); - - }, - - menufunctions: function(){ - - $( '#primary-menu ul li:has(ul)' ).addClass('sub-menu'); - $( '.top-links ul li:has(ul) > a, #primary-menu.with-arrows > ul > li:has(ul) > a > div, #primary-menu.with-arrows > div > ul > li:has(ul) > a > div, #page-menu nav ul li:has(ul) > a > div' ).append( '' ); - $( '.top-links > ul' ).addClass( 'clearfix' ); - - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - $('#primary-menu.sub-title > ul > li').hover(function() { - $(this).prev().css({ backgroundImage : 'none' }); - }, function() { - $(this).prev().css({ backgroundImage : 'url("images/icons/menu-divider.png")' }); - }); - - $('#primary-menu.sub-title').children('ul').children('.current').prev().css({ backgroundImage : 'none' }); - } - - // var responsiveThreshold = $header.attr('data-responsive-under'); - // if( !responsiveThreshold ) { responsiveThreshold = 992; } - - // if( windowWidth < Number( responsiveThreshold ) ) { - // $body.addClass('mobile-header-active'); - // } else { - // $body.removeClass('mobile-header-active'); - // } - - if( SEMICOLON.isMobile.Android() ) { - $( '#primary-menu ul li.sub-menu' ).children('a').on('touchstart', function(e){ - if( !$(this).parent('li.sub-menu').hasClass('sfHover') ) { - e.preventDefault(); - } - }); - } - - if( SEMICOLON.isMobile.Windows() ) { - if( $().superfish ){ - $('#primary-menu > ul, #primary-menu > div > ul,.top-links > ul').superfish('destroy').addClass('windows-mobile-menu'); - } else { - $('#primary-menu > ul, #primary-menu > div > ul,.top-links > ul').addClass('windows-mobile-menu'); - console.log('menufunctions: Superfish not defined.'); - } - - $( '#primary-menu ul li:has(ul)' ).append(''); - - $( '#primary-menu ul li.sub-menu' ).children('a.wn-submenu-trigger').click( function(e){ - $(this).parent().toggleClass('open'); - $(this).parent().find('> ul, > .mega-menu-content').stop(true,true).toggle(); - return false; - }); - } - - }, - - fullWidthMenu: function(){ - if( $body.hasClass('stretched') ) { - if( $header.find('.container-fullwidth').length > 0 ) { $('.mega-menu .mega-menu-content').css({ 'width': $wrapper.width() - 120 }); } - if( $header.hasClass('full-header') ) { $('.mega-menu .mega-menu-content').css({ 'width': $wrapper.width() - 60 }); } - } else { - if( $header.find('.container-fullwidth').length > 0 ) { $('.mega-menu .mega-menu-content').css({ 'width': $wrapper.width() - 120 }); } - if( $header.hasClass('full-header') ) { $('.mega-menu .mega-menu-content').css({ 'width': $wrapper.width() - 80 }); } - } - }, - - overlayMenu: function(){ - if( $body.hasClass('overlay-menu') ) { - var overlayMenuItem = $('#primary-menu').children('ul').children('li'), - overlayMenuItemHeight = overlayMenuItem.outerHeight(), - overlayMenuItemTHeight = overlayMenuItem.length * overlayMenuItemHeight, - firstItemOffset = ( $window.height() - overlayMenuItemTHeight ) / 2; - - $('#primary-menu').children('ul').children('li:first-child').css({ 'margin-top': firstItemOffset+'px' }); - } - }, - - stickyMenu: function( headerOffset ){ - if ($window.scrollTop() > headerOffset) { - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - $('body:not(.side-header) #header:not(.no-sticky)').addClass('sticky-header'); - if( !$headerWrap.hasClass('force-not-dark') ) { $headerWrap.removeClass('not-dark'); } - SEMICOLON.header.stickyMenuClass(); - } else if( $body.hasClass('device-xs') || $body.hasClass('device-xxs') || $body.hasClass('device-sm') ) { - if( $body.hasClass('sticky-responsive-menu') ) { - $('#header:not(.no-sticky)').addClass('responsive-sticky-header'); - SEMICOLON.header.stickyMenuClass(); - } - } - } else { - SEMICOLON.header.removeStickyness(); - } - }, - - stickyPageMenu: function( pageMenuOffset ){ - if ($window.scrollTop() > pageMenuOffset) { - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - $('#page-menu:not(.dots-menu,.no-sticky)').addClass('sticky-page-menu'); - } else if( $body.hasClass('device-xs') || $body.hasClass('device-xxs') || $body.hasClass('device-sm') ) { - if( $body.hasClass('sticky-responsive-pagemenu') ) { - $('#page-menu:not(.dots-menu,.no-sticky)').addClass('sticky-page-menu'); - } - } - } else { - $('#page-menu:not(.dots-menu,.no-sticky)').removeClass('sticky-page-menu'); - } - }, - - removeStickyness: function(){ - if( $header.hasClass('sticky-header') ){ - $('body:not(.side-header) #header:not(.no-sticky)').removeClass('sticky-header'); - $header.removeClass().addClass(oldHeaderClasses); - $headerWrap.removeClass().addClass(oldHeaderWrapClasses); - if( !$headerWrap.hasClass('force-not-dark') ) { $headerWrap.removeClass('not-dark'); } - SEMICOLON.slider.swiperSliderMenu(); - SEMICOLON.slider.revolutionSliderMenu(); - } - if( $header.hasClass('responsive-sticky-header') ){ - $('body.sticky-responsive-menu #header').removeClass('responsive-sticky-header'); - } - if( ( $body.hasClass('device-xs') || $body.hasClass('device-xxs') || $body.hasClass('device-sm') ) && ( typeof responsiveMenuClasses === 'undefined' ) ) { - $header.removeClass().addClass(oldHeaderClasses); - $headerWrap.removeClass().addClass(oldHeaderWrapClasses); - if( !$headerWrap.hasClass('force-not-dark') ) { $headerWrap.removeClass('not-dark'); } - } - }, - - sideHeader: function(){ - $("#header-trigger").click(function(){ - $('body.open-header').toggleClass("side-header-open"); - return false; - }); - }, - - sidePanel: function(){ - $(".side-panel-trigger").click(function(){ - $body.toggleClass("side-panel-open"); - if( $body.hasClass('device-touch') && $body.hasClass('side-push-panel') ) { - $body.toggleClass("ohidden"); - } - return false; - }); - }, - - onePageScroll: function(){ - if( $onePageMenuEl.length > 0 ){ - var onePageSpeed = $onePageMenuEl.attr('data-speed'), - onePageOffset = $onePageMenuEl.attr('data-offset'), - onePageEasing = $onePageMenuEl.attr('data-easing'); - - if( !onePageSpeed ) { onePageSpeed = 1000; } - if( !onePageEasing ) { onePageEasing = 'easeOutQuad'; } - - $onePageMenuEl.find('a[data-href]').click(function(){ - var element = $(this), - divScrollToAnchor = element.attr('data-href'), - divScrollSpeed = element.attr('data-speed'), - divScrollOffset = element.attr('data-offset'), - divScrollEasing = element.attr('data-easing'); - - if( $( divScrollToAnchor ).length > 0 ) { - - if( !onePageOffset ) { - var onePageOffsetG = SEMICOLON.initialize.topScrollOffset(); - } else { - var onePageOffsetG = onePageOffset; - } - - if( !divScrollSpeed ) { divScrollSpeed = onePageSpeed; } - if( !divScrollOffset ) { divScrollOffset = onePageOffsetG; } - if( !divScrollEasing ) { divScrollEasing = onePageEasing; } - - if( $onePageMenuEl.hasClass('no-offset') ) { divScrollOffset = 0; } - - onePageGlobalOffset = Number(divScrollOffset); - - $onePageMenuEl.find('li').removeClass('current'); - $onePageMenuEl.find('a[data-href="' + divScrollToAnchor + '"]').parent('li').addClass('current'); - - if( windowWidth < 768 || $body.hasClass('overlay-menu') ) { - if( $('#primary-menu').find('ul.mobile-primary-menu').length > 0 ) { - $('#primary-menu > ul.mobile-primary-menu, #primary-menu > div > ul.mobile-primary-menu').toggleClass('show', false); - } else { - $('#primary-menu > ul, #primary-menu > div > ul').toggleClass('show', false); - } - $pagemenu.toggleClass('pagemenu-active', false); - $body.toggleClass('primary-menu-open', false); - } - - $('html,body').stop(true).animate({ - 'scrollTop': $( divScrollToAnchor ).offset().top - Number(divScrollOffset) - }, Number(divScrollSpeed), divScrollEasing); - - onePageGlobalOffset = Number(divScrollOffset); - } - - return false; - }); - } - }, - - onepageScroller: function(){ - $onePageMenuEl.find('li').removeClass('current'); - $onePageMenuEl.find('a[data-href="#' + SEMICOLON.header.onePageCurrentSection() + '"]').parent('li').addClass('current'); - }, - - onePageCurrentSection: function(){ - var currentOnePageSection = 'home', - headerHeight = $headerWrap.outerHeight(); - - if( $body.hasClass('side-header') ) { headerHeight = 0; } - - $pageSectionEl.each(function(index) { - var h = $(this).offset().top; - var y = $window.scrollTop(); - - var offsetScroll = headerHeight + onePageGlobalOffset; - - if( y + offsetScroll >= h && y < h + $(this).height() && $(this).attr('id') != currentOnePageSection ) { - currentOnePageSection = $(this).attr('id'); - } - }); - - return currentOnePageSection; - }, - - logo: function(){ - if( ( $header.hasClass('dark') || $body.hasClass('dark') ) && !$headerWrap.hasClass('not-dark') ) { - if( defaultDarkLogo ){ defaultLogo.find('img').attr('src', defaultDarkLogo); } - if( retinaDarkLogo ){ retinaLogo.find('img').attr('src', retinaDarkLogo); } - } else { - if( defaultLogoImg ){ defaultLogo.find('img').attr('src', defaultLogoImg); } - if( retinaLogoImg ){ retinaLogo.find('img').attr('src', retinaLogoImg); } - } - if( $header.hasClass('sticky-header') ) { - if( defaultStickyLogo ){ defaultLogo.find('img').attr('src', defaultStickyLogo); } - if( retinaStickyLogo ){ retinaLogo.find('img').attr('src', retinaStickyLogo); } - } - if( $body.hasClass('device-xs') || $body.hasClass('device-xxs') ) { - if( defaultMobileLogo ){ defaultLogo.find('img').attr('src', defaultMobileLogo); } - if( retinaMobileLogo ){ retinaLogo.find('img').attr('src', retinaMobileLogo); } - } - }, - - stickyMenuClass: function(){ - if( stickyMenuClasses ) { var newClassesArray = stickyMenuClasses.split(/ +/); } else { var newClassesArray = ''; } - var noOfNewClasses = newClassesArray.length; - - if( noOfNewClasses > 0 ) { - var i = 0; - for( i=0; i 0 ) { - var i = 0; - for( i=0; i 0 ){ - if( $body.hasClass('device-md') || $body.hasClass('device-lg') ) { - $topSocialEl.show(); - $topSocialEl.find('a').css({width: 40}); - - $topSocialEl.find('.ts-text').each( function(){ - var $clone = $(this).clone().css({'visibility': 'hidden', 'display': 'inline-block', 'font-size': '13px', 'font-weight':'bold'}).appendTo($body), - cloneWidth = $clone.innerWidth() + 52; - $(this).parent('a').attr('data-hover-width',cloneWidth); - $clone.remove(); - }); - - $topSocialEl.find('a').hover(function() { - if( $(this).find('.ts-text').length > 0 ) { - $(this).css({width: $(this).attr('data-hover-width')}); - } - }, function() { - $(this).css({width: 40}); - }); - } else { - $topSocialEl.show(); - $topSocialEl.find('a').css({width: 40}); - - $topSocialEl.find('a').each(function() { - var topIconTitle = $(this).find('.ts-text').text(); - $(this).attr('title', topIconTitle); - }); - - $topSocialEl.find('a').hover(function() { - $(this).css({width: 40}); - }, function() { - $(this).css({width: 40}); - }); - - if( $body.hasClass('device-xxs') ) { - $topSocialEl.hide(); - $topSocialEl.slice(0, 8).show(); - } - } - } - }, - - topsearch: function(){ - - $(document).on('click', function(event) { - if (!$(event.target).closest('#top-search').length) { $body.toggleClass('top-search-open', false); } - if (!$(event.target).closest('#top-cart').length) { $topCart.toggleClass('top-cart-open', false); } - if (!$(event.target).closest('#page-menu').length) { $pagemenu.toggleClass('pagemenu-active', false); } - if (!$(event.target).closest('#side-panel').length) { $body.toggleClass('side-panel-open', false); } - if (!$(event.target).closest('#primary-menu.mobile-menu-off-canvas > ul').length) { $('#primary-menu.mobile-menu-off-canvas > ul').toggleClass('show', false); } - if (!$(event.target).closest('#primary-menu.mobile-menu-off-canvas > div > ul').length) { $('#primary-menu.mobile-menu-off-canvas > div > ul').toggleClass('show', false); } - }); - - $("#top-search-trigger").click(function(e){ - $body.toggleClass('top-search-open'); - $topCart.toggleClass('top-cart-open', false); - $( '#primary-menu > ul, #primary-menu > div > ul' ).toggleClass("show", false); - $pagemenu.toggleClass('pagemenu-active', false); - if ($body.hasClass('top-search-open')){ - $topSearch.find('input').focus(); - } - e.stopPropagation(); - e.preventDefault(); - }); - - }, - - topcart: function(){ - - $("#top-cart-trigger").click(function(e){ - $pagemenu.toggleClass('pagemenu-active', false); - $topCart.toggleClass('top-cart-open'); - e.stopPropagation(); - e.preventDefault(); - }); - - } - - }; - - SEMICOLON.slider = { - - init: function() { - - SEMICOLON.slider.sliderParallaxDimensions(); - SEMICOLON.slider.sliderRun(); - SEMICOLON.slider.sliderParallax(); - SEMICOLON.slider.sliderElementsFade(); - SEMICOLON.slider.captionPosition(); - - }, - - sliderParallaxDimensions: function(){ - if( $sliderParallaxEl.find('.slider-parallax-inner').length < 1 ) { return true; } - - if( $body.hasClass('device-lg') || $body.hasClass('device-md') || $body.hasClass('device-sm') ) { - var parallaxElHeight = $sliderParallaxEl.outerHeight(), - parallaxElWidth = $sliderParallaxEl.outerWidth(); - - if( $sliderParallaxEl.hasClass('revslider-wrap') || $sliderParallaxEl.find('.carousel-widget').length > 0 ) { - parallaxElHeight = $sliderParallaxEl.find('.slider-parallax-inner').children().first().outerHeight(); - $sliderParallaxEl.height( parallaxElHeight ); - } - - $sliderParallaxEl.find('.slider-parallax-inner').height( parallaxElHeight ); - - if( $body.hasClass('side-header') ) { - $sliderParallaxEl.find('.slider-parallax-inner').width( parallaxElWidth ); - } - - if( !$body.hasClass('stretched') ) { - parallaxElWidth = $wrapper.outerWidth(); - $sliderParallaxEl.find('.slider-parallax-inner').width( parallaxElWidth ); - } - } else { - $sliderParallaxEl.find('.slider-parallax-inner').css({ 'width': '', height: '' }); - } - - if( swiperSlider ) { swiperSlider.update( true ); } - }, - - sliderRun: function(){ - - if( typeof Swiper === 'undefined' ) { - console.log('sliderRun: Swiper not Defined.'); - return true; - } - - if( $slider.hasClass('customjs') ) { return true; } - - if( $slider.hasClass('swiper_wrapper') ) { - - var element = $slider.filter('.swiper_wrapper'), - elementDirection = element.attr('data-direction'), - elementSpeed = element.attr('data-speed'), - elementAutoPlay = element.attr('data-autoplay'), - elementLoop = element.attr('data-loop'), - elementEffect = element.attr('data-effect'), - elementGrabCursor = element.attr('data-grab'), - slideNumberTotal = element.find('#slide-number-total'), - slideNumberCurrent = element.find('#slide-number-current'), - sliderVideoAutoPlay = element.attr('data-video-autoplay'); - - if( !elementSpeed ) { elementSpeed = 300; } - if( !elementDirection ) { elementDirection = 'horizontal'; } - if( elementAutoPlay ) { elementAutoPlay = Number( elementAutoPlay ); } - if( elementLoop == 'true' ) { elementLoop = true; } else { elementLoop = false; } - if( !elementEffect ) { elementEffect = 'slide'; } - if( elementGrabCursor == 'false' ) { elementGrabCursor = false; } else { elementGrabCursor = true; } - if( sliderVideoAutoPlay == 'false' ) { sliderVideoAutoPlay = false; } else { sliderVideoAutoPlay = true; } - - if( element.find('.swiper-pagination').length > 0 ) { - var elementPagination = '.swiper-pagination', - elementPaginationClickable = true; - } else { - var elementPagination = '', - elementPaginationClickable = false; - } - - var elementNavNext = '#slider-arrow-right', - elementNavPrev = '#slider-arrow-left'; - - swiperSlider = new Swiper( element.find('.swiper-parent') ,{ - direction: elementDirection, - speed: Number( elementSpeed ), - autoplay: elementAutoPlay, - loop: elementLoop, - effect: elementEffect, - slidesPerView: 1, - grabCursor: elementGrabCursor, - pagination: elementPagination, - paginationClickable: elementPaginationClickable, - prevButton: elementNavPrev, - nextButton: elementNavNext, - onInit: function(swiper){ - SEMICOLON.slider.sliderParallaxDimensions(); - element.find('.yt-bg-player').removeClass('customjs'); - SEMICOLON.widget.youtubeBgVideo(); - $('.swiper-slide-active [data-caption-animate]').each(function(){ - var $toAnimateElement = $(this), - toAnimateDelay = $toAnimateElement.attr('data-caption-delay'), - toAnimateDelayTime = 0; - if( toAnimateDelay ) { toAnimateDelayTime = Number( toAnimateDelay ) + 750; } else { toAnimateDelayTime = 750; } - if( !$toAnimateElement.hasClass('animated') ) { - $toAnimateElement.addClass('not-animated'); - var elementAnimation = $toAnimateElement.attr('data-caption-animate'); - setTimeout(function() { - $toAnimateElement.removeClass('not-animated').addClass( elementAnimation + ' animated'); - }, toAnimateDelayTime); - } - }); - $('[data-caption-animate]').each(function(){ - var $toAnimateElement = $(this), - elementAnimation = $toAnimateElement.attr('data-caption-animate'); - if( $toAnimateElement.parents('.swiper-slide').hasClass('swiper-slide-active') ) { return true; } - $toAnimateElement.removeClass('animated').removeClass(elementAnimation).addClass('not-animated'); - }); - SEMICOLON.slider.swiperSliderMenu(); - }, - onSlideChangeStart: function(swiper){ - if( slideNumberCurrent.length > 0 ){ - if( elementLoop == true ) { - slideNumberCurrent.html( Number( element.find('.swiper-slide.swiper-slide-active').attr('data-swiper-slide-index') ) + 1 ); - } else { - slideNumberCurrent.html( swiperSlider.activeIndex + 1 ); - } - } - $('[data-caption-animate]').each(function(){ - var $toAnimateElement = $(this), - elementAnimation = $toAnimateElement.attr('data-caption-animate'); - if( $toAnimateElement.parents('.swiper-slide').hasClass('swiper-slide-active') ) { return true; } - $toAnimateElement.removeClass('animated').removeClass(elementAnimation).addClass('not-animated'); - }); - SEMICOLON.slider.swiperSliderMenu(); - }, - onSlideChangeEnd: function(swiper){ - element.find('.swiper-slide').each(function(){ - var slideEl = $(this); - if( slideEl.find('video').length > 0 && sliderVideoAutoPlay == true ) { slideEl.find('video').get(0).pause(); } - if( slideEl.find('.yt-bg-player.mb_YTPlayer:not(.customjs)').length > 0 ) { slideEl.find('.yt-bg-player.mb_YTPlayer:not(.customjs)').YTPPause(); } - }); - element.find('.swiper-slide:not(".swiper-slide-active")').each(function(){ - var slideEl = $(this); - if( slideEl.find('video').length > 0 ) { - if( slideEl.find('video').get(0).currentTime != 0 ) { slideEl.find('video').get(0).currentTime = 0; } - } - if( slideEl.find('.yt-bg-player.mb_YTPlayer:not(.customjs)').length > 0 ) { - slideEl.find('.yt-bg-player.mb_YTPlayer:not(.customjs)').YTPGetPlayer().seekTo( slideEl.find('.yt-bg-player.mb_YTPlayer:not(.customjs)').attr('data-start') ); - } - }); - if( element.find('.swiper-slide.swiper-slide-active').find('video').length > 0 && sliderVideoAutoPlay == true ) { element.find('.swiper-slide.swiper-slide-active').find('video').get(0).play(); } - if( element.find('.swiper-slide.swiper-slide-active').find('.yt-bg-player.mb_YTPlayer:not(.customjs)').length > 0 && sliderVideoAutoPlay == true ) { element.find('.swiper-slide.swiper-slide-active').find('.yt-bg-player.mb_YTPlayer:not(.customjs)').YTPPlay(); } - - element.find('.swiper-slide.swiper-slide-active [data-caption-animate]').each(function(){ - var $toAnimateElement = $(this), - toAnimateDelay = $toAnimateElement.attr('data-caption-delay'), - toAnimateDelayTime = 0; - if( toAnimateDelay ) { toAnimateDelayTime = Number( toAnimateDelay ) + 300; } else { toAnimateDelayTime = 300; } - if( !$toAnimateElement.hasClass('animated') ) { - $toAnimateElement.addClass('not-animated'); - var elementAnimation = $toAnimateElement.attr('data-caption-animate'); - setTimeout(function() { - $toAnimateElement.removeClass('not-animated').addClass( elementAnimation + ' animated'); - }, toAnimateDelayTime); - } - }); - } - }); - - if( slideNumberCurrent.length > 0 ) { - if( elementLoop == true ) { - slideNumberCurrent.html( Number( element.find('.swiper-slide.swiper-slide-active').attr('data-swiper-slide-index') ) + 1 ); - } else { - slideNumberCurrent.html( swiperSlider.activeIndex + 1 ); - } - } - if( slideNumberTotal.length > 0 ) { - slideNumberTotal.html( element.find('.swiper-slide:not(.swiper-slide-duplicate)').length ); - } - - } - }, - - sliderParallaxOffset: function(){ - var sliderParallaxOffsetTop = 0; - var headerHeight = $header.outerHeight(); - if( $body.hasClass('side-header') || $header.hasClass('transparent-header') ) { headerHeight = 0; } - if( $pageTitle.length > 0 ) { - var pageTitleHeight = $pageTitle.outerHeight(); - sliderParallaxOffsetTop = pageTitleHeight + headerHeight; - } else { - sliderParallaxOffsetTop = headerHeight; - } - - if( $slider.next('#header').length > 0 ) { sliderParallaxOffsetTop = 0; } - - return sliderParallaxOffsetTop; - }, - - sliderParallax: function(){ - - if( $sliderParallaxEl.length < 1 ) { return true; } - - var parallaxOffsetTop = SEMICOLON.slider.sliderParallaxOffset(), - parallaxElHeight = $sliderParallaxEl.outerHeight(); - - if( ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) && !SEMICOLON.isMobile.any() ) { - if( ( parallaxElHeight + parallaxOffsetTop + 50 ) > $window.scrollTop() ){ - $sliderParallaxEl.addClass('slider-parallax-visible').removeClass('slider-parallax-invisible'); - if ($window.scrollTop() > parallaxOffsetTop) { - if( $sliderParallaxEl.find('.slider-parallax-inner').length > 0 ) { - var tranformAmount = (($window.scrollTop()-parallaxOffsetTop) *-.4 ).toFixed(0), - tranformAmount2 = (($window.scrollTop()-parallaxOffsetTop) *-.15 ).toFixed(0); - $sliderParallaxEl.find('.slider-parallax-inner').css({'transform':'translateY('+ tranformAmount +'px)'}); - $('.slider-parallax .slider-caption,.ei-title').css({'transform':'translateY('+ tranformAmount2 +'px)'}); - } else { - var tranformAmount = (($window.scrollTop()-parallaxOffsetTop) / 1.5 ).toFixed(0), - tranformAmount2 = (($window.scrollTop()-parallaxOffsetTop) / 7 ).toFixed(0); - $sliderParallaxEl.css({'transform':'translateY('+ tranformAmount +'px)'}); - $('.slider-parallax .slider-caption,.ei-title').css({'transform':'translateY('+ -tranformAmount2 +'px)'}); - } - } else { - if( $sliderParallaxEl.find('.slider-parallax-inner').length > 0 ) { - $('.slider-parallax-inner,.slider-parallax .slider-caption,.ei-title').css({'transform':'translateY(0px)'}); - } else { - $('.slider-parallax,.slider-parallax .slider-caption,.ei-title').css({'transform':'translateY(0px)'}); - } - } - } else { - $sliderParallaxEl.addClass('slider-parallax-invisible').removeClass('slider-parallax-visible'); - } - if (requesting) { - requestAnimationFrame(function(){ - SEMICOLON.slider.sliderParallax(); - SEMICOLON.slider.sliderElementsFade(); - }); - } - } else { - if( $sliderParallaxEl.find('.slider-parallax-inner').length > 0 ) { - $('.slider-parallax-inner,.slider-parallax .slider-caption,.ei-title').css({'transform':'translateY(0px)'}); - } else { - $('.slider-parallax,.slider-parallax .slider-caption,.ei-title').css({'transform':'translateY(0px)'}); - } - } - }, - - sliderElementsFade: function(){ - - if( $sliderParallaxEl.length > 0 ) { - if( ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) && !SEMICOLON.isMobile.any() ) { - var parallaxOffsetTop = SEMICOLON.slider.sliderParallaxOffset(), - parallaxElHeight = $sliderParallaxEl.outerHeight(); - if( $slider.length > 0 ) { - if( $header.hasClass('transparent-header') || $('body').hasClass('side-header') ) { var tHeaderOffset = 100; } else { var tHeaderOffset = 0; } - $sliderParallaxEl.find('#slider-arrow-left,#slider-arrow-right,.vertical-middle:not(.no-fade),.slider-caption,.ei-title,.camera_prev,.camera_next').css({'opacity': 1 - ( ( ( $window.scrollTop() - tHeaderOffset ) *1.85 ) / parallaxElHeight ) }); - } - } else { - $sliderParallaxEl.find('#slider-arrow-left,#slider-arrow-right,.vertical-middle:not(.no-fade),.slider-caption,.ei-title,.camera_prev,.camera_next').css({'opacity': 1}); - } - } - }, - - captionPosition: function(){ - $slider.find('.slider-caption:not(.custom-caption-pos)').each(function(){ - var scapHeight = $(this).outerHeight(); - var scapSliderHeight = $slider.outerHeight(); - if( $(this).parents('#slider').prev('#header').hasClass('transparent-header') && ( $body.hasClass('device-lg') || $body.hasClass('device-md') ) ) { - if( $(this).parents('#slider').prev('#header').hasClass('floating-header') ) { - $(this).css({ top: ( scapSliderHeight + 160 - scapHeight ) / 2 + 'px' }); - } else { - $(this).css({ top: ( scapSliderHeight + 100 - scapHeight ) / 2 + 'px' }); - } - } else { - $(this).css({ top: ( scapSliderHeight - scapHeight ) / 2 + 'px' }); - } - }); - }, - - swiperSliderMenu: function( onWinLoad ){ - onWinLoad = typeof onWinLoad !== 'undefined' ? onWinLoad : false; - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - var activeSlide = $slider.find('.swiper-slide.swiper-slide-active'); - SEMICOLON.slider.headerSchemeChanger(activeSlide, onWinLoad); - } - }, - - revolutionSliderMenu: function( onWinLoad ){ - onWinLoad = typeof onWinLoad !== 'undefined' ? onWinLoad : false; - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - var activeSlide = $slider.find('.active-revslide'); - SEMICOLON.slider.headerSchemeChanger(activeSlide, onWinLoad); - } - }, - - headerSchemeChanger: function( activeSlide, onWinLoad ){ - if( activeSlide.length > 0 ) { - var darkExists = false; - if( activeSlide.hasClass('dark') ){ - if( oldHeaderClasses ) { var oldClassesArray = oldHeaderClasses.split(/ +/); } else { var oldClassesArray = ''; } - var noOfOldClasses = oldClassesArray.length; - - if( noOfOldClasses > 0 ) { - var i = 0; - for( i=0; i 0 ){ - $owlCarouselEl.each( function(){ - var element = $(this); - if( element.find('.owl-dot').length > 0 ) { - element.addClass('with-carousel-dots'); - } - }); - } - } - - }; - - SEMICOLON.portfolio = { - - init: function(){ - - SEMICOLON.portfolio.ajaxload(); - - }, - - gridInit: function( $container ){ - - if( !$().isotope ) { - console.log('gridInit: Isotope not Defined.'); - return true; - } - - if( $container.length < 1 ) { return true; } - if( $container.hasClass('customjs') ) { return true; } - - $container.each( function(){ - var element = $(this), - elementTransition = element.attr('data-transition'), - elementLayoutMode = element.attr('data-layout'), - elementStagger = element.attr('data-stagger'); - - if( !elementTransition ) { elementTransition = '0.65s'; } - if( !elementLayoutMode ) { elementLayoutMode = 'masonry'; } - if( !elementStagger ) { elementStagger = 0; } - - setTimeout( function(){ - if( element.hasClass('portfolio') ){ - element.isotope({ - layoutMode: elementLayoutMode, - transitionDuration: elementTransition, - stagger: Number( elementStagger ), - masonry: { - columnWidth: element.find('.portfolio-item:not(.wide)')[0] - } - }); - } else { - element.isotope({ - layoutMode: elementLayoutMode, - transitionDuration: elementTransition - }); - } - }, 300); - }); - }, - - filterInit: function(){ - - if( !$().isotope ) { - console.log('filterInit: Isotope not Defined.'); - return true; - } - - if( $portfolioFilter.length < 1 ) { return true; } - if( $portfolioFilter.hasClass('customjs') ) { return true; } - - $portfolioFilter.each( function(){ - var element = $(this), - elementContainer = element.attr('data-container'), - elementActiveClass = element.attr('data-active-class'), - elementDefaultFilter = element.attr('data-default'); - - if( !elementActiveClass ) { elementActiveClass = 'activeFilter'; } - - element.find('a').click(function(){ - element.find('li').removeClass( elementActiveClass ); - $(this).parent('li').addClass( elementActiveClass ); - var selector = $(this).attr('data-filter'); - $(elementContainer).isotope({ filter: selector }); - return false; - }); - - if( elementDefaultFilter ) { - element.find('li').removeClass( elementActiveClass ); - element.find('[data-filter="'+ elementDefaultFilter +'"]').parent('li').addClass( elementActiveClass ); - $(elementContainer).isotope({ filter: elementDefaultFilter }); - } - }); - }, - - shuffleInit: function(){ - - if( !$().isotope ) { - console.log('shuffleInit: Isotope not Defined.'); - return true; - } - - if( $('.portfolio-shuffle').length < 1 ) { return true; } - - $('.portfolio-shuffle').click(function(){ - var element = $(this), - elementContainer = element.attr('data-container'); - - $(elementContainer).isotope('shuffle'); - }); - }, - - portfolioDescMargin: function(){ - var $portfolioOverlayEl = $('.portfolio-overlay'); - if( $portfolioOverlayEl.length > 0 ){ - $portfolioOverlayEl.each(function() { - var element = $(this); - if( element.find('.portfolio-desc').length > 0 ) { - var portfolioOverlayHeight = element.outerHeight(); - var portfolioOverlayDescHeight = element.find('.portfolio-desc').outerHeight(); - if( element.find('a.left-icon').length > 0 || element.find('a.right-icon').length > 0 || element.find('a.center-icon').length > 0 ) { - var portfolioOverlayIconHeight = 40 + 20; - } else { - var portfolioOverlayIconHeight = 0; - } - var portfolioOverlayMiddleAlign = ( portfolioOverlayHeight - portfolioOverlayDescHeight - portfolioOverlayIconHeight ) / 2 - element.find('.portfolio-desc').css({ 'margin-top': portfolioOverlayMiddleAlign }); - } - }); - } - }, - - arrange: function(){ - if( $portfolio.length > 0 ) { - $portfolio.each( function(){ - var element = $(this); - SEMICOLON.initialize.setFullColumnWidth( element ); - }); - } - }, - - ajaxload: function(){ - $('.portfolio-ajax .portfolio-item a.center-icon').click( function(e) { - var portPostId = $(this).parents('.portfolio-item').attr('id'); - if( !$(this).parents('.portfolio-item').hasClass('portfolio-active') ) { - SEMICOLON.portfolio.loadItem(portPostId, prevPostPortId); - } - e.preventDefault(); - }); - }, - - newNextPrev: function( portPostId ){ - var portNext = SEMICOLON.portfolio.getNextItem(portPostId); - var portPrev = SEMICOLON.portfolio.getPrevItem(portPostId); - $('#next-portfolio').attr('data-id', portNext); - $('#prev-portfolio').attr('data-id', portPrev); - }, - - loadItem: function( portPostId, prevPostPortId, getIt ){ - if(!getIt) { getIt = false; } - var portNext = SEMICOLON.portfolio.getNextItem(portPostId); - var portPrev = SEMICOLON.portfolio.getPrevItem(portPostId); - if(getIt == false) { - SEMICOLON.portfolio.closeItem(); - $portfolioAjaxLoader.fadeIn(); - var portfolioDataLoader = $('#' + portPostId).attr('data-loader'); - $portfolioDetailsContainer.load(portfolioDataLoader, { portid: portPostId, portnext: portNext, portprev: portPrev }, - function(){ - SEMICOLON.portfolio.initializeAjax(portPostId); - SEMICOLON.portfolio.openItem(); - $portfolioItems.removeClass('portfolio-active'); - $('#' + portPostId).addClass('portfolio-active'); - }); - } - }, - - closeItem: function(){ - if( $portfolioDetails && $portfolioDetails.height() > 32 ) { - $portfolioAjaxLoader.fadeIn(); - $portfolioDetails.find('#portfolio-ajax-single').fadeOut('600', function(){ - $(this).remove(); - }); - $portfolioDetails.removeClass('portfolio-ajax-opened'); - } - }, - - openItem: function(){ - var noOfImages = $portfolioDetails.find('img').length; - var noLoaded = 0; - - if( noOfImages > 0 ) { - $portfolioDetails.find('img').on('load', function(){ - noLoaded++; - var topOffsetScroll = SEMICOLON.initialize.topScrollOffset(); - if(noOfImages === noLoaded) { - $portfolioDetailsContainer.css({ 'display': 'block' }); - $portfolioDetails.addClass('portfolio-ajax-opened'); - $portfolioAjaxLoader.fadeOut(); - var t=setTimeout(function(){ - SEMICOLON.widget.loadFlexSlider(); - SEMICOLON.initialize.lightbox(); - SEMICOLON.initialize.resizeVideos(); - SEMICOLON.widget.masonryThumbs(); - $('html,body').stop(true).animate({ - 'scrollTop': $portfolioDetails.offset().top - topOffsetScroll - }, 900, 'easeOutQuad'); - },500); - } - }); - } else { - var topOffsetScroll = SEMICOLON.initialize.topScrollOffset(); - $portfolioDetailsContainer.css({ 'display': 'block' }); - $portfolioDetails.addClass('portfolio-ajax-opened'); - $portfolioAjaxLoader.fadeOut(); - var t=setTimeout(function(){ - SEMICOLON.widget.loadFlexSlider(); - SEMICOLON.initialize.lightbox(); - SEMICOLON.initialize.resizeVideos(); - SEMICOLON.widget.masonryThumbs(); - $('html,body').stop(true).animate({ - 'scrollTop': $portfolioDetails.offset().top - topOffsetScroll - }, 900, 'easeOutQuad'); - },500); - } - }, - - getNextItem: function( portPostId ){ - var portNext = ''; - var hasNext = $('#' + portPostId).next(); - if(hasNext.length != 0) { - portNext = hasNext.attr('id'); - } - return portNext; - }, - - getPrevItem: function( portPostId ){ - var portPrev = ''; - var hasPrev = $('#' + portPostId).prev(); - if(hasPrev.length != 0) { - portPrev = hasPrev.attr('id'); - } - return portPrev; - }, - - initializeAjax: function( portPostId ){ - prevPostPortId = $('#' + portPostId); - - $('#next-portfolio, #prev-portfolio').click( function() { - var portPostId = $(this).attr('data-id'); - $portfolioItems.removeClass('portfolio-active'); - $('#' + portPostId).addClass('portfolio-active'); - SEMICOLON.portfolio.loadItem(portPostId,prevPostPortId); - return false; - }); - - $('#close-portfolio').click( function() { - $portfolioDetailsContainer.fadeOut('600', function(){ - $portfolioDetails.find('#portfolio-ajax-single').remove(); - }); - $portfolioDetails.removeClass('portfolio-ajax-opened'); - $portfolioItems.removeClass('portfolio-active'); - return false; - }); - } - - }; - - SEMICOLON.widget = { - - init: function(){ - - SEMICOLON.widget.animations(); - SEMICOLON.widget.youtubeBgVideo(); - SEMICOLON.widget.tabs(); - SEMICOLON.widget.tabsJustify(); - SEMICOLON.widget.tabsResponsive(); - SEMICOLON.widget.tabsResponsiveResize(); - SEMICOLON.widget.toggles(); - SEMICOLON.widget.accordions(); - SEMICOLON.widget.counter(); - SEMICOLON.widget.roundedSkill(); - SEMICOLON.widget.progress(); - SEMICOLON.widget.twitterFeed(); - SEMICOLON.widget.flickrFeed(); - SEMICOLON.widget.instagramPhotos( '36286274.b9e559e.4824cbc1d0c94c23827dc4a2267a9f6b', 'b9e559ec7c284375bf41e9a9fb72ae01' ); - SEMICOLON.widget.dribbbleShots( '01530280af335d298e756ed8ef786c8c4e92a50b88e53a185531b1a639e768b8' ); - SEMICOLON.widget.navTree(); - SEMICOLON.widget.textRotater(); - SEMICOLON.widget.carousel(); - SEMICOLON.widget.linkScroll(); - SEMICOLON.widget.contactForm(); - SEMICOLON.widget.subscription(); - SEMICOLON.widget.quickContact(); - SEMICOLON.widget.stickySidebar(); - SEMICOLON.widget.cookieNotify(); - SEMICOLON.widget.extras(); - - }, - - parallax: function(){ - - if( !$.stellar ) { - console.log('parallax: Stellar not Defined.'); - return true; - } - - if( $parallaxEl.length > 0 || $parallaxPageTitleEl.length > 0 || $parallaxPortfolioEl.length > 0 ) { - if( !SEMICOLON.isMobile.any() ){ - $.stellar({ - horizontalScrolling: false, - verticalOffset: 150 - }); - } else { - $parallaxEl.addClass('mobile-parallax'); - $parallaxPageTitleEl.addClass('mobile-parallax'); - $parallaxPortfolioEl.addClass('mobile-parallax'); - } - } - }, - - animations: function(){ - - if( !$().appear ) { - console.log('animations: Appear not Defined.'); - return true; - } - - var $dataAnimateEl = $('[data-animate]'); - if( $dataAnimateEl.length > 0 ){ - if( $body.hasClass('device-lg') || $body.hasClass('device-md') || $body.hasClass('device-sm') ){ - $dataAnimateEl.each(function(){ - var element = $(this), - animationOut = element.attr('data-animate-out'), - animationDelay = element.attr('data-delay'), - animationDelayOut = element.attr('data-delay-out'), - animationDelayTime = 0, - animationDelayOutTime = 3000; - - if( element.parents('.fslider.no-thumbs-animate').length > 0 ) { return true; } - - if( animationDelay ) { animationDelayTime = Number( animationDelay ) + 500; } else { animationDelayTime = 500; } - if( animationOut && animationDelayOut ) { animationDelayOutTime = Number( animationDelayOut ) + animationDelayTime; } - - if( !element.hasClass('animated') ) { - element.addClass('not-animated'); - var elementAnimation = element.attr('data-animate'); - element.appear(function () { - setTimeout(function() { - element.removeClass('not-animated').addClass( elementAnimation + ' animated'); - }, animationDelayTime); - - if( animationOut ) { - setTimeout( function() { - element.removeClass( elementAnimation ).addClass( animationOut ); - }, animationDelayOutTime ); - } - },{accX: 0, accY: -120},'easeInCubic'); - } - }); - } - } - }, - - loadFlexSlider: function(){ - - if( !$().flexslider ) { - console.log('loadFlexSlider: FlexSlider not Defined.'); - return true; - } - - var $flexSliderEl = $('.fslider:not(.customjs)').find('.flexslider'); - if( $flexSliderEl.length > 0 ){ - $flexSliderEl.each(function() { - var $flexsSlider = $(this), - flexsAnimation = $flexsSlider.parent('.fslider').attr('data-animation'), - flexsEasing = $flexsSlider.parent('.fslider').attr('data-easing'), - flexsDirection = $flexsSlider.parent('.fslider').attr('data-direction'), - flexsReverse = $flexsSlider.parent('.fslider').attr('data-reverse'), - flexsSlideshow = $flexsSlider.parent('.fslider').attr('data-slideshow'), - flexsPause = $flexsSlider.parent('.fslider').attr('data-pause'), - flexsSpeed = $flexsSlider.parent('.fslider').attr('data-speed'), - flexsVideo = $flexsSlider.parent('.fslider').attr('data-video'), - flexsPagi = $flexsSlider.parent('.fslider').attr('data-pagi'), - flexsArrows = $flexsSlider.parent('.fslider').attr('data-arrows'), - flexsThumbs = $flexsSlider.parent('.fslider').attr('data-thumbs'), - flexsHover = $flexsSlider.parent('.fslider').attr('data-hover'), - flexsSheight = $flexsSlider.parent('.fslider').attr('data-smooth-height'), - flexsTouch = $flexsSlider.parent('.fslider').attr('data-touch'), - flexsUseCSS = false; - - if( !flexsAnimation ) { flexsAnimation = 'slide'; } - if( !flexsEasing || flexsEasing == 'swing' ) { - flexsEasing = 'swing'; - flexsUseCSS = true; - } - if( !flexsDirection ) { flexsDirection = 'horizontal'; } - if( flexsReverse == 'true' ) { flexsReverse = true; } else { flexsReverse = false; } - if( !flexsSlideshow ) { flexsSlideshow = true; } else { flexsSlideshow = false; } - if( !flexsPause ) { flexsPause = 5000; } - if( !flexsSpeed ) { flexsSpeed = 600; } - if( !flexsVideo ) { flexsVideo = false; } - if( flexsSheight == 'false' ) { flexsSheight = false; } else { flexsSheight = true; } - if( flexsDirection == 'vertical' ) { flexsSheight = false; } - if( flexsPagi == 'false' ) { flexsPagi = false; } else { flexsPagi = true; } - if( flexsThumbs == 'true' ) { flexsPagi = 'thumbnails'; } else { flexsPagi = flexsPagi; } - if( flexsArrows == 'false' ) { flexsArrows = false; } else { flexsArrows = true; } - if( flexsHover == 'false' ) { flexsHover = false; } else { flexsHover = true; } - if( flexsTouch == 'false' ) { flexsTouch = false; } else { flexsTouch = true; } - - $flexsSlider.flexslider({ - selector: ".slider-wrap > .slide", - animation: flexsAnimation, - easing: flexsEasing, - direction: flexsDirection, - reverse: flexsReverse, - slideshow: flexsSlideshow, - slideshowSpeed: Number(flexsPause), - animationSpeed: Number(flexsSpeed), - pauseOnHover: flexsHover, - video: flexsVideo, - controlNav: flexsPagi, - directionNav: flexsArrows, - smoothHeight: flexsSheight, - useCSS: flexsUseCSS, - touch: flexsTouch, - start: function(slider){ - SEMICOLON.widget.animations(); - SEMICOLON.initialize.verticalMiddle(); - slider.parent().removeClass('preloader2'); - var t = setTimeout( function(){ $('.grid-container').isotope('layout'); }, 1200 ); - SEMICOLON.initialize.lightbox(); - $('.flex-prev').html(''); - $('.flex-next').html(''); - SEMICOLON.portfolio.portfolioDescMargin(); - }, - after: function(){ - if( $('.grid-container').hasClass('portfolio-full') ) { - $('.grid-container.portfolio-full').isotope('layout'); - SEMICOLON.portfolio.portfolioDescMargin(); - } - } - }); - }); - } - }, - - html5Video: function(){ - var videoEl = $('.video-wrap:has(video)'); - if( videoEl.length > 0 ) { - videoEl.each(function(){ - var element = $(this), - elementVideo = element.find('video'), - outerContainerWidth = element.outerWidth(), - outerContainerHeight = element.outerHeight(), - innerVideoWidth = elementVideo.outerWidth(), - innerVideoHeight = elementVideo.outerHeight(); - - if( innerVideoHeight < outerContainerHeight ) { - var videoAspectRatio = innerVideoWidth/innerVideoHeight, - newVideoWidth = outerContainerHeight * videoAspectRatio, - innerVideoPosition = (newVideoWidth - outerContainerWidth) / 2; - elementVideo.css({ 'width': newVideoWidth+'px', 'height': outerContainerHeight+'px', 'left': -innerVideoPosition+'px' }); - } else { - var innerVideoPosition = (innerVideoHeight - outerContainerHeight) / 2; - elementVideo.css({ 'width': innerVideoWidth+'px', 'height': innerVideoHeight+'px', 'top': -innerVideoPosition+'px' }); - } - - if( SEMICOLON.isMobile.any() && !element.hasClass('no-placeholder') ) { - var placeholderImg = elementVideo.attr('poster'); - - if( placeholderImg != '' ) { - element.append('
') - } - - elementVideo.hide(); - } - }); - } - }, - - youtubeBgVideo: function(){ - - if( !$().mb_YTPlayer ) { - console.log('youtubeBgVideo: YoutubeBG Plugin not Defined.'); - return true; - } - - var $youtubeBgPlayerEl = $('.yt-bg-player'); - if( $youtubeBgPlayerEl.hasClass('customjs') ) { return true; } - - if( $youtubeBgPlayerEl.length > 0 ){ - $youtubeBgPlayerEl.each( function(){ - var element = $(this), - ytbgVideo = element.attr('data-video'), - ytbgMute = element.attr('data-mute'), - ytbgRatio = element.attr('data-ratio'), - ytbgQuality = element.attr('data-quality'), - ytbgOpacity = element.attr('data-opacity'), - ytbgContainer = element.attr('data-container'), - ytbgOptimize = element.attr('data-optimize'), - ytbgLoop = element.attr('data-loop'), - ytbgVolume = element.attr('data-volume'), - ytbgStart = element.attr('data-start'), - ytbgStop = element.attr('data-stop'), - ytbgAutoPlay = element.attr('data-autoplay'), - ytbgFullScreen = element.attr('data-fullscreen'); - - if( ytbgMute == 'false' ) { ytbgMute = false; } else { ytbgMute = true; } - if( !ytbgRatio ) { ytbgRatio = '16/9'; } - if( !ytbgQuality ) { ytbgQuality = 'hd720'; } - if( !ytbgOpacity ) { ytbgOpacity = 1; } - if( !ytbgContainer ) { ytbgContainer = 'self'; } - if( ytbgOptimize == 'false' ) { ytbgOptimize = false; } else { ytbgOptimize = true; } - if( ytbgLoop == 'false' ) { ytbgLoop = false; } else { ytbgLoop = true; } - if( !ytbgVolume ) { ytbgVolume = 1; } - if( !ytbgStart ) { ytbgStart = 0; } - if( !ytbgStop ) { ytbgStop = 0; } - if( ytbgAutoPlay == 'false' ) { ytbgAutoPlay = false; } else { ytbgAutoPlay = true; } - if( ytbgFullScreen == 'true' ) { ytbgFullScreen = true; } else { ytbgFullScreen = false; } - - element.mb_YTPlayer({ - videoURL: ytbgVideo, - mute: ytbgMute, - ratio: ytbgRatio, - quality: ytbgQuality, - opacity: Number(ytbgOpacity), - containment: ytbgContainer, - optimizeDisplay: ytbgOptimize, - loop: ytbgLoop, - vol: Number(ytbgVolume), - startAt: Number(ytbgStart), - stopAt: Number(ytbgStop), - autoplay: ytbgAutoPlay, - realfullscreen: ytbgFullScreen, - showYTLogo: false, - showControls: false - }); - }); - } - }, - - tabs: function(){ - - if( !$().tabs ) { - console.log('tabs: Tabs not Defined.'); - return true; - } - - var $tabs = $('.tabs:not(.customjs)'); - if( $tabs.length > 0 ) { - $tabs.each( function(){ - var element = $(this), - elementSpeed = element.attr('data-speed'), - tabActive = element.attr('data-active'); - - if( !elementSpeed ) { elementSpeed = 400; } - if( !tabActive ) { tabActive = 0; } else { tabActive = tabActive - 1; } - - element.tabs({ - active: Number(tabActive), - show: { - effect: "fade", - duration: Number(elementSpeed) - } - }); - }); - } - }, - - tabsJustify: function(){ - if( !$('body').hasClass('device-xxs') && !$('body').hasClass('device-xs') ){ - var $tabsJustify = $('.tabs.tabs-justify'); - if( $tabsJustify.length > 0 ) { - $tabsJustify.each( function(){ - var element = $(this), - elementTabs = element.find('.tab-nav > li'), - elementTabsNo = elementTabs.length, - elementContainer = 0, - elementWidth = 0; - - if( element.hasClass('tabs-bordered') || element.hasClass('tabs-bb') ) { - elementContainer = element.find('.tab-nav').outerWidth(); - } else { - if( element.find('tab-nav').hasClass('tab-nav2') ) { - elementContainer = element.find('.tab-nav').outerWidth() - (elementTabsNo * 10); - } else { - elementContainer = element.find('.tab-nav').outerWidth() - 30; - } - } - - elementWidth = Math.floor(elementContainer/elementTabsNo); - elementTabs.css({ 'width': elementWidth + 'px' }); - - }); - } - } else { $('.tabs.tabs-justify').find('.tab-nav > li').css({ 'width': '' }); } - }, - - tabsResponsive: function(){ - - if( !$().tabs ) { - console.log('tabs: Tabs not Defined.'); - return true; - } - - var $tabsResponsive = $('.tabs.tabs-responsive'); - if( $tabsResponsive.length < 1 ) { return true; } - - $tabsResponsive.each( function(){ - var element = $(this), - elementNav = $(this).find('.tab-nav'), - elementContent = $(this).find('.tab-container'); - - elementNav.children('li').each( function(){ - var navEl = $(this), - navElAnchor = navEl.children('a'), - navElTarget = navElAnchor.attr('href'), - navElContent = navElAnchor.html(); - - elementContent.find(navElTarget).before('
'+navElContent+'
'); - }); - }); - }, - - tabsResponsiveResize: function(){ - - if( !$().tabs ) { - console.log('tabs: Tabs not Defined.'); - return true; - } - - var $tabsResponsive = $('.tabs.tabs-responsive'); - if( $tabsResponsive.length < 1 ) { return true; } - - $tabsResponsive.each( function(){ - var element = $(this), - elementAccStyle = element.attr('data-accordion-style'); - - if( $('body').hasClass('device-xs') || $('body').hasClass('device-xxs') ) { - - element.find('.tab-nav').addClass('hide'); - element.find('.tab-container').addClass('accordion '+ elementAccStyle +' clearfix'); - element.find('.tab-content').addClass('acc_content'); - element.find('.acctitle').removeClass('hide'); - SEMICOLON.widget.accordions(); - - } else if( $('body').hasClass('device-sm') || $('body').hasClass('device-md') || $('body').hasClass('device-lg') ) { - - element.find('.tab-nav').removeClass('hide'); - element.find('.tab-container').removeClass('accordion '+ elementAccStyle +' clearfix'); - element.find('.tab-content').removeClass('acc_content'); - element.find('.acctitle').addClass('hide'); - element.tabs( "refresh" ); - - } - }); - }, - - toggles: function(){ - var $toggle = $('.toggle'); - if( $toggle.length > 0 ) { - $toggle.each( function(){ - var element = $(this), - elementState = element.attr('data-state'); - - if( elementState != 'open' ){ - element.children('.togglec').hide(); - } else { - element.children('.togglet').addClass("toggleta"); - } - - element.children('.togglet').click(function(){ - $(this).toggleClass('toggleta').next('.togglec').slideToggle(300); - return true; - }); - }); - } - }, - - accordions: function(){ - var $accordionEl = $('.accordion'); - if( $accordionEl.length > 0 ){ - $accordionEl.each( function(){ - var element = $(this), - elementState = element.attr('data-state'), - accordionActive = element.attr('data-active'); - - if( !accordionActive ) { accordionActive = 0; } else { accordionActive = accordionActive - 1; } - - element.find('.acc_content').hide(); - - if( elementState != 'closed' ) { - element.find('.acctitle:eq('+ Number(accordionActive) +')').addClass('acctitlec').next().show(); - } - - element.find('.acctitle').click(function(){ - if( $(this).next().is(':hidden') ) { - element.find('.acctitle').removeClass('acctitlec').next().slideUp("normal"); - var clickTarget = $(this); - $(this).toggleClass('acctitlec').next().slideDown("normal", function(){ - $('html,body').stop(true).animate({ - 'scrollTop': clickTarget.offset().top - ( SEMICOLON.initialize.topScrollOffset() - 40 ) - }, 800, 'easeOutQuad' ); - }); - } - return false; - }); - }); - } - }, - - counter: function(){ - - if( !$().appear ) { - console.log('counter: Appear not Defined.'); - return true; - } - - if( !$().countTo ) { - console.log('counter: countTo not Defined.'); - return true; - } - - var $counterEl = $('.counter:not(.counter-instant)'); - if( $counterEl.length > 0 ){ - $counterEl.each(function(){ - var element = $(this); - var counterElementComma = $(this).find('span').attr('data-comma'); - if( !counterElementComma ) { counterElementComma = false; } else { counterElementComma = true; } - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ){ - element.appear( function(){ - SEMICOLON.widget.runCounter( element, counterElementComma ); - if( element.parents('.common-height') ) { - SEMICOLON.initialize.maxHeight(); - } - },{accX: 0, accY: -120},'easeInCubic'); - } else { - SEMICOLON.widget.runCounter( element, counterElementComma ); - } - }); - } - }, - - runCounter: function( counterElement,counterElementComma ){ - if( counterElementComma == true ) { - counterElement.find('span').countTo({ - formatter: function (value, options) { - value = value.toFixed(options.decimals); - value = value.replace(/\B(?=(\d{3})+(?!\d))/g, ','); - return value; - } - }); - } else { - counterElement.find('span').countTo(); - } - }, - - roundedSkill: function(){ - - if( !$().appear ) { - console.log('roundedSkill: Appear not Defined.'); - return true; - } - - if( !$().easyPieChart ) { - console.log('roundedSkill: EasyPieChart not Defined.'); - return true; - } - - var $roundedSkillEl = $('.rounded-skill'); - if( $roundedSkillEl.length > 0 ){ - $roundedSkillEl.each(function(){ - var element = $(this); - - var roundSkillSize = element.attr('data-size'); - var roundSkillSpeed = element.attr('data-speed'); - var roundSkillWidth = element.attr('data-width'); - var roundSkillColor = element.attr('data-color'); - var roundSkillTrackColor = element.attr('data-trackcolor'); - - if( !roundSkillSize ) { roundSkillSize = 140; } - if( !roundSkillSpeed ) { roundSkillSpeed = 2000; } - if( !roundSkillWidth ) { roundSkillWidth = 8; } - if( !roundSkillColor ) { roundSkillColor = '#0093BF'; } - if( !roundSkillTrackColor ) { roundSkillTrackColor = 'rgba(0,0,0,0.04)'; } - - var properties = {roundSkillSize:roundSkillSize, roundSkillSpeed:roundSkillSpeed, roundSkillWidth:roundSkillWidth, roundSkillColor:roundSkillColor, roundSkillTrackColor:roundSkillTrackColor}; - - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ){ - element.css({'width':roundSkillSize+'px','height':roundSkillSize+'px','line-height':roundSkillSize+'px'}).animate({opacity:0}, 10); - element.appear( function(){ - if (!element.hasClass('skills-animated')) { - var t = setTimeout( function(){ element.css({opacity: 1}); }, 100 ); - SEMICOLON.widget.runRoundedSkills( element, properties ); - element.addClass('skills-animated'); - } - },{accX: 0, accY: -120},'easeInCubic'); - } else { - SEMICOLON.widget.runRoundedSkills( element, properties ); - } - }); - } - }, - - runRoundedSkills: function( element, properties ){ - element.easyPieChart({ - size: Number(properties.roundSkillSize), - animate: Number(properties.roundSkillSpeed), - scaleColor: false, - trackColor: properties.roundSkillTrackColor, - lineWidth: Number(properties.roundSkillWidth), - lineCap: 'square', - barColor: properties.roundSkillColor - }); - }, - - progress: function(){ - - if( !$().appear ) { - console.log('progress: Appear not Defined.'); - return true; - } - - var $progressEl = $('.progress'); - if( $progressEl.length > 0 ){ - $progressEl.each(function(){ - var element = $(this), - skillsBar = element.parent('li'), - skillValue = skillsBar.attr('data-percent'); - - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ){ - element.appear( function(){ - if (!skillsBar.hasClass('skills-animated')) { - element.find('.counter-instant span').countTo(); - skillsBar.find('.progress').css({width: skillValue + "%"}).addClass('skills-animated'); - } - },{accX: 0, accY: -120},'easeInCubic'); - } else { - element.find('.counter-instant span').countTo(); - skillsBar.find('.progress').css({width: skillValue + "%"}); - } - }); - } - }, - - twitterFeed: function(){ - - if( typeof sm_format_twitter === 'undefined' ) { - console.log('twitterFeed: sm_format_twitter() not Defined.'); - return true; - } - - if( typeof sm_format_twitter3 === 'undefined' ) { - console.log('twitterFeed: sm_format_twitter3() not Defined.'); - return true; - } - - var $twitterFeedEl = $('.twitter-feed'); - if( $twitterFeedEl.length > 0 ){ - $twitterFeedEl.each(function() { - var element = $(this), - twitterFeedUser = element.attr('data-username'), - twitterFeedCount = element.attr('data-count'), - twitterFeedLoader = element.attr('data-loader'); - - if( !twitterFeedUser ) { twitterFeedUser = 'twitter' } - if( !twitterFeedCount ) { twitterFeedCount = 3 } - if( !twitterFeedLoader ) { twitterFeedLoader = 'include/twitter/tweets.php'; } - - $.getJSON( twitterFeedLoader + '?username='+ twitterFeedUser +'&count='+ twitterFeedCount, function(tweets){ - if( element.hasClass('fslider') ) { - element.find(".slider-wrap").html(sm_format_twitter3(tweets)).promise().done( function(){ - var timer = setInterval(function(){ - if( element.find('.slide').length > 1 ) { - element.removeClass('customjs'); - var t = setTimeout( function(){ SEMICOLON.widget.loadFlexSlider(); }, 500); - clearInterval(timer); - } - },500); - }); - } else { - element.html(sm_format_twitter(tweets)); - } - }); - }); - } - }, - - flickrFeed: function(){ - - if( !$().jflickrfeed ) { - console.log('flickrFeed: jflickrfeed not Defined.'); - return true; - } - - var $flickrFeedEl = $('.flickr-feed'); - if( $flickrFeedEl.length > 0 ){ - $flickrFeedEl.each(function() { - var element = $(this), - flickrFeedID = element.attr('data-id'), - flickrFeedCount = element.attr('data-count'), - flickrFeedType = element.attr('data-type'), - flickrFeedTypeGet = 'photos_public.gne'; - - if( flickrFeedType == 'group' ) { flickrFeedTypeGet = 'groups_pool.gne'; } - if( !flickrFeedCount ) { flickrFeedCount = 9; } - - element.jflickrfeed({ - feedapi: flickrFeedTypeGet, - limit: Number(flickrFeedCount), - qstrings: { - id: flickrFeedID - }, - itemTemplate: '' + - '{{title}}' + - '' - }, function(data) { - SEMICOLON.initialize.lightbox(); - }); - }); - } - }, - - instagramPhotos: function( c_accessToken, c_clientID ){ - - if( typeof Instafeed === 'undefined' ) { - console.log('Instafeed not Defined.'); - return true; - } - - var $instagramPhotosEl = $('.instagram-photos'); - if( $instagramPhotosEl.length > 0 ){ - - $instagramPhotosEl.each(function() { - var element = $(this), - instaGramTarget = element.attr('id'), - instaGramUserId = element.attr('data-user'), - instaGramTag = element.attr('data-tag'), - instaGramLocation = element.attr('data-location'), - instaGramCount = element.attr('data-count'), - instaGramType = element.attr('data-type'), - instaGramSortBy = element.attr('data-sortBy'), - instaGramRes = element.attr('data-resolution'); - - if( !instaGramCount ) { instaGramCount = 9; } - if( !instaGramSortBy ) { instaGramSortBy = 'none'; } - if( !instaGramRes ) { instaGramRes = 'thumbnail'; } - - if( instaGramType == 'user' ) { - - var feed = new Instafeed({ - target: instaGramTarget, - get: instaGramType, - userId: Number(instaGramUserId), - limit: Number(instaGramCount), - sortBy: instaGramSortBy, - resolution: instaGramRes, - accessToken: c_accessToken, - clientId: c_clientID - }); - - } else if( instaGramType == 'tagged' ) { - - var feed = new Instafeed({ - target: instaGramTarget, - get: instaGramType, - tagName: instaGramTag, - limit: Number(instaGramCount), - sortBy: instaGramSortBy, - resolution: instaGramRes, - clientId: c_clientID - }); - - } else if( instaGramType == 'location' ) { - - var feed = new Instafeed({ - target: instaGramTarget, - get: instaGramType, - locationId: Number(instaGramUserId), - limit: Number(instaGramCount), - sortBy: instaGramSortBy, - resolution: instaGramRes, - clientId: c_clientID - }); - - } else { - - var feed = new Instafeed({ - target: instaGramTarget, - get: 'popular', - limit: Number(instaGramCount), - sortBy: instaGramSortBy, - resolution: instaGramRes, - clientId: c_clientID - }); - - } - - feed.run(); - }); - } - }, - - dribbbleShots: function( c_accessToken ){ - - if( !$.jribbble ) { - console.log('dribbbleShots: Jribbble not Defined.'); - return true; - } - - if( !$().imagesLoaded ) { - console.log('dribbbleShots: imagesLoaded not Defined.'); - return true; - } - - var $dribbbleShotsEl = $('.dribbble-shots'); - if( $dribbbleShotsEl.length > 0 ){ - - $.jribbble.setToken( c_accessToken ); - - $dribbbleShotsEl.each(function() { - var element = $(this), - dribbbleUsername = element.attr('data-user'), - dribbbleCount = element.attr('data-count'), - dribbbleList = element.attr('data-list'), - dribbbleType = element.attr('data-type'); - - element.addClass('customjs'); - - if( !dribbbleCount ) { dribbbleCount = 9; } - - if( dribbbleType == 'user' ) { - - $.jribbble.users( dribbbleUsername ).shots({ - 'sort': 'recent', - 'page': 1, - 'per_page': Number(dribbbleCount) - }).then( function(res) { - var html = []; - res.forEach( function(shot) { - html.push(''); - html.push(''); - }); - element.html(html.join('')); - - element.imagesLoaded().done( function() { - element.removeClass('customjs'); - SEMICOLON.widget.masonryThumbs(); - }); - }); - - } else if( dribbbleType == 'list' ) { - - $.jribbble.shots( dribbbleList, { - 'sort': 'recent', - 'page': 1, - 'per_page': Number(dribbbleCount) - }).then( function(res) { - var html = []; - res.forEach( function(shot) { - html.push(''); - html.push(''); - }); - element.html(html.join('')); - - element.imagesLoaded().done( function() { - element.removeClass('customjs'); - SEMICOLON.widget.masonryThumbs(); - }); - }); - } - - }); - } - }, - - navTree: function(){ - var $navTreeEl = $('.nav-tree'); - if( $navTreeEl.length > 0 ){ - $navTreeEl.each( function(){ - var element = $(this), - elementSpeed = element.attr('data-speed'), - elementEasing = element.attr('data-easing'); - - if( !elementSpeed ) { elementSpeed = 250; } - if( !elementEasing ) { elementEasing = 'swing'; } - - element.find( 'ul li:has(ul)' ).addClass('sub-menu'); - element.find( 'ul li:has(ul) > a' ).append( ' ' ); - - if( element.hasClass('on-hover') ){ - element.find( 'ul li:has(ul):not(.active)' ).hover( function(e){ - $(this).children('ul').stop(true, true).slideDown( Number(elementSpeed), elementEasing); - }, function(){ - $(this).children('ul').delay(250).slideUp( Number(elementSpeed), elementEasing); - }); - } else { - element.find( 'ul li:has(ul) > a' ).click( function(e){ - var childElement = $(this); - element.find( 'ul li' ).not(childElement.parents()).removeClass('active'); - childElement.parent().children('ul').slideToggle( Number(elementSpeed), elementEasing, function(){ - $(this).find('ul').hide(); - $(this).find('li.active').removeClass('active'); - }); - element.find( 'ul li > ul' ).not(childElement.parent().children('ul')).not(childElement.parents('ul')).slideUp( Number(elementSpeed), elementEasing ); - childElement.parent('li:has(ul)').toggleClass('active'); - e.preventDefault(); - }); - } - }); - } - }, - - carousel: function(){ - - if( !$().owlCarousel ) { - console.log('carousel: Owl Carousel not Defined.'); - return true; - } - - var $carousel = $('.carousel-widget:not(.customjs)'); - if( $carousel.length < 1 ){ return true; } - - $carousel.each( function(){ - var element = $(this), - elementItems = element.attr('data-items'), - elementItemsLg = element.attr('data-items-lg'), - elementItemsMd = element.attr('data-items-md'), - elementItemsSm = element.attr('data-items-sm'), - elementItemsXs = element.attr('data-items-xs'), - elementItemsXxs = element.attr('data-items-xxs'), - elementLoop = element.attr('data-loop'), - elementAutoPlay = element.attr('data-autoplay'), - elementSpeed = element.attr('data-speed'), - elementAnimateIn = element.attr('data-animate-in'), - elementAnimateOut = element.attr('data-animate-out'), - elementNav = element.attr('data-nav'), - elementPagi = element.attr('data-pagi'), - elementMargin = element.attr('data-margin'), - elementStage = element.attr('data-stage-padding'), - elementMerge = element.attr('data-merge'), - elementStart = element.attr('data-start'), - elementRewind = element.attr('data-rewind'), - elementSlideBy = element.attr('data-slideby'), - elementCenter = element.attr('data-center'), - elementLazy = element.attr('data-lazyload'), - elementVideo = element.attr('data-video'), - elementRTL = element.attr('data-rtl'); - - if( !elementItems ) { elementItems = 4; } - if( !elementItemsLg ) { elementItemsLg = Number(elementItems); } - if( !elementItemsMd ) { elementItemsMd = Number(elementItemsLg); } - if( !elementItemsSm ) { elementItemsSm = Number(elementItemsMd); } - if( !elementItemsXs ) { elementItemsXs = Number(elementItemsSm); } - if( !elementItemsXxs ) { elementItemsXxs = Number(elementItemsXs); } - if( !elementSpeed ) { elementSpeed = 250; } - if( !elementMargin ) { elementMargin = 20; } - if( !elementStage ) { elementStage = 0; } - if( !elementStart ) { elementStart = 0; } - - if( !elementSlideBy ) { elementSlideBy = 1; } - if( elementSlideBy == 'page' ) { - elementSlideBy = 'page'; - } else { - elementSlideBy = Number(elementSlideBy); - } - - if( elementLoop == 'true' ){ elementLoop = true; } else { elementLoop = false; } - if( !elementAutoPlay ){ - elementAutoPlay = false; - var elementAutoPlayTime = 0; - } else { - var elementAutoPlayTime = Number(elementAutoPlay); - elementAutoPlay = true; - } - if( !elementAnimateIn ) { elementAnimateIn = false; } - if( !elementAnimateOut ) { elementAnimateOut = false; } - if( elementNav == 'false' ){ elementNav = false; } else { elementNav = true; } - if( elementPagi == 'false' ){ elementPagi = false; } else { elementPagi = true; } - if( elementRewind == 'true' ){ elementRewind = true; } else { elementRewind = false; } - if( elementMerge == 'true' ){ elementMerge = true; } else { elementMerge = false; } - if( elementCenter == 'true' ){ elementCenter = true; } else { elementCenter = false; } - if( elementLazy == 'true' ){ elementLazy = true; } else { elementLazy = false; } - if( elementVideo == 'true' ){ elementVideo = true; } else { elementVideo = false; } - if( elementRTL == 'true' || $body.hasClass('rtl') ){ elementRTL = true; } else { elementRTL = false; } - - element.owlCarousel({ - margin: Number(elementMargin), - loop: elementLoop, - stagePadding: Number(elementStage), - merge: elementMerge, - startPosition: Number(elementStart), - rewind: elementRewind, - slideBy: elementSlideBy, - center: elementCenter, - lazyLoad: elementLazy, - nav: elementNav, - navText: ['',''], - autoplay: elementAutoPlay, - autoplayTimeout: elementAutoPlayTime, - autoplayHoverPause: true, - dots: elementPagi, - smartSpeed: Number(elementSpeed), - fluidSpeed: Number(elementSpeed), - video: elementVideo, - animateIn: elementAnimateIn, - animateOut: elementAnimateOut, - rtl: elementRTL, - responsive:{ - 0:{ items:Number(elementItemsXxs) }, - 480:{ items:Number(elementItemsXs) }, - 768:{ items:Number(elementItemsSm) }, - 992:{ items:Number(elementItemsMd) }, - 1200:{ items:Number(elementItemsLg) } - }, - onInitialized: function(){ - SEMICOLON.slider.owlCaptionInit(); - SEMICOLON.slider.sliderParallaxDimensions(); - SEMICOLON.initialize.lightbox(); - } - }); - }); - }, - - masonryThumbs: function(){ - var $masonryThumbsEl = $('.masonry-thumbs:not(.customjs)'); - if( $masonryThumbsEl.length > 0 ){ - $masonryThumbsEl.each( function(){ - var masonryItemContainer = $(this); - SEMICOLON.widget.masonryThumbsArrange( masonryItemContainer ); - }); - } - }, - - masonryThumbsArrange: function( element ){ - - if( !$().isotope ) { - console.log('masonryThumbsArrange: Isotope not Defined.'); - return true; - } - - SEMICOLON.initialize.setFullColumnWidth( element ); - element.isotope('layout'); - }, - - notifications: function( element ){ - - if( typeof toastr === 'undefined' ) { - console.log('notifications: Toastr not Defined.'); - return true; - } - - toastr.remove(); - var notifyElement = $(element), - notifyPosition = notifyElement.attr('data-notify-position'), - notifyType = notifyElement.attr('data-notify-type'), - notifyMsg = notifyElement.attr('data-notify-msg'), - notifyTimeout = notifyElement.attr('data-notify-timeout'), - notifyCloseButton = notifyElement.attr('data-notify-close'); - - if( !notifyPosition ) { notifyPosition = 'toast-top-right'; } else { notifyPosition = 'toast-' + notifyElement.attr('data-notify-position'); } - if( !notifyMsg ) { notifyMsg = 'Please set a message!'; } - if( !notifyTimeout ) { notifyTimeout = 5000; } - if( notifyCloseButton == 'true' ) { notifyCloseButton = true; } else { notifyCloseButton = false; } - - toastr.options.positionClass = notifyPosition; - toastr.options.timeOut = Number( notifyTimeout ); - toastr.options.closeButton = notifyCloseButton; - toastr.options.closeHtml = ''; - - if( notifyType == 'warning' ) { - toastr.warning(notifyMsg); - } else if( notifyType == 'error' ) { - toastr.error(notifyMsg); - } else if( notifyType == 'success' ) { - toastr.success(notifyMsg); - } else { - toastr.info(notifyMsg); - } - - return false; - }, - - textRotater: function(){ - - if( !$().Morphext ) { - console.log('textRotater: Morphext not Defined.'); - return true; - } - - if( $textRotaterEl.length > 0 ){ - $textRotaterEl.each(function(){ - var element = $(this), - trRotate = $(this).attr('data-rotate'), - trSpeed = $(this).attr('data-speed'), - trSeparator = $(this).attr('data-separator'); - - if( !trRotate ) { trRotate = "fade"; } - if( !trSpeed ) { trSpeed = 1200; } - if( !trSeparator ) { trSeparator = ","; } - - var tRotater = $(this).find('.t-rotate'); - - tRotater.Morphext({ - animation: trRotate, - separator: trSeparator, - speed: Number(trSpeed) - }); - }); - } - }, - - linkScroll: function(){ - $("a[data-scrollto]").click(function(){ - var element = $(this), - divScrollToAnchor = element.attr('data-scrollto'), - divScrollSpeed = element.attr('data-speed'), - divScrollOffset = element.attr('data-offset'), - divScrollEasing = element.attr('data-easing'), - divScrollHighlight = element.attr('data-highlight'); - - if( !divScrollSpeed ) { divScrollSpeed = 750; } - if( !divScrollOffset ) { divScrollOffset = SEMICOLON.initialize.topScrollOffset(); } - if( !divScrollEasing ) { divScrollEasing = 'easeOutQuad'; } - - $('html,body').stop(true).animate({ - 'scrollTop': $( divScrollToAnchor ).offset().top - Number(divScrollOffset) - }, Number(divScrollSpeed), divScrollEasing, function(){ - if( divScrollHighlight ) { - if( $(divScrollToAnchor).find('.highlight-me').length > 0 ) { - $(divScrollToAnchor).find('.highlight-me').animate({'backgroundColor': divScrollHighlight}, 300); - var t = setTimeout( function(){ $(divScrollToAnchor).find('.highlight-me').animate({'backgroundColor': 'transparent'}, 300); }, 500 ); - } else { - $(divScrollToAnchor).animate({'backgroundColor': divScrollHighlight}, 300); - var t = setTimeout( function(){ $(divScrollToAnchor).animate({'backgroundColor': 'transparent'}, 300); }, 500 ); - } - } - }); - - return false; - }); - }, - - contactForm: function(){ - - if( !$().validate ) { - console.log('contactForm: Form Validate not Defined.'); - return true; - } - - if( !$().ajaxSubmit ) { - console.log('contactForm: jQuery Form not Defined.'); - return true; - } - - var $contactForm = $('.contact-widget:not(.customjs)'); - if( $contactForm.length < 1 ){ return true; } - - $contactForm.each( function(){ - var element = $(this), - elementAlert = element.attr('data-alert-type'), - elementLoader = element.attr('data-loader'), - elementResult = element.find('.contact-form-result'), - elementRedirect = element.attr('data-redirect'); - - element.find('form').validate({ - submitHandler: function(form) { - - elementResult.hide(); - - if( elementLoader == 'button' ) { - var defButton = $(form).find('button'), - defButtonText = defButton.html(); - - defButton.html(''); - } else { - $(form).find('.form-process').fadeIn(); - } - - $(form).ajaxSubmit({ - target: elementResult, - dataType: 'json', - success: function( data ) { - if( elementLoader == 'button' ) { - defButton.html( defButtonText ); - } else { - $(form).find('.form-process').fadeOut(); - } - if( data.alert != 'error' && elementRedirect ){ - window.location.replace( elementRedirect ); - return true; - } - if( elementAlert == 'inline' ) { - if( data.alert == 'error' ) { - var alertType = 'alert-danger'; - } else { - var alertType = 'alert-success'; - } - - elementResult.removeClass( 'alert-danger alert-success' ).addClass( 'alert ' + alertType ).html( data.message ).slideDown( 400 ); - } else { - elementResult.attr( 'data-notify-type', data.alert ).attr( 'data-notify-msg', data.message ).html(''); - SEMICOLON.widget.notifications( elementResult ); - } - if( $(form).find('.g-recaptcha').children('div').length > 0 ) { grecaptcha.reset(); } - if( data.alert != 'error' ) { $(form).clearForm(); } - } - }); - } - }); - - }); - }, - - subscription: function(){ - - if( !$().validate ) { - console.log('subscription: Form Validate not Defined.'); - return true; - } - - if( !$().ajaxSubmit ) { - console.log('subscription: jQuery Form not Defined.'); - return true; - } - - var $subscribeForm = $('.subscribe-widget:not(.customjs)'); - if( $subscribeForm.length < 1 ){ return true; } - - $subscribeForm.each( function(){ - var element = $(this), - elementAlert = element.attr('data-alert-type'), - elementLoader = element.attr('data-loader'), - elementResult = element.find('.widget-subscribe-form-result'), - elementRedirect = element.attr('data-redirect'); - - element.find('form').validate({ - submitHandler: function(form) { - - elementResult.hide(); - - if( elementLoader == 'button' ) { - var defButton = $(form).find('button'), - defButtonText = defButton.html(); - - defButton.html(''); - } else { - $(form).find('.input-group-addon').find('.icon-email2').removeClass('icon-email2').addClass('icon-line-loader icon-spin'); - } - - $(form).ajaxSubmit({ - target: elementResult, - dataType: 'json', - resetForm: true, - success: function( data ) { - if( elementLoader == 'button' ) { - defButton.html( defButtonText ); - } else { - $(form).find('.input-group-addon').find('.icon-line-loader').removeClass('icon-line-loader icon-spin').addClass('icon-email2'); - } - if( data.alert != 'error' && elementRedirect ){ - window.location.replace( elementRedirect ); - return true; - } - if( elementAlert == 'inline' ) { - if( data.alert == 'error' ) { - var alertType = 'alert-danger'; - } else { - var alertType = 'alert-success'; - } - - elementResult.addClass( 'alert ' + alertType ).html( data.message ).slideDown( 400 ); - } else { - elementResult.attr( 'data-notify-type', data.alert ).attr( 'data-notify-msg', data.message ).html(''); - SEMICOLON.widget.notifications( elementResult ); - } - } - }); - } - }); - - }); - }, - - quickContact: function(){ - - if( !$().validate ) { - console.log('quickContact: Form Validate not Defined.'); - return true; - } - - if( !$().ajaxSubmit ) { - console.log('quickContact: jQuery Form not Defined.'); - return true; - } - - var $quickContact = $('.quick-contact-widget:not(.customjs)'); - if( $quickContact.length < 1 ){ return true; } - - $quickContact.each( function(){ - var element = $(this), - elementAlert = element.attr('data-alert-type'), - elementLoader = element.attr('data-loader'), - elementResult = element.find('.quick-contact-form-result'), - elementRedirect = element.attr('data-redirect'); - - element.find('form').validate({ - submitHandler: function(form) { - - elementResult.hide(); - $(form).animate({ opacity: 0.4 }); - - if( elementLoader == 'button' ) { - var defButton = $(form).find('button'), - defButtonText = defButton.html(); - - defButton.html(''); - } else { - $(form).find('.form-process').fadeIn(); - } - - $(form).ajaxSubmit({ - target: elementResult, - dataType: 'json', - resetForm: true, - success: function( data ) { - $(form).animate({ opacity: 1 }); - if( elementLoader == 'button' ) { - defButton.html( defButtonText ); - } else { - $(form).find('.form-process').fadeOut(); - } - if( data.alert != 'error' && elementRedirect ){ - window.location.replace( elementRedirect ); - return true; - } - if( elementAlert == 'inline' ) { - if( data.alert == 'error' ) { - var alertType = 'alert-danger'; - } else { - var alertType = 'alert-success'; - } - - elementResult.addClass( 'alert ' + alertType ).html( data.message ).slideDown( 400 ); - } else { - elementResult.attr( 'data-notify-type', data.alert ).attr( 'data-notify-msg', data.message ).html(''); - SEMICOLON.widget.notifications( elementResult ); - } - if( $(form).find('.g-recaptcha').children('div').length > 0 ) { grecaptcha.reset(); } - } - }); - } - }); - - }); - }, - - stickySidebar: function(){ - - if( !$().scwStickySidebar ) { - console.log('stickySidebar: Sticky Sidebar is not Defined.'); - return true; - } - - var $stickySidebar = jQuery('.sticky-sidebar-wrap'); - if( $stickySidebar.length < 1 ){ return true; } - - $stickySidebar.each( function(){ - var element = $(this), - elementTop = element.attr('data-offset-top'), - elementBottom = element.attr('data-offset-bottom'); - - if( !elementTop ) { elementTop = 110; } - if( !elementBottom ) { elementBottom = 50; } - - element.scwStickySidebar({ - additionalMarginTop: Number( elementTop ), - additionalMarginBottom: Number( elementBottom ) - }); - }); - }, - - cookieNotify: function(){ - - if( !$.cookie ) { - console.log('cookieNotify: Cookie Function not defined.'); - return true; - } - - if( $cookieNotification.length > 0 ) { - var cookieNotificationHeight = $cookieNotification.outerHeight(); - - $cookieNotification.css({ bottom: -cookieNotificationHeight }); - - if( $.cookie('websiteUsesCookies') != 'yesConfirmed' ) { - $cookieNotification.css({ bottom: 0 }); - } - - $('.cookie-accept').click( function(){ - $cookieNotification.css({ bottom: -cookieNotificationHeight }); - $.cookie('websiteUsesCookies', 'yesConfirmed', { expires: 30 }); - return false; - }); - } - }, - - extras: function(){ - - if( $().tooltip ) { - $('[data-toggle="tooltip"]').tooltip({container: 'body'}); - } else { - console.log('extras: Bootstrap Tooltip not defined.'); - } - - if( $().popover ) { - $('[data-toggle=popover]').popover(); - } else { - console.log('extras: Bootstrap Popover not defined.'); - } - - $('.style-msg').on( 'click', '.close', function(e){ - $( this ).parents( '.style-msg' ).slideUp(); - e.preventDefault(); - }); - - $('#primary-menu-trigger,#overlay-menu-close').click(function() { - if( $('#primary-menu').find('ul.mobile-primary-menu').length > 0 ) { - $( '#primary-menu > ul.mobile-primary-menu, #primary-menu > div > ul.mobile-primary-menu' ).toggleClass("show"); - } else { - $( '#primary-menu > ul, #primary-menu > div > ul' ).toggleClass("show"); - } - $body.toggleClass("primary-menu-open"); - return false; - }); - $('#page-submenu-trigger').click(function() { - $body.toggleClass('top-search-open', false); - $pagemenu.toggleClass("pagemenu-active"); - return false; - }); - $pagemenu.find('nav').click(function(e){ - $body.toggleClass('top-search-open', false); - $topCart.toggleClass('top-cart-open', false); - }); - if( SEMICOLON.isMobile.any() ){ - $body.addClass('device-touch'); - } - // var el = { - // darkLogo : $("", {src: defaultDarkLogo}), - // darkRetinaLogo : $("", {src: retinaDarkLogo}) - // }; - // el.darkLogo.prependTo("body"); - // el.darkRetinaLogo.prependTo("body"); - // el.darkLogo.css({'position':'absolute','z-index':'-100'}); - // el.darkRetinaLogo.css({'position':'absolute','z-index':'-100'}); - } - - }; - - SEMICOLON.isMobile = { - Android: function() { - return navigator.userAgent.match(/Android/i); - }, - BlackBerry: function() { - return navigator.userAgent.match(/BlackBerry/i); - }, - iOS: function() { - return navigator.userAgent.match(/iPhone|iPad|iPod/i); - }, - Opera: function() { - return navigator.userAgent.match(/Opera Mini/i); - }, - Windows: function() { - return navigator.userAgent.match(/IEMobile/i); - }, - any: function() { - return (SEMICOLON.isMobile.Android() || SEMICOLON.isMobile.BlackBerry() || SEMICOLON.isMobile.iOS() || SEMICOLON.isMobile.Opera() || SEMICOLON.isMobile.Windows()); - } - }; - - SEMICOLON.documentOnResize = { - - init: function(){ - - var t = setTimeout( function(){ - SEMICOLON.header.topsocial(); - SEMICOLON.header.fullWidthMenu(); - SEMICOLON.header.overlayMenu(); - SEMICOLON.initialize.fullScreen(); - SEMICOLON.initialize.verticalMiddle(); - SEMICOLON.initialize.maxHeight(); - SEMICOLON.initialize.testimonialsGrid(); - SEMICOLON.initialize.stickyFooter(); - SEMICOLON.slider.sliderParallaxDimensions(); - SEMICOLON.slider.captionPosition(); - SEMICOLON.portfolio.arrange(); - SEMICOLON.portfolio.portfolioDescMargin(); - SEMICOLON.widget.tabsResponsiveResize(); - SEMICOLON.widget.tabsJustify(); - SEMICOLON.widget.html5Video(); - SEMICOLON.widget.masonryThumbs(); - SEMICOLON.initialize.dataResponsiveClasses(); - SEMICOLON.initialize.dataResponsiveHeights(); - if( $gridContainer.length > 0 ) { - if( !$gridContainer.hasClass('.customjs') ) { - if( $().isotope ) { - $gridContainer.isotope('layout'); - } else { - console.log('documentOnResize > init: Isotope not defined.'); - } - } - } - if( $body.hasClass('device-lg') || $body.hasClass('device-md') ) { - $('#primary-menu').find('ul.mobile-primary-menu').removeClass('show'); - } - }, 500 ); - - windowWidth = $window.width(); - - } - - }; - - SEMICOLON.documentOnReady = { - - init: function(){ - SEMICOLON.initialize.init(); - SEMICOLON.header.init(); - if( $slider.length > 0 ) { SEMICOLON.slider.init(); } - if( $portfolio.length > 0 ) { SEMICOLON.portfolio.init(); } - SEMICOLON.widget.init(); - SEMICOLON.documentOnReady.windowscroll(); - }, - - windowscroll: function(){ - - var headerOffset = 0, - headerWrapOffset = 0, - pageMenuOffset = 0; - - if( $header.length > 0 ) { headerOffset = $header.offset().top; } - if( $header.length > 0 ) { headerWrapOffset = $headerWrap.offset().top; } - if( $pagemenu.length > 0 ) { - if( $header.length > 0 && !$header.hasClass('no-sticky') ) { - if( $header.hasClass('sticky-style-2') || $header.hasClass('sticky-style-3') ) { - pageMenuOffset = $pagemenu.offset().top - $headerWrap.outerHeight(); - } else { - pageMenuOffset = $pagemenu.offset().top - $header.outerHeight(); - } - } else { - pageMenuOffset = $pagemenu.offset().top; - } - } - - var headerDefinedOffset = $header.attr('data-sticky-offset'); - if( typeof headerDefinedOffset !== 'undefined' ) { - if( headerDefinedOffset == 'full' ) { - headerWrapOffset = $window.height(); - var headerOffsetNegative = $header.attr('data-sticky-offset-negative'); - if( typeof headerOffsetNegative !== 'undefined' ) { headerWrapOffset = headerWrapOffset - headerOffsetNegative - 1; } - } else { - headerWrapOffset = Number(headerDefinedOffset); - } - } - - SEMICOLON.header.stickyMenu( headerWrapOffset ); - SEMICOLON.header.stickyPageMenu( pageMenuOffset ); - - $window.on( 'scroll', function(){ - - SEMICOLON.initialize.goToTopScroll(); - $('body.open-header.close-header-on-scroll').removeClass("side-header-open"); - SEMICOLON.header.stickyMenu( headerWrapOffset ); - SEMICOLON.header.stickyPageMenu( pageMenuOffset ); - SEMICOLON.header.logo(); - - }); - - window.addEventListener('scroll', onScrollSliderParallax, false); - - if( $onePageMenuEl.length > 0 ){ - if( $().scrolled ) { - $window.scrolled(function() { - SEMICOLON.header.onepageScroller(); - }); - } else { - console.log('windowscroll: Scrolled Function not defined.'); - } - } - } - - }; - - SEMICOLON.documentOnLoad = { - - init: function(){ - SEMICOLON.slider.captionPosition(); - SEMICOLON.slider.swiperSliderMenu(true); - SEMICOLON.slider.revolutionSliderMenu(true); - SEMICOLON.initialize.maxHeight(); - SEMICOLON.initialize.testimonialsGrid(); - SEMICOLON.initialize.verticalMiddle(); - SEMICOLON.initialize.stickFooterOnSmall(); - SEMICOLON.initialize.stickyFooter(); - SEMICOLON.portfolio.gridInit( $gridContainer ); - SEMICOLON.portfolio.filterInit(); - SEMICOLON.portfolio.shuffleInit(); - SEMICOLON.portfolio.arrange(); - SEMICOLON.portfolio.portfolioDescMargin(); - SEMICOLON.widget.parallax(); - SEMICOLON.widget.loadFlexSlider(); - SEMICOLON.widget.html5Video(); - SEMICOLON.widget.masonryThumbs(); - SEMICOLON.header.topsocial(); - SEMICOLON.header.responsiveMenuClass(); - SEMICOLON.initialize.modal(); - } - - }; - - var $window = $(window), - $body = $('body'), - $wrapper = $('#wrapper'), - $header = $('#header'), - $headerWrap = $('#header-wrap'), - $content = $('#content'), - $footer = $('#footer'), - windowWidth = $window.width(), - oldHeaderClasses = $header.attr('class'), - oldHeaderWrapClasses = $headerWrap.attr('class'), - stickyMenuClasses = $header.attr('data-sticky-class'), - responsiveMenuClasses = $header.attr('data-responsive-class'), - defaultLogo = $('#logo').find('.standard-logo'), - defaultLogoWidth = defaultLogo.find('img').outerWidth(), - retinaLogo = $('#logo').find('.retina-logo'), - defaultLogoImg = defaultLogo.find('img').attr('src'), - retinaLogoImg = retinaLogo.find('img').attr('src'), - defaultDarkLogo = defaultLogo.attr('data-dark-logo'), - retinaDarkLogo = retinaLogo.attr('data-dark-logo'), - defaultStickyLogo = defaultLogo.attr('data-sticky-logo'), - retinaStickyLogo = retinaLogo.attr('data-sticky-logo'), - defaultMobileLogo = defaultLogo.attr('data-mobile-logo'), - retinaMobileLogo = retinaLogo.attr('data-mobile-logo'), - $pagemenu = $('#page-menu'), - $onePageMenuEl = $('.one-page-menu'), - onePageGlobalOffset = 0, - $portfolio = $('.portfolio'), - $shop = $('.shop'), - $gridContainer = $('.grid-container'), - $slider = $('#slider'), - $sliderParallaxEl = $('.slider-parallax'), - swiperSlider = '', - $pageTitle = $('#page-title'), - $portfolioItems = $('.portfolio-ajax').find('.portfolio-item'), - $portfolioDetails = $('#portfolio-ajax-wrap'), - $portfolioDetailsContainer = $('#portfolio-ajax-container'), - $portfolioAjaxLoader = $('#portfolio-ajax-loader'), - $portfolioFilter = $('.portfolio-filter,.custom-filter'), - prevPostPortId = '', - $topSearch = $('#top-search'), - $topCart = $('#top-cart'), - $verticalMiddleEl = $('.vertical-middle'), - $topSocialEl = $('#top-social').find('li'), - $siStickyEl = $('.si-sticky'), - $dotsMenuEl = $('.dots-menu'), - $goToTopEl = $('#gotoTop'), - $fullScreenEl = $('.full-screen'), - $commonHeightEl = $('.common-height'), - $testimonialsGridEl = $('.testimonials-grid'), - $pageSectionEl = $('.page-section'), - $owlCarouselEl = $('.owl-carousel'), - $parallaxEl = $('.parallax'), - $parallaxPageTitleEl = $('.page-title-parallax'), - $parallaxPortfolioEl = $('.portfolio-parallax').find('.portfolio-image'), - $textRotaterEl = $('.text-rotater'), - $cookieNotification = $('#cookie-notification'); - - $(document).ready( SEMICOLON.documentOnReady.init ); - $window.load( SEMICOLON.documentOnLoad.init ); - $window.on( 'resize', SEMICOLON.documentOnResize.init ); - -})(jQuery); \ No newline at end of file diff --git a/public/js/main/index.php b/public/js/main/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/js/main/jquery.js b/public/js/main/jquery.js deleted file mode 100644 index 8f30e51..0000000 --- a/public/js/main/jquery.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="1.12.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML="
a",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:l.htmlSerialize?[0,"",""]:[1,"X
","
"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|&#?\w+;/,ha=/r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?""!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/\s*$/g,Aa=ca(d),Ba=Aa.appendChild(d.createElement("div"));function Ca(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function Da(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function Ea(a){var b=ya.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Fa(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Ga(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(Da(b).text=a.text,Ea(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Z.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}}function Ha(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&xa.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),Ha(f,b,c,d)});if(o&&(k=ja(b,a[0].ownerDocument,!1,a,d),e=k.firstChild,1===k.childNodes.length&&(k=e),e||d)){for(i=n.map(ea(k,"script"),Da),h=i.length;o>m;m++)g=k,m!==p&&(g=n.clone(g,!0,!0),h&&n.merge(i,ea(g,"script"))),c.call(a[m],g,m);if(h)for(j=i[i.length-1].ownerDocument,n.map(i,Ea),m=0;h>m;m++)g=i[m],_.test(g.type||"")&&!n._data(g,"globalEval")&&n.contains(j,g)&&(g.src?n._evalUrl&&n._evalUrl(g.src):n.globalEval((g.text||g.textContent||g.innerHTML||"").replace(za,"")));k=e=null}return a}function Ia(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(ea(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&fa(ea(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(va,"<$1>")},clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!ua.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Ba.innerHTML=a.outerHTML,Ba.removeChild(f=Ba.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=ea(f),h=ea(a),g=0;null!=(e=h[g]);++g)d[g]&&Ga(e,d[g]);if(b)if(c)for(h=h||ea(a),d=d||ea(f),g=0;null!=(e=h[g]);g++)Fa(e,d[g]);else Fa(a,f);return d=ea(f,"script"),d.length>0&&fa(d,!i&&ea(a,"script")),d=h=e=null,f},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.attributes,m=n.event.special;null!=(d=a[h]);h++)if((b||M(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k||"undefined"==typeof d.removeAttribute?d[i]=void 0:d.removeAttribute(i),c.push(f))}}}),n.fn.extend({domManip:Ha,detach:function(a){return Ia(this,a,!0)},remove:function(a){return Ia(this,a)},text:function(a){return Y(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||d).createTextNode(a))},null,a,arguments.length)},append:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.appendChild(a)}})},prepend:function(){return Ha(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ca(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ha(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(ea(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return Y(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(ta,""):void 0;if("string"==typeof a&&!wa.test(a)&&(l.htmlSerialize||!ua.test(a))&&(l.leadingWhitespace||!aa.test(a))&&!da[($.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ea(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ha(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(ea(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],f=n(a),h=f.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(f[d])[b](c),g.apply(e,c.get());return this.pushStack(e)}});var Ja,Ka={HTML:"block",BODY:"block"};function La(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function Ma(a){var b=d,c=Ka[a];return c||(c=La(a,b),"none"!==c&&c||(Ja=(Ja||n("');break;case"vimeo":w="https",a.data("videomarkup",'')}var J=c&&"on"==a.data("noposteronmobile");if(void 0!=m.videoposter&&m.videoposter.length>2&&!J)0==a.find(".tp-videoposter").length&&a.append('
'),0==a.find("iframe").length&&a.find(".tp-videoposter").click(function(){if(b.playVideo(a,h),c){if(1==a.data("disablevideoonmobile"))return!1;punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut})}});else{if(c&&1==a.data("disablevideoonmobile"))return!1;0!=a.find("iframe").length||"youtube"!=y&&"vimeo"!=y||(a.append(a.data("videomarkup")),i(a,h,!1))}"none"!=a.data("dottedoverlay")&&void 0!=a.data("dottedoverlay")&&1!=a.find(".tp-dottedoverlay").length&&a.append('
'),a.addClass("HasListener"),1==a.data("bgvideo")&&punchgs.TweenLite.set(a.find("video, iframe"),{autoAlpha:0})}});var g=function(a,b,c){a.addEventListener?a.addEventListener(b,c,{capture:!1,passive:!0}):a.attachEvent(b,c,{capture:!1,passive:!0})},h=function(a,b,c){var d={};return d.video=a,d.videotype=b,d.settings=c,d},i=function(a,d,e){var g=a.data(),i=a.find("iframe"),l="iframe"+Math.round(1e5*Math.random()+1),o=g.videoloop,p="loopandnoslidestop"!=o;if(o="loop"==o||"loopandnoslidestop"==o,1==a.data("forcecover")){a.removeClass("fullscreenvideo").addClass("coverscreenvideo");var q=a.data("aspectratio");void 0!=q&&q.split(":").length>1&&b.prepareCoveredVideo(q,d,a)}if(1==a.data("bgvideo")){var q=a.data("aspectratio");void 0!=q&&q.split(":").length>1&&b.prepareCoveredVideo(q,d,a)}if(i.attr("id",l),e&&a.data("startvideonow",!0),1!==a.data("videolistenerexist"))switch(g.videotype){case"youtube":var r=new YT.Player(l,{events:{onStateChange:function(c){var e=a.closest(".tp-simpleresponsive"),q=(g.videorate,a.data("videostart"),k());if(c.data==YT.PlayerState.PLAYING)punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),"mute"==a.data("volume")||b.lastToggleState(a.data("videomutetoggledby"))||d.globalmute===!0?r.mute():(r.unMute(),r.setVolume(parseInt(a.data("volume"),0)||75)),d.videoplaying=!0,m(a,d),p?d.c.trigger("stoptimer"):d.videoplaying=!1,d.c.trigger("revolution.slide.onvideoplay",h(r,"youtube",a.data())),b.toggleState(g.videotoggledby);else{if(0==c.data&&o){var s=f(a.data("videostartat"));s!=-1&&r.seekTo(s),r.playVideo(),b.toggleState(g.videotoggledby)}!q&&(0==c.data||2==c.data)&&"on"==a.data("showcoveronpause")&&a.find(".tp-videoposter").length>0&&(punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),c.data!=-1&&3!=c.data&&(d.videoplaying=!1,d.tonpause=!1,n(a,d),e.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(r,"youtube",a.data())),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby)),0==c.data&&1==a.data("nextslideatend")?(j(),a.data("nextslideatend-triggered",1),d.c.revnext(),n(a,d)):(n(a,d),d.videoplaying=!1,e.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(r,"youtube",a.data())),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby))}},onReady:function(b){var d=g.videorate;a.data("videostart");if(a.addClass("rs-apiready"),void 0!=d&&b.target.setPlaybackRate(parseFloat(d)),a.find(".tp-videoposter").unbind("click"),a.find(".tp-videoposter").click(function(){c||r.playVideo()}),a.data("startvideonow")){g.player.playVideo();var h=f(a.data("videostartat"));h!=-1&&g.player.seekTo(h)}a.data("videolistenerexist",1)}}});a.data("player",r);break;case"vimeo":for(var w,s=i.attr("src"),t={},u=s,v=/([^&=]+)=([^&]*)/g;w=v.exec(u);)t[decodeURIComponent(w[1])]=decodeURIComponent(w[2]);s=void 0!=t.player_id?s.replace(t.player_id,l):s+"&player_id="+l;try{s=s.replace("api=0","api=1")}catch(a){}s+="&api=1",i.attr("src",s);var r=a.find("iframe")[0],y=(jQuery("#"+l),$f(l));y.addEvent("ready",function(){if(a.addClass("rs-apiready"),y.addEvent("play",function(c){a.data("nextslidecalled",0),punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),d.c.trigger("revolution.slide.onvideoplay",h(y,"vimeo",a.data())),d.videoplaying=!0,m(a,d),p?d.c.trigger("stoptimer"):d.videoplaying=!1,"mute"==a.data("volume")||b.lastToggleState(a.data("videomutetoggledby"))||d.globalmute===!0?y.api("setVolume","0"):y.api("setVolume",parseInt(a.data("volume"),0)/100||.75),b.toggleState(g.videotoggledby)}),y.addEvent("playProgress",function(b){var c=f(a.data("videoendat"));if(a.data("currenttime",b.seconds),0!=c&&Math.abs(c-b.seconds)<.3&&c>b.seconds&&1!=a.data("nextslidecalled"))if(o){y.api("play");var e=f(a.data("videostartat"));e!=-1&&y.api("seekTo",e)}else 1==a.data("nextslideatend")&&(a.data("nextslideatend-triggered",1),a.data("nextslidecalled",1),d.c.revnext()),y.api("pause")}),y.addEvent("finish",function(c){n(a,d),d.videoplaying=!1,d.c.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(y,"vimeo",a.data())),1==a.data("nextslideatend")&&(a.data("nextslideatend-triggered",1),d.c.revnext()),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby)}),y.addEvent("pause",function(c){a.find(".tp-videoposter").length>0&&"on"==a.data("showcoveronpause")&&(punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find("iframe"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),d.videoplaying=!1,d.tonpause=!1,n(a,d),d.c.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",h(y,"vimeo",a.data())),void 0!=d.currentLayerVideoIsPlaying&&d.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(g.videotoggledby)}),a.find(".tp-videoposter").unbind("click"),a.find(".tp-videoposter").click(function(){if(!c)return y.api("play"),!1}),a.data("startvideonow")){y.api("play");var e=f(a.data("videostartat"));e!=-1&&y.api("seekTo",e)}a.data("videolistenerexist",1)})}else{var z=f(a.data("videostartat"));switch(g.videotype){case"youtube":e&&(g.player.playVideo(),z!=-1&&g.player.seekTo());break;case"vimeo":if(e){var y=$f(a.find("iframe").attr("id"));y.api("play"),z!=-1&&y.api("seekTo",z)}}}},j=function(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()},k=function(){try{if(void 0!==window.fullScreen)return window.fullScreen;var a=5;return jQuery.browser.webkit&&/Apple Computer/.test(navigator.vendor)&&(a=42),screen.width==window.innerWidth&&Math.abs(screen.height-window.innerHeight) '),a.find("video, .tp-poster, .tp-video-play-button").click(function(){a.hasClass("videoisplaying")?q.pause():q.play()})),1==a.data("forcecover")||a.hasClass("fullscreenvideo")||1==a.data("bgvideo"))if(1==a.data("forcecover")||1==a.data("bgvideo")){r.addClass("fullcoveredvideo");var u=a.data("aspectratio")||"4:3";b.prepareCoveredVideo(u,e,a)}else r.addClass("fullscreenvideo");var v=a.find(".tp-vid-play-pause")[0],w=a.find(".tp-vid-mute")[0],x=a.find(".tp-vid-full-screen")[0],y=a.find(".tp-seek-bar")[0],z=a.find(".tp-volume-bar")[0];void 0!=v&&g(v,"click",function(){1==q.paused?q.play():q.pause()}),void 0!=w&&g(w,"click",function(){0==q.muted?(q.muted=!0,w.innerHTML="Unmute"):(q.muted=!1,w.innerHTML="Mute")}),void 0!=x&&x&&g(x,"click",function(){q.requestFullscreen?q.requestFullscreen():q.mozRequestFullScreen?q.mozRequestFullScreen():q.webkitRequestFullscreen&&q.webkitRequestFullscreen()}),void 0!=y&&(g(y,"change",function(){var a=q.duration*(y.value/100);q.currentTime=a}),g(y,"mousedown",function(){a.addClass("seekbardragged"),q.pause()}),g(y,"mouseup",function(){a.removeClass("seekbardragged"),q.play()})),g(q,"canplaythrough",function(){b.preLoadAudioDone(a,e,"canplaythrough")}),g(q,"canplay",function(){b.preLoadAudioDone(a,e,"canplay")}),g(q,"progress",function(){b.preLoadAudioDone(a,e,"progress")}),g(q,"timeupdate",function(){var b=100/q.duration*q.currentTime,c=f(a.data("videoendat")),d=q.currentTime;if(void 0!=y&&(y.value=b),0!=c&&c!=-1&&Math.abs(c-d)<=.3&&c>d&&1!=a.data("nextslidecalled"))if(s){q.play();var g=f(a.data("videostartat"));g!=-1&&(q.currentTime=g)}else 1==a.data("nextslideatend")&&(a.data("nextslideatend-triggered",1),a.data("nextslidecalled",1),e.just_called_nextslide_at_htmltimer=!0,e.c.revnext(),setTimeout(function(){e.just_called_nextslide_at_htmltimer=!1},1e3)),q.pause()}),void 0!=z&&g(z,"change",function(){q.volume=z.value}),g(q,"play",function(){a.data("nextslidecalled",0);var c=a.data("volume");c=void 0!=c&&"mute"!=c?parseFloat(c)/100:c,d||(e.globalmute===!0?q.muted=!0:q.muted=!1,c>1&&(c/=100),"mute"==c?q.muted=!0:void 0!=c&&(q.volume=c)),a.addClass("videoisplaying");var f="html5"==l.audio?"audio":"video";m(a,e),t&&"audio"!=f?(e.videoplaying=!0,e.c.trigger("stoptimer"),e.c.trigger("revolution.slide.onvideoplay",h(q,"html5",l))):(e.videoplaying=!1,"audio"!=f&&e.c.trigger("starttimer"),e.c.trigger("revolution.slide.onvideostop",h(q,"html5",l))),punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find(f),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut});var g=a.find(".tp-vid-play-pause")[0],i=a.find(".tp-vid-mute")[0];void 0!=g&&(g.innerHTML="Pause"),void 0!=i&&q.muted&&(i.innerHTML="Unmute"),b.toggleState(l.videotoggledby)}),g(q,"pause",function(c){var d="html5"==l.audio?"audio":"video",f=k();!f&&a.find(".tp-videoposter").length>0&&"on"==a.data("showcoveronpause")&&!a.hasClass("seekbardragged")&&(punchgs.TweenLite.to(a.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(a.find(d),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),a.removeClass("videoisplaying"),e.videoplaying=!1,n(a,e),"audio"!=d&&e.c.trigger("starttimer"),e.c.trigger("revolution.slide.onvideostop",h(q,"html5",a.data()));var g=a.find(".tp-vid-play-pause")[0];void 0!=g&&(g.innerHTML="Play"),void 0!=e.currentLayerVideoIsPlaying&&e.currentLayerVideoIsPlaying.attr("id")!=a.attr("id")||b.unToggleState(l.videotoggledby)}),g(q,"ended",function(){j(),n(a,e),e.videoplaying=!1,n(a,e),"audio"!=o&&e.c.trigger("starttimer"),e.c.trigger("revolution.slide.onvideostop",h(q,"html5",a.data())),a.data("nextslideatend")===!0&&q.currentTime>0&&(1==!e.just_called_nextslide_at_htmltimer&&(a.data("nextslideatend-triggered",1),e.c.revnext(),e.just_called_nextslide_at_htmltimer=!0),setTimeout(function(){e.just_called_nextslide_at_htmltimer=!1},1500)),a.removeClass("videoisplaying")})},m=function(a,c){void 0==c.playingvideos&&(c.playingvideos=new Array),a.data("stopallvideos")&&void 0!=c.playingvideos&&c.playingvideos.length>0&&(c.lastplayedvideos=jQuery.extend(!0,[],c.playingvideos),jQuery.each(c.playingvideos,function(a,d){b.stopVideo(d,c)})),c.playingvideos.push(a),c.currentLayerVideoIsPlaying=a},n=function(a,b){void 0!=b.playingvideos&&jQuery.inArray(a,b.playingvideos)>=0&&b.playingvideos.splice(jQuery.inArray(a,b.playingvideos),1)}}(jQuery); \ No newline at end of file diff --git a/public/js/main/js/index.php b/public/js/main/js/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/js/main/js/jquery.revslider.embed.js b/public/js/main/js/jquery.revslider.embed.js deleted file mode 100644 index f7a1c51..0000000 --- a/public/js/main/js/jquery.revslider.embed.js +++ /dev/null @@ -1,147 +0,0 @@ -(function ($) { - - var options = { - embedLoaded: true, - assetsLocation: '', - cssLocation: '', - fontsLocation: '', - jsLocation: '', - selectorTemplate: 'div.revslider[data-alias={alias}]' - }; - - var sliders = [], - assets = []; - - var setOptions = function(data) { - options = $.extend(options, data); - }; - - var regReplace = function(search, replace, content, escape) { - var regString = typeof escape != 'undefined' && ! escape ? search : search.replace(/([.*+?^$|(){}\[\]])/mg, "\\$1"); - return content.replace(new RegExp('(' + regString + ')', 'g'), replace); - } - - var embed = function(target, slider) { - - if (typeof slider.styles != 'undefined') { - if (options.assetsLocation.length) { - slider.styles = regReplace('"' + slider.locations.assets, '"' + options.assetsLocation, slider.styles); - } - if (options.cssLocation.length) { - slider.styles = regReplace('"' + slider.locations.css, '"' + options.cssLocation, slider.styles); - } - if (options.fontsLocation.length) { - slider.styles = regReplace('"' + slider.locations.fonts, '"' + options.fontsLocation, slider.styles); - } - $('head').append(slider.styles); - } - if (typeof slider.assets != 'undefined') { - - $.each(slider.assets, function(key, asset) { - - var assetUrl = asset; - - if (options.cssLocation.length && assetUrl.indexOf(slider.locations.fonts) == -1) { - assetUrl = regReplace(slider.locations.css, options.cssLocation, assetUrl); - } - if (options.fontsLocation.length) { - assetUrl = regReplace(slider.locations.fonts, options.fontsLocation, assetUrl); - } - if (assets.indexOf(assetUrl) == -1) { - - assets.push(assetUrl); - - if ( ! $('link[href="' + assetUrl + '"]').length) { - - console.log('add', assetUrl); - - $('head').append(''); - } - } - }); - } - if ($(target).length && typeof slider.content != 'undefined') { - if (options.assetsLocation.length) { - slider.content = regReplace('"' + slider.locations.assets, '"' + options.assetsLocation, slider.content); - } - if (options.cssLocation.length) { - slider.content = regReplace('"' + slider.locations.css, '"' + options.cssLocation, slider.content); - } - if (options.fontsLocation.length) { - slider.content = regReplace('"' + slider.locations.fonts, '"' + options.fontsLocation, slider.content); - } - if (options.jsLocation.length) { - slider.content = regReplace('"' + slider.locations.js, '"' + options.jsLocation, slider.content); - slider.content = regReplace('jsFileLocation(?:.*),', 'jsFileLocation:"' + options.jsLocation + '",', slider.content, false); - } - $(target).html(slider.content); - } - }; - - /** - * Slider Revolution jQuery Embed Plugin - * - * @param {...*} var_args - */ - - $.fn.embedRevslider = function(var_args) { - var action = '', - data = {}; - if (arguments.length == 0) { - action = 'init'; - } else if (arguments.length == 1) { - action = 'init'; - data = arguments[0]; - } else { - action = arguments[0]; - data = arguments[1]; - } - switch (action) { - case 'init' : - setOptions(data); - if (typeof punchgs != 'undefined') { - assets.push('jquery.themepunch.tools.min.js'); - } - if (typeof jQuery().revolution != 'undefined') { - assets.push('jquery.themepunch.revolution.min.js'); - } - if (typeof document.styleSheets != "undefined") { - for (var i = 0; i < document.styleSheets.length; i++) { - if (document.styleSheets[i].href && document.styleSheets[i].href.indexOf('settings.css') != -1) { - assets.push('settings.css'); - break; - } - } - } - if (options.embedLoaded) { - $.each(sliders, function(index, data) { - embed(options.selectorTemplate.replace('{alias}', data.alias), data); - }); - } - break; - case 'load' : - var slider = JSON.parse(data); - if (typeof slider.alias != 'undefined') { - var added = false; - $.each(sliders, function(index, data) { - if (data.alias == slider.alias) { - sliders[index] = slider; - added = true; - } - }); - if ( ! added) { - sliders.push(slider); - } - } - break; - case 'embed' : - embed(this, JSON.parse(data)); - break; - case 'options' : - setOptions(data); - break; - } - return this; - }; - -}(jQuery)); \ No newline at end of file diff --git a/public/js/main/js/jquery.themepunch.enablelog.js b/public/js/main/js/jquery.themepunch.enablelog.js deleted file mode 100644 index 3b73f58..0000000 --- a/public/js/main/js/jquery.themepunch.enablelog.js +++ /dev/null @@ -1 +0,0 @@ -window.tplogs = true; \ No newline at end of file diff --git a/public/js/main/js/jquery.themepunch.revolution.min.js b/public/js/main/js/jquery.themepunch.revolution.min.js deleted file mode 100644 index 15f5331..0000000 --- a/public/js/main/js/jquery.themepunch.revolution.min.js +++ /dev/null @@ -1,8 +0,0 @@ -/************************************************************************** - * jquery.themepunch.revolution.js - jQuery Plugin for Revolution Slider - * @version: 5.4.1 (28.02.2017) - * @requires jQuery v1.7 or later (tested on 1.9) - * @author ThemePunch -**************************************************************************/ -!function(jQuery,undefined){"use strict";var version={core:"5.4.1","revolution.extensions.actions.min.js":"2.0.4","revolution.extensions.carousel.min.js":"1.2.1","revolution.extensions.kenburn.min.js":"1.2.0","revolution.extensions.layeranimation.min.js":"3.5.2","revolution.extensions.navigation.min.js":"1.3.3","revolution.extensions.parallax.min.js":"2.2.0","revolution.extensions.slideanims.min.js":"1.6","revolution.extensions.video.min.js":"2.0.3"};jQuery.fn.extend({revolution:function(a){var b={delay:9e3,responsiveLevels:4064,visibilityLevels:[2048,1024,778,480],gridwidth:960,gridheight:500,minHeight:0,autoHeight:"off",sliderType:"standard",sliderLayout:"auto",fullScreenAutoWidth:"off",fullScreenAlignForce:"off",fullScreenOffsetContainer:"",fullScreenOffset:"0",hideCaptionAtLimit:0,hideAllCaptionAtLimit:0,hideSliderAtLimit:0,disableProgressBar:"off",stopAtSlide:-1,stopAfterLoops:-1,shadow:0,dottedOverlay:"none",startDelay:0,lazyType:"smart",spinner:"spinner0",shuffle:"off",viewPort:{enable:!1,outof:"wait",visible_area:"60%",presize:!1},fallbacks:{isJoomla:!1,panZoomDisableOnMobile:"off",simplifyAll:"on",nextSlideOnWindowFocus:"off",disableFocusListener:!0,ignoreHeightChanges:"off",ignoreHeightChangesSize:0,allowHTML5AutoPlayOnAndroid:!0},parallax:{type:"off",levels:[10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],origo:"enterpoint",speed:400,bgparallax:"off",opacity:"on",disable_onmobile:"off",ddd_shadow:"on",ddd_bgfreeze:"off",ddd_overflow:"visible",ddd_layer_overflow:"visible",ddd_z_correction:65,ddd_path:"mouse"},scrolleffect:{fade:"off",blur:"off",grayscale:"off",maxblur:10,on_layers:"off",on_slidebg:"off",on_static_layers:"off",on_parallax_layers:"off",on_parallax_static_layers:"off",direction:"both",multiplicator:1.35,multiplicator_layers:.5,tilt:30,disable_on_mobile:"on"},carousel:{easing:punchgs.Power3.easeInOut,speed:800,showLayersAllTime:"off",horizontal_align:"center",vertical_align:"center",infinity:"on",space:0,maxVisibleItems:3,stretch:"off",fadeout:"on",maxRotation:0,minScale:0,vary_fade:"off",vary_rotation:"on",vary_scale:"off",border_radius:"0px",padding_top:0,padding_bottom:0},navigation:{keyboardNavigation:"off",keyboard_direction:"horizontal",mouseScrollNavigation:"off",onHoverStop:"on",touch:{touchenabled:"off",touchOnDesktop:"off",swipe_treshold:75,swipe_min_touches:1,drag_block_vertical:!1,swipe_direction:"horizontal"},arrows:{style:"",enable:!1,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,tmp:"",rtl:!1,left:{h_align:"left",v_align:"center",h_offset:20,v_offset:0,container:"slider"},right:{h_align:"right",v_align:"center",h_offset:20,v_offset:0,container:"slider"}},bullets:{container:"slider",rtl:!1,style:"",enable:!1,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",h_align:"left",v_align:"center",space:0,h_offset:20,v_offset:0,tmp:''},thumbnails:{container:"slider",rtl:!1,style:"",enable:!1,width:100,height:50,min_width:100,wrapper_padding:2,wrapper_color:"#f5f5f5",wrapper_opacity:1,tmp:'',visibleAmount:5,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",span:!1,position:"inner",space:2,h_align:"left",v_align:"center",h_offset:20,v_offset:0},tabs:{container:"slider",rtl:!1,style:"",enable:!1,width:100,min_width:100,height:50,wrapper_padding:10,wrapper_color:"#f5f5f5",wrapper_opacity:1,tmp:'',visibleAmount:5,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",span:!1,space:0,position:"inner",h_align:"left",v_align:"center",h_offset:20,v_offset:0}},extensions:"extensions/",extensions_suffix:".min.js",debugMode:!1};return a=jQuery.extend(!0,{},b,a),this.each(function(){var b=jQuery(this);a.minHeight=a.minHeight!=undefined?parseInt(a.minHeight,0):a.minHeight,a.scrolleffect.on="on"===a.scrolleffect.fade||"on"===a.scrolleffect.blur||"on"===a.scrolleffect.grayscale,"hero"==a.sliderType&&b.find(">ul>li").each(function(a){a>0&&jQuery(this).remove()}),a.jsFileLocation=a.jsFileLocation||getScriptLocation("themepunch.revolution.min.js"),a.jsFileLocation=a.jsFileLocation+a.extensions,a.scriptsneeded=getNeededScripts(a,b),a.curWinRange=0,a.rtl=!0,a.navigation!=undefined&&a.navigation.touch!=undefined&&(a.navigation.touch.swipe_min_touches=a.navigation.touch.swipe_min_touches>5?1:a.navigation.touch.swipe_min_touches),jQuery(this).on("scriptsloaded",function(){return a.modulesfailing?(b.html('
!! Error at loading Slider Revolution 5.0 Extrensions.'+a.errorm+"
").show(),!1):(_R.migration!=undefined&&(a=_R.migration(b,a)),punchgs.force3D=!0,"on"!==a.simplifyAll&&punchgs.TweenLite.lagSmoothing(1e3,16),prepareOptions(b,a),void initSlider(b,a))}),b[0].opt=a,waitForScripts(b,a)})},revremoveslide:function(a){return this.each(function(){var b=jQuery(this),c=b[0].opt;if(!(a<0||a>c.slideamount)&&b!=undefined&&b.length>0&&jQuery("body").find("#"+b.attr("id")).length>0&&c&&c.li.length>0&&(a>0||a<=c.li.length)){var d=jQuery(c.li[a]),e=d.data("index"),f=!1;c.slideamount=c.slideamount-1,c.realslideamount=c.realslideamount-1,removeNavWithLiref(".tp-bullet",e,c),removeNavWithLiref(".tp-tab",e,c),removeNavWithLiref(".tp-thumb",e,c),d.hasClass("active-revslide")&&(f=!0),d.remove(),c.li=removeArray(c.li,a),c.carousel&&c.carousel.slides&&(c.carousel.slides=removeArray(c.carousel.slides,a)),c.thumbs=removeArray(c.thumbs,a),_R.updateNavIndexes&&_R.updateNavIndexes(c),f&&b.revnext(),punchgs.TweenLite.set(c.li,{minWidth:"99%"}),punchgs.TweenLite.set(c.li,{minWidth:"100%"})}})},revaddcallback:function(a){return this.each(function(){this.opt&&(this.opt.callBackArray===undefined&&(this.opt.callBackArray=new Array),this.opt.callBackArray.push(a))})},revgetparallaxproc:function(){return jQuery(this)[0].opt.scrollproc},revdebugmode:function(){return this.each(function(){var a=jQuery(this);a[0].opt.debugMode=!0,containerResized(a,a[0].opt)})},revscroll:function(a){return this.each(function(){var b=jQuery(this);jQuery("body,html").animate({scrollTop:b.offset().top+b.height()-a+"px"},{duration:400})})},revredraw:function(a){return this.each(function(){var a=jQuery(this);containerResized(a,a[0].opt)})},revkill:function(a){var b=this,c=jQuery(this);if(punchgs.TweenLite.killDelayedCallsTo(_R.showHideNavElements),c!=undefined&&c.length>0&&jQuery("body").find("#"+c.attr("id")).length>0){c.data("conthover",1),c.data("conthover-changed",1),c.trigger("revolution.slide.onpause");var d=c.parent().find(".tp-bannertimer"),e=c[0].opt;e.tonpause=!0,c.trigger("stoptimer"),punchgs.TweenLite.killTweensOf(c.find("*"),!1),punchgs.TweenLite.killTweensOf(c,!1),c.unbind("hover, mouseover, mouseenter,mouseleave, resize");var f="resize.revslider-"+c.attr("id");jQuery(window).off(f),c.find("*").each(function(){var a=jQuery(this);a.unbind("on, hover, mouseenter,mouseleave,mouseover, resize,restarttimer, stoptimer"),a.off("on, hover, mouseenter,mouseleave,mouseover, resize"),a.data("mySplitText",null),a.data("ctl",null),a.data("tween")!=undefined&&a.data("tween").kill(),a.data("kenburn")!=undefined&&a.data("kenburn").kill(),a.data("timeline_out")!=undefined&&a.data("timeline_out").kill(),a.data("timeline")!=undefined&&a.data("timeline").kill(),a.remove(),a.empty(),a=null}),punchgs.TweenLite.killTweensOf(c.find("*"),!1),punchgs.TweenLite.killTweensOf(c,!1),d.remove();try{c.closest(".forcefullwidth_wrapper_tp_banner").remove()}catch(a){}try{c.closest(".rev_slider_wrapper").remove()}catch(a){}try{c.remove()}catch(a){}return c.empty(),c.html(),c=null,e=null,delete b.c,delete b.opt,!0}return!1},revpause:function(){return this.each(function(){var a=jQuery(this);a!=undefined&&a.length>0&&jQuery("body").find("#"+a.attr("id")).length>0&&(a.data("conthover",1),a.data("conthover-changed",1),a.trigger("revolution.slide.onpause"),a[0].opt.tonpause=!0,a.trigger("stoptimer"))})},revresume:function(){return this.each(function(){var a=jQuery(this);a!=undefined&&a.length>0&&jQuery("body").find("#"+a.attr("id")).length>0&&(a.data("conthover",0),a.data("conthover-changed",1),a.trigger("revolution.slide.onresume"),a[0].opt.tonpause=!1,a.trigger("starttimer"))})},revstart:function(){var a=jQuery(this);if(a!=undefined&&a.length>0&&jQuery("body").find("#"+a.attr("id")).length>0&&a[0].opt!==undefined)return a[0].opt.sliderisrunning?(console.log("Slider Is Running Already"),!1):(runSlider(a,a[0].opt),!0)},revnext:function(){return this.each(function(){var a=jQuery(this);a!=undefined&&a.length>0&&jQuery("body").find("#"+a.attr("id")).length>0&&_R.callingNewSlide(a,1)})},revprev:function(){return this.each(function(){var a=jQuery(this);a!=undefined&&a.length>0&&jQuery("body").find("#"+a.attr("id")).length>0&&_R.callingNewSlide(a,-1)})},revmaxslide:function(){return jQuery(this).find(".tp-revslider-mainul >li").length},revcurrentslide:function(){var a=jQuery(this);if(a!=undefined&&a.length>0&&jQuery("body").find("#"+a.attr("id")).length>0)return parseInt(a[0].opt.act,0)+1},revlastslide:function(){return jQuery(this).find(".tp-revslider-mainul >li").length},revshowslide:function(a){return this.each(function(){var b=jQuery(this);b!=undefined&&b.length>0&&jQuery("body").find("#"+b.attr("id")).length>0&&_R.callingNewSlide(b,"to"+(a-1))})},revcallslidewithid:function(a){return this.each(function(){var b=jQuery(this);b!=undefined&&b.length>0&&jQuery("body").find("#"+b.attr("id")).length>0&&_R.callingNewSlide(b,a)})}});var _R=jQuery.fn.revolution;jQuery.extend(!0,_R,{getversion:function(){return version},compare_version:function(a){return"stop"!=a.check&&(_R.getversion().core').appendTo(jQuery("body"));c.html("");var d=c.find("a").length;return c.remove(),d},is_mobile:function(){var a=["android","webos","iphone","ipad","blackberry","Android","webos",,"iPod","iPhone","iPad","Blackberry","BlackBerry"],b=!1;for(var c in a)navigator.userAgent.split(a[c]).length>1&&(b=!0);return b},is_android:function(){var a=["android","Android"],b=!1;for(var c in a)navigator.userAgent.split(a[c]).length>1&&(b=!0);return b},callBackHandling:function(a,b,c){try{a.callBackArray&&jQuery.each(a.callBackArray,function(a,d){d&&d.inmodule&&d.inmodule===b&&d.atposition&&d.atposition===c&&d.callback&&d.callback.call()})}catch(a){console.log("Call Back Failed")}},get_browser:function(){var c,a=navigator.appName,b=navigator.userAgent,d=b.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);return d&&null!=(c=b.match(/version\/([\.\d]+)/i))&&(d[2]=c[1]),d=d?[d[1],d[2]]:[a,navigator.appVersion,"-?"],d[0]},get_browser_version:function(){var c,a=navigator.appName,b=navigator.userAgent,d=b.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);return d&&null!=(c=b.match(/version\/([\.\d]+)/i))&&(d[2]=c[1]),d=d?[d[1],d[2]]:[a,navigator.appVersion,"-?"],d[1]},getHorizontalOffset:function(a,b){var c=gWiderOut(a,".outer-left"),d=gWiderOut(a,".outer-right");switch(b){case"left":return c;case"right":return d;case"both":return c+d}},callingNewSlide:function(a,b){var c=a.find(".next-revslide").length>0?a.find(".next-revslide").index():a.find(".processing-revslide").length>0?a.find(".processing-revslide").index():a.find(".active-revslide").index(),d=0,e=a[0].opt;a.find(".next-revslide").removeClass("next-revslide"),a.find(".active-revslide").hasClass("tp-invisible-slide")&&(c=e.last_shown_slide),b&&jQuery.isNumeric(b)||b.match(/to/g)?(1===b||b===-1?(d=c+b,d=d<0?e.slideamount-1:d>=e.slideamount?0:d):(b=jQuery.isNumeric(b)?b:parseInt(b.split("to")[1],0),d=b<0?0:b>e.slideamount-1?e.slideamount-1:b),a.find(".tp-revslider-slidesli:eq("+d+")").addClass("next-revslide")):b&&a.find(".tp-revslider-slidesli").each(function(){var a=jQuery(this);a.data("index")===b&&a.addClass("next-revslide")}),d=a.find(".next-revslide").index(),a.trigger("revolution.nextslide.waiting"),c===d&&c===e.last_shown_slide||d!==c&&d!=-1?swapSlide(a):a.find(".next-revslide").removeClass("next-revslide")},slotSize:function(a,b){b.slotw=Math.ceil(b.width/b.slots),"fullscreen"==b.sliderLayout?b.sloth=Math.ceil(jQuery(window).height()/b.slots):b.sloth=Math.ceil(b.height/b.slots),"on"==b.autoHeight&&a!==undefined&&""!==a&&(b.sloth=Math.ceil(a.height()/b.slots))},setSize:function(a){var b=(a.top_outer||0)+(a.bottom_outer||0),c=parseInt(a.carousel.padding_top||0,0),d=parseInt(a.carousel.padding_bottom||0,0),e=a.gridheight[a.curWinRange],f=0,g=a.nextSlide===-1||a.nextSlide===undefined?0:a.nextSlide;if(a.paddings=a.paddings===undefined?{top:parseInt(a.c.parent().css("paddingTop"),0)||0,bottom:parseInt(a.c.parent().css("paddingBottom"),0)||0}:a.paddings,a.rowzones&&a.rowzones.length>0)for(var h=0;ha.gridheight[a.curWinRange]&&"on"!=a.autoHeight&&(a.height=a.gridheight[a.curWinRange]),"fullscreen"==a.sliderLayout||a.infullscreenmode){a.height=a.bw*a.gridheight[a.curWinRange];var j=(a.c.parent().width(),jQuery(window).height());if(a.fullScreenOffsetContainer!=undefined){try{var k=a.fullScreenOffsetContainer.split(",");k&&jQuery.each(k,function(a,b){j=jQuery(b).length>0?j-jQuery(b).outerHeight(!0):j})}catch(a){}try{a.fullScreenOffset.split("%").length>1&&a.fullScreenOffset!=undefined&&a.fullScreenOffset.length>0?j-=jQuery(window).height()*parseInt(a.fullScreenOffset,0)/100:a.fullScreenOffset!=undefined&&a.fullScreenOffset.length>0&&(j-=parseInt(a.fullScreenOffset,0))}catch(a){}}j=jparseInt(a.height,0)?f:a.height}else a.minHeight!=undefined&&a.heightparseInt(a.height,0)?f:a.height,a.c.height(a.height);var l={height:c+d+b+a.height+a.paddings.top+a.paddings.bottom};a.c.closest(".forcefullwidth_wrapper_tp_banner").find(".tp-fullwidth-forcer").css(l),a.c.closest(".rev_slider_wrapper").css(l),setScale(a)},enterInViewPort:function(a){a.waitForCountDown&&(countDown(a.c,a),a.waitForCountDown=!1),a.waitForFirstSlide&&(swapSlide(a.c),a.waitForFirstSlide=!1,setTimeout(function(){a.c.removeClass("tp-waitforfirststart")},500)),"playing"!=a.sliderlaststatus&&a.sliderlaststatus!=undefined||a.c.trigger("starttimer"),a.lastplayedvideos!=undefined&&a.lastplayedvideos.length>0&&jQuery.each(a.lastplayedvideos,function(b,c){_R.playVideo(c,a)})},leaveViewPort:function(a){a.sliderlaststatus=a.sliderstatus,a.c.trigger("stoptimer"),a.playingvideos!=undefined&&a.playingvideos.length>0&&(a.lastplayedvideos=jQuery.extend(!0,[],a.playingvideos),a.playingvideos&&jQuery.each(a.playingvideos,function(b,c){a.leaveViewPortBasedStop=!0,_R.stopVideo&&_R.stopVideo(c,a)}))},unToggleState:function(a){a!=undefined&&a.length>0&&jQuery.each(a,function(a,b){b.removeClass("rs-toggle-content-active")})},toggleState:function(a){a!=undefined&&a.length>0&&jQuery.each(a,function(a,b){b.addClass("rs-toggle-content-active")})},swaptoggleState:function(a){a!=undefined&&a.length>0&&jQuery.each(a,function(a,b){jQuery(b).hasClass("rs-toggle-content-active")?jQuery(b).removeClass("rs-toggle-content-active"):jQuery(b).addClass("rs-toggle-content-active")})},lastToggleState:function(a){var b=0;return a!=undefined&&a.length>0&&jQuery.each(a,function(a,c){b=c.hasClass("rs-toggle-content-active")}),b}});var _ISM=_R.is_mobile(),_ANDROID=_R.is_android(),checkIDS=function(a,b){a.anyid=a.anyid===undefined?[]:a.anyid;var c=jQuery.inArray(b.attr("id"),a.anyid);if(c!=-1){var d=b.attr("id")+"_"+Math.round(9999*Math.random());b.attr("id",d)}a.anyid.push(b.attr("id"))},removeArray=function(a,b){var c=[];return jQuery.each(a,function(a,d){a!=b&&c.push(d)}),c},removeNavWithLiref=function(a,b,c){c.c.find(a).each(function(){var a=jQuery(this);a.data("liref")===b&&a.remove()})},lAjax=function(a,b){return!jQuery("body").data(a)&&(b.filesystem?(b.errorm===undefined&&(b.errorm="
Local Filesystem Detected !
Put this to your header:"),console.warn("Local Filesystem detected !"),b.errorm=b.errorm+'
<script type="text/javascript" src="'+b.jsFileLocation+a+b.extensions_suffix+'"></script>',console.warn(b.jsFileLocation+a+b.extensions_suffix+" could not be loaded !"),console.warn("Please use a local Server or work online or make sure that you load all needed Libraries manually in your Document."),console.log(" "),b.modulesfailing=!0,!1):(jQuery.ajax({url:b.jsFileLocation+a+b.extensions_suffix+"?version="+version.core,dataType:"script",cache:!0,error:function(c){console.warn("Slider Revolution 5.0 Error !"),console.error("Failure at Loading:"+a+b.extensions_suffix+" on Path:"+b.jsFileLocation),console.info(c)}}),void jQuery("body").data(a,!0)))},getNeededScripts=function(a,b){var c=new Object,d=a.navigation;return c.kenburns=!1,c.parallax=!1,c.carousel=!1,c.navigation=!1,c.videos=!1,c.actions=!1,c.layeranim=!1,c.migration=!1,b.data("version")&&b.data("version").toString().match(/5./gi)?(b.find("img").each(function(){"on"==jQuery(this).data("kenburns")&&(c.kenburns=!0)}),("carousel"==a.sliderType||"on"==d.keyboardNavigation||"on"==d.mouseScrollNavigation||"on"==d.touch.touchenabled||d.arrows.enable||d.bullets.enable||d.thumbnails.enable||d.tabs.enable)&&(c.navigation=!0),b.find(".tp-caption, .tp-static-layer, .rs-background-video-layer").each(function(){var a=jQuery(this);(a.data("ytid")!=undefined||a.find("iframe").length>0&&a.find("iframe").attr("src").toLowerCase().indexOf("youtube")>0)&&(c.videos=!0),(a.data("vimeoid")!=undefined||a.find("iframe").length>0&&a.find("iframe").attr("src").toLowerCase().indexOf("vimeo")>0)&&(c.videos=!0),a.data("actions")!==undefined&&(c.actions=!0),c.layeranim=!0}),b.find("li").each(function(){jQuery(this).data("link")&&jQuery(this).data("link")!=undefined&&(c.layeranim=!0,c.actions=!0)}),!c.videos&&(b.find(".rs-background-video-layer").length>0||b.find(".tp-videolayer").length>0||b.find(".tp-audiolayer").length>0||b.find("iframe").length>0||b.find("video").length>0)&&(c.videos=!0),"carousel"==a.sliderType&&(c.carousel=!0),("off"!==a.parallax.type||a.viewPort.enable||"true"==a.viewPort.enable||"true"===a.scrolleffect.on||a.scrolleffect.on)&&(c.parallax=!0)):(c.kenburns=!0,c.parallax=!0,c.carousel=!1,c.navigation=!0,c.videos=!0,c.actions=!0,c.layeranim=!0,c.migration=!0),"hero"==a.sliderType&&(c.carousel=!1,c.navigation=!1),window.location.href.match(/file:/gi)&&(c.filesystem=!0,a.filesystem=!0),c.videos&&"undefined"==typeof _R.isVideoPlaying&&lAjax("revolution.extension.video",a),c.carousel&&"undefined"==typeof _R.prepareCarousel&&lAjax("revolution.extension.carousel",a),c.carousel||"undefined"!=typeof _R.animateSlide||lAjax("revolution.extension.slideanims",a),c.actions&&"undefined"==typeof _R.checkActions&&lAjax("revolution.extension.actions",a),c.layeranim&&"undefined"==typeof _R.handleStaticLayers&&lAjax("revolution.extension.layeranimation",a),c.kenburns&&"undefined"==typeof _R.stopKenBurn&&lAjax("revolution.extension.kenburn",a),c.navigation&&"undefined"==typeof _R.createNavigation&&lAjax("revolution.extension.navigation",a),c.migration&&"undefined"==typeof _R.migration&&lAjax("revolution.extension.migration",a),c.parallax&&"undefined"==typeof _R.checkForParallax&&lAjax("revolution.extension.parallax",a),a.addons!=undefined&&a.addons.length>0&&jQuery.each(a.addons,function(b,c){"object"==typeof c&&c.fileprefix!=undefined&&lAjax(c.fileprefix,a)}),c},waitForScripts=function(a,b){var c=!0,d=b.scriptsneeded;b.addons!=undefined&&b.addons.length>0&&jQuery.each(b.addons,function(a,b){"object"==typeof b&&b.init!=undefined&&_R[b.init]===undefined&&(c=!1)}),d.filesystem||"undefined"!=typeof punchgs&&c&&(!d.kenburns||d.kenburns&&"undefined"!=typeof _R.stopKenBurn)&&(!d.navigation||d.navigation&&"undefined"!=typeof _R.createNavigation)&&(!d.carousel||d.carousel&&"undefined"!=typeof _R.prepareCarousel)&&(!d.videos||d.videos&&"undefined"!=typeof _R.resetVideo)&&(!d.actions||d.actions&&"undefined"!=typeof _R.checkActions)&&(!d.layeranim||d.layeranim&&"undefined"!=typeof _R.handleStaticLayers)&&(!d.migration||d.migration&&"undefined"!=typeof _R.migration)&&(!d.parallax||d.parallax&&"undefined"!=typeof _R.checkForParallax)&&(d.carousel||!d.carousel&&"undefined"!=typeof _R.animateSlide)?a.trigger("scriptsloaded"):setTimeout(function(){waitForScripts(a,b)},50)},getScriptLocation=function(a){var b=new RegExp("themepunch.revolution.min.js","gi"),c="";return jQuery("script").each(function(){var a=jQuery(this).attr("src");a&&a.match(b)&&(c=a)}),c=c.replace("jquery.themepunch.revolution.min.js",""),c=c.replace("jquery.themepunch.revolution.js",""),c=c.split("?")[0]},setCurWinRange=function(a,b){var d=9999,e=0,f=0,g=0,h=jQuery(window).width(),i=b&&9999==a.responsiveLevels?a.visibilityLevels:a.responsiveLevels;i&&i.length&&jQuery.each(i,function(a,b){hb)&&(d=b,g=a,e=b),h>b&&e'),container.find(">ul").addClass("tp-revslider-mainul"),opt.c=container,opt.ul=container.find(".tp-revslider-mainul"),opt.ul.find(">li").each(function(a){var b=jQuery(this);"on"==b.data("hideslideonmobile")&&_ISM&&b.remove(),(b.data("invisible")||b.data("invisible")===!0)&&(b.addClass("tp-invisible-slide"),b.appendTo(opt.ul))}),opt.addons!=undefined&&opt.addons.length>0&&jQuery.each(opt.addons,function(i,obj){"object"==typeof obj&&obj.init!=undefined&&_R[obj.init](eval(obj.params))}),opt.cid=container.attr("id"),opt.ul.css({visibility:"visible"}),opt.slideamount=opt.ul.find(">li").not(".tp-invisible-slide").length,opt.realslideamount=opt.ul.find(">li").length,opt.slayers=container.find(".tp-static-layers"),opt.slayers.data("index","staticlayers"),void(1!=opt.waitForInit&&(container[0].opt=opt,runSlider(container,opt))))},onFullScreenChange=function(){jQuery("body").data("rs-fullScreenMode",!jQuery("body").data("rs-fullScreenMode")),jQuery("body").data("rs-fullScreenMode")&&setTimeout(function(){jQuery(window).trigger("resize")},200)},runSlider=function(a,b){if(b.sliderisrunning=!0,b.ul.find(">li").each(function(a){jQuery(this).data("originalindex",a)}),b.allli=b.ul.find(">li"),jQuery.each(b.allli,function(a,b){var b=jQuery(b);b.data("origindex",b.index())}),b.li=b.ul.find(">li").not(".tp-invisible-slide"),"on"==b.shuffle){var c=new Object,d=b.ul.find(">li:first-child");c.fstransition=d.data("fstransition"),c.fsmasterspeed=d.data("fsmasterspeed"),c.fsslotamount=d.data("fsslotamount");for(var e=0;eli:eq("+f+")").prependTo(b.ul)}var g=b.ul.find(">li:first-child");g.data("fstransition",c.fstransition),g.data("fsmasterspeed",c.fsmasterspeed),g.data("fsslotamount",c.fsslotamount),b.allli=b.ul.find(">li"),b.li=b.ul.find(">li").not(".tp-invisible-slide")}if(b.inli=b.ul.find(">li.tp-invisible-slide"),b.thumbs=new Array,b.slots=4,b.act=-1,b.firststart=1,b.loadqueue=new Array,b.syncload=0,b.conw=a.width(),b.conh=a.height(),b.responsiveLevels.length>1?b.responsiveLevels[0]=9999:b.responsiveLevels=9999,jQuery.each(b.allli,function(a,c){var c=jQuery(c),d=c.find(".rev-slidebg")||c.find("img").first(),e=0;c.addClass("tp-revslider-slidesli"),c.data("index")===undefined&&c.data("index","rs-"+Math.round(999999*Math.random()));var f=new Object;f.params=new Array,f.id=c.data("index"),f.src=c.data("thumb")!==undefined?c.data("thumb"):d.data("lazyload")!==undefined?d.data("lazyload"):d.attr("src"),c.data("title")!==undefined&&f.params.push({from:RegExp("\\{\\{title\\}\\}","g"),to:c.data("title")}),c.data("description")!==undefined&&f.params.push({from:RegExp("\\{\\{description\\}\\}","g"),to:c.data("description")});for(var e=1;e<=10;e++)c.data("param"+e)!==undefined&&f.params.push({from:RegExp("\\{\\{param"+e+"\\}\\}","g"),to:c.data("param"+e)});if(b.thumbs.push(f),c.data("link")!=undefined){var g=c.data("link"),h=c.data("target")||"_self",i="back"===c.data("slideindex")?0:60,j=c.data("linktoslide"),k=j;j!=undefined&&"next"!=j&&"prev"!=j&&b.allli.each(function(){var a=jQuery(this);a.data("origindex")+1==k&&(j=a.data("index"))}),"slide"!=g&&(j="no");var l='",Y=q(b.wordsClass,E),Z=q(b.charsClass,E),$=-1!==(b.linesClass||"").indexOf("++"),_=b.linesClass,aa=-1!==D.indexOf("<"),ba=!0,ca=[],da=[],ea=[];for(!b.reduceWhiteSpace!=!1&&(D=D.replace(l,"")),$&&(_=_.split("++").join("")),aa&&(D=D.split("<").join("{{LT}}")),j=D.length,p=Y(),r=0;j>r;r++)if(v=D.charAt(r),")"===v&&D.substr(r,20)===m)p+=(ba?X:"")+"
",ba=!1,r!==j-20&&D.substr(r+20,20)!==m&&(p+=" "+Y(),ba=!0),r+=19;else if(v===K&&D.charAt(r-1)!==K&&r!==j-1&&D.substr(r-20,20)!==m){for(p+=ba?X:"",ba=!1;D.charAt(r+1)===K;)p+=L,r++;(")"!==D.charAt(r+1)||D.substr(r+1,20)!==m)&&(p+=L+Y(),ba=!0)}else"{"===v&&"{{LT}}"===D.substr(r,6)?(p+=I?Z()+"{{LT}}":"{{LT}}",r+=5):p+=I&&" "!==v?Z()+v+"":v;for(a.innerHTML=p+(ba?X:""),aa&&s(a,"{{LT}}","<"),u=a.getElementsByTagName("*"),j=u.length,w=[],r=0;j>r;r++)w[r]=u[r];if(G||J)for(r=0;j>r;r++)x=w[r],o=x.parentNode===a,(o||J||I&&!H)&&(y=x.offsetTop,G&&o&&Math.abs(y-M)>U&&"BR"!==x.nodeName&&(k=[],G.push(k),M=y),J&&(x._x=x.offsetLeft,x._y=y,x._w=x.offsetWidth,x._h=x.offsetHeight),G&&(H!==o&&I||(k.push(x),x._x-=O),o&&r&&(w[r-1]._wordEnd=!0),"BR"===x.nodeName&&x.nextSibling&&"BR"===x.nextSibling.nodeName&&G.push([])));for(r=0;j>r;r++)x=w[r],o=x.parentNode===a,"BR"!==x.nodeName?(J&&(A=x.style,H||o||(x._x+=x.parentNode._x,x._y+=x.parentNode._y),A.left=x._x+"px",A.top=x._y+"px",A.position="absolute",A.display="block",A.width=x._w+1+"px",A.height=x._h+"px"),H?o&&""!==x.innerHTML?da.push(x):I&&ca.push(x):o?(a.removeChild(x),w.splice(r--,1),j--):!o&&I&&(y=!G&&!J&&x.nextSibling,a.appendChild(x),y||a.appendChild(f.createTextNode(" ")),ca.push(x))):G||J?(a.removeChild(x),w.splice(r--,1),j--):H||a.appendChild(x);if(G){for(J&&(z=f.createElement(E),a.appendChild(z),B=z.offsetWidth+"px",y=z.offsetParent===a?0:a.offsetLeft,a.removeChild(z)),A=a.style.cssText,a.style.cssText="display:none;";a.firstChild;)a.removeChild(a.firstChild);for(C=" "===K&&(!J||!H&&!I),r=0;ru;u++)"BR"!==k[u].nodeName&&(x=k[u],z.appendChild(x),C&&(x._wordEnd||H)&&z.appendChild(f.createTextNode(" ")),J&&(0===u&&(z.style.top=x._y+"px",z.style.left=O+y+"px"),x.style.top="0px",y&&(x.style.left=x._x-y+"px")));0===j&&(z.innerHTML=" "),H||I||(z.innerHTML=e(z).split(String.fromCharCode(160)).join(" ")),J&&(z.style.width=B,z.style.height=x._h+"px"),a.appendChild(z)}a.style.cssText=A}J&&(V>a.clientHeight&&(a.style.height=V-R+"px",a.clientHeighta.clientWidth&&(a.style.width=W-S+"px",a.clientWidth-1;)this._originals[b]=this.elements[b].innerHTML,u(this.elements[b],this.vars,this.chars,this.words,this.lines);return this.chars.reverse(),this.words.reverse(),this.lines.reverse(),this.isSplit=!0,this},v.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var a=this._originals.length;--a>-1;)this.elements[a].innerHTML=this._originals[a];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},r.selector=a.$||a.jQuery||function(b){var c=a.$||a.jQuery;return c?(r.selector=c,c(b)):"undefined"==typeof document?b:document.querySelectorAll?document.querySelectorAll(b):document.getElementById("#"===b.charAt(0)?b.substr(1):b)},r.version="0.4.0"}(_gsScope),function(a){"use strict";var b=function(){return(_gsScope.GreenSockGlobals||_gsScope)[a]};"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports&&(module.exports=b())}("SplitText"); - -try{ - window.GreenSockGlobals = null; - window._gsQueue = null; - window._gsDefine = null; - - delete(window.GreenSockGlobals); - delete(window._gsQueue); - delete(window._gsDefine); - } catch(e) {} - -try{ - window.GreenSockGlobals = oldgs; - window._gsQueue = oldgs_queue; - } catch(e) {} - -if (window.tplogs==true) - try { - console.groupEnd(); - } catch(e) {} - -(function(e,t){ - e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage"]};e.expr[":"].uncached=function(t){var n=document.createElement("img");n.src=t.src;return e(t).is('img[src!=""]')&&!n.complete};e.fn.waitForImages=function(t,n,r){if(e.isPlainObject(arguments[0])){n=t.each;r=t.waitForAll;t=t.finished}t=t||e.noop;n=n||e.noop;r=!!r;if(!e.isFunction(t)||!e.isFunction(n)){throw new TypeError("An invalid callback was supplied.")}return this.each(function(){var i=e(this),s=[];if(r){var o=e.waitForImages.hasImageProperties||[],u=/url\((['"]?)(.*?)\1\)/g;i.find("*").each(function(){var t=e(this);if(t.is("img:uncached")){s.push({src:t.attr("src"),element:t[0]})}e.each(o,function(e,n){var r=t.css(n);if(!r){return true}var i;while(i=u.exec(r)){s.push({src:i[2],element:t[0]})}})})}else{i.find("img:uncached").each(function(){s.push({src:this.src,element:this})})}var f=s.length,l=0;if(f==0){t.call(i[0])}e.each(s,function(r,s){var o=new Image;e(o).bind("load error",function(e){l++;n.call(s.element,l,f,e.type=="load");if(l==f){t.call(i[0]);return false}});o.src=s.src})})}; -})(jQuery) - - - - diff --git a/public/js/main/js/source/index.php b/public/js/main/js/source/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/js/main/js/source/jquery.revslider-mask-showcase.js b/public/js/main/js/source/jquery.revslider-mask-showcase.js deleted file mode 100644 index 6c7b4d6..0000000 --- a/public/js/main/js/source/jquery.revslider-mask-showcase.js +++ /dev/null @@ -1 +0,0 @@ -jQuery(function(){jQuery().embedRevslider('load', '{\"locations\":{\"fonts\":\"fonts\\/\",\"css\":\"css\\/\",\"js\":\"js\\/\",\"assets\":\"assets\"},\"assets\":[\"http:\\/\\/fonts.googleapis.com\\/css?family=Roboto+Condensed:400|Playfair+Display:400\",\"fonts\\/pe-icon-7-stroke\\/css\\/pe-icon-7-stroke.css\",\"fonts\\/font-awesome\\/css\\/font-awesome.css\",\"css\\/settings.css\"],\"alias\":\"mask-showcase\",\"content\":\"\\n
\\n\\n\\t
\\n
"):e("
");u=typeof s==="function"?s(r.state.currPage):s.join(r.state.currPage);i._debug("heading into ajax",u);a=r.dataType==="html"||r.dataType==="json"?r.dataType:"html+callback";if(r.appendCallback&&r.dataType==="html"){a+="+callback"}switch(a){case"html+callback":i._debug("Using HTML via .load() method");o.load(u+" "+r.itemSelector,t,function(t){i._loadcallback(o,t,u)});break;case"html":i._debug("Using "+a.toUpperCase()+" via $.ajax() method");e.ajax({url:u,dataType:r.dataType,complete:function(t,n){f=typeof t.isResolved!=="undefined"?t.isResolved():n==="success"||n==="notmodified";if(f){i._loadcallback(o,t.responseText,u)}else{i._error("end")}}});break;case"json":i._debug("Using "+a.toUpperCase()+" via $.ajax() method");e.ajax({dataType:"json",type:"GET",url:u,success:function(e,n,s){f=typeof s.isResolved!=="undefined"?s.isResolved():n==="success"||n==="notmodified";if(r.appendCallback){if(r.template!==t){var a=r.template(e);o.append(a);if(f){i._loadcallback(o,a)}else{i._error("end")}}else{i._debug("template must be defined.");i._error("end")}}else{if(f){i._loadcallback(o,e,u)}else{i._error("end")}}},error:function(){i._debug("JSON ajax request failed.");i._error("end")}});break}},retrieve:function(r){r=r||null;var i=this,s=i.options;if(!!s.behavior&&this["retrieve_"+s.behavior]!==t){this["retrieve_"+s.behavior].call(this,r);return}if(s.state.isDestroyed){this._debug("Instance is destroyed");return false}s.state.isDuringAjax=true;s.loading.start.call(e(s.contentSelector)[0],s)},scroll:function(){var n=this.options,r=n.state;if(!!n.behavior&&this["scroll_"+n.behavior]!==t){this["scroll_"+n.behavior].call(this);return}if(r.isDuringAjax||r.isInvalidPage||r.isDone||r.isDestroyed||r.isPaused){return}if(!this._nearbottom()){return}this.retrieve()},toggle:function(){this._pausing()},unbind:function(){this._binding("unbind")},update:function(n){if(e.isPlainObject(n)){this.options=e.extend(true,this.options,n)}}};e.fn.infinitescroll=function(n,r){var i=typeof n;switch(i){case"string":var s=Array.prototype.slice.call(arguments,1);this.each(function(){var t=e.data(this,"infinitescroll");if(!t){return false}if(!e.isFunction(t[n])||n.charAt(0)==="_"){return false}t[n].apply(t,s)});break;case"object":this.each(function(){var t=e.data(this,"infinitescroll");if(t){t.update(n)}else{t=new e.infinitescroll(n,r,this);if(!t.failed){e.data(this,"infinitescroll",t)}}});break}return this};var n=e.event,r;n.special.smartscroll={setup:function(){e(this).bind("scroll",n.special.smartscroll.handler)},teardown:function(){e(this).unbind("scroll",n.special.smartscroll.handler)},handler:function(t,n){var i=this,s=arguments;t.type="smartscroll";if(r){clearTimeout(r)}r=setTimeout(function(){e(i).trigger("smartscroll",s)},n==="execAsap"?0:100)}};e.fn.smartscroll=function(e){return e?this.bind("smartscroll",e):this.trigger("smartscroll",["execAsap"])}}); - - - - -/*! jQuery UI - v1.11.4 - 2016-02-24 -* http://jqueryui.com -* Includes: core.js, widget.js, mouse.js, position.js, tabs.js, effect.js, effect-fade.js, effect-slide.js -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -(function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.4",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),s="absolute"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&"static"===t.css("position")?!1:n.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var s=e.attr(i,"tabindex"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e("").outerWidth(1).jquery||e.each(["Width","Height"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+i]=function(t){return void 0===t?o["inner"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+"px")})},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?o["outer"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.bind(e+".ui-disableSelection",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css("position"),("absolute"===i||"relative"===i||"fixed"===i)&&(s=parseInt(n.css("zIndex"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var s=0,n=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,"events"),s&&s.remove&&e(n).triggerHandler("remove")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(".")[0];return t=t.split(".")[1],n=l+"-"+t,s||(s=i,i=e.Widget),e.expr[":"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,a=n.call(arguments,1),o=0,r=a.length;r>o;o++)for(i in a[o])s=a[o][i],a[o].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(a){var o="string"==typeof a,r=n.call(arguments,1),h=this;return o?this.each(function(){var i,n=e.data(this,s);return"instance"===a?(h=n,!1):n?e.isFunction(n[a])&&"_"!==a.charAt(0)?(i=n[a].apply(n,r),i!==n&&void 0!==i?(h=i&&i.jquery?h.pushStack(i.get()):i,!1):void 0):e.error("no such method '"+a+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; "+"attempted to call method '"+a+"'")}):(r.length&&(a=e.widget.extend.apply(null,[a].concat(r))),this.each(function(){var t=e.data(this,s);t?(t.option(a||{}),t._init&&t._init()):e.data(this,s,new i(a,this))})),h}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=s++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(o={},s=t.split("."),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,"disabled"===e&&(this.widget().toggleClass(this.widgetFullName+"-disabled",!!t),t&&(this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;"boolean"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled")?("string"==typeof o?a[o]:o).apply(a,arguments):void 0}"string"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(i).undelegate(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){function i(){return("string"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")},mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")},focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof n&&(n={effect:n});var o,r=n?n===!0||"number"==typeof n?i:n.effect||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget;var a=!1;e(document).mouseup(function(){a=!1}),e.widget("ui.mouse",{version:"1.11.4",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).bind("click."+this.widgetName,function(i){return!0===e.data(i.target,t.widgetName+".preventClickEvent")?(e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!a){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var i=this,s=1===t.which,n="string"==typeof this.options.cancel&&t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(t)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(t)!==!1,!this._mouseStarted)?(t.preventDefault(),!0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return i._mouseMove(e)},this._mouseUpDelegate=function(e){return i._mouseUp(e)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),a=!0,!0)):!0}},_mouseMove:function(t){if(this._mouseMoved){if(e.ui.ie&&(!document.documentMode||9>document.documentMode)&&!t.button)return this._mouseUp(t);if(!t.which)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,t)!==!1,this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),a=!1,!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),function(){function t(e,t,i){return[parseFloat(e[0])*(p.test(e[0])?t/100:1),parseFloat(e[1])*(p.test(e[1])?i/100:1)]}function i(t,i){return parseInt(e.css(t,i),10)||0}function s(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.ui=e.ui||{};var n,a,o=Math.max,r=Math.abs,h=Math.round,l=/left|center|right/,u=/top|center|bottom/,c=/[\+\-]\d+(\.[\d]+)?%?/,d=/^\w+/,p=/%$/,f=e.fn.position;e.position={scrollbarWidth:function(){if(void 0!==n)return n;var t,i,s=e("
"),a=s.children()[0];return e("body").append(s),t=a.offsetWidth,s.css("overflow","scroll"),i=a.offsetWidth,t===i&&(i=s[0].clientWidth),s.remove(),n=t-i},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),s=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),n="scroll"===i||"auto"===i&&t.widthi?"left":t>0?"right":"center",vertical:0>a?"top":s>0?"bottom":"middle"};c>m&&m>r(t+i)&&(h.horizontal="center"),d>g&&g>r(s+a)&&(h.vertical="middle"),h.important=o(r(t),r(i))>o(r(s),r(a))?"horizontal":"vertical",n.using.call(this,e,h)}),u.offset(e.extend(M,{using:l}))})},e.ui.position={fit:{left:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=e.left-t.collisionPosition.marginLeft,h=n-r,l=r+t.collisionWidth-a-n;t.collisionWidth>a?h>0&&0>=l?(i=e.left+h+t.collisionWidth-a-n,e.left+=h-i):e.left=l>0&&0>=h?n:h>l?n+a-t.collisionWidth:n:h>0?e.left+=h:l>0?e.left-=l:e.left=o(e.left-r,e.left)},top:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollTop:s.offset.top,a=t.within.height,r=e.top-t.collisionPosition.marginTop,h=n-r,l=r+t.collisionHeight-a-n;t.collisionHeight>a?h>0&&0>=l?(i=e.top+h+t.collisionHeight-a-n,e.top+=h-i):e.top=l>0&&0>=h?n:h>l?n+a-t.collisionHeight:n:h>0?e.top+=h:l>0?e.top-=l:e.top=o(e.top-r,e.top)}},flip:{left:function(e,t){var i,s,n=t.within,a=n.offset.left+n.scrollLeft,o=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=e.left-t.collisionPosition.marginLeft,u=l-h,c=l+t.collisionWidth-o-h,d="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];0>u?(i=e.left+d+p+f+t.collisionWidth-o-a,(0>i||r(u)>i)&&(e.left+=d+p+f)):c>0&&(s=e.left-t.collisionPosition.marginLeft+d+p+f-h,(s>0||c>r(s))&&(e.left+=d+p+f))},top:function(e,t){var i,s,n=t.within,a=n.offset.top+n.scrollTop,o=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=e.top-t.collisionPosition.marginTop,u=l-h,c=l+t.collisionHeight-o-h,d="top"===t.my[1],p=d?-t.elemHeight:"bottom"===t.my[1]?t.elemHeight:0,f="top"===t.at[1]?t.targetHeight:"bottom"===t.at[1]?-t.targetHeight:0,m=-2*t.offset[1];0>u?(s=e.top+p+f+m+t.collisionHeight-o-a,(0>s||r(u)>s)&&(e.top+=p+f+m)):c>0&&(i=e.top-t.collisionPosition.marginTop+p+f+m-h,(i>0||c>r(i))&&(e.top+=p+f+m))}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}},function(){var t,i,s,n,o,r=document.getElementsByTagName("body")[0],h=document.createElement("div");t=document.createElement(r?"div":"body"),s={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},r&&e.extend(s,{position:"absolute",left:"-1000px",top:"-1000px"});for(o in s)t.style[o]=s[o];t.appendChild(h),i=r||document.documentElement,i.insertBefore(t,i.firstChild),h.style.cssText="position: absolute; left: 10.7432222px;",n=e(h).offset().left,a=n>10&&11>n,t.innerHTML="",i.removeChild(t)}()}(),e.ui.position,e.widget("ui.tabs",{version:"1.11.4",delay:300,options:{active:null,collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var e=/#.*$/;return function(t){var i,s;t=t.cloneNode(!1),i=t.href.replace(e,""),s=location.href.replace(e,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return t.hash.length>1&&i===s}}(),_create:function(){var t=this,i=this.options;this.running=!1,this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all").toggleClass("ui-tabs-collapsible",i.collapsible),this._processTabs(),i.active=this._initialActive(),e.isArray(i.disabled)&&(i.disabled=e.unique(i.disabled.concat(e.map(this.tabs.filter(".ui-state-disabled"),function(e){return t.tabs.index(e)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):e(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var t=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===t&&(s&&this.tabs.each(function(i,n){return e(n).attr("aria-controls")===s?(t=i,!1):void 0}),null===t&&(t=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===t||-1===t)&&(t=this.tabs.length?0:!1)),t!==!1&&(t=this.tabs.index(this.tabs.eq(t)),-1===t&&(t=i?!1:0)),!i&&t===!1&&this.anchors.length&&(t=0),t},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):e()}},_tabKeydown:function(t){var i=e(this.document[0].activeElement).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(t)){switch(t.keyCode){case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:s++;break;case e.ui.keyCode.UP:case e.ui.keyCode.LEFT:n=!1,s--;break;case e.ui.keyCode.END:s=this.anchors.length-1;break;case e.ui.keyCode.HOME:s=0;break;case e.ui.keyCode.SPACE:return t.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case e.ui.keyCode.ENTER:return t.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}t.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),t.ctrlKey||t.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(t){this._handlePageNav(t)||t.ctrlKey&&t.keyCode===e.ui.keyCode.UP&&(t.preventDefault(),this.active.focus())},_handlePageNav:function(t){return t.altKey&&t.keyCode===e.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):t.altKey&&t.keyCode===e.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(t,i){function s(){return t>n&&(t=0),0>t&&(t=n),t}for(var n=this.tabs.length-1;-1!==e.inArray(s(),this.options.disabled);)t=i?t+1:t-1;return t},_focusNextTab:function(e,t){return e=this._findNextTab(e,t),this.tabs.eq(e).focus(),e},_setOption:function(e,t){return"active"===e?(this._activate(t),void 0):"disabled"===e?(this._setupDisabled(t),void 0):(this._super(e,t),"collapsible"===e&&(this.element.toggleClass("ui-tabs-collapsible",t),t||this.options.active!==!1||this._activate(0)),"event"===e&&this._setupEvents(t),"heightStyle"===e&&this._setupHeightStyle(t),void 0)},_sanitizeSelector:function(e){return e?e.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var t=this.options,i=this.tablist.children(":has(a[href])");t.disabled=e.map(i.filter(".ui-state-disabled"),function(e){return i.index(e)}),this._processTabs(),t.active!==!1&&this.anchors.length?this.active.length&&!e.contains(this.tablist[0],this.active[0])?this.tabs.length===t.disabled.length?(t.active=!1,this.active=e()):this._activate(this._findNextTab(Math.max(0,t.active-1),!1)):t.active=this.tabs.index(this.active):(t.active=!1,this.active=e()),this._refresh()},_refresh:function(){this._setupDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.addClass("ui-tabs-active ui-state-active").attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var t=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").attr("role","tablist").delegate("> li","mousedown"+this.eventNamespace,function(t){e(this).is(".ui-state-disabled")&&t.preventDefault()}).delegate(".ui-tabs-anchor","focus"+this.eventNamespace,function(){e(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").addClass("ui-state-default ui-corner-top").attr({role:"tab",tabIndex:-1}),this.anchors=this.tabs.map(function(){return e("a",this)[0]}).addClass("ui-tabs-anchor").attr({role:"presentation",tabIndex:-1}),this.panels=e(),this.anchors.each(function(i,s){var n,a,o,r=e(s).uniqueId().attr("id"),h=e(s).closest("li"),l=h.attr("aria-controls");t._isLocal(s)?(n=s.hash,o=n.substring(1),a=t.element.find(t._sanitizeSelector(n))):(o=h.attr("aria-controls")||e({}).uniqueId()[0].id,n="#"+o,a=t.element.find(n),a.length||(a=t._createPanel(o),a.insertAfter(t.panels[i-1]||t.tablist)),a.attr("aria-live","polite")),a.length&&(t.panels=t.panels.add(a)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":o,"aria-labelledby":r}),a.attr("aria-labelledby",r)}),this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").attr("role","tabpanel"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol,ul").eq(0)},_createPanel:function(t){return e("
").attr("id",t).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",!0)},_setupDisabled:function(t){e.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1);for(var i,s=0;i=this.tabs[s];s++)t===!0||-1!==e.inArray(s,t)?e(i).addClass("ui-state-disabled").attr("aria-disabled","true"):e(i).removeClass("ui-state-disabled").removeAttr("aria-disabled");this.options.disabled=t},_setupEvents:function(t){var i={};t&&e.each(t.split(" "),function(e,t){i[t]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(e){e.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var i,s=this.element.parent();"fill"===t?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var t=e(this),s=t.css("position");"absolute"!==s&&"fixed"!==s&&(i-=t.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=e(this).outerHeight(!0)}),this.panels.each(function(){e(this).height(Math.max(0,i-e(this).innerHeight()+e(this).height()))}).css("overflow","auto")):"auto"===t&&(i=0,this.panels.each(function(){i=Math.max(i,e(this).height("").height())}).height(i))},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n.closest("li"),o=a[0]===s[0],r=o&&i.collapsible,h=r?e():this._getPanelForTab(a),l=s.length?this._getPanelForTab(s):e(),u={oldTab:s,oldPanel:l,newTab:r?e():a,newPanel:h};t.preventDefault(),a.hasClass("ui-state-disabled")||a.hasClass("ui-tabs-loading")||this.running||o&&!i.collapsible||this._trigger("beforeActivate",t,u)===!1||(i.active=r?!1:this.tabs.index(a),this.active=o?e():a,this.xhr&&this.xhr.abort(),l.length||h.length||e.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(a),t),this._toggle(t,u))},_toggle:function(t,i){function s(){a.running=!1,a._trigger("activate",t,i)}function n(){i.newTab.closest("li").addClass("ui-tabs-active ui-state-active"),o.length&&a.options.show?a._show(o,a.options.show,s):(o.show(),s())}var a=this,o=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),n()}):(i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),o.length&&r.length?i.oldTab.attr("tabIndex",-1):o.length&&this.tabs.filter(function(){return 0===e(this).attr("tabIndex")}).attr("tabIndex",-1),o.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(t){var i,s=this._findActive(t);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return t===!1?e():this.tabs.eq(t)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+e+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.element.removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible"),this.tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").removeAttr("role"),this.anchors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr("tabIndex").removeUniqueId(),this.tablist.unbind(this.eventNamespace),this.tabs.add(this.panels).each(function(){e.data(this,"ui-tabs-destroy")?e(this).remove():e(this).removeClass("ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").removeAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-selected").removeAttr("aria-labelledby").removeAttr("aria-hidden").removeAttr("aria-expanded").removeAttr("role")}),this.tabs.each(function(){var t=e(this),i=t.data("ui-tabs-aria-controls");i?t.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):t.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(t){var i=this.options.disabled;i!==!1&&(void 0===t?i=!1:(t=this._getIndex(t),i=e.isArray(i)?e.map(i,function(e){return e!==t?e:null}):e.map(this.tabs,function(e,i){return i!==t?i:null})),this._setupDisabled(i))},disable:function(t){var i=this.options.disabled;if(i!==!0){if(void 0===t)i=!0;else{if(t=this._getIndex(t),-1!==e.inArray(t,i))return;i=e.isArray(i)?e.merge([t],i).sort():[t]}this._setupDisabled(i)}},load:function(t,i){t=this._getIndex(t);var s=this,n=this.tabs.eq(t),a=n.find(".ui-tabs-anchor"),o=this._getPanelForTab(n),r={tab:n,panel:o},h=function(e,t){"abort"===t&&s.panels.stop(!1,!0),n.removeClass("ui-tabs-loading"),o.removeAttr("aria-busy"),e===s.xhr&&delete s.xhr};this._isLocal(a[0])||(this.xhr=e.ajax(this._ajaxSettings(a,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(n.addClass("ui-tabs-loading"),o.attr("aria-busy","true"),this.xhr.done(function(e,t,n){setTimeout(function(){o.html(e),s._trigger("load",i,r),h(n,t)},1)}).fail(function(e,t){setTimeout(function(){h(e,t)},1)})))},_ajaxSettings:function(t,i,s){var n=this;return{url:t.attr("href"),beforeSend:function(t,a){return n._trigger("beforeLoad",i,e.extend({jqXHR:t,ajaxSettings:a},s))}}},_getPanelForTab:function(t){var i=e(t).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}});var o="ui-effects-",r=e;e.effects={effect:{}},function(e,t){function i(e,t,i){var s=c[t.type]||{};return null==e?i||!t.def?null:t.def:(e=s.floor?~~e:parseFloat(e),isNaN(e)?t.def:s.mod?(e+s.mod)%s.mod:0>e?0:e>s.max?s.max:e)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(e,a){var o,r=a.re.exec(i),h=r&&a.parse(r),l=a.space||"rgba";return h?(o=s[l](h),s[u[l].cache]=o[u[l].cache],n=s._rgba=o._rgba,!1):t}),n.length?("0,0,0,0"===n.join()&&e.extend(n,a.transparent),s):a[i]}function n(e,t,i){return i=(i+1)%1,1>6*i?e+6*(t-e)*i:1>2*i?t:2>3*i?e+6*(t-e)*(2/3-i):e}var a,o="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[e[1],e[2],e[3],e[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[2.55*e[1],2.55*e[2],2.55*e[3],e[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(e){return[e[1],e[2]/100,e[3]/100,e[4]]}}],l=e.Color=function(t,i,s,n){return new e.Color.fn.parse(t,i,s,n)},u={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},c={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=e("

")[0],f=e.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(u,function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}}),l.fn=e.extend(l.prototype,{parse:function(n,o,r,h){if(n===t)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=e(n).css(o),o=t);var c=this,d=e.type(n),p=this._rgba=[];return o!==t&&(n=[n,o,r,h],d="array"),"string"===d?this.parse(s(n)||a._default):"array"===d?(f(u.rgba.props,function(e,t){p[t.idx]=i(n[t.idx],t)}),this):"object"===d?(n instanceof l?f(u,function(e,t){n[t.cache]&&(c[t.cache]=n[t.cache].slice())}):f(u,function(t,s){var a=s.cache;f(s.props,function(e,t){if(!c[a]&&s.to){if("alpha"===e||null==n[e])return;c[a]=s.to(c._rgba)}c[a][t.idx]=i(n[e],t,!0)}),c[a]&&0>e.inArray(null,c[a].slice(0,3))&&(c[a][3]=1,s.from&&(c._rgba=s.from(c[a])))}),this):t},is:function(e){var i=l(e),s=!0,n=this;return f(u,function(e,a){var o,r=i[a.cache];return r&&(o=n[a.cache]||a.to&&a.to(n._rgba)||[],f(a.props,function(e,i){return null!=r[i.idx]?s=r[i.idx]===o[i.idx]:t})),s}),s},_space:function(){var e=[],t=this;return f(u,function(i,s){t[s.cache]&&e.push(i)}),e.pop()},transition:function(e,t){var s=l(e),n=s._space(),a=u[n],o=0===this.alpha()?l("transparent"):this,r=o[a.cache]||a.to(o._rgba),h=r.slice();return s=s[a.cache],f(a.props,function(e,n){var a=n.idx,o=r[a],l=s[a],u=c[n.type]||{};null!==l&&(null===o?h[a]=l:(u.mod&&(l-o>u.mod/2?o+=u.mod:o-l>u.mod/2&&(o-=u.mod)),h[a]=i((l-o)*t+o,n)))}),this[n](h)},blend:function(t){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(t)._rgba;return l(e.map(i,function(e,t){return(1-s)*n[t]+s*e}))},toRgbaString:function(){var t="rgba(",i=e.map(this._rgba,function(e,t){return null==e?t>2?1:0:e});return 1===i[3]&&(i.pop(),t="rgb("),t+i.join()+")"},toHslaString:function(){var t="hsla(",i=e.map(this.hsla(),function(e,t){return null==e&&(e=t>2?1:0),t&&3>t&&(e=Math.round(100*e)+"%"),e});return 1===i[3]&&(i.pop(),t="hsl("),t+i.join()+")"},toHexString:function(t){var i=this._rgba.slice(),s=i.pop();return t&&i.push(~~(255*s)),"#"+e.map(i,function(e){return e=(e||0).toString(16),1===e.length?"0"+e:e}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,u.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,i,s=e[0]/255,n=e[1]/255,a=e[2]/255,o=e[3],r=Math.max(s,n,a),h=Math.min(s,n,a),l=r-h,u=r+h,c=.5*u;return t=h===r?0:s===r?60*(n-a)/l+360:n===r?60*(a-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=c?l/u:l/(2-u),[Math.round(t)%360,i,c,null==o?1:o]},u.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,i=e[1],s=e[2],a=e[3],o=.5>=s?s*(1+i):s+i-s*i,r=2*s-o;return[Math.round(255*n(r,o,t+1/3)),Math.round(255*n(r,o,t)),Math.round(255*n(r,o,t-1/3)),a]},f(u,function(s,n){var a=n.props,o=n.cache,h=n.to,u=n.from;l.fn[s]=function(s){if(h&&!this[o]&&(this[o]=h(this._rgba)),s===t)return this[o].slice();var n,r=e.type(s),c="array"===r||"object"===r?s:arguments,d=this[o].slice();return f(a,function(e,t){var s=c["object"===r?e:t.idx];null==s&&(s=d[t.idx]),d[t.idx]=i(s,t)}),u?(n=l(u(d)),n[o]=d,n):l(d)},f(a,function(t,i){l.fn[t]||(l.fn[t]=function(n){var a,o=e.type(n),h="alpha"===t?this._hsla?"hsla":"rgba":s,l=this[h](),u=l[i.idx];return"undefined"===o?u:("function"===o&&(n=n.call(this,u),o=e.type(n)),null==n&&i.empty?this:("string"===o&&(a=r.exec(n),a&&(n=u+parseFloat(a[2])*("+"===a[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(t){var i=t.split(" ");f(i,function(t,i){e.cssHooks[i]={set:function(t,n){var a,o,r="";if("transparent"!==n&&("string"!==e.type(n)||(a=s(n)))){if(n=l(a||n),!d.rgba&&1!==n._rgba[3]){for(o="backgroundColor"===i?t.parentNode:t;(""===r||"transparent"===r)&&o&&o.style;)try{r=e.css(o,"backgroundColor"),o=o.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{t.style[i]=n}catch(h){}}},e.fx.step[i]=function(t){t.colorInit||(t.start=l(t.elem,i),t.end=l(t.end),t.colorInit=!0),e.cssHooks[i].set(t.elem,t.start.transition(t.end,t.pos))}})},l.hook(o),e.cssHooks.borderColor={expand:function(e){var t={};return f(["Top","Right","Bottom","Left"],function(i,s){t["border"+s+"Color"]=e}),t}},a=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(r),function(){function t(t){var i,s,n=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,a={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(a[e.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(a[i]=n[i]);return a}function i(t,i){var s,a,o={};for(s in i)a=i[s],t[s]!==a&&(n[s]||(e.fx.step[s]||!isNaN(parseFloat(a)))&&(o[s]=a));return o}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(t,i){e.fx.step[i]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(r.style(e.elem,i,e.end),e.setAttr=!0)}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(n,a,o,r){var h=e.speed(a,o,r);return this.queue(function(){var a,o=e(this),r=o.attr("class")||"",l=h.children?o.find("*").addBack():o;l=l.map(function(){var i=e(this);return{el:i,start:t(this)}}),a=function(){e.each(s,function(e,t){n[t]&&o[t+"Class"](n[t])})},a(),l=l.map(function(){return this.end=t(this.el[0]),this.diff=i(this.start,this.end),this}),o.attr("class",r),l=l.map(function(){var t=this,i=e.Deferred(),s=e.extend({},h,{queue:!1,complete:function(){i.resolve(t)}});return this.el.animate(this.diff,s),i.promise()}),e.when.apply(e,l.get()).done(function(){a(),e.each(arguments,function(){var t=this.el;e.each(this.diff,function(e){t.css(e,"")})}),h.complete.call(o[0])})})},e.fn.extend({addClass:function(t){return function(i,s,n,a){return s?e.effects.animateClass.call(this,{add:i},s,n,a):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(i,s,n,a){return arguments.length>1?e.effects.animateClass.call(this,{remove:i},s,n,a):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(i,s,n,a,o){return"boolean"==typeof s||void 0===s?n?e.effects.animateClass.call(this,s?{add:i}:{remove:i},n,a,o):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:i},s,n,a)}}(e.fn.toggleClass),switchClass:function(t,i,s,n,a){return e.effects.animateClass.call(this,{add:i,remove:t},s,n,a)}})}(),function(){function t(t,i,s,n){return e.isPlainObject(t)&&(i=t,t=t.effect),t={effect:t},null==i&&(i={}),e.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||e.fx.speeds[i])&&(n=s,s=i,i={}),e.isFunction(s)&&(n=s,s=null),i&&e.extend(t,i),s=s||i.duration,t.duration=e.fx.off?0:"number"==typeof s?s:s in e.fx.speeds?e.fx.speeds[s]:e.fx.speeds._default,t.complete=n||i.complete,t}function i(t){return!t||"number"==typeof t||e.fx.speeds[t]?!0:"string"!=typeof t||e.effects.effect[t]?e.isFunction(t)?!0:"object"!=typeof t||t.effect?!1:!0:!0}e.extend(e.effects,{version:"1.11.4",save:function(e,t){for(var i=0;t.length>i;i++)null!==t[i]&&e.data(o+t[i],e[0].style[t[i]])},restore:function(e,t){var i,s;for(s=0;t.length>s;s++)null!==t[s]&&(i=e.data(o+t[s]),void 0===i&&(i=""),e.css(t[s],i))},setMode:function(e,t){return"toggle"===t&&(t=e.is(":hidden")?"show":"hide"),t},getBaseline:function(e,t){var i,s;switch(e[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=e[0]/t.height}switch(e[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=e[1]/t.width}return{x:s,y:i}},createWrapper:function(t){if(t.parent().is(".ui-effects-wrapper"))return t.parent();var i={width:t.outerWidth(!0),height:t.outerHeight(!0),"float":t.css("float")},s=e("

").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:t.width(),height:t.height()},a=document.activeElement;try{a.id}catch(o){a=document.body}return t.wrap(s),(t[0]===a||e.contains(t[0],a))&&e(a).focus(),s=t.parent(),"static"===t.css("position")?(s.css({position:"relative"}),t.css({position:"relative"})):(e.extend(i,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],function(e,s){i[s]=t.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(n),s.css(i).show()},removeWrapper:function(t){var i=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===i||e.contains(t[0],i))&&e(i).focus()),t},setTransition:function(t,i,s,n){return n=n||{},e.each(i,function(e,i){var a=t.cssUnit(i);a[0]>0&&(n[i]=a[0]*s+a[1])}),n}}),e.fn.extend({effect:function(){function i(t){function i(){e.isFunction(a)&&a.call(n[0]),e.isFunction(t)&&t()}var n=e(this),a=s.complete,r=s.mode;(n.is(":hidden")?"hide"===r:"show"===r)?(n[r](),i()):o.call(n[0],s,i)}var s=t.apply(this,arguments),n=s.mode,a=s.queue,o=e.effects.effect[s.effect];return e.fx.off||!o?n?this[n](s.duration,s.complete):this.each(function(){s.complete&&s.complete.call(this)}):a===!1?this.each(i):this.queue(a||"fx",i)},show:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="show",this.effect.call(this,n)}}(e.fn.show),hide:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(e.fn.hide),toggle:function(e){return function(s){if(i(s)||"boolean"==typeof s)return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(e.fn.toggle),cssUnit:function(t){var i=this.css(t),s=[];return e.each(["em","px","%","pt"],function(e,t){i.indexOf(t)>0&&(s=[parseFloat(i),t])}),s}})}(),function(){var t={};e.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,i){t[i]=function(t){return Math.pow(t,e+2)}}),e.extend(t,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,i=4;((t=Math.pow(2,--i))-1)/11>e;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(t,function(t,i){e.easing["easeIn"+t]=i,e.easing["easeOut"+t]=function(e){return 1-i(1-e)},e.easing["easeInOut"+t]=function(e){return.5>e?i(2*e)/2:1-i(-2*e+2)/2}})}(),e.effects,e.effects.effect.fade=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:t.duration,easing:t.easing,complete:i})},e.effects.effect.slide=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","width","height"],o=e.effects.setMode(n,t.mode||"show"),r="show"===o,h=t.direction||"left",l="up"===h||"down"===h?"top":"left",u="up"===h||"left"===h,c={};e.effects.save(n,a),n.show(),s=t.distance||n["top"===l?"outerHeight":"outerWidth"](!0),e.effects.createWrapper(n).css({overflow:"hidden"}),r&&n.css(l,u?isNaN(s)?"-"+s:-s:s),c[l]=(r?u?"+=":"-=":u?"-=":"+=")+s,n.animate(c,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})}}); - - - - -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){"use strict";var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),n=i.data("bs.alert");n||i.data("bs.alert",n=new o(this)),"string"==typeof e&&n[e].call(i)})}var i='[data-dismiss="alert"]',o=function(e){t(e).on("click",i,this.close)};o.VERSION="3.3.7",o.TRANSITION_DURATION=150,o.prototype.close=function(e){function i(){a.detach().trigger("closed.bs.alert").remove()}var n=t(this),s=n.attr("data-target");s||(s=n.attr("href"),s=s&&s.replace(/.*(?=#[^\s]*$)/,""));var a=t("#"===s?[]:s);e&&e.preventDefault(),a.length||(a=n.closest(".alert")),a.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(a.removeClass("in"),t.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",i).emulateTransitionEnd(o.TRANSITION_DURATION):i())};var n=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=n,this},t(document).on("click.bs.alert.data-api",i,o.prototype.close)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.button"),s="object"==typeof e&&e;n||o.data("bs.button",n=new i(this,s)),"toggle"==e?n.toggle():e&&n.setState(e)})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.3.7",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var i="disabled",o=this.$element,n=o.is("input")?"val":"html",s=o.data();e+="Text",null==s.resetText&&o.data("resetText",o[n]()),setTimeout(t.proxy(function(){o[n](null==s[e]?this.options[e]:s[e]),"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i).prop(i,!0)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i).prop(i,!1))},this),0)},i.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")?(i.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==i.prop("type")&&(i.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),i.prop("checked",this.$element.hasClass("active")),t&&i.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var o=t.fn.button;t.fn.button=e,t.fn.button.Constructor=i,t.fn.button.noConflict=function(){return t.fn.button=o,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(i){var o=t(i.target).closest(".btn");e.call(o,"toggle"),t(i.target).is('input[type="radio"], input[type="checkbox"]')||(i.preventDefault(),o.is("input,button")?o.trigger("focus"):o.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.carousel"),s=t.extend({},i.DEFAULTS,o.data(),"object"==typeof e&&e),a="string"==typeof e?e:s.slide;n||o.data("bs.carousel",n=new i(this,s)),"number"==typeof e?n.to(e):a?n[a]():s.interval&&n.pause().cycle()})}var i=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};i.VERSION="3.3.7",i.TRANSITION_DURATION=600,i.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},i.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},i.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},i.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},i.prototype.getItemForDirection=function(t,e){var i=this.getItemIndex(e),o="prev"==t&&0===i||"next"==t&&i==this.$items.length-1;if(o&&!this.options.wrap)return e;var n="prev"==t?-1:1,s=(i+n)%this.$items.length;return this.$items.eq(s)},i.prototype.to=function(t){var e=this,i=this.getItemIndex(this.$active=this.$element.find(".item.active"));return t>this.$items.length-1||0>t?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",this.$items.eq(t))},i.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},i.prototype.next=function(){return this.sliding?void 0:this.slide("next")},i.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},i.prototype.slide=function(e,o){var n=this.$element.find(".item.active"),s=o||this.getItemForDirection(e,n),a=this.interval,r="next"==e?"left":"right",l=this;if(s.hasClass("active"))return this.sliding=!1;var h=s[0],d=t.Event("slide.bs.carousel",{relatedTarget:h,direction:r});if(this.$element.trigger(d),!d.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var p=t(this.$indicators.children()[this.getItemIndex(s)]);p&&p.addClass("active")}var c=t.Event("slid.bs.carousel",{relatedTarget:h,direction:r});return t.support.transition&&this.$element.hasClass("slide")?(s.addClass(e),s[0].offsetWidth,n.addClass(r),s.addClass(r),n.one("bsTransitionEnd",function(){s.removeClass([e,r].join(" ")).addClass("active"),n.removeClass(["active",r].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger(c)},0)}).emulateTransitionEnd(i.TRANSITION_DURATION)):(n.removeClass("active"),s.addClass("active"),this.sliding=!1,this.$element.trigger(c)),a&&this.cycle(),this}};var o=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=i,t.fn.carousel.noConflict=function(){return t.fn.carousel=o,this};var n=function(i){var o,n=t(this),s=t(n.attr("data-target")||(o=n.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""));if(s.hasClass("carousel")){var a=t.extend({},s.data(),n.data()),r=n.attr("data-slide-to");r&&(a.interval=!1),e.call(s,a),r&&s.data("bs.carousel").to(r),i.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",n).on("click.bs.carousel.data-api","[data-slide-to]",n),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var i=t(this);e.call(i,i.data())})})}(jQuery),+function(t){"use strict";function e(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}function i(i){i&&3===i.which||(t(n).remove(),t(s).each(function(){var o=t(this),n=e(o),s={relatedTarget:this};n.hasClass("open")&&(i&&"click"==i.type&&/input|textarea/i.test(i.target.tagName)&&t.contains(n[0],i.target)||(n.trigger(i=t.Event("hide.bs.dropdown",s)),i.isDefaultPrevented()||(o.attr("aria-expanded","false"),n.removeClass("open").trigger(t.Event("hidden.bs.dropdown",s)))))}))}function o(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new a(this)),"string"==typeof e&&o[e].call(i)})}var n=".dropdown-backdrop",s='[data-toggle="dropdown"]',a=function(e){t(e).on("click.bs.dropdown",this.toggle)};a.VERSION="3.3.7",a.prototype.toggle=function(o){var n=t(this);if(!n.is(".disabled, :disabled")){var s=e(n),a=s.hasClass("open");if(i(),!a){"ontouchstart"in document.documentElement&&!s.closest(".navbar-nav").length&&t(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(t(this)).on("click",i);var r={relatedTarget:this};if(s.trigger(o=t.Event("show.bs.dropdown",r)),o.isDefaultPrevented())return;n.trigger("focus").attr("aria-expanded","true"),s.toggleClass("open").trigger(t.Event("shown.bs.dropdown",r))}return!1}},a.prototype.keydown=function(i){if(/(38|40|27|32)/.test(i.which)&&!/input|textarea/i.test(i.target.tagName)){var o=t(this);if(i.preventDefault(),i.stopPropagation(),!o.is(".disabled, :disabled")){var n=e(o),a=n.hasClass("open");if(!a&&27!=i.which||a&&27==i.which)return 27==i.which&&n.find(s).trigger("focus"),o.trigger("click");var r=" li:not(.disabled):visible a",l=n.find(".dropdown-menu"+r);if(l.length){var h=l.index(i.target);38==i.which&&h>0&&h--,40==i.which&&hdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&t?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!t?this.scrollbarWidth:""})},i.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},i.prototype.checkScrollbar=function(){var t=window.innerWidth;if(!t){var e=document.documentElement.getBoundingClientRect();t=e.right-Math.abs(e.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},i.prototype.init=function(e,i,o){if(this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o),this.$viewport=this.options.viewport&&t(t.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var n=this.options.trigger.split(" "),s=n.length;s--;){var a=n[s];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var r="hover"==a?"mouseenter":"focusin",l="hover"==a?"mouseleave":"focusout";this.$element.on(r+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},i.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},i.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),e instanceof t.Event&&(i.inState["focusin"==e.type?"focus":"hover"]=!0),i.tip().hasClass("in")||"in"==i.hoverState?void(i.hoverState="in"):(clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?void(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show)):i.show())},i.prototype.isInStateTrue=function(){for(var t in this.inState)if(this.inState[t])return!0;return!1},i.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),e instanceof t.Event&&(i.inState["focusout"==e.type?"focus":"hover"]=!1),i.isInStateTrue()?void 0:(clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?void(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide)):i.hide())},i.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var o=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!o)return;var n=this,s=this.tip(),a=this.getUID(this.type);this.setContent(),s.attr("id",a),this.$element.attr("aria-describedby",a),this.options.animation&&s.addClass("fade");var r="function"==typeof this.options.placement?this.options.placement.call(this,s[0],this.$element[0]):this.options.placement,l=/\s?auto?\s?/i,h=l.test(r);h&&(r=r.replace(l,"")||"top"),s.detach().css({top:0,left:0,display:"block"}).addClass(r).data("bs."+this.type,this),this.options.container?s.appendTo(this.options.container):s.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var d=this.getPosition(),p=s[0].offsetWidth,c=s[0].offsetHeight;if(h){var f=r,u=this.getPosition(this.$viewport);r="bottom"==r&&d.bottom+c>u.bottom?"top":"top"==r&&d.top-cu.width?"left":"left"==r&&d.left-pa.top+a.height&&(n.top=a.top+a.height-l)}else{var h=e.left-s,d=e.left+s+i;ha.right&&(n.left=a.left+a.width-d)}return n},i.prototype.getTitle=function(){var t,e=this.$element,i=this.options;return t=e.attr("data-original-title")||("function"==typeof i.title?i.title.call(e[0]):i.title)},i.prototype.getUID=function(t){do t+=~~(1e6*Math.random());while(document.getElementById(t));return t},i.prototype.tip=function(){if(!this.$tip&&(this.$tip=t(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},i.prototype.enable=function(){this.enabled=!0},i.prototype.disable=function(){this.enabled=!1},i.prototype.toggleEnabled=function(){this.enabled=!this.enabled},i.prototype.toggle=function(e){var i=this;e&&(i=t(e.currentTarget).data("bs."+this.type),i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i))),e?(i.inState.click=!i.inState.click,i.isInStateTrue()?i.enter(i):i.leave(i)):i.tip().hasClass("in")?i.leave(i):i.enter(i)},i.prototype.destroy=function(){var t=this;clearTimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removeData("bs."+t.type),t.$tip&&t.$tip.detach(),t.$tip=null,t.$arrow=null,t.$viewport=null,t.$element=null})};var o=t.fn.tooltip;t.fn.tooltip=e,t.fn.tooltip.Constructor=i,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.popover"),s="object"==typeof e&&e;!n&&/destroy|hide/.test(e)||(n||o.data("bs.popover",n=new i(this,s)),"string"==typeof e&&n[e]())})}var i=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");i.VERSION="3.3.7",i.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),i.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),i.prototype.constructor=i,i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},i.prototype.hasContent=function(){return this.getTitle()||this.getContent()},i.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var o=t.fn.popover;t.fn.popover=e,t.fn.popover.Constructor=i,t.fn.popover.noConflict=function(){return t.fn.popover=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.tab");n||o.data("bs.tab",n=new i(this)),"string"==typeof e&&n[e]()})}var i=function(e){this.element=t(e)};i.VERSION="3.3.7",i.TRANSITION_DURATION=150,i.prototype.show=function(){var e=this.element,i=e.closest("ul:not(.dropdown-menu)"),o=e.data("target");if(o||(o=e.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var n=i.find(".active:last a"),s=t.Event("hide.bs.tab",{relatedTarget:e[0]}),a=t.Event("show.bs.tab",{relatedTarget:n[0]});if(n.trigger(s),e.trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){var r=t(o);this.activate(e.closest("li"),i),this.activate(r,r.parent(),function(){n.trigger({type:"hidden.bs.tab",relatedTarget:e[0]}),e.trigger({type:"shown.bs.tab",relatedTarget:n[0]})})}}},i.prototype.activate=function(e,o,n){function s(){a.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),r?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),n&&n()}var a=o.find("> .active"),r=n&&t.support.transition&&(a.length&&a.hasClass("fade")||!!o.find("> .fade").length);a.length&&r?a.one("bsTransitionEnd",s).emulateTransitionEnd(i.TRANSITION_DURATION):s(),a.removeClass("in")};var o=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=i,t.fn.tab.noConflict=function(){return t.fn.tab=o,this};var n=function(i){i.preventDefault(),e.call(t(this),"show")};t(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.affix"),s="object"==typeof e&&e;n||o.data("bs.affix",n=new i(this,s)),"string"==typeof e&&n[e]()})}var i=function(e,o){this.options=t.extend({},i.DEFAULTS,o),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};i.VERSION="3.3.7",i.RESET="affix affix-top affix-bottom",i.DEFAULTS={offset:0,target:window},i.prototype.getState=function(t,e,i,o){var n=this.$target.scrollTop(),s=this.$element.offset(),a=this.$target.height();if(null!=i&&"top"==this.affixed)return i>n?"top":!1;if("bottom"==this.affixed)return null!=i?n+this.unpin<=s.top?!1:"bottom":t-o>=n+a?!1:"bottom";var r=null==this.affixed,l=r?n:s.top,h=r?a:e;return null!=i&&i>=n?"top":null!=o&&l+h>=t-o?"bottom":!1},i.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(i.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},i.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},i.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=this.$element.height(),o=this.options.offset,n=o.top,s=o.bottom,a=Math.max(t(document).height(),t(document.body).height());"object"!=typeof o&&(s=n=o),"function"==typeof n&&(n=o.top(this.$element)),"function"==typeof s&&(s=o.bottom(this.$element));var r=this.getState(a,e,n,s);if(this.affixed!=r){null!=this.unpin&&this.$element.css("top","");var l="affix"+(r?"-"+r:""),h=t.Event(l+".bs.affix");if(this.$element.trigger(h),h.isDefaultPrevented())return;this.affixed=r,this.unpin="bottom"==r?this.getPinnedOffset():null,this.$element.removeClass(i.RESET).addClass(l).trigger(l.replace("affix","affixed")+".bs.affix")}"bottom"==r&&this.$element.offset({top:a-e-s})}};var o=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=i,t.fn.affix.noConflict=function(){return t.fn.affix=o,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var i=t(this),o=i.data();o.offset=o.offset||{},null!=o.offsetBottom&&(o.offset.bottom=o.offsetBottom),null!=o.offsetTop&&(o.offset.top=o.offsetTop),e.call(i,o)})})}(jQuery),+function(t){"use strict";function e(e){var i,o=e.attr("data-target")||(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");return t(o)}function i(e){return this.each(function(){var i=t(this),n=i.data("bs.collapse"),s=t.extend({},o.DEFAULTS,i.data(),"object"==typeof e&&e);!n&&s.toggle&&/show|hide/.test(e)&&(s.toggle=!1),n||i.data("bs.collapse",n=new o(this,s)),"string"==typeof e&&n[e]()})}var o=function(e,i){this.$element=t(e),this.options=t.extend({},o.DEFAULTS,i),this.$trigger=t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};o.VERSION="3.3.7",o.TRANSITION_DURATION=350,o.DEFAULTS={toggle:!0},o.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},o.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e,n=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(n&&n.length&&(e=n.data("bs.collapse"),e&&e.transitioning))){var s=t.Event("show.bs.collapse");if(this.$element.trigger(s),!s.isDefaultPrevented()){n&&n.length&&(i.call(n,"hide"),e||n.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var r=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return r.call(this);var l=t.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",t.proxy(r,this)).emulateTransitionEnd(o.TRANSITION_DURATION)[a](this.$element[0][l])}}}},o.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var n=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return t.support.transition?void this.$element[i](0).one("bsTransitionEnd",t.proxy(n,this)).emulateTransitionEnd(o.TRANSITION_DURATION):n.call(this)}}},o.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},o.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(i,o){var n=t(o);this.addAriaAndCollapsedClass(e(n),n)},this)).end()},o.prototype.addAriaAndCollapsedClass=function(t,e){var i=t.hasClass("in");t.attr("aria-expanded",i),e.toggleClass("collapsed",!i).attr("aria-expanded",i)};var n=t.fn.collapse;t.fn.collapse=i,t.fn.collapse.Constructor=o,t.fn.collapse.noConflict=function(){return t.fn.collapse=n,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(o){var n=t(this);n.attr("data-target")||o.preventDefault();var s=e(n),a=s.data("bs.collapse"),r=a?"toggle":n.data();i.call(s,r)})}(jQuery),+function(t){"use strict";function e(i,o){this.$body=t(document.body),this.$scrollElement=t(t(i).is(document.body)?window:i),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",t.proxy(this.process,this)),this.refresh(),this.process()}function i(i){return this.each(function(){var o=t(this),n=o.data("bs.scrollspy"),s="object"==typeof i&&i;n||o.data("bs.scrollspy",n=new e(this,s)),"string"==typeof i&&n[i]()})}e.VERSION="3.3.7",e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},e.prototype.refresh=function(){var e=this,i="offset",o=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),t.isWindow(this.$scrollElement[0])||(i="position",o=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=t(this),n=e.data("target")||e.attr("href"),s=/^#./.test(n)&&t(n);return s&&s.length&&s.is(":visible")&&[[s[i]().top+o,n]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.getScrollHeight(),o=this.options.offset+i-this.$scrollElement.height(),n=this.offsets,s=this.targets,a=this.activeTarget;if(this.scrollHeight!=i&&this.refresh(),e>=o)return a!=(t=s[s.length-1])&&this.activate(t);if(a&&e=n[t]&&(void 0===n[t+1]||e").attr("name",c.submitButton.name).val(a(c.submitButton).val()).appendTo(c.currentForm)),e=c.settings.submitHandler.call(c,c.currentForm,b),c.submitButton&&d.remove(),void 0!==e?e:!1):!0}return c.settings.debug&&b.preventDefault(),c.cancelSubmit?(c.cancelSubmit=!1,d()):c.form()?c.pendingRequest?(c.formSubmitted=!0,!1):d():(c.focusInvalid(),!1)})),c)},valid:function(){var b,c,d;return a(this[0]).is("form")?b=this.validate().form():(d=[],b=!0,c=a(this[0].form).validate(),this.each(function(){b=c.element(this)&&b,b||(d=d.concat(c.errorList))}),c.errorList=d),b},rules:function(b,c){if(this.length){var d,e,f,g,h,i,j=this[0];if(b)switch(d=a.data(j.form,"validator").settings,e=d.rules,f=a.validator.staticRules(j),b){case"add":a.extend(f,a.validator.normalizeRule(c)),delete f.messages,e[j.name]=f,c.messages&&(d.messages[j.name]=a.extend(d.messages[j.name],c.messages));break;case"remove":return c?(i={},a.each(c.split(/\s/),function(b,c){i[c]=f[c],delete f[c],"required"===c&&a(j).removeAttr("aria-required")}),i):(delete e[j.name],f)}return g=a.validator.normalizeRules(a.extend({},a.validator.classRules(j),a.validator.attributeRules(j),a.validator.dataRules(j),a.validator.staticRules(j)),j),g.required&&(h=g.required,delete g.required,g=a.extend({required:h},g),a(j).attr("aria-required","true")),g.remote&&(h=g.remote,delete g.remote,g=a.extend(g,{remote:h})),g}}}),a.extend(a.expr[":"],{blank:function(b){return!a.trim(""+a(b).val())},filled:function(b){var c=a(b).val();return null!==c&&!!a.trim(""+c)},unchecked:function(b){return!a(b).prop("checked")}}),a.validator=function(b,c){this.settings=a.extend(!0,{},a.validator.defaults,b),this.currentForm=c,this.init()},a.validator.format=function(b,c){return 1===arguments.length?function(){var c=a.makeArray(arguments);return c.unshift(b),a.validator.format.apply(this,c)}:void 0===c?b:(arguments.length>2&&c.constructor!==Array&&(c=a.makeArray(arguments).slice(1)),c.constructor!==Array&&(c=[c]),a.each(c,function(a,c){b=b.replace(new RegExp("\\{"+a+"\\}","g"),function(){return c})}),b)},a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",pendingClass:"pending",validClass:"valid",errorElement:"label",focusCleanup:!1,focusInvalid:!0,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:!0,ignore:":hidden",ignoreTitle:!1,onfocusin:function(a){this.lastActive=a,this.settings.focusCleanup&&(this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass),this.hideThese(this.errorsFor(a)))},onfocusout:function(a){this.checkable(a)||!(a.name in this.submitted)&&this.optional(a)||this.element(a)},onkeyup:function(b,c){var d=[16,17,18,20,35,36,37,38,39,40,45,144,225];9===c.which&&""===this.elementValue(b)||-1!==a.inArray(c.keyCode,d)||(b.name in this.submitted||b.name in this.invalid)&&this.element(b)},onclick:function(a){a.name in this.submitted?this.element(a):a.parentNode.name in this.submitted&&this.element(a.parentNode)},highlight:function(b,c,d){"radio"===b.type?this.findByName(b.name).addClass(c).removeClass(d):a(b).addClass(c).removeClass(d)},unhighlight:function(b,c,d){"radio"===b.type?this.findByName(b.name).removeClass(c).addClass(d):a(b).removeClass(c).addClass(d)}},setDefaults:function(b){a.extend(a.validator.defaults,b)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date ( ISO ).",number:"Please enter a valid number.",digits:"Please enter only digits.",equalTo:"Please enter the same value again.",maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Please enter a value between {0} and {1} characters long."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}."),step:a.validator.format("Please enter a multiple of {0}.")},autoCreateRanges:!1,prototype:{init:function(){function b(b){var c=a.data(this.form,"validator"),d="on"+b.type.replace(/^validate/,""),e=c.settings;e[d]&&!a(this).is(e.ignore)&&e[d].call(c,this,b)}this.labelContainer=a(this.settings.errorLabelContainer),this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm),this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer),this.submitted={},this.valueCache={},this.pendingRequest=0,this.pending={},this.invalid={},this.reset();var c,d=this.groups={};a.each(this.settings.groups,function(b,c){"string"==typeof c&&(c=c.split(/\s/)),a.each(c,function(a,c){d[c]=b})}),c=this.settings.rules,a.each(c,function(b,d){c[b]=a.validator.normalizeRule(d)}),a(this.currentForm).on("focusin.validate focusout.validate keyup.validate",":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'], [type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'], [type='radio'], [type='checkbox'], [contenteditable]",b).on("click.validate","select, option, [type='radio'], [type='checkbox']",b),this.settings.invalidHandler&&a(this.currentForm).on("invalid-form.validate",this.settings.invalidHandler),a(this.currentForm).find("[required], [data-rule-required], .required").attr("aria-required","true")},form:function(){return this.checkForm(),a.extend(this.submitted,this.errorMap),this.invalid=a.extend({},this.errorMap),this.valid()||a(this.currentForm).triggerHandler("invalid-form",[this]),this.showErrors(),this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(b){var c,d,e=this.clean(b),f=this.validationTargetFor(e),g=this,h=!0;return void 0===f?delete this.invalid[e.name]:(this.prepareElement(f),this.currentElements=a(f),d=this.groups[f.name],d&&a.each(this.groups,function(a,b){b===d&&a!==f.name&&(e=g.validationTargetFor(g.clean(g.findByName(a))),e&&e.name in g.invalid&&(g.currentElements.push(e),h=h&&g.check(e)))}),c=this.check(f)!==!1,h=h&&c,c?this.invalid[f.name]=!1:this.invalid[f.name]=!0,this.numberOfInvalids()||(this.toHide=this.toHide.add(this.containers)),this.showErrors(),a(b).attr("aria-invalid",!c)),h},showErrors:function(b){if(b){var c=this;a.extend(this.errorMap,b),this.errorList=a.map(this.errorMap,function(a,b){return{message:a,element:c.findByName(b)[0]}}),this.successList=a.grep(this.successList,function(a){return!(a.name in b)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){a.fn.resetForm&&a(this.currentForm).resetForm(),this.invalid={},this.submitted={},this.prepareForm(),this.hideErrors();var b=this.elements().removeData("previousValue").removeAttr("aria-invalid");this.resetElements(b)},resetElements:function(a){var b;if(this.settings.unhighlight)for(b=0;a[b];b++)this.settings.unhighlight.call(this,a[b],this.settings.errorClass,""),this.findByName(a[b].name).removeClass(this.settings.validClass);else a.removeClass(this.settings.errorClass).removeClass(this.settings.validClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b,c=0;for(b in a)a[b]&&c++;return c},hideErrors:function(){this.hideThese(this.toHide)},hideThese:function(a){a.not(this.containers).text(""),this.addWrapper(a).hide()},valid:function(){return 0===this.size()},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(b){}},findLastActive:function(){var b=this.lastActive;return b&&1===a.grep(this.errorList,function(a){return a.element.name===b.name}).length&&b},elements:function(){var b=this,c={};return a(this.currentForm).find("input, select, textarea, [contenteditable]").not(":submit, :reset, :image, :disabled").not(this.settings.ignore).filter(function(){var d=this.name||a(this).attr("name");return!d&&b.settings.debug&&window.console&&console.error("%o has no name assigned",this),this.hasAttribute("contenteditable")&&(this.form=a(this).closest("form")[0]),d in c||!b.objectLength(a(this).rules())?!1:(c[d]=!0,!0)})},clean:function(b){return a(b)[0]},errors:function(){var b=this.settings.errorClass.split(" ").join(".");return a(this.settings.errorElement+"."+b,this.errorContext)},resetInternals:function(){this.successList=[],this.errorList=[],this.errorMap={},this.toShow=a([]),this.toHide=a([])},reset:function(){this.resetInternals(),this.currentElements=a([])},prepareForm:function(){this.reset(),this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset(),this.toHide=this.errorsFor(a)},elementValue:function(b){var c,d,e=a(b),f=b.type;return"radio"===f||"checkbox"===f?this.findByName(b.name).filter(":checked").val():"number"===f&&"undefined"!=typeof b.validity?b.validity.badInput?"NaN":e.val():(c=b.hasAttribute("contenteditable")?e.text():e.val(),"file"===f?"C:\\fakepath\\"===c.substr(0,12)?c.substr(12):(d=c.lastIndexOf("/"),d>=0?c.substr(d+1):(d=c.lastIndexOf("\\"),d>=0?c.substr(d+1):c)):"string"==typeof c?c.replace(/\r/g,""):c)},check:function(b){b=this.validationTargetFor(this.clean(b));var c,d,e,f=a(b).rules(),g=a.map(f,function(a,b){return b}).length,h=!1,i=this.elementValue(b);if("function"==typeof f.normalizer){if(i=f.normalizer.call(b,i),"string"!=typeof i)throw new TypeError("The normalizer should return a string value.");delete f.normalizer}for(d in f){e={method:d,parameters:f[d]};try{if(c=a.validator.methods[d].call(this,i,b,e.parameters),"dependency-mismatch"===c&&1===g){h=!0;continue}if(h=!1,"pending"===c)return void(this.toHide=this.toHide.not(this.errorsFor(b)));if(!c)return this.formatAndAdd(b,e),!1}catch(j){throw this.settings.debug&&window.console&&console.log("Exception occurred when checking element "+b.id+", check the '"+e.method+"' method.",j),j instanceof TypeError&&(j.message+=". Exception occurred when checking element "+b.id+", check the '"+e.method+"' method."),j}}if(!h)return this.objectLength(f)&&this.successList.push(b),!0},customDataMessage:function(b,c){return a(b).data("msg"+c.charAt(0).toUpperCase()+c.substring(1).toLowerCase())||a(b).data("msg")},customMessage:function(a,b){var c=this.settings.messages[a];return c&&(c.constructor===String?c:c[b])},findDefined:function(){for(var a=0;aWarning: No message defined for "+b.name+""),e=/\$?\{(\d+)\}/g;return"function"==typeof d?d=d.call(this,c.parameters,b):e.test(d)&&(d=a.validator.format(d.replace(e,"{$1}"),c.parameters)),d},formatAndAdd:function(a,b){var c=this.defaultMessage(a,b);this.errorList.push({message:c,element:a,method:b.method}),this.errorMap[a.name]=c,this.submitted[a.name]=c},addWrapper:function(a){return this.settings.wrapper&&(a=a.add(a.parent(this.settings.wrapper))),a},defaultShowErrors:function(){var a,b,c;for(a=0;this.errorList[a];a++)c=this.errorList[a],this.settings.highlight&&this.settings.highlight.call(this,c.element,this.settings.errorClass,this.settings.validClass),this.showLabel(c.element,c.message);if(this.errorList.length&&(this.toShow=this.toShow.add(this.containers)),this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight)for(a=0,b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass,this.settings.validClass);this.toHide=this.toHide.not(this.toShow),this.hideErrors(),this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return a(this.errorList).map(function(){return this.element})},showLabel:function(b,c){var d,e,f,g,h=this.errorsFor(b),i=this.idOrName(b),j=a(b).attr("aria-describedby");h.length?(h.removeClass(this.settings.validClass).addClass(this.settings.errorClass),h.html(c)):(h=a("<"+this.settings.errorElement+">").attr("id",i+"-error").addClass(this.settings.errorClass).html(c||""),d=h,this.settings.wrapper&&(d=h.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()),this.labelContainer.length?this.labelContainer.append(d):this.settings.errorPlacement?this.settings.errorPlacement(d,a(b)):d.insertAfter(b),h.is("label")?h.attr("for",i):0===h.parents("label[for='"+this.escapeCssMeta(i)+"']").length&&(f=h.attr("id"),j?j.match(new RegExp("\\b"+this.escapeCssMeta(f)+"\\b"))||(j+=" "+f):j=f,a(b).attr("aria-describedby",j),e=this.groups[b.name],e&&(g=this,a.each(g.groups,function(b,c){c===e&&a("[name='"+g.escapeCssMeta(b)+"']",g.currentForm).attr("aria-describedby",h.attr("id"))})))),!c&&this.settings.success&&(h.text(""),"string"==typeof this.settings.success?h.addClass(this.settings.success):this.settings.success(h,b)),this.toShow=this.toShow.add(h)},errorsFor:function(b){var c=this.escapeCssMeta(this.idOrName(b)),d=a(b).attr("aria-describedby"),e="label[for='"+c+"'], label[for='"+c+"'] *";return d&&(e=e+", #"+this.escapeCssMeta(d).replace(/\s+/g,", #")),this.errors().filter(e)},escapeCssMeta:function(a){return a.replace(/([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g,"\\$1")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},validationTargetFor:function(b){return this.checkable(b)&&(b=this.findByName(b.name)),a(b).not(this.settings.ignore)[0]},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(b){return a(this.currentForm).find("[name='"+this.escapeCssMeta(b)+"']")},getLength:function(b,c){switch(c.nodeName.toLowerCase()){case"select":return a("option:selected",c).length;case"input":if(this.checkable(c))return this.findByName(c.name).filter(":checked").length}return b.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):!0},dependTypes:{"boolean":function(a){return a},string:function(b,c){return!!a(b,c.form).length},"function":function(a,b){return a(b)}},optional:function(b){var c=this.elementValue(b);return!a.validator.methods.required.call(this,c,b)&&"dependency-mismatch"},startRequest:function(b){this.pending[b.name]||(this.pendingRequest++,a(b).addClass(this.settings.pendingClass),this.pending[b.name]=!0)},stopRequest:function(b,c){this.pendingRequest--,this.pendingRequest<0&&(this.pendingRequest=0),delete this.pending[b.name],a(b).removeClass(this.settings.pendingClass),c&&0===this.pendingRequest&&this.formSubmitted&&this.form()?(a(this.currentForm).submit(),this.formSubmitted=!1):!c&&0===this.pendingRequest&&this.formSubmitted&&(a(this.currentForm).triggerHandler("invalid-form",[this]),this.formSubmitted=!1)},previousValue:function(b,c){return a.data(b,"previousValue")||a.data(b,"previousValue",{old:null,valid:!0,message:this.defaultMessage(b,{method:c})})},destroy:function(){this.resetForm(),a(this.currentForm).off(".validate").removeData("validator").find(".validate-equalTo-blur").off(".validate-equalTo").removeClass("validate-equalTo-blur")}},classRuleSettings:{required:{required:!0},email:{email:!0},url:{url:!0},date:{date:!0},dateISO:{dateISO:!0},number:{number:!0},digits:{digits:!0},creditcard:{creditcard:!0}},addClassRules:function(b,c){b.constructor===String?this.classRuleSettings[b]=c:a.extend(this.classRuleSettings,b)},classRules:function(b){var c={},d=a(b).attr("class");return d&&a.each(d.split(" "),function(){this in a.validator.classRuleSettings&&a.extend(c,a.validator.classRuleSettings[this])}),c},normalizeAttributeRule:function(a,b,c,d){/min|max|step/.test(c)&&(null===b||/number|range|text/.test(b))&&(d=Number(d),isNaN(d)&&(d=void 0)),d||0===d?a[c]=d:b===c&&"range"!==b&&(a[c]=!0)},attributeRules:function(b){var c,d,e={},f=a(b),g=b.getAttribute("type");for(c in a.validator.methods)"required"===c?(d=b.getAttribute(c),""===d&&(d=!0),d=!!d):d=f.attr(c),this.normalizeAttributeRule(e,g,c,d);return e.maxlength&&/-1|2147483647|524288/.test(e.maxlength)&&delete e.maxlength,e},dataRules:function(b){var c,d,e={},f=a(b),g=b.getAttribute("type");for(c in a.validator.methods)d=f.data("rule"+c.charAt(0).toUpperCase()+c.substring(1).toLowerCase()),this.normalizeAttributeRule(e,g,c,d);return e},staticRules:function(b){var c={},d=a.data(b.form,"validator");return d.settings.rules&&(c=a.validator.normalizeRule(d.settings.rules[b.name])||{}),c},normalizeRules:function(b,c){return a.each(b,function(d,e){if(e===!1)return void delete b[d];if(e.param||e.depends){var f=!0;switch(typeof e.depends){case"string":f=!!a(e.depends,c.form).length;break;case"function":f=e.depends.call(c,c)}f?b[d]=void 0!==e.param?e.param:!0:(a.data(c.form,"validator").resetElements(a(c)),delete b[d])}}),a.each(b,function(d,e){b[d]=a.isFunction(e)&&"normalizer"!==d?e(c):e}),a.each(["minlength","maxlength"],function(){b[this]&&(b[this]=Number(b[this]))}),a.each(["rangelength","range"],function(){var c;b[this]&&(a.isArray(b[this])?b[this]=[Number(b[this][0]),Number(b[this][1])]:"string"==typeof b[this]&&(c=b[this].replace(/[\[\]]/g,"").split(/[\s,]+/),b[this]=[Number(c[0]),Number(c[1])]))}),a.validator.autoCreateRanges&&(null!=b.min&&null!=b.max&&(b.range=[b.min,b.max],delete b.min,delete b.max),null!=b.minlength&&null!=b.maxlength&&(b.rangelength=[b.minlength,b.maxlength],delete b.minlength,delete b.maxlength)),b},normalizeRule:function(b){if("string"==typeof b){var c={};a.each(b.split(/\s/),function(){c[this]=!0}),b=c}return b},addMethod:function(b,c,d){a.validator.methods[b]=c,a.validator.messages[b]=void 0!==d?d:a.validator.messages[b],c.length<3&&a.validator.addClassRules(b,a.validator.normalizeRule(b))},methods:{required:function(b,c,d){if(!this.depend(d,c))return"dependency-mismatch";if("select"===c.nodeName.toLowerCase()){var e=a(c).val();return e&&e.length>0}return this.checkable(c)?this.getLength(b,c)>0:b.length>0},email:function(a,b){return this.optional(b)||/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(a)},url:function(a,b){return this.optional(b)||/^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})).?)(?::\d{2,5})?(?:[/?#]\S*)?$/i.test(a)},date:function(a,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(a).toString())},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(a)},number:function(a,b){return this.optional(b)||/^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(a)},digits:function(a,b){return this.optional(b)||/^\d+$/.test(a)},minlength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e>=d},maxlength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||d>=e},rangelength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e>=d[0]&&e<=d[1]},min:function(a,b,c){return this.optional(b)||a>=c},max:function(a,b,c){return this.optional(b)||c>=a},range:function(a,b,c){return this.optional(b)||a>=c[0]&&a<=c[1]},step:function(b,c,d){var e=a(c).attr("type"),f="Step attribute on input type "+e+" is not supported.",g=["text","number","range"],h=new RegExp("\\b"+e+"\\b"),i=e&&!h.test(g.join());if(i)throw new Error(f);return this.optional(c)||b%d===0},equalTo:function(b,c,d){var e=a(d);return this.settings.onfocusout&&e.not(".validate-equalTo-blur").length&&e.addClass("validate-equalTo-blur").on("blur.validate-equalTo",function(){a(c).valid()}),b===e.val()},remote:function(b,c,d,e){if(this.optional(c))return"dependency-mismatch";e="string"==typeof e&&e||"remote";var f,g,h,i=this.previousValue(c,e);return this.settings.messages[c.name]||(this.settings.messages[c.name]={}),i.originalMessage=i.originalMessage||this.settings.messages[c.name][e],this.settings.messages[c.name][e]=i.message,d="string"==typeof d&&{url:d}||d,h=a.param(a.extend({data:b},d.data)),i.old===h?i.valid:(i.old=h,f=this,this.startRequest(c),g={},g[c.name]=b,a.ajax(a.extend(!0,{mode:"abort",port:"validate"+c.name,dataType:"json",data:g,context:f.currentForm,success:function(a){var d,g,h,j=a===!0||"true"===a;f.settings.messages[c.name][e]=i.originalMessage,j?(h=f.formSubmitted,f.resetInternals(),f.toHide=f.errorsFor(c),f.formSubmitted=h,f.successList.push(c),f.invalid[c.name]=!1,f.showErrors()):(d={},g=a||f.defaultMessage(c,{method:e,parameters:b}),d[c.name]=i.message=g,f.invalid[c.name]=!0,f.showErrors(d)),i.valid=j,f.stopRequest(c,j)}},d)),"pending")}}});var b,c={};a.ajaxPrefilter?a.ajaxPrefilter(function(a,b,d){var e=a.port;"abort"===a.mode&&(c[e]&&c[e].abort(),c[e]=d)}):(b=a.ajax,a.ajax=function(d){var e=("mode"in d?d:a.ajaxSettings).mode,f=("port"in d?d:a.ajaxSettings).port;return"abort"===e?(c[f]&&c[f].abort(),c[f]=b.apply(this,arguments),c[f]):b.apply(this,arguments)})}); \ No newline at end of file diff --git a/public/js/main/source/index.php b/public/js/main/source/index.php deleted file mode 100644 index e69de29..0000000 diff --git a/public/js/main/source/jquery.revslider-mask-showcase.js b/public/js/main/source/jquery.revslider-mask-showcase.js deleted file mode 100644 index 6c7b4d6..0000000 --- a/public/js/main/source/jquery.revslider-mask-showcase.js +++ /dev/null @@ -1 +0,0 @@ -jQuery(function(){jQuery().embedRevslider('load', '{\"locations\":{\"fonts\":\"fonts\\/\",\"css\":\"css\\/\",\"js\":\"js\\/\",\"assets\":\"assets\"},\"assets\":[\"http:\\/\\/fonts.googleapis.com\\/css?family=Roboto+Condensed:400|Playfair+Display:400\",\"fonts\\/pe-icon-7-stroke\\/css\\/pe-icon-7-stroke.css\",\"fonts\\/font-awesome\\/css\\/font-awesome.css\",\"css\\/settings.css\"],\"alias\":\"mask-showcase\",\"content\":\"\\n
\\n\\n\\t
\\n