commit 7d71ff0d8e6eb4fa2cb223f9ec0948960329bbba Author: vsphim Date: Wed May 20 11:49:41 2026 +0700 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..59e2c89 --- /dev/null +++ b/README.md @@ -0,0 +1,61 @@ +# THEME - TORO 2023 - VSMOV CMS + +## Demo +### Trang Chủ +![Alt text](https://i.ibb.co/WzsL2vL/THEME-TORO-INDEX.png "Home Page") + +### Trang Danh Sách Phim +![Alt text](https://i.ibb.co/W29D6Pp/THEME-TORO-CATALOG.png "Catalog Page") + +### Trang Thông Tin Phim +![Alt text](https://i.ibb.co/dbSBgfC/THEME-TORO-SINGLE.png "Single Page") + +### Trang Xem Phim +![Alt text](https://i.ibb.co/QfcscDD/THEME-TORO-EPISODE.png "Episode Page") + +## Requirements +https://github.com/vsphim/vsmov-core + +## Install +1. Tại thư mục của Project: `composer require vsmov/theme-toro` +2. Kích hoạt giao diện trong Admin Panel + +## Update +1. Tại thư mục của Project: `composer update vsmov/theme-toro` +2. Re-Activate giao diện trong Admin Panel + +## Note +- Một vài lưu ý quan trọng của các nút chức năng: + + `Activate` và `Re-Activate` sẽ publish toàn bộ file js,css trong themes ra ngoài public của laravel. + + `Reset` reset lại toàn bộ cấu hình của themes + +## Document +### List +- Home page poster slider: `Label|relation|find_by_field|value|sort_by_field|sort_algo|limit` +#### + Phim đề cử||is_recommended|1|updated_at|desc|10 +#### + +- Home page thumb slider: `Label|relation|find_by_field|value|sort_by_field|sort_algo|limit` +#### + Phim mới cập nhật||is_copyright|0|updated_at|desc|24 +#### + +- Leftbar: `display_label|relation|find_by_field|value|sort_by_field|sort_algo|limit|show_more_url|show_template (section_thumb|section_poster)` +#### + Phim chiếu rạp mới||is_shown_in_theater|1|created_at|desc|6|/danh-sach/phim-chieu-rap|section_poster + Phim bộ mới||type|series|updated_at|desc|16|/danh-sach/phim-bo|section_thumb + Phim lẻ mới||type|single|updated_at|desc|16|/danh-sach/phim-le|section_thumb + Phim hoạt hình mới|categories|slug|hoat-hinh|updated_at|desc|12|/the-loai/hoat-hinh|section_poster +#### + +- Rightbar: `Label|relation|find_by_field|value|sort_by_field|sort_algo|limit|show_template (rightbar_text|rightbar_thumb|rightbar_thumb_2)` +#### + Sắp chiếu||status|trailer|publish_year|desc|5|rightbar_text + Top phim lẻ||type|single|view_week|desc|5|rightbar_thumb + Top phim bộ||type|series|view_week|desc|6|rightbar_thumb_2 +#### + +### Custom View Blade +- File blade gốc trong Package: `/vendor/vsmov/ophim-toro/resources/views/themetoro` +- Copy file cần custom đến: `/resources/views/vendor/themes/toro` diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ff00067 --- /dev/null +++ b/composer.json @@ -0,0 +1,32 @@ +{ + "name": "vsmov/theme-toro", + "description": "VsMov's toro theme", + "type": "library", + "authors": [ + { + "name": "vsmov", + "email": "vsmov@gmail.com" + } + ], + "require": { + "laravel/framework": "^6|^7|^8", + "ckfinder/ckfinder-laravel-package": "v3.5.2.1", + "vsmov/vsmov-core": "^1.0.0" + }, + "license": "MIT", + "autoload": { + "psr-4": { + "VsMov\\ThemeToro\\": "src/", + "VsMov\\ThemeToro\\Database\\Factories\\": "database/factories/", + "VsMov\\ThemeToro\\Database\\Seeders\\": "database/seeders/" + } + }, + "extra": { + "laravel": { + "providers": [ + "VsMov\\ThemeToro\\ThemeToroServiceProvider" + ] + } + }, + "minimum-stability": "stable" +} diff --git a/resources/assets/css/font-awesome.css b/resources/assets/css/font-awesome.css new file mode 100644 index 0000000..472965a --- /dev/null +++ b/resources/assets/css/font-awesome.css @@ -0,0 +1,2 @@ +/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome +* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/@font-face{font-family:fontawesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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} diff --git a/resources/assets/css/global-styles.css b/resources/assets/css/global-styles.css new file mode 100644 index 0000000..3cf64b8 --- /dev/null +++ b/resources/assets/css/global-styles.css @@ -0,0 +1,331 @@ +body { + --wp--preset--color--black: #000000; + --wp--preset--color--cyan-bluish-gray: #abb8c3; + --wp--preset--color--white: #ffffff; + --wp--preset--color--pale-pink: #f78da7; + --wp--preset--color--vivid-red: #cf2e2e; + --wp--preset--color--luminous-vivid-orange: #ff6900; + --wp--preset--color--luminous-vivid-amber: #fcb900; + --wp--preset--color--light-green-cyan: #7bdcb5; + --wp--preset--color--vivid-green-cyan: #00d084; + --wp--preset--color--pale-cyan-blue: #8ed1fc; + --wp--preset--color--vivid-cyan-blue: #0693e3; + --wp--preset--color--vivid-purple: #9b51e0; + --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%); + --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%); + --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%); + --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%); + --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%); + --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%); + --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%); + --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%); + --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%); + --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%); + --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%); + --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%); + --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale'); + --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale'); + --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow'); + --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red'); + --wp--preset--duotone--midnight: url('#wp-duotone-midnight'); + --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow'); + --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green'); + --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange'); + --wp--preset--font-size--small: 13px; + --wp--preset--font-size--medium: 20px; + --wp--preset--font-size--large: 36px; + --wp--preset--font-size--x-large: 42px; + --wp--preset--spacing--20: 0.44rem; + --wp--preset--spacing--30: 0.67rem; + --wp--preset--spacing--40: 1rem; + --wp--preset--spacing--50: 1.5rem; + --wp--preset--spacing--60: 2.25rem; + --wp--preset--spacing--70: 3.38rem; + --wp--preset--spacing--80: 5.06rem; + } + + :where(.is-layout-flex) { + gap: 0.5em; + } + + body .is-layout-flow > .alignleft { + float: left; + margin-inline-start: 0; + margin-inline-end: 2em; + } + + body .is-layout-flow > .alignright { + float: right; + margin-inline-start: 2em; + margin-inline-end: 0; + } + + body .is-layout-flow > .aligncenter { + margin-left: auto !important; + margin-right: auto !important; + } + + body .is-layout-constrained > .alignleft { + float: left; + margin-inline-start: 0; + margin-inline-end: 2em; + } + + body .is-layout-constrained > .alignright { + float: right; + margin-inline-start: 2em; + margin-inline-end: 0; + } + + body .is-layout-constrained > .aligncenter { + margin-left: auto !important; + margin-right: auto !important; + } + + body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { + max-width: var(--wp--style--global--content-size); + margin-left: auto !important; + margin-right: auto !important; + } + + body .is-layout-constrained > .alignwide { + max-width: var(--wp--style--global--wide-size); + } + + body .is-layout-flex { + display: flex; + } + + body .is-layout-flex { + flex-wrap: wrap; + align-items: center; + } + + body .is-layout-flex > * { + margin: 0; + } + + :where(.wp-block-columns.is-layout-flex) { + gap: 2em; + } + + .has-black-color { + color: var(--wp--preset--color--black) !important; + } + + .has-cyan-bluish-gray-color { + color: var(--wp--preset--color--cyan-bluish-gray) !important; + } + + .has-white-color { + color: var(--wp--preset--color--white) !important; + } + + .has-pale-pink-color { + color: var(--wp--preset--color--pale-pink) !important; + } + + .has-vivid-red-color { + color: var(--wp--preset--color--vivid-red) !important; + } + + .has-luminous-vivid-orange-color { + color: var(--wp--preset--color--luminous-vivid-orange) !important; + } + + .has-luminous-vivid-amber-color { + color: var(--wp--preset--color--luminous-vivid-amber) !important; + } + + .has-light-green-cyan-color { + color: var(--wp--preset--color--light-green-cyan) !important; + } + + .has-vivid-green-cyan-color { + color: var(--wp--preset--color--vivid-green-cyan) !important; + } + + .has-pale-cyan-blue-color { + color: var(--wp--preset--color--pale-cyan-blue) !important; + } + + .has-vivid-cyan-blue-color { + color: var(--wp--preset--color--vivid-cyan-blue) !important; + } + + .has-vivid-purple-color { + color: var(--wp--preset--color--vivid-purple) !important; + } + + .has-black-background-color { + background-color: var(--wp--preset--color--black) !important; + } + + .has-cyan-bluish-gray-background-color { + background-color: var(--wp--preset--color--cyan-bluish-gray) !important; + } + + .has-white-background-color { + background-color: var(--wp--preset--color--white) !important; + } + + .has-pale-pink-background-color { + background-color: var(--wp--preset--color--pale-pink) !important; + } + + .has-vivid-red-background-color { + background-color: var(--wp--preset--color--vivid-red) !important; + } + + .has-luminous-vivid-orange-background-color { + background-color: var(--wp--preset--color--luminous-vivid-orange) !important; + } + + .has-luminous-vivid-amber-background-color { + background-color: var(--wp--preset--color--luminous-vivid-amber) !important; + } + + .has-light-green-cyan-background-color { + background-color: var(--wp--preset--color--light-green-cyan) !important; + } + + .has-vivid-green-cyan-background-color { + background-color: var(--wp--preset--color--vivid-green-cyan) !important; + } + + .has-pale-cyan-blue-background-color { + background-color: var(--wp--preset--color--pale-cyan-blue) !important; + } + + .has-vivid-cyan-blue-background-color { + background-color: var(--wp--preset--color--vivid-cyan-blue) !important; + } + + .has-vivid-purple-background-color { + background-color: var(--wp--preset--color--vivid-purple) !important; + } + + .has-black-border-color { + border-color: var(--wp--preset--color--black) !important; + } + + .has-cyan-bluish-gray-border-color { + border-color: var(--wp--preset--color--cyan-bluish-gray) !important; + } + + .has-white-border-color { + border-color: var(--wp--preset--color--white) !important; + } + + .has-pale-pink-border-color { + border-color: var(--wp--preset--color--pale-pink) !important; + } + + .has-vivid-red-border-color { + border-color: var(--wp--preset--color--vivid-red) !important; + } + + .has-luminous-vivid-orange-border-color { + border-color: var(--wp--preset--color--luminous-vivid-orange) !important; + } + + .has-luminous-vivid-amber-border-color { + border-color: var(--wp--preset--color--luminous-vivid-amber) !important; + } + + .has-light-green-cyan-border-color { + border-color: var(--wp--preset--color--light-green-cyan) !important; + } + + .has-vivid-green-cyan-border-color { + border-color: var(--wp--preset--color--vivid-green-cyan) !important; + } + + .has-pale-cyan-blue-border-color { + border-color: var(--wp--preset--color--pale-cyan-blue) !important; + } + + .has-vivid-cyan-blue-border-color { + border-color: var(--wp--preset--color--vivid-cyan-blue) !important; + } + + .has-vivid-purple-border-color { + border-color: var(--wp--preset--color--vivid-purple) !important; + } + + .has-vivid-cyan-blue-to-vivid-purple-gradient-background { + background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; + } + + .has-light-green-cyan-to-vivid-green-cyan-gradient-background { + background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; + } + + .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { + background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; + } + + .has-luminous-vivid-orange-to-vivid-red-gradient-background { + background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; + } + + .has-very-light-gray-to-cyan-bluish-gray-gradient-background { + background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; + } + + .has-cool-to-warm-spectrum-gradient-background { + background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; + } + + .has-blush-light-purple-gradient-background { + background: var(--wp--preset--gradient--blush-light-purple) !important; + } + + .has-blush-bordeaux-gradient-background { + background: var(--wp--preset--gradient--blush-bordeaux) !important; + } + + .has-luminous-dusk-gradient-background { + background: var(--wp--preset--gradient--luminous-dusk) !important; + } + + .has-pale-ocean-gradient-background { + background: var(--wp--preset--gradient--pale-ocean) !important; + } + + .has-electric-grass-gradient-background { + background: var(--wp--preset--gradient--electric-grass) !important; + } + + .has-midnight-gradient-background { + background: var(--wp--preset--gradient--midnight) !important; + } + + .has-small-font-size { + font-size: var(--wp--preset--font-size--small) !important; + } + + .has-medium-font-size { + font-size: var(--wp--preset--font-size--medium) !important; + } + + .has-large-font-size { + font-size: var(--wp--preset--font-size--large) !important; + } + + .has-x-large-font-size { + font-size: var(--wp--preset--font-size--x-large) !important; + } + + .wp-block-navigation a:where(:not(.wp-element-button)) { + color: inherit; + } + + :where(.wp-block-columns.is-layout-flex) { + gap: 2em; + } + + .wp-block-pullquote { + font-size: 1.5em; + line-height: 1.6; + } \ No newline at end of file diff --git a/resources/assets/css/material.css b/resources/assets/css/material.css new file mode 100644 index 0000000..265774e --- /dev/null +++ b/resources/assets/css/material.css @@ -0,0 +1 @@ +@font-face{font-family:material icons;font-style:normal;font-weight:400;src:url(../fonts/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),url(../fonts/MaterialIcons-Regular.woff) format('woff'),url(../fonts/MaterialIcons-Regular.ttf) format('truetype'),url(../fonts/MaterialIcons-Regular.svg#MaterialIcons-Regular) format('svg')}.AAIco-3d_rotation:before{content:'\e84d'}.AAIco-ac_unit:before{content:'\eb3b'}.AAIco-access_alarm:before{content:'\e190'}.AAIco-access_alarms:before{content:'\e191'}.AAIco-access_time:before{content:'\e192'}.AAIco-accessibility:before{content:'\e84e'}.AAIco-accessible:before{content:'\e914'}.AAIco-account_balance:before{content:'\e84f'}.AAIco-account_balance_wallet:before{content:'\e850'}.AAIco-account_box:before{content:'\e851'}.AAIco-account_circle:before{content:'\e853'}.AAIco-adb:before{content:'\e60e'}.AAIco-add:before{content:'\e145'}.AAIco-add_a_photo:before{content:'\e439'}.AAIco-add_alarm:before{content:'\e193'}.AAIco-add_alert:before{content:'\e003'}.AAIco-add_box:before{content:'\e146'}.AAIco-add_circle:before{content:'\e147'}.AAIco-add_circle_outline:before{content:'\e148'}.AAIco-add_location:before{content:'\e567'}.AAIco-add_shopping_cart:before{content:'\e854'}.AAIco-add_to_photos:before{content:'\e39d'}.AAIco-add_to_queue:before{content:'\e05c'}.AAIco-adjust:before{content:'\e39e'}.AAIco-airline_seat_flat:before{content:'\e630'}.AAIco-airline_seat_flat_angled:before{content:'\e631'}.AAIco-airline_seat_individual_suite:before{content:'\e632'}.AAIco-airline_seat_legroom_extra:before{content:'\e633'}.AAIco-airline_seat_legroom_normal:before{content:'\e634'}.AAIco-airline_seat_legroom_reduced:before{content:'\e635'}.AAIco-airline_seat_recline_extra:before{content:'\e636'}.AAIco-airline_seat_recline_normal:before{content:'\e637'}.AAIco-airplanemode_active:before{content:'\e195'}.AAIco-airplanemode_inactive:before{content:'\e194'}.AAIco-airplay:before{content:'\e055'}.AAIco-airport_shuttle:before{content:'\eb3c'}.AAIco-alarm:before{content:'\e855'}.AAIco-alarm_add:before{content:'\e856'}.AAIco-alarm_off:before{content:'\e857'}.AAIco-alarm_on:before{content:'\e858'}.AAIco-album:before{content:'\e019'}.AAIco-all_inclusive:before{content:'\eb3d'}.AAIco-all_out:before{content:'\e90b'}.AAIco-android:before{content:'\e859'}.AAIco-announcement:before{content:'\e85a'}.AAIco-apps:before{content:'\e5c3'}.AAIco-archive:before{content:'\e149'}.AAIco-arrow_back:before{content:'\e5c4'}.AAIco-arrow_downward:before{content:'\e5db'}.AAIco-arrow_drop_down:before{content:'\e5c5'}.AAIco-arrow_drop_down_circle:before{content:'\e5c6'}.AAIco-arrow_drop_up:before{content:'\e5c7'}.AAIco-arrow_forward:before{content:'\e5c8'}.AAIco-arrow_upward:before{content:'\e5d8'}.AAIco-art_track:before{content:'\e060'}.AAIco-aspect_ratio:before{content:'\e85b'}.AAIco-assessment:before{content:'\e85c'}.AAIco-assignment:before{content:'\e85d'}.AAIco-assignment_ind:before{content:'\e85e'}.AAIco-assignment_late:before{content:'\e85f'}.AAIco-assignment_return:before{content:'\e860'}.AAIco-assignment_returned:before{content:'\e861'}.AAIco-assignment_turned_in:before{content:'\e862'}.AAIco-assistant:before{content:'\e39f'}.AAIco-assistant_photo:before{content:'\e3a0'}.AAIco-attach_file:before{content:'\e226'}.AAIco-attach_money:before{content:'\e227'}.AAIco-attachment:before{content:'\e2bc'}.AAIco-audiotrack:before{content:'\e3a1'}.AAIco-autorenew:before{content:'\e863'}.AAIco-av_timer:before{content:'\e01b'}.AAIco-backspace:before{content:'\e14a'}.AAIco-backup:before{content:'\e864'}.AAIco-battery_alert:before{content:'\e19c'}.AAIco-battery_charging_full:before{content:'\e1a3'}.AAIco-battery_full:before{content:'\e1a4'}.AAIco-battery_std:before{content:'\e1a5'}.AAIco-battery_unknown:before{content:'\e1a6'}.AAIco-beach_access:before{content:'\eb3e'}.AAIco-beenhere:before{content:'\e52d'}.AAIco-block:before{content:'\e14b'}.AAIco-bluetooth:before{content:'\e1a7'}.AAIco-bluetooth_audio:before{content:'\e60f'}.AAIco-bluetooth_connected:before{content:'\e1a8'}.AAIco-bluetooth_disabled:before{content:'\e1a9'}.AAIco-bluetooth_searching:before{content:'\e1aa'}.AAIco-blur_circular:before{content:'\e3a2'}.AAIco-blur_linear:before{content:'\e3a3'}.AAIco-blur_off:before{content:'\e3a4'}.AAIco-blur_on:before{content:'\e3a5'}.AAIco-book:before{content:'\e865'}.AAIco-bookmark:before{content:'\e866'}.AAIco-bookmark_border:before{content:'\e867'}.AAIco-border_all:before{content:'\e228'}.AAIco-border_bottom:before{content:'\e229'}.AAIco-border_clear:before{content:'\e22a'}.AAIco-border_color:before{content:'\e22b'}.AAIco-border_horizontal:before{content:'\e22c'}.AAIco-border_inner:before{content:'\e22d'}.AAIco-border_left:before{content:'\e22e'}.AAIco-border_outer:before{content:'\e22f'}.AAIco-border_right:before{content:'\e230'}.AAIco-border_style:before{content:'\e231'}.AAIco-border_top:before{content:'\e232'}.AAIco-border_vertical:before{content:'\e233'}.AAIco-branding_watermark:before{content:'\e06b'}.AAIco-brightness_1:before{content:'\e3a6'}.AAIco-brightness_2:before{content:'\e3a7'}.AAIco-brightness_3:before{content:'\e3a8'}.AAIco-brightness_4:before{content:'\e3a9'}.AAIco-brightness_5:before{content:'\e3aa'}.AAIco-brightness_6:before{content:'\e3ab'}.AAIco-brightness_7:before{content:'\e3ac'}.AAIco-brightness_auto:before{content:'\e1ab'}.AAIco-brightness_high:before{content:'\e1ac'}.AAIco-brightness_low:before{content:'\e1ad'}.AAIco-brightness_medium:before{content:'\e1ae'}.AAIco-broken_image:before{content:'\e3ad'}.AAIco-brush:before{content:'\e3ae'}.AAIco-bubble_chart:before{content:'\e6dd'}.AAIco-bug_report:before{content:'\e868'}.AAIco-build:before{content:'\e869'}.AAIco-burst_mode:before{content:'\e43c'}.AAIco-business:before{content:'\e0af'}.AAIco-business_center:before{content:'\eb3f'}.AAIco-cached:before{content:'\e86a'}.AAIco-cake:before{content:'\e7e9'}.AAIco-call:before{content:'\e0b0'}.AAIco-call_end:before{content:'\e0b1'}.AAIco-call_made:before{content:'\e0b2'}.AAIco-call_merge:before{content:'\e0b3'}.AAIco-call_missed:before{content:'\e0b4'}.AAIco-call_missed_outgoing:before{content:'\e0e4'}.AAIco-call_received:before{content:'\e0b5'}.AAIco-call_split:before{content:'\e0b6'}.AAIco-call_to_action:before{content:'\e06c'}.AAIco-camera:before{content:'\e3af'}.AAIco-camera_alt:before{content:'\e3b0'}.AAIco-camera_enhance:before{content:'\e8fc'}.AAIco-camera_front:before{content:'\e3b1'}.AAIco-camera_rear:before{content:'\e3b2'}.AAIco-camera_roll:before{content:'\e3b3'}.AAIco-cancel:before{content:'\e5c9'}.AAIco-card_giftcard:before{content:'\e8f6'}.AAIco-card_membership:before{content:'\e8f7'}.AAIco-card_travel:before{content:'\e8f8'}.AAIco-casino:before{content:'\eb40'}.AAIco-cast:before{content:'\e307'}.AAIco-cast_connected:before{content:'\e308'}.AAIco-center_focus_strong:before{content:'\e3b4'}.AAIco-center_focus_weak:before{content:'\e3b5'}.AAIco-change_history:before{content:'\e86b'}.AAIco-chat:before{content:'\e0b7'}.AAIco-chat_bubble:before{content:'\e0ca'}.AAIco-chat_bubble_outline:before{content:'\e0cb'}.AAIco-check:before{content:'\e5ca'}.AAIco-check_box:before{content:'\e834'}.AAIco-check_box_outline_blank:before{content:'\e835'}.AAIco-check_circle:before{content:'\e86c'}.AAIco-chevron_left:before{content:'\e5cb'}.AAIco-chevron_right:before{content:'\e5cc'}.AAIco-child_care:before{content:'\eb41'}.AAIco-child_friendly:before{content:'\eb42'}.AAIco-chrome_reader_mode:before{content:'\e86d'}.AAIco-class:before{content:'\e86e'}.AAIco-clear:before{content:'\e14c'}.AAIco-clear_all:before{content:'\e0b8'}.AAIco-close:before{content:'\e5cd'}.AAIco-closed_caption:before{content:'\e01c'}.AAIco-cloud:before{content:'\e2bd'}.AAIco-cloud_circle:before{content:'\e2be'}.AAIco-cloud_done:before{content:'\e2bf'}.AAIco-cloud_download:before{content:'\e2c0'}.AAIco-cloud_off:before{content:'\e2c1'}.AAIco-cloud_queue:before{content:'\e2c2'}.AAIco-cloud_upload:before{content:'\e2c3'}.AAIco-code:before{content:'\e86f'}.AAIco-collections:before{content:'\e3b6'}.AAIco-collections_bookmark:before{content:'\e431'}.AAIco-color_lens:before{content:'\e3b7'}.AAIco-colorize:before{content:'\e3b8'}.AAIco-comment:before{content:'\e0b9'}.AAIco-compare:before{content:'\e3b9'}.AAIco-compare_arrows:before{content:'\e915'}.AAIco-computer:before{content:'\e30a'}.AAIco-confirmation_number:before{content:'\e638'}.AAIco-contact_mail:before{content:'\e0d0'}.AAIco-contact_phone:before{content:'\e0cf'}.AAIco-contacts:before{content:'\e0ba'}.AAIco-content_copy:before{content:'\e14d'}.AAIco-content_cut:before{content:'\e14e'}.AAIco-content_paste:before{content:'\e14f'}.AAIco-control_point:before{content:'\e3ba'}.AAIco-control_point_duplicate:before{content:'\e3bb'}.AAIco-copyright:before{content:'\e90c'}.AAIco-create:before{content:'\e150'}.AAIco-create_new_folder:before{content:'\e2cc'}.AAIco-credit_card:before{content:'\e870'}.AAIco-crop:before{content:'\e3be'}.AAIco-crop_16_9:before{content:'\e3bc'}.AAIco-crop_3_2:before{content:'\e3bd'}.AAIco-crop_5_4:before{content:'\e3bf'}.AAIco-crop_7_5:before{content:'\e3c0'}.AAIco-crop_din:before{content:'\e3c1'}.AAIco-crop_free:before{content:'\e3c2'}.AAIco-crop_landscape:before{content:'\e3c3'}.AAIco-crop_original:before{content:'\e3c4'}.AAIco-crop_portrait:before{content:'\e3c5'}.AAIco-crop_rotate:before{content:'\e437'}.AAIco-crop_square:before{content:'\e3c6'}.AAIco-dashboard:before{content:'\e871'}.AAIco-data_usage:before{content:'\e1af'}.AAIco-date_range:before{content:'\e916'}.AAIco-dehaze:before{content:'\e3c7'}.AAIco-delete:before{content:'\e872'}.AAIco-delete_forever:before{content:'\e92b'}.AAIco-delete_sweep:before{content:'\e16c'}.AAIco-description:before{content:'\e873'}.AAIco-desktop_mac:before{content:'\e30b'}.AAIco-desktop_windows:before{content:'\e30c'}.AAIco-details:before{content:'\e3c8'}.AAIco-developer_board:before{content:'\e30d'}.AAIco-developer_mode:before{content:'\e1b0'}.AAIco-device_hub:before{content:'\e335'}.AAIco-devices:before{content:'\e1b1'}.AAIco-devices_other:before{content:'\e337'}.AAIco-dialer_sip:before{content:'\e0bb'}.AAIco-dialpad:before{content:'\e0bc'}.AAIco-directions:before{content:'\e52e'}.AAIco-directions_bike:before{content:'\e52f'}.AAIco-directions_boat:before{content:'\e532'}.AAIco-directions_bus:before{content:'\e530'}.AAIco-directions_car:before{content:'\e531'}.AAIco-directions_railway:before{content:'\e534'}.AAIco-directions_run:before{content:'\e566'}.AAIco-directions_subway:before{content:'\e533'}.AAIco-directions_transit:before{content:'\e535'}.AAIco-directions_walk:before{content:'\e536'}.AAIco-disc_full:before{content:'\e610'}.AAIco-dns:before{content:'\e875'}.AAIco-do_not_disturb:before{content:'\e612'}.AAIco-do_not_disturb_alt:before{content:'\e611'}.AAIco-do_not_disturb_off:before{content:'\e643'}.AAIco-do_not_disturb_on:before{content:'\e644'}.AAIco-dock:before{content:'\e30e'}.AAIco-domain:before{content:'\e7ee'}.AAIco-done:before{content:'\e876'}.AAIco-done_all:before{content:'\e877'}.AAIco-donut_large:before{content:'\e917'}.AAIco-donut_small:before{content:'\e918'}.AAIco-drafts:before{content:'\e151'}.AAIco-drag_handle:before{content:'\e25d'}.AAIco-drive_eta:before{content:'\e613'}.AAIco-dvr:before{content:'\e1b2'}.AAIco-edit:before{content:'\e3c9'}.AAIco-edit_location:before{content:'\e568'}.AAIco-eject:before{content:'\e8fb'}.AAIco-email:before{content:'\e0be'}.AAIco-enhanced_encryption:before{content:'\e63f'}.AAIco-equalizer:before{content:'\e01d'}.AAIco-error:before{content:'\e000'}.AAIco-error_outline:before{content:'\e001'}.AAIco-euro_symbol:before{content:'\e926'}.AAIco-ev_station:before{content:'\e56d'}.AAIco-event:before{content:'\e878'}.AAIco-event_available:before{content:'\e614'}.AAIco-event_busy:before{content:'\e615'}.AAIco-event_note:before{content:'\e616'}.AAIco-event_seat:before{content:'\e903'}.AAIco-exit_to_app:before{content:'\e879'}.AAIco-expand_less:before{content:'\e5ce'}.AAIco-expand_more:before{content:'\e5cf'}.AAIco-explicit:before{content:'\e01e'}.AAIco-explore:before{content:'\e87a'}.AAIco-exposure:before{content:'\e3ca'}.AAIco-exposure_neg_1:before{content:'\e3cb'}.AAIco-exposure_neg_2:before{content:'\e3cc'}.AAIco-exposure_plus_1:before{content:'\e3cd'}.AAIco-exposure_plus_2:before{content:'\e3ce'}.AAIco-exposure_zero:before{content:'\e3cf'}.AAIco-extension:before{content:'\e87b'}.AAIco-face:before{content:'\e87c'}.AAIco-fast_forward:before{content:'\e01f'}.AAIco-fast_rewind:before{content:'\e020'}.AAIco-favorite:before{content:'\e87d'}.AAIco-favorite_border:before{content:'\e87e'}.AAIco-featured_play_list:before{content:'\e06d'}.AAIco-featured_video:before{content:'\e06e'}.AAIco-feedback:before{content:'\e87f'}.AAIco-fiber_dvr:before{content:'\e05d'}.AAIco-fiber_manual_record:before{content:'\e061'}.AAIco-fiber_new:before{content:'\e05e'}.AAIco-fiber_pin:before{content:'\e06a'}.AAIco-fiber_smart_record:before{content:'\e062'}.AAIco-file_download:before{content:'\e2c4'}.AAIco-file_upload:before{content:'\e2c6'}.AAIco-filter:before{content:'\e3d3'}.AAIco-filter_1:before{content:'\e3d0'}.AAIco-filter_2:before{content:'\e3d1'}.AAIco-filter_3:before{content:'\e3d2'}.AAIco-filter_4:before{content:'\e3d4'}.AAIco-filter_5:before{content:'\e3d5'}.AAIco-filter_6:before{content:'\e3d6'}.AAIco-filter_7:before{content:'\e3d7'}.AAIco-filter_8:before{content:'\e3d8'}.AAIco-filter_9:before{content:'\e3d9'}.AAIco-filter_9_plus:before{content:'\e3da'}.AAIco-filter_b_and_w:before{content:'\e3db'}.AAIco-filter_center_focus:before{content:'\e3dc'}.AAIco-filter_drama:before{content:'\e3dd'}.AAIco-filter_frames:before{content:'\e3de'}.AAIco-filter_hdr:before{content:'\e3df'}.AAIco-filter_list:before{content:'\e152'}.AAIco-filter_none:before{content:'\e3e0'}.AAIco-filter_tilt_shift:before{content:'\e3e2'}.AAIco-filter_vintage:before{content:'\e3e3'}.AAIco-find_in_page:before{content:'\e880'}.AAIco-find_replace:before{content:'\e881'}.AAIco-fingerprint:before{content:'\e90d'}.AAIco-first_page:before{content:'\e5dc'}.AAIco-fitness_center:before{content:'\eb43'}.AAIco-flag:before{content:'\e153'}.AAIco-flare:before{content:'\e3e4'}.AAIco-flash_auto:before{content:'\e3e5'}.AAIco-flash_off:before{content:'\e3e6'}.AAIco-flash_on:before{content:'\e3e7'}.AAIco-flight:before{content:'\e539'}.AAIco-flight_land:before{content:'\e904'}.AAIco-flight_takeoff:before{content:'\e905'}.AAIco-flip:before{content:'\e3e8'}.AAIco-flip_to_back:before{content:'\e882'}.AAIco-flip_to_front:before{content:'\e883'}.AAIco-folder:before{content:'\e2c7'}.AAIco-folder_open:before{content:'\e2c8'}.AAIco-folder_shared:before{content:'\e2c9'}.AAIco-folder_special:before{content:'\e617'}.AAIco-font_download:before{content:'\e167'}.AAIco-format_align_center:before{content:'\e234'}.AAIco-format_align_justify:before{content:'\e235'}.AAIco-format_align_left:before{content:'\e236'}.AAIco-format_align_right:before{content:'\e237'}.AAIco-format_bold:before{content:'\e238'}.AAIco-format_clear:before{content:'\e239'}.AAIco-format_color_fill:before{content:'\e23a'}.AAIco-format_color_reset:before{content:'\e23b'}.AAIco-format_color_text:before{content:'\e23c'}.AAIco-format_indent_decrease:before{content:'\e23d'}.AAIco-format_indent_increase:before{content:'\e23e'}.AAIco-format_italic:before{content:'\e23f'}.AAIco-format_line_spacing:before{content:'\e240'}.AAIco-format_list_bulleted:before{content:'\e241'}.AAIco-format_list_numbered:before{content:'\e242'}.AAIco-format_paint:before{content:'\e243'}.AAIco-format_quote:before{content:'\e244'}.AAIco-format_shapes:before{content:'\e25e'}.AAIco-format_size:before{content:'\e245'}.AAIco-format_strikethrough:before{content:'\e246'}.AAIco-format_textdirection_l_to_r:before{content:'\e247'}.AAIco-format_textdirection_r_to_l:before{content:'\e248'}.AAIco-format_underlined:before{content:'\e249'}.AAIco-forum:before{content:'\e0bf'}.AAIco-forward:before{content:'\e154'}.AAIco-forward_10:before{content:'\e056'}.AAIco-forward_30:before{content:'\e057'}.AAIco-forward_5:before{content:'\e058'}.AAIco-free_breakfast:before{content:'\eb44'}.AAIco-fullscreen:before{content:'\e5d0'}.AAIco-fullscreen_exit:before{content:'\e5d1'}.AAIco-functions:before{content:'\e24a'}.AAIco-g_translate:before{content:'\e927'}.AAIco-gamepad:before{content:'\e30f'}.AAIco-games:before{content:'\e021'}.AAIco-gavel:before{content:'\e90e'}.AAIco-gesture:before{content:'\e155'}.AAIco-get_app:before{content:'\e884'}.AAIco-gif:before{content:'\e908'}.AAIco-golf_course:before{content:'\eb45'}.AAIco-gps_fixed:before{content:'\e1b3'}.AAIco-gps_not_fixed:before{content:'\e1b4'}.AAIco-gps_off:before{content:'\e1b5'}.AAIco-grade:before{content:'\e885'}.AAIco-gradient:before{content:'\e3e9'}.AAIco-grain:before{content:'\e3ea'}.AAIco-graphic_eq:before{content:'\e1b8'}.AAIco-grid_off:before{content:'\e3eb'}.AAIco-grid_on:before{content:'\e3ec'}.AAIco-group:before{content:'\e7ef'}.AAIco-group_add:before{content:'\e7f0'}.AAIco-group_work:before{content:'\e886'}.AAIco-hd:before{content:'\e052'}.AAIco-hdr_off:before{content:'\e3ed'}.AAIco-hdr_on:before{content:'\e3ee'}.AAIco-hdr_strong:before{content:'\e3f1'}.AAIco-hdr_weak:before{content:'\e3f2'}.AAIco-headset:before{content:'\e310'}.AAIco-headset_mic:before{content:'\e311'}.AAIco-healing:before{content:'\e3f3'}.AAIco-hearing:before{content:'\e023'}.AAIco-help:before{content:'\e887'}.AAIco-help_outline:before{content:'\e8fd'}.AAIco-high_quality:before{content:'\e024'}.AAIco-highlight:before{content:'\e25f'}.AAIco-highlight_off:before{content:'\e888'}.AAIco-history:before{content:'\e889'}.AAIco-home:before{content:'\e88a'}.AAIco-hot_tub:before{content:'\eb46'}.AAIco-hotel:before{content:'\e53a'}.AAIco-hourglass_empty:before{content:'\e88b'}.AAIco-hourglass_full:before{content:'\e88c'}.AAIco-http:before{content:'\e902'}.AAIco-https:before{content:'\e88d'}.AAIco-image:before{content:'\e3f4'}.AAIco-image_aspect_ratio:before{content:'\e3f5'}.AAIco-import_contacts:before{content:'\e0e0'}.AAIco-import_export:before{content:'\e0c3'}.AAIco-important_devices:before{content:'\e912'}.AAIco-inbox:before{content:'\e156'}.AAIco-indeterminate_check_box:before{content:'\e909'}.AAIco-info:before{content:'\e88e'}.AAIco-info_outline:before{content:'\e88f'}.AAIco-input:before{content:'\e890'}.AAIco-insert_chart:before{content:'\e24b'}.AAIco-insert_comment:before{content:'\e24c'}.AAIco-insert_drive_file:before{content:'\e24d'}.AAIco-insert_emoticon:before{content:'\e24e'}.AAIco-insert_invitation:before{content:'\e24f'}.AAIco-insert_link:before{content:'\e250'}.AAIco-insert_photo:before{content:'\e251'}.AAIco-invert_colors:before{content:'\e891'}.AAIco-invert_colors_off:before{content:'\e0c4'}.AAIco-iso:before{content:'\e3f6'}.AAIco-keyboard:before{content:'\e312'}.AAIco-keyboard_arrow_down:before{content:'\e313'}.AAIco-keyboard_arrow_left:before{content:'\e314'}.AAIco-keyboard_arrow_right:before{content:'\e315'}.AAIco-keyboard_arrow_up:before{content:'\e316'}.AAIco-keyboard_backspace:before{content:'\e317'}.AAIco-keyboard_capslock:before{content:'\e318'}.AAIco-keyboard_hide:before{content:'\e31a'}.AAIco-keyboard_return:before{content:'\e31b'}.AAIco-keyboard_tab:before{content:'\e31c'}.AAIco-keyboard_voice:before{content:'\e31d'}.AAIco-kitchen:before{content:'\eb47'}.AAIco-label:before{content:'\e892'}.AAIco-label_outline:before{content:'\e893'}.AAIco-landscape:before{content:'\e3f7'}.AAIco-language:before{content:'\e894'}.AAIco-laptop:before{content:'\e31e'}.AAIco-laptop_chromebook:before{content:'\e31f'}.AAIco-laptop_mac:before{content:'\e320'}.AAIco-laptop_windows:before{content:'\e321'}.AAIco-last_page:before{content:'\e5dd'}.AAIco-launch:before{content:'\e895'}.AAIco-layers:before{content:'\e53b'}.AAIco-layers_clear:before{content:'\e53c'}.AAIco-leak_add:before{content:'\e3f8'}.AAIco-leak_remove:before{content:'\e3f9'}.AAIco-lens:before{content:'\e3fa'}.AAIco-library_add:before{content:'\e02e'}.AAIco-library_books:before{content:'\e02f'}.AAIco-library_music:before{content:'\e030'}.AAIco-lightbulb_outline:before{content:'\e90f'}.AAIco-line_style:before{content:'\e919'}.AAIco-line_weight:before{content:'\e91a'}.AAIco-linear_scale:before{content:'\e260'}.AAIco-link:before{content:'\e157'}.AAIco-linked_camera:before{content:'\e438'}.AAIco-list:before{content:'\e896'}.AAIco-live_help:before{content:'\e0c6'}.AAIco-live_tv:before{content:'\e639'}.AAIco-local_activity:before{content:'\e53f'}.AAIco-local_airport:before{content:'\e53d'}.AAIco-local_atm:before{content:'\e53e'}.AAIco-local_bar:before{content:'\e540'}.AAIco-local_cafe:before{content:'\e541'}.AAIco-local_car_wash:before{content:'\e542'}.AAIco-local_convenience_store:before{content:'\e543'}.AAIco-local_dining:before{content:'\e556'}.AAIco-local_drink:before{content:'\e544'}.AAIco-local_florist:before{content:'\e545'}.AAIco-local_gas_station:before{content:'\e546'}.AAIco-local_grocery_store:before{content:'\e547'}.AAIco-local_hospital:before{content:'\e548'}.AAIco-local_hotel:before{content:'\e549'}.AAIco-local_laundry_service:before{content:'\e54a'}.AAIco-local_library:before{content:'\e54b'}.AAIco-local_mall:before{content:'\e54c'}.AAIco-local_movies:before{content:'\e54d'}.AAIco-local_offer:before{content:'\e54e'}.AAIco-local_parking:before{content:'\e54f'}.AAIco-local_pharmacy:before{content:'\e550'}.AAIco-local_phone:before{content:'\e551'}.AAIco-local_pizza:before{content:'\e552'}.AAIco-local_play:before{content:'\e553'}.AAIco-local_post_office:before{content:'\e554'}.AAIco-local_printshop:before{content:'\e555'}.AAIco-local_see:before{content:'\e557'}.AAIco-local_shipping:before{content:'\e558'}.AAIco-local_taxi:before{content:'\e559'}.AAIco-location_city:before{content:'\e7f1'}.AAIco-location_disabled:before{content:'\e1b6'}.AAIco-location_off:before{content:'\e0c7'}.AAIco-location_on:before{content:'\e0c8'}.AAIco-location_searching:before{content:'\e1b7'}.AAIco-lock:before{content:'\e897'}.AAIco-lock_open:before{content:'\e898'}.AAIco-lock_outline:before{content:'\e899'}.AAIco-looks:before{content:'\e3fc'}.AAIco-looks_3:before{content:'\e3fb'}.AAIco-looks_4:before{content:'\e3fd'}.AAIco-looks_5:before{content:'\e3fe'}.AAIco-looks_6:before{content:'\e3ff'}.AAIco-looks_one:before{content:'\e400'}.AAIco-looks_two:before{content:'\e401'}.AAIco-loop:before{content:'\e028'}.AAIco-loupe:before{content:'\e402'}.AAIco-low_priority:before{content:'\e16d'}.AAIco-loyalty:before{content:'\e89a'}.AAIco-mail:before{content:'\e158'}.AAIco-mail_outline:before{content:'\e0e1'}.AAIco-map:before{content:'\e55b'}.AAIco-markunread:before{content:'\e159'}.AAIco-markunread_mailbox:before{content:'\e89b'}.AAIco-memory:before{content:'\e322'}.AAIco-menu:before{content:'\e5d2'}.AAIco-merge_type:before{content:'\e252'}.AAIco-message:before{content:'\e0c9'}.AAIco-mic:before{content:'\e029'}.AAIco-mic_none:before{content:'\e02a'}.AAIco-mic_off:before{content:'\e02b'}.AAIco-mms:before{content:'\e618'}.AAIco-mode_comment:before{content:'\e253'}.AAIco-mode_edit:before{content:'\e254'}.AAIco-monetization_on:before{content:'\e263'}.AAIco-money_off:before{content:'\e25c'}.AAIco-monochrome_photos:before{content:'\e403'}.AAIco-mood:before{content:'\e7f2'}.AAIco-mood_bad:before{content:'\e7f3'}.AAIco-more:before{content:'\e619'}.AAIco-more_horiz:before{content:'\e5d3'}.AAIco-more_vert:before{content:'\e5d4'}.AAIco-motorcycle:before{content:'\e91b'}.AAIco-mouse:before{content:'\e323'}.AAIco-move_to_inbox:before{content:'\e168'}.AAIco-movie:before{content:'\e02c'}.AAIco-movie_creation:before{content:'\e404'}.AAIco-movie_filter:before{content:'\e43a'}.AAIco-multiline_chart:before{content:'\e6df'}.AAIco-music_note:before{content:'\e405'}.AAIco-music_video:before{content:'\e063'}.AAIco-my_location:before{content:'\e55c'}.AAIco-nature:before{content:'\e406'}.AAIco-nature_people:before{content:'\e407'}.AAIco-navigate_before:before{content:'\e408'}.AAIco-navigate_next:before{content:'\e409'}.AAIco-navigation:before{content:'\e55d'}.AAIco-near_me:before{content:'\e569'}.AAIco-network_cell:before{content:'\e1b9'}.AAIco-network_check:before{content:'\e640'}.AAIco-network_locked:before{content:'\e61a'}.AAIco-network_wifi:before{content:'\e1ba'}.AAIco-new_releases:before{content:'\e031'}.AAIco-next_week:before{content:'\e16a'}.AAIco-nfc:before{content:'\e1bb'}.AAIco-no_encryption:before{content:'\e641'}.AAIco-no_sim:before{content:'\e0cc'}.AAIco-not_interested:before{content:'\e033'}.AAIco-note:before{content:'\e06f'}.AAIco-note_add:before{content:'\e89c'}.AAIco-notifications:before{content:'\e7f4'}.AAIco-notifications_active:before{content:'\e7f7'}.AAIco-notifications_none:before{content:'\e7f5'}.AAIco-notifications_off:before{content:'\e7f6'}.AAIco-notifications_paused:before{content:'\e7f8'}.AAIco-offline_pin:before{content:'\e90a'}.AAIco-ondemand_video:before{content:'\e63a'}.AAIco-opacity:before{content:'\e91c'}.AAIco-open_in_browser:before{content:'\e89d'}.AAIco-open_in_new:before{content:'\e89e'}.AAIco-open_with:before{content:'\e89f'}.AAIco-pages:before{content:'\e7f9'}.AAIco-pageview:before{content:'\e8a0'}.AAIco-palette:before{content:'\e40a'}.AAIco-pan_tool:before{content:'\e925'}.AAIco-panorama:before{content:'\e40b'}.AAIco-panorama_fish_eye:before{content:'\e40c'}.AAIco-panorama_horizontal:before{content:'\e40d'}.AAIco-panorama_vertical:before{content:'\e40e'}.AAIco-panorama_wide_angle:before{content:'\e40f'}.AAIco-party_mode:before{content:'\e7fa'}.AAIco-pause:before{content:'\e034'}.AAIco-pause_circle_filled:before{content:'\e035'}.AAIco-pause_circle_outline:before{content:'\e036'}.AAIco-payment:before{content:'\e8a1'}.AAIco-people:before{content:'\e7fb'}.AAIco-people_outline:before{content:'\e7fc'}.AAIco-perm_camera_mic:before{content:'\e8a2'}.AAIco-perm_contact_calendar:before{content:'\e8a3'}.AAIco-perm_data_setting:before{content:'\e8a4'}.AAIco-perm_device_information:before{content:'\e8a5'}.AAIco-perm_identity:before{content:'\e8a6'}.AAIco-perm_media:before{content:'\e8a7'}.AAIco-perm_phone_msg:before{content:'\e8a8'}.AAIco-perm_scan_wifi:before{content:'\e8a9'}.AAIco-person:before{content:'\e7fd'}.AAIco-person_add:before{content:'\e7fe'}.AAIco-person_outline:before{content:'\e7ff'}.AAIco-person_pin:before{content:'\e55a'}.AAIco-person_pin_circle:before{content:'\e56a'}.AAIco-personal_video:before{content:'\e63b'}.AAIco-pets:before{content:'\e91d'}.AAIco-phone:before{content:'\e0cd'}.AAIco-phone_android:before{content:'\e324'}.AAIco-phone_bluetooth_speaker:before{content:'\e61b'}.AAIco-phone_forwarded:before{content:'\e61c'}.AAIco-phone_in_talk:before{content:'\e61d'}.AAIco-phone_iphone:before{content:'\e325'}.AAIco-phone_locked:before{content:'\e61e'}.AAIco-phone_missed:before{content:'\e61f'}.AAIco-phone_paused:before{content:'\e620'}.AAIco-phonelink:before{content:'\e326'}.AAIco-phonelink_erase:before{content:'\e0db'}.AAIco-phonelink_lock:before{content:'\e0dc'}.AAIco-phonelink_off:before{content:'\e327'}.AAIco-phonelink_ring:before{content:'\e0dd'}.AAIco-phonelink_setup:before{content:'\e0de'}.AAIco-photo:before{content:'\e410'}.AAIco-photo_album:before{content:'\e411'}.AAIco-photo_camera:before{content:'\e412'}.AAIco-photo_filter:before{content:'\e43b'}.AAIco-photo_library:before{content:'\e413'}.AAIco-photo_size_select_actual:before{content:'\e432'}.AAIco-photo_size_select_large:before{content:'\e433'}.AAIco-photo_size_select_small:before{content:'\e434'}.AAIco-picture_as_pdf:before{content:'\e415'}.AAIco-picture_in_picture:before{content:'\e8aa'}.AAIco-picture_in_picture_alt:before{content:'\e911'}.AAIco-pie_chart:before{content:'\e6c4'}.AAIco-pie_chart_outlined:before{content:'\e6c5'}.AAIco-pin_drop:before{content:'\e55e'}.AAIco-place:before{content:'\e55f'}.AAIco-play_arrow:before{content:'\e037'}.AAIco-play_circle_filled:before{content:'\e038'}.AAIco-play_circle_outline:before{content:'\e039'}.AAIco-play_for_work:before{content:'\e906'}.AAIco-playlist_add:before{content:'\e03b'}.AAIco-playlist_add_check:before{content:'\e065'}.AAIco-playlist_play:before{content:'\e05f'}.AAIco-plus_one:before{content:'\e800'}.AAIco-poll:before{content:'\e801'}.AAIco-polymer:before{content:'\e8ab'}.AAIco-pool:before{content:'\eb48'}.AAIco-portable_wifi_off:before{content:'\e0ce'}.AAIco-portrait:before{content:'\e416'}.AAIco-power:before{content:'\e63c'}.AAIco-power_input:before{content:'\e336'}.AAIco-power_settings_new:before{content:'\e8ac'}.AAIco-pregnant_woman:before{content:'\e91e'}.AAIco-present_to_all:before{content:'\e0df'}.AAIco-print:before{content:'\e8ad'}.AAIco-priority_high:before{content:'\e645'}.AAIco-public:before{content:'\e80b'}.AAIco-publish:before{content:'\e255'}.AAIco-query_builder:before{content:'\e8ae'}.AAIco-question_answer:before{content:'\e8af'}.AAIco-queue:before{content:'\e03c'}.AAIco-queue_music:before{content:'\e03d'}.AAIco-queue_play_next:before{content:'\e066'}.AAIco-radio:before{content:'\e03e'}.AAIco-radio_button_checked:before{content:'\e837'}.AAIco-radio_button_unchecked:before{content:'\e836'}.AAIco-rate_review:before{content:'\e560'}.AAIco-receipt:before{content:'\e8b0'}.AAIco-recent_actors:before{content:'\e03f'}.AAIco-record_voice_over:before{content:'\e91f'}.AAIco-redeem:before{content:'\e8b1'}.AAIco-redo:before{content:'\e15a'}.AAIco-refresh:before{content:'\e5d5'}.AAIco-remove:before{content:'\e15b'}.AAIco-remove_circle:before{content:'\e15c'}.AAIco-remove_circle_outline:before{content:'\e15d'}.AAIco-remove_from_queue:before{content:'\e067'}.AAIco-remove_red_eye:before{content:'\e417'}.AAIco-remove_shopping_cart:before{content:'\e928'}.AAIco-reorder:before{content:'\e8fe'}.AAIco-repeat:before{content:'\e040'}.AAIco-repeat_one:before{content:'\e041'}.AAIco-replay:before{content:'\e042'}.AAIco-replay_10:before{content:'\e059'}.AAIco-replay_30:before{content:'\e05a'}.AAIco-replay_5:before{content:'\e05b'}.AAIco-reply:before{content:'\e15e'}.AAIco-reply_all:before{content:'\e15f'}.AAIco-report:before{content:'\e160'}.AAIco-report_problem:before{content:'\e8b2'}.AAIco-restaurant:before{content:'\e56c'}.AAIco-restaurant_menu:before{content:'\e561'}.AAIco-restore:before{content:'\e8b3'}.AAIco-restore_page:before{content:'\e929'}.AAIco-ring_volume:before{content:'\e0d1'}.AAIco-room:before{content:'\e8b4'}.AAIco-room_service:before{content:'\eb49'}.AAIco-rotate_90_degrees_ccw:before{content:'\e418'}.AAIco-rotate_left:before{content:'\e419'}.AAIco-rotate_right:before{content:'\e41a'}.AAIco-rounded_corner:before{content:'\e920'}.AAIco-router:before{content:'\e328'}.AAIco-rowing:before{content:'\e921'}.AAIco-rss_feed:before{content:'\e0e5'}.AAIco-rv_hookup:before{content:'\e642'}.AAIco-satellite:before{content:'\e562'}.AAIco-save:before{content:'\e161'}.AAIco-scanner:before{content:'\e329'}.AAIco-schedule:before{content:'\e8b5'}.AAIco-school:before{content:'\e80c'}.AAIco-screen_lock_landscape:before{content:'\e1be'}.AAIco-screen_lock_portrait:before{content:'\e1bf'}.AAIco-screen_lock_rotation:before{content:'\e1c0'}.AAIco-screen_rotation:before{content:'\e1c1'}.AAIco-screen_share:before{content:'\e0e2'}.AAIco-sd_card:before{content:'\e623'}.AAIco-sd_storage:before{content:'\e1c2'}.AAIco-search:before{content:'\e8b6'}.AAIco-security:before{content:'\e32a'}.AAIco-select_all:before{content:'\e162'}.AAIco-send:before{content:'\e163'}.AAIco-sentiment_dissatisfied:before{content:'\e811'}.AAIco-sentiment_neutral:before{content:'\e812'}.AAIco-sentiment_satisfied:before{content:'\e813'}.AAIco-sentiment_very_dissatisfied:before{content:'\e814'}.AAIco-sentiment_very_satisfied:before{content:'\e815'}.AAIco-settings:before{content:'\e8b8'}.AAIco-settings_applications:before{content:'\e8b9'}.AAIco-settings_backup_restore:before{content:'\e8ba'}.AAIco-settings_bluetooth:before{content:'\e8bb'}.AAIco-settings_brightness:before{content:'\e8bd'}.AAIco-settings_cell:before{content:'\e8bc'}.AAIco-settings_ethernet:before{content:'\e8be'}.AAIco-settings_input_antenna:before{content:'\e8bf'}.AAIco-settings_input_component:before{content:'\e8c0'}.AAIco-settings_input_composite:before{content:'\e8c1'}.AAIco-settings_input_hdmi:before{content:'\e8c2'}.AAIco-settings_input_svideo:before{content:'\e8c3'}.AAIco-settings_overscan:before{content:'\e8c4'}.AAIco-settings_phone:before{content:'\e8c5'}.AAIco-settings_power:before{content:'\e8c6'}.AAIco-settings_remote:before{content:'\e8c7'}.AAIco-settings_system_daydream:before{content:'\e1c3'}.AAIco-settings_voice:before{content:'\e8c8'}.AAIco-share:before{content:'\e80d'}.AAIco-shop:before{content:'\e8c9'}.AAIco-shop_two:before{content:'\e8ca'}.AAIco-shopping_basket:before{content:'\e8cb'}.AAIco-shopping_cart:before{content:'\e8cc'}.AAIco-short_text:before{content:'\e261'}.AAIco-show_chart:before{content:'\e6e1'}.AAIco-shuffle:before{content:'\e043'}.AAIco-signal_cellular_4_bar:before{content:'\e1c8'}.AAIco-signal_cellular_connected_no_internet_4_bar:before{content:'\e1cd'}.AAIco-signal_cellular_no_sim:before{content:'\e1ce'}.AAIco-signal_cellular_null:before{content:'\e1cf'}.AAIco-signal_cellular_off:before{content:'\e1d0'}.AAIco-signal_wifi_4_bar:before{content:'\e1d8'}.AAIco-signal_wifi_4_bar_lock:before{content:'\e1d9'}.AAIco-signal_wifi_off:before{content:'\e1da'}.AAIco-sim_card:before{content:'\e32b'}.AAIco-sim_card_alert:before{content:'\e624'}.AAIco-skip_next:before{content:'\e044'}.AAIco-skip_previous:before{content:'\e045'}.AAIco-slideshow:before{content:'\e41b'}.AAIco-slow_motion_video:before{content:'\e068'}.AAIco-smartphone:before{content:'\e32c'}.AAIco-smoke_free:before{content:'\eb4a'}.AAIco-smoking_rooms:before{content:'\eb4b'}.AAIco-sms:before{content:'\e625'}.AAIco-sms_failed:before{content:'\e626'}.AAIco-snooze:before{content:'\e046'}.AAIco-sort:before{content:'\e164'}.AAIco-sort_by_alpha:before{content:'\e053'}.AAIco-spa:before{content:'\eb4c'}.AAIco-space_bar:before{content:'\e256'}.AAIco-speaker:before{content:'\e32d'}.AAIco-speaker_group:before{content:'\e32e'}.AAIco-speaker_notes:before{content:'\e8cd'}.AAIco-speaker_notes_off:before{content:'\e92a'}.AAIco-speaker_phone:before{content:'\e0d2'}.AAIco-spellcheck:before{content:'\e8ce'}.AAIco-star:before{content:'\e838'}.AAIco-star_border:before{content:'\e83a'}.AAIco-star_half:before{content:'\e839'}.AAIco-stars:before{content:'\e8d0'}.AAIco-stay_current_landscape:before{content:'\e0d3'}.AAIco-stay_current_portrait:before{content:'\e0d4'}.AAIco-stay_primary_landscape:before{content:'\e0d5'}.AAIco-stay_primary_portrait:before{content:'\e0d6'}.AAIco-stop:before{content:'\e047'}.AAIco-stop_screen_share:before{content:'\e0e3'}.AAIco-storage:before{content:'\e1db'}.AAIco-store:before{content:'\e8d1'}.AAIco-store_mall_directory:before{content:'\e563'}.AAIco-straighten:before{content:'\e41c'}.AAIco-streetview:before{content:'\e56e'}.AAIco-strikethrough_s:before{content:'\e257'}.AAIco-style:before{content:'\e41d'}.AAIco-subdirectory_arrow_left:before{content:'\e5d9'}.AAIco-subdirectory_arrow_right:before{content:'\e5da'}.AAIco-subject:before{content:'\e8d2'}.AAIco-subscriptions:before{content:'\e064'}.AAIco-subtitles:before{content:'\e048'}.AAIco-subway:before{content:'\e56f'}.AAIco-supervisor_account:before{content:'\e8d3'}.AAIco-surround_sound:before{content:'\e049'}.AAIco-swap_calls:before{content:'\e0d7'}.AAIco-swap_horiz:before{content:'\e8d4'}.AAIco-swap_vert:before{content:'\e8d5'}.AAIco-swap_vertical_circle:before{content:'\e8d6'}.AAIco-switch_camera:before{content:'\e41e'}.AAIco-switch_video:before{content:'\e41f'}.AAIco-sync:before{content:'\e627'}.AAIco-sync_disabled:before{content:'\e628'}.AAIco-sync_problem:before{content:'\e629'}.AAIco-system_update:before{content:'\e62a'}.AAIco-system_update_alt:before{content:'\e8d7'}.AAIco-tab:before{content:'\e8d8'}.AAIco-tab_unselected:before{content:'\e8d9'}.AAIco-tablet:before{content:'\e32f'}.AAIco-tablet_android:before{content:'\e330'}.AAIco-tablet_mac:before{content:'\e331'}.AAIco-tag_faces:before{content:'\e420'}.AAIco-tap_and_play:before{content:'\e62b'}.AAIco-terrain:before{content:'\e564'}.AAIco-text_fields:before{content:'\e262'}.AAIco-text_format:before{content:'\e165'}.AAIco-textsms:before{content:'\e0d8'}.AAIco-texture:before{content:'\e421'}.AAIco-theaters:before{content:'\e8da'}.AAIco-thumb_down:before{content:'\e8db'}.AAIco-thumb_up:before{content:'\e8dc'}.AAIco-thumbs_up_down:before{content:'\e8dd'}.AAIco-time_to_leave:before{content:'\e62c'}.AAIco-timelapse:before{content:'\e422'}.AAIco-timeline:before{content:'\e922'}.AAIco-timer:before{content:'\e425'}.AAIco-timer_10:before{content:'\e423'}.AAIco-timer_3:before{content:'\e424'}.AAIco-timer_off:before{content:'\e426'}.AAIco-title:before{content:'\e264'}.AAIco-toc:before{content:'\e8de'}.AAIco-today:before{content:'\e8df'}.AAIco-toll:before{content:'\e8e0'}.AAIco-tonality:before{content:'\e427'}.AAIco-touch_app:before{content:'\e913'}.AAIco-toys:before{content:'\e332'}.AAIco-track_changes:before{content:'\e8e1'}.AAIco-traffic:before{content:'\e565'}.AAIco-train:before{content:'\e570'}.AAIco-tram:before{content:'\e571'}.AAIco-transfer_within_a_station:before{content:'\e572'}.AAIco-transform:before{content:'\e428'}.AAIco-translate:before{content:'\e8e2'}.AAIco-trending_down:before{content:'\e8e3'}.AAIco-trending_flat:before{content:'\e8e4'}.AAIco-trending_up:before{content:'\e8e5'}.AAIco-tune:before{content:'\e429'}.AAIco-turned_in:before{content:'\e8e6'}.AAIco-turned_in_not:before{content:'\e8e7'}.AAIco-tv:before{content:'\e333'}.AAIco-unarchive:before{content:'\e169'}.AAIco-undo:before{content:'\e166'}.AAIco-unfold_less:before{content:'\e5d6'}.AAIco-unfold_more:before{content:'\e5d7'}.AAIco-update:before{content:'\e923'}.AAIco-usb:before{content:'\e1e0'}.AAIco-verified_user:before{content:'\e8e8'}.AAIco-vertical_align_bottom:before{content:'\e258'}.AAIco-vertical_align_center:before{content:'\e259'}.AAIco-vertical_align_top:before{content:'\e25a'}.AAIco-vibration:before{content:'\e62d'}.AAIco-video_call:before{content:'\e070'}.AAIco-video_label:before{content:'\e071'}.AAIco-video_library:before{content:'\e04a'}.AAIco-videocam:before{content:'\e04b'}.AAIco-videocam_off:before{content:'\e04c'}.AAIco-videogame_asset:before{content:'\e338'}.AAIco-view_agenda:before{content:'\e8e9'}.AAIco-view_array:before{content:'\e8ea'}.AAIco-view_carousel:before{content:'\e8eb'}.AAIco-view_column:before{content:'\e8ec'}.AAIco-view_comfy:before{content:'\e42a'}.AAIco-view_compact:before{content:'\e42b'}.AAIco-view_day:before{content:'\e8ed'}.AAIco-view_headline:before{content:'\e8ee'}.AAIco-view_list:before{content:'\e8ef'}.AAIco-view_module:before{content:'\e8f0'}.AAIco-view_quilt:before{content:'\e8f1'}.AAIco-view_stream:before{content:'\e8f2'}.AAIco-view_week:before{content:'\e8f3'}.AAIco-vignette:before{content:'\e435'}.AAIco-visibility:before{content:'\e8f4'}.AAIco-visibility_off:before{content:'\e8f5'}.AAIco-voice_chat:before{content:'\e62e'}.AAIco-voicemail:before{content:'\e0d9'}.AAIco-volume_down:before{content:'\e04d'}.AAIco-volume_mute:before{content:'\e04e'}.AAIco-volume_off:before{content:'\e04f'}.AAIco-volume_up:before{content:'\e050'}.AAIco-vpn_key:before{content:'\e0da'}.AAIco-vpn_lock:before{content:'\e62f'}.AAIco-wallpaper:before{content:'\e1bc'}.AAIco-warning:before{content:'\e002'}.AAIco-watch:before{content:'\e334'}.AAIco-watch_later:before{content:'\e924'}.AAIco-wb_auto:before{content:'\e42c'}.AAIco-wb_cloudy:before{content:'\e42d'}.AAIco-wb_incandescent:before{content:'\e42e'}.AAIco-wb_iridescent:before{content:'\e436'}.AAIco-wb_sunny:before{content:'\e430'}.AAIco-wc:before{content:'\e63d'}.AAIco-web:before{content:'\e051'}.AAIco-web_asset:before{content:'\e069'}.AAIco-weekend:before{content:'\e16b'}.AAIco-whatshot:before{content:'\e80e'}.AAIco-widgets:before{content:'\e1bd'}.AAIco-wifi:before{content:'\e63e'}.AAIco-wifi_lock:before{content:'\e1e1'}.AAIco-wifi_tethering:before{content:'\e1e2'}.AAIco-work:before{content:'\e8f9'}.AAIco-wrap_text:before{content:'\e25b'}.AAIco-youtube_searched_for:before{content:'\e8fa'}.AAIco-zoom_in:before{content:'\e8ff'}.AAIco-zoom_out:before{content:'\e900'}.AAIco-zoom_out_map:before{content:'\e56b'} diff --git a/resources/assets/css/toroflix-public.css b/resources/assets/css/toroflix-public.css new file mode 100644 index 0000000..41aa92f --- /dev/null +++ b/resources/assets/css/toroflix-public.css @@ -0,0 +1 @@ +html{box-sizing:border-box;font-family:sans-serif;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,figure{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary,picture{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;text-decoration:none}a:active,a:hover,:focus{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong,em{font-weight:700}dfn{font-style:italic}h1{font-size:2rem;margin:.67rem 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25rem}sup{top:-.5rem}img,video,iframe{border:0;max-width:100%;height:auto;display:inline-block;vertical-align:middle;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{padding:1rem;max-width:100%;position:relative;white-space:pre-wrap}pre:after{position:absolute;left:0;top:0;width:100%;height:100%;background-color:currentColor;opacity:.2;content:''}figure img{vertical-align:top}.jm15{color:#000}hr{background-color:currentColor;border:0;height:1px;overflow:visible;opacity:.2}table{border-collapse:collapse;border-spacing:0;width:100%}caption{margin-bottom:-1px}caption,td,th{border:0;padding:.937rem;text-align:left}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:0}fieldset{border:0;margin:0;padding:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline:0}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.8}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}@media print{*,*:before,*:after,*:first-letter,*:first-line{background:0 0!important;color:#000!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}}a[class*=fa-],span[class*=fa-],strong[class*=fa-],i[class*=fa-],a[class*=AAIco-],span[class*=AAIco-],strong[class*=AAIco-],i[class*=AAIco-]{display:inline-block}[class*=AAIco-]:before,[class*=fa-]:before,.widget_categories>ul li>a:before,.comment-reply-link:before,.comment-notes:before,.TPost .Description .CastList li:before,.widget_ratings-widget li:before,.widget_recent_comments li:before,.widget_recent_entries li:before,.widget_views li:before,.widget_rss li:before,.widget_meta li:before,.widget_pages li:before,.widget_archive li:before{display:inline-block;font-style:normal!important;font-weight:400!important;font-size:inherit;line-height:inherit;vertical-align:top;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal}[class*=fa-]:before{font-family:FontAwesome}[class*=AAIco-]:before,.wp-pagenavi a.first:before,.wp-pagenavi a.previouspostslink:before,.wp-pagenavi a.nextpostslink:before,.wp-pagenavi a.last:before,.widget_categories>ul li>a:before,.sol-quick-delete,.comment-reply-link:before,.comment-notes:before,.TPost .Description .CastList li:before,.trsrclst .tr-delete,.next.page-numbers:before,.prev.page-numbers:before,.widget_ratings-widget li:before,.widget_recent_comments li:before,.widget_recent_entries li:before,.widget_views li:before,.widget_rss li:before,.widget_meta li:before,.widget_pages li:before,.widget_archive li:before{font-family:material icons;font-feature-settings:'liga'}body{font-size:.875rem;line-height:1.5625rem;font-family:source sans pro,sans-serif;word-wrap:break-word}dl dt{font-weight:700}p,h1,h2,h3,h4,h5,h6{font-size:inherit}h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.Title a{color:inherit}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.187rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}*,:before,:after{box-sizing:inherit}html{overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.Tf-Wp{min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.Tf-Wp>.Body{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.Container{margin:0 auto;padding:0 1rem;width:100%}.jm15{color:#000}hr{margin:1.87rem 0}ul,ol,dl{list-style-position:outside}ul ul{list-style-type:inherit}ul ul,ul ol,ol ol,ol ul{margin-left:.937rem;margin-bottom:0}ul,ol{margin-left:.937rem}nav ul,[class*=Menu],[class*=List],[class*=Row]{margin:0;padding:0;list-style-type:none}h1,h2,h3,h4,h5,h6{margin-top:0}p{margin-top:0;margin-bottom:1rem}ul,ol,dl,dl dt,dl dd,h1,h2,h3,h4,h5,h6,p,blockquote,table,input,textarea,button,select,[class*=Form-]{margin-bottom:.937rem}[class*=Row]{margin-left:-.625rem;margin-right:-.625rem}[class*=Row]>*{padding-left:.625rem;padding-right:.625rem;min-width:0}.RowCn>.Row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}[class*=Form-] input,[class*=Form-] button,[class*=Form-] textarea,[class*=Form-] select,[class*=Form-] .Form-Select{margin-bottom:0}[class*=Form-] [class*=Form-]{margin-bottom:0}.AF.Rows:after{content:'';display:block;overflow:hidden;clear:both}.AF.Rows>*{display:block;float:left;width:100%}.AX.Rows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.AX.Rows>*{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.AX.Rows>.Auto,.AX.Rows.AtRw>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.Column.A01,.Rows.A01>*{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.Column.A02,.Rows.A02>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.Column.A20,.Rows.A20>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.Column.A03,.Rows.A03>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.Column.A04,.Rows.A04>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.Column.A05,.Rows.A05>*{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.Column.A06,.Rows.A06>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.Column.A07,.Rows.A07>*{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.Column.A08,.Rows.A08>*{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-ms-flex:0 0 66.66666667%;flex:0 0 66.666667%;max-width:66.66666667%}.Column.A09,.Rows.A09>*{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.Column.A10,.Rows.A10>*{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.Column.A11,.Rows.A11>*{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.Column.A12,.Rows.A12>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:34em){.BF.Rows:after{content:'';display:block;overflow:hidden;clear:both}.BF.Rows>*{display:block;float:left;width:100%}.BX.Rows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.BX.Rows>*{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.BX.Rows>.Auto,.BX.Rows.AtRw>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.Column.B01,.Rows.B01>*{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.Column.B02,.Rows.B02>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.Column.B20,.Rows.B20>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.Column.B03,.Rows.B03>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.Column.B04,.Rows.B04>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.Column.B05,.Rows.B05>*{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.Column.B06,.Rows.B06>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.Column.B07,.Rows.B07>*{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.Column.B08,.Rows.B08>*{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-ms-flex:0 0 66.66666667%;flex:0 0 66.666667%;max-width:66.66666667%}.Column.B09,.Rows.B09>*{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.Column.B10,.Rows.B10>*{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.Column.B11,.Rows.B11>*{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.Column.B12,.Rows.B12>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:48em){.CF.Rows:after{content:'';display:block;overflow:hidden;clear:both}.CF.Rows>*{display:block;float:left;width:100%}.CX.Rows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.CX.Rows>*{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.CX.Rows>.Auto,.CX.Rows.AtRw>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.Column.C01,.Rows.C01>*{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.Column.C02,.Rows.C02>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.Column.C20,.Rows.C20>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.Column.C03,.Rows.C03>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.Column.C04,.Rows.C04>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.Column.C05,.Rows.C05>*{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.Column.C06,.Rows.C06>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.Column.C07,.Rows.C07>*{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.Column.C08,.Rows.C08>*{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-ms-flex:0 0 66.66666667%;flex:0 0 66.666667%;max-width:66.66666667%}.Column.C09,.Rows.C09>*{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.Column.C10,.Rows.C10>*{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.Column.C11,.Rows.C11>*{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.Column.C12,.Rows.C12>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:62em){.Container{max-width:990px}.DF.Rows:after{content:'';display:block;overflow:hidden;clear:both}.DF.Rows>*{display:block;float:left;width:100%}.DX.Rows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.DX.Rows>*{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.DX.Rows>.Auto,.DX.Rows.AtRw>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.Column.D01,.Rows.D01>*{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.Column.D02,.Rows.D02>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.Column.D20,.Rows.D20>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.Column.D03,.Rows.D03>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.Column.D04,.Rows.D04>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.Column.D05,.Rows.D05>*{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.Column.D06,.Rows.D06>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.Column.D07,.Rows.D07>*{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.Column.D08,.Rows.D08>*{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-ms-flex:0 0 66.66666667%;flex:0 0 66.666667%;max-width:66.66666667%}.Column.D09,.Rows.D09>*{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.Column.D10,.Rows.D10>*{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.Column.D11,.Rows.D11>*{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.Column.D12,.Rows.D12>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (min-width:70em){.Container{max-width:1170px}.EF.Rows:after{content:'';display:block;overflow:hidden;clear:both}.EF.Rows>*{display:block;float:left;width:100%}.EX.Rows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.EX.Rows>*{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.EX.Rows>.Auto,.EX.Rows.AtRw>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.Column.E01,.Rows.E01>*{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.Column.E02,.Rows.E02>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.Column.E20,.Rows.E20>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.Column.E03,.Rows.E03>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.Column.E04,.Rows.E04>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.Column.E05,.Rows.E05>*{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.Column.E06,.Rows.E06>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.Column.E07,.Rows.E07>*{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.Column.E08,.Rows.E08>*{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-ms-flex:0 0 66.66666667%;flex:0 0 66.666667%;max-width:66.66666667%}.Column.E09,.Rows.E09>*{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.Column.E10,.Rows.E10>*{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.Column.E11,.Rows.E11>*{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.Column.E12,.Rows.E12>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}button,input,.Form-Select select,textarea{-webkit-appearance:none;-moz-appearance:none}button,input,select,textarea{font:inherit;width:100%;vertical-align:middle;line-height:normal}fieldset{border:1px solid currentColor;padding:.937rem}legend{border:0;padding:0 1rem}label{display:inline-block;padding-top:.625rem;padding-bottom:.625rem;line-height:normal;margin-bottom:0}label[for]{cursor:pointer}[class*=Form-] label{display:block}input,textarea,select,.Form-Select label{border:0;color:inherit;border-radius:6px}input,textarea,select,.Form-Select label{display:block;padding:.5rem 1rem;width:100%}input,select{height:2.5rem;line-height:normal}textarea{overflow:auto;max-width:100%;height:auto;resize:vertical;padding:1rem;max-height:300px}input,textarea,select,.Form-Select label{opacity:.7}input:focus,textarea:focus,select:focus,.Form-Select select:focus+label{opacity:1}.Form-Icon{position:relative;display:block;padding:0}.Form-Icon.Right input,.Form-Icon.Right textarea{padding-left:.937rem;padding-right:2.5rem}.Form-Icon.Right input+i,.Form-Icon.Right textarea+i{left:auto;right:0}.Form-Icon input,.Form-Icon textarea{padding-left:2.5rem;font-weight:400}.Form-Icon input+i,.Form-Icon textarea+i{position:absolute;left:0;top:0;bottom:0;text-align:center;color:inherit}.Form-Icon input+i,.Form-Icon textarea+i,.Form-Icon input+i:before,.Form-Icon textarea+i:before{width:2.5rem;height:2.5rem}.Form-Icon input+i,.Form-Icon textarea+i{display:table}.Form-Icon input+i:before,.Form-Icon textarea+i:before{display:table-cell;vertical-align:middle}.Form-Select{position:relative;overflow:hidden}.Form-Select label{display:block;padding:2.375rem 0 0;position:relative;font-weight:400}.Form-Select label:before{text-align:center;position:absolute;right:10px;top:10px;z-index:2;margin-right:0}.Form-Select select:disabled{z-index:1}.Form-Select select{padding:.3125rem .937rem;position:absolute;margin-bottom:0;z-index:3;border:0;left:0;top:0;width:100%}.ie .Form-Select select{width:120%}.Form-Select select::-ms-expand{display:none}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000;transition:none}optgroup{font-weight:700}.Form-Checkbox input,.Form-Radio input{position:absolute;visibility:hidden}.Form-Checkbox label,.Form-Radio label{line-height:inherit;cursor:pointer;display:inline-block;vertical-align:top}.Form-Checkbox i:before,.Form-Radio i:before{content:'';font-size:1.5rem;width:25px;text-align:center;margin-right:10px;color:currentColor}.Form-Checkbox input:checked+i:before,.Form-Radio input:checked+i:before{opacity:1}.Form-Checkbox i:before,.Form-Radio i:before,.Form-Checkbox input:disabled+i:before,.Form-Radio input:disabled+i:before{opacity:.2}.Form-Checkbox i.AAIco-:before,.Form-Radio i.AAIco-:before{font-size:1.7rem}.Form-Checkbox input+i.fa-:before{content:'\f0c8'}.Form-Checkbox input:checked+i.fa-:before{content:'\f14a'}.Form-Checkbox input+i.AAIco-:before{content:'\e835'}.Form-Checkbox input:checked+i.AAIco-:before{content:'\e834'}.Form-Radio input+i.fa-:before{content:'\f111'}.Form-Radio input:checked+i.fa-:before{content:'\f058'}.Form-Radio input+i.AAIco-:before{content:'\e836'}.Form-Radio input:checked+i.AAIco-:before{content:'\e837'}[type=checkbox],[type=radio]{width:auto;height:auto;display:inline;margin-bottom:0;padding:0;border:0;vertical-align:baseline}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio}[type=checkbox]+label,[type=radio]+label{margin-left:5px;margin-right:.625rem;vertical-align:baseline;display:inline-block}[type=checkbox][hidden]+label,[type=radio][hidden]+label{margin-left:0;margin-right:0}input:disabled,textarea:disabled,select:disabled,.Form-Select select:disabled+label,button:disabled{opacity:.5}.Button,button,input[type=button],input[type=reset],input[type=submit]{border:0;cursor:pointer;padding:5px 1rem;width:auto;display:inline-block;text-align:center;line-height:1.875rem;border-radius:5px}.Button>span,button>span{white-space:nowrap}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner{border:0;padding:0}.Form-Inline .Button,.Form-Inline button,.Form-Inline input,.Form-Inline select,.Form-Inline textarea,.Form-Inline .Form-Select,.Form-Inline [class*=Form-]{display:inline-block;vertical-align:middle;margin-bottom:0;width:auto}[class*=Btn]{cursor:pointer}button,input,textarea,select,label,label i:before,a,[class*=Btn]{transition:.2s}.anmt{animation:scale .7s ease-in-out}@keyframes scale{0%{transform:scale(.9);opacity:0}50%{transform:scale(1.01);opacity:.5}100%{transform:scale(1);opacity:1}}@media screen and (max-width:34em){.AXHdMx{display:none!important}}@media screen and (min-width:48em){.BXHd{display:none!important}}@media screen and (max-width:48em){.BXHdMx{display:none!important}}@media screen and (min-width:62em){.CXHd{display:none!important}}@media screen and (max-width:62em){.CXHdMx{display:none!important}}@media screen and (min-width:70em){.DXHd{display:none!important}}@media screen and (max-width:70em){.DXHdMx{display:none!important}}.Header{position:fixed;top:0;width:100%;z-index:10}.hdrnfx .Header{position:absolute}.Header:after{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none;content:'';z-index:-1;opacity:.8}.BdGradient .Header:after{bottom:auto;height:150px;opacity:1}.Header .Top{position:relative}.Header .Logo{padding:20px 60px;text-align:center}.MenuBtn{font-size:0;line-height:0;text-align:center;padding:.6rem .5rem .5rem;width:40px;height:40px;float:left;margin:20px 20px 20px 0}.MenuBtn i{width:20px;height:2px;transition:.4s;display:block;margin:3px 0}.MenuBtn i+i{width:16px}.MenuBtn i+i+i{width:18px}#Tf-Wp.open .MenuBtn i{width:20px}#Tf-Wp.open .MenuBtn i:first-child{transform:rotate(-45deg) translate(-4px,4px)}#Tf-Wp.open .MenuBtn i:nth-child(2){opacity:0}#Tf-Wp.open .MenuBtn i:last-child{transform:rotate(45deg) translate(-3px,-3px)}.Menu a,.widget_nav_menu a{display:block;padding:.5rem 1rem;font-weight:600}.Menu [class*=current]>a{font-weight:700}.Menu>ul>li,.widget_nav_menu>div>ul>li{padding:0 .5rem;line-height:2.5rem;font-size:1rem}.Menu>ul>li li{line-height:2rem}.Menu>ul>li>a,.widget_nav_menu>div>ul>li>a{padding:0 .5rem}.Menu li[class*=AAIco-],.Menu li[class*=fa-],.menu li[class*=AAIco-],.menu li[class*=fa-]{position:relative}.Menu li[class*=AAIco-]:before,.Menu li[class*=fa-]:before,.menu li[class*=AAIco-]:before,.menu li[class*=fa-]:before{position:absolute;left:1.1rem;top:1px;line-height:inherit;font-size:1.2rem;pointer-events:none;z-index:1}.Menu li[class*=AAIco-]>a,.Menu li[class*=fa-]>a,.menu li[class*=AAIco-]>a,.menu li[class*=fa-]>a{padding-left:2rem}.Menu li li[class*=AAIco-]>a,.Menu li li[class*=fa-]>a{padding-left:1.3rem}.menu li li[class*=AAIco-]>a,.menu li li[class*=fa-]>a{padding-left:1.5rem}.Menu li li:before,.Wdgt .menu li li:before{line-height:inherit;left:.4rem!important;margin-left:0!important}.menu-item-has-children>a{padding-right:1.5rem!important;position:relative}.menu-item-has-children>a:after{content:'';position:absolute;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid transparent;width:0;height:0;position:absolute;margin:auto;right:.5rem;top:0;bottom:0}.sub-menu{max-height:0;transition:.2s;overflow:hidden;opacity:1}.sub-menu a{white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-size:.875rem}.sub-menu>li{float:left;width:25%;padding:0 .5rem;margin-top:.5rem}.sub-menu>li>a{border-radius:4px;opacity:.7;transform:rotate(0);backface-visibility:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.sub-menu>li:hover>a{opacity:1}.menu-azlist>ul>li{float:none;width:auto;text-align:center;display:inline-block;vertical-align:top;margin-right:5px;margin-top:5px;padding:0}.menu-azlist>ul>li>a{width:29px}.menu-azlist>ul>li[class*=current]>a{opacity:1}.BuyNow:before,.BuyNow>a{color:#fff!important}.BuyNow>a{display:inline-block;border-radius:5px;line-height:40px!important;padding-right:1rem!important}.BuyNow:before{top:0!important;line-height:40px!important}.Logo,.MenuBtn,.Menu{transition:.2s}.Top.open .Logo,.Top.open .MenuBtn{opacity:0;visibility:hidden}.Search{float:right;margin-top:20px}.Search input{position:absolute;pointer-events:none;opacity:0;top:20px;left:0;margin-bottom:0;transition:.2s;width:calc(100% - 50px);border-radius:3px}.Top.open .Search input{opacity:1;pointer-events:auto}.Top.open .Search .SearchBtn:before{margin-left:-40px;opacity:0}.Top.open .Search .SearchBtn>i{opacity:1}.Result{display:none}.Result.On{display:block}.SearchBtn{font-size:0;white-space:nowrap;text-align:center;width:40px;overflow:hidden;padding:0}.SearchBtn:before,.SearchBtn>i{width:40px;height:40px;line-height:40px;font-size:1.25rem;transition:.2s}.SearchBtn>i{opacity:0;font-size:2rem}.Body{margin-bottom:1.875rem}.Body .Main:first-child{padding-top:7.5rem}.Objf img{object-fit:cover;object-position:top}.Objf.bgcvr{background-size:cover;background-position:50% 0}.Objf.bgcvr img{opacity:0!important}.TPost .Title,.TPost .Info>*{display:inline-block;vertical-align:top;margin-right:.4rem;margin-bottom:5px}.TPost .Info>*:last-child{margin-right:0}.TPost .Title,.TPost .Info{margin-bottom:5px}.TPost .Info{font-size:.75rem;line-height:1.25rem;padding:5px 0;font-weight:700}.TPost .Info:after{clear:both;content:'';display:block;overflow:hidden}.TPost .Info>*{float:left}.Wdgt .TPost .Info>.Qlty{clear:left}.TPost .Description{margin-bottom:1rem}.TPost .Description p[class]{margin-bottom:.2rem}.TPost .Description tt{font-family:inherit}.TPost .Description a{font-weight:700}.TPost .Description a:hover{text-decoration:underline}.Qlty{color:currentColor;border:1px solid currentColor;height:1.25rem;line-height:1.1rem;padding:0 .5rem;border-radius:30px;text-transform:uppercase;font-size:.625rem;display:inline-block}.Views:before{margin-right:.2rem}.MovieListSld .owl-dots{position:absolute;left:0;right:0;margin:auto;bottom:2.5rem}.TPost .Image{position:relative}.TPost .Image figure,.TPost .Image figure img{border-radius:3px;overflow:hidden}.TPost .Image figure{position:relative;padding-top:150%}.TPost .Image figure img{position:absolute;left:0;top:0;width:100%;height:100%}.TPost .Image figure img[src*=".svg"]{object-position:50% 45%}.TPost.A{position:relative;padding:10rem 0 4rem;margin-bottom:1.875rem}.TPost.A .Image{z-index:-1;overflow:hidden}.TPost.A .Image:before{content:'';background-color:rgba(0,0,0,.2);z-index:2}.TPost.A .Image:after{z-index:3;content:''}.TPost.A .Image figure{z-index:1;padding-top:0}.TPost.A .Image,.TPost.A .Image figure,.TPost.A .Image img,.TPost.A .Image:before,.TPost.A .Image:after{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:0}.TPost.A .TPMvCn{margin-left:0;min-height:335px}.MovieListSldCn{min-height:100px}.MovieListSldCn .TPost.A .Title,.MovieListSldCn .TPost.A .Info,.MovieListSldCn .TPost.A .Description,.MovieListSldCn .TPost.A .SubTitle{text-shadow:1px 1px 1px #000}.TPost.A .Title{font-size:1.875rem;line-height:2.5rem;font-weight:700}.TPost.A .SubTitle{margin-bottom:5px;line-height:1.25rem;margin-top:-5px;opacity:.8}.TPost.A .SubTitle span{font-weight:700}.TPost.A .Description{font-size:1.125rem;line-height:1.5625rem}.TPost.A .Description p:not([class]){max-height:6.25rem;overflow:auto}.TPost.B{position:relative;border-radius:3px;margin-bottom:0}.TPost.B .Image figure img{transition:.2s}.TPost.B:hover .Image figure img{opacity:.5}.TPost.B .Image figure:after{content:'';position:absolute;left:0;top:0%;right:0;height:100%;border-radius:3px;background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%)}.TPost.B .Image .Qlty{border:0;position:absolute;top:5px;left:5px;line-height:1rem;height:1rem}.TPost.B .Image+.Title{position:absolute;left:0;right:0;bottom:.5rem;padding:0 .5rem;border-radius:0 0 10px 10px;font-size:.75rem;line-height:1rem;color:#fff;font-weight:700;margin:0}.TPost.B .TPMvCn{visibility:hidden;opacity:0;position:absolute;left:-1rem;top:-1rem;right:-1rem;transition:.2s;opacity:0;transform:scale(0);border-radius:6px;padding:.9rem;min-height:calc(100% + 1rem);z-index:2}.TPost.B .TPMvCn::-webkit-scrollbar{width:5px}.TPost.B .TPMvCn .Title{margin-bottom:0;line-height:1.25rem;font-weight:700}.TPost.B .TPMvCn .Info{padding:0;margin-top:-3px}.TPost.B .TPMvCn .Qlty{margin-bottom:5px}.TPost.B .TPMvCn .Vote{margin-bottom:5px;margin-left:-3px}.TPost.B .TPMvCn .Description{font-size:.75rem;line-height:.9375rem;margin-bottom:0}.TPost.B .TPMvCn .Description p{margin-bottom:5px}.TPost.B .TPMvCn .Description p[class]{margin-bottom:0;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.TPost.B .TPMvCn .TPlay{border-radius:0 0 6px 6px;padding:.5rem 0;text-transform:uppercase;margin:.5rem 0 -.5rem;display:block}.TPost.B .TPMvCn .TPlay:before{margin-right:.3rem;font-size:1rem}.TPost:hover .TpMvPlay:before{opacity:1;transform:scale(1)}.TpMvPlay:before{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;width:3rem;height:3rem;line-height:3rem;border-radius:50%;text-align:center;font-size:1.5rem;z-index:2;transform:scale(0);transition:.2s;background-color:rgba(0,0,0,.7);box-shadow:inset 0 0 0 2px #fff}.MovieListTop,.RelatedList{margin-bottom:2rem}.MovieListTop .owl-dots,.RelatedList .owl-dots{position:absolute;right:0;top:-1rem;margin-top:-5px}article{margin-bottom:2rem}section>.Top,article>.Top{margin-bottom:1rem;line-height:1.875rem}section>.Top[class*=fa-],section>.Top[class*=AAIco-],article>.Top[class*=fa-],article>.Top[class*=AAIco-]{position:relative}section>.Top[class*=fa-]>.Title,section>.Top[class*=AAIco-]>.Title,article>.Top[class*=fa-]>.Title,article>.Top[class*=AAIco-]>.Title{padding-left:2rem}section>.Top>.Title,article>.Top>.Title{font-weight:700;font-size:1.125rem;margin-bottom:0;padding:5px 0;display:inline-block;vertical-align:top;margin-right:.5rem}section>.Top[class*=fa-]:before,section>.Top[class*=AAIco-]:before,article>.Top[class*=fa-]:before,article>.Top[class*=AAIco-]:before{position:absolute;font-size:1.5625rem;width:1.5625rem;height:1.5625rem;left:0;top:5px}article>.Top>.Title{font-size:2rem}.Button.TPlay{text-transform:uppercase;font-size:1rem;margin-right:.5rem;margin-bottom:1rem}.Button.TPlay:before{font-size:1.25rem;margin-right:.3rem}.AZList{font-size:0;margin:0 -5px 1.5rem}.AZList>li{display:inline-block;vertical-align:top;position:relative;padding:0 5px 10px;text-align:center}.AZList>li>a{display:block;line-height:30px;border-radius:3px;font-size:.875rem;font-weight:700;text-transform:uppercase;min-width:56px}.MovieList{margin-left:-.4rem;margin-right:-.4rem}main .MovieList{margin-bottom:1.6rem}.MovieList>li{padding:0 .3rem .6rem}.TpTv{color:#fff;border-radius:10px;line-height:1rem;height:1rem;font-size:.625rem!important;display:inline-block;vertical-align:middle;padding:0 .6rem;font-weight:700;margin-top:-2px;text-transform:uppercase}.TPost.B .Image .TpTv{position:absolute;left:10px;top:10px;z-index:4}.TPost.C{position:relative;padding-left:68px;min-height:90px;margin-bottom:1rem}.MovieList>li:last-child .TPost.C,.TPost.C .Info{margin-bottom:0}.TPost.C .Title{line-height:1.2rem;font-size:1rem;font-weight:700}.TPost.C .Title>span{position:relative;right:-3px;margin-top:3px;vertical-align:top}.TPost.C .Image{position:absolute;width:60px;left:0;top:0;padding:2px;border-radius:4px}.TPost.C .Image figure,.TPost.C .Image figure img,.TPost.C .TpMvPlay:after{border-radius:4px}.TPost.C .Image figure{padding-top:86px}.TPost.C .Top{position:absolute;left:0;top:0;border-radius:4px 0 4px 0;z-index:1;line-height:1.2rem;min-width:20px;text-align:center;font-size:.65rem;font-weight:700;color:#fff}.TPost.C .Info{padding:0;margin-top:-3px}.TPost.C .Info .Vote{margin-bottom:5px}.TPost.C:hover .TpMvPlay:before{transform:scale(.8)}.SrtdBy{height:1.875rem;line-height:1.875rem;position:relative;display:inline-block;vertical-align:top;margin-top:5px;white-space:nowrap}.SrtdBy:after{content:'';display:inline-block;vertical-align:top;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid transparent;margin-top:.9rem;margin-left:-1.3rem}.SrtdBy>span{padding-right:.3rem}.SrtdBy>i{position:absolute;left:0;top:0;height:1.875rem;right:0;z-index:2;cursor:pointer}.SrtdBy a{padding:0 1.5rem;position:relative}.SrtdBy>span,.SrtdBy>ul{display:inline-block;vertical-align:top;position:relative;z-index:1}.SrtdBy,.SrtdBy li{transition:.2s}.SrtdBy li a:before{display:none;position:absolute;left:0;top:0;width:1.5rem;text-align:center;font-size:.75rem}.SrtdBy li{max-height:0;overflow:hidden;opacity:0;display:none}.SrtdBy .List{margin-left:-1.5rem;margin-top:-.5rem;padding:.5rem 0;border-radius:6px}.SrtdBy.open li,.SrtdBy li.on{opacity:1;max-height:9em;display:block}.SrtdBy.open .List{z-index:3}.SrtdBy li.on{font-weight:700}.SrtdBy.open li.on a:before{display:block}.Top>.Button.Sm{margin-top:10px}.Button.Sm{padding:0 .5rem;border-radius:50px;line-height:1.25rem;font-size:.75rem}.Serie .TPost.B .Image+.Title:after,.Seasons .TPost.B .Image+.Title:after,.Episodes .TPost.B .Image+.Title:after{content:attr(data-subtitle);display:block;font-weight:300;opacity:.7}.Serie .TPost.B .Image .Qlty,.Seasons .TPost.B .Image .Qlty,.Episodes .TPost.B .Image .Qlty{text-transform:none}.Episodes .TPost.B .Image figure{padding-top:56%}.MovieList.Seasons .TPost.B .TpMvPlay:before,.MovieList.Episodes .TPost.B .TpMvPlay:before{display:block}.MovieList.Episodes .TPost.B{overflow:hidden}.MovieList.Episodes .TPost.B .Title,.MovieList.Episodes .TPost.B .Image .Qlty{transition:.2s}.MovieList.Episodes .TPost.B:hover .Title{bottom:-60%}.MovieList.Episodes .TPost.B:hover .Image .Qlty{top:-60%}.ShareList,.ShareList>li{display:inline-block;vertical-align:top}.ShareList{font-size:0}.ShareList>li{font-size:1.25rem;margin-right:.5rem}.ShareList>li>a{width:40px;height:40px;line-height:36px;text-align:center;border-radius:4rem;border:2px solid transparent;display:inline-block}.ShareList>li>a[class*=google]{font-size:1.2rem}i.PlayMovie{display:block;width:120px;margin:auto}.PlayMovie:before{width:120px;height:120px;line-height:112px;border-radius:120px;border:4px solid #fff;font-size:5rem;text-align:center;display:block;background-color:rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.5);margin:-3rem auto 1rem;transition:.2s}.PlayMovie:hover:before{transform:scale(1.2)}.TpRwCont{margin-bottom:1.875rem}.TpRwCont:last-child{margin-bottom:0}main>.TPost.A{padding:0}.VideoPlayer{position:relative}.VideoPlayer>span[class*=Btn]{position:absolute;top:0;bottom:0;margin:auto;right:-5px;width:50px;height:50px;line-height:50px;text-align:center;border-radius:50px;background-color:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.3);z-index:4;font-size:1.5rem}.VideoPlayer>span.BtnOptions{top:-70px;white-space:nowrap;overflow:hidden}.VideoPlayer>span.BtnOptions:before,.VideoPlayer>span.BtnOptions>i{width:100%;transition:.2s}.VideoPlayer>span.BtnOptions>i{right:-100%}.VideoPlayer>span.BtnOptions+.BtnLight{bottom:-70px}.VideoPlayer>span.BtnLight{bottom:0}.VideoPlayer .Video{position:relative;min-height:250px;max-height:720px;overflow:hidden;display:none;animation:scale .7s ease-in-out}@keyframes scale{0%{transform:scale(.9);opacity:0}50%{transform:scale(1.01);opacity:.5}100%{transform:scale(1);opacity:1}}.VideoPlayer .Video.on{display:block}.VideoPlayer .Video:before{content:'';display:block;padding-top:56.25%}.VideoPlayer .Video iframe,.VideoPlayer .Video embed,.VideoPlayer .Video video,.VideoPlayer .Video object{position:absolute;left:0;top:0;width:100%;height:100%}.VideoOptions{position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;min-height:250px;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;padding:4rem 1rem;z-index:999;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;transform:scale(0);transition:.2s}.VideoOptions>.Top{padding:0 1rem;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.1)}.VideoOptions>.Top:before{font-size:1.5625rem;margin-top:5px;margin-left:1rem}.VideoOptions>.Top .Title{font-size:1.125rem;text-transform:uppercase}.VideoOptions.open{visibility:visible;opacity:1;transform:scale(1)}.VideoOptions.open+.BtnOptions,.lgtbx-on .VideoPlayer>span.BtnLight{color:#fff}.VideoOptions.open+.BtnOptions:before{margin-left:-100%}section.VideoOptions>.Top{position:absolute;left:0;top:0;right:0}section.VideoOptions>.Top .Title{color:#fff}.ListOptions{white-space:nowrap;overflow:auto;padding:1rem 0;margin:0 auto}.ListOptions>li{white-space:normal;display:inline-block;vertical-align:top;margin-right:10px}.ListOptions>li:last-child{margin-right:0}.OptionBx{padding:.3rem .8rem .8rem;border-radius:6px;cursor:pointer;transition:.2s;opacity:.5}.OptionBx .Optntl{position:relative;font-weight:700;letter-spacing:-1px;font-size:1.25rem;line-height:3.125rem;margin-bottom:.5rem}.OptionBx .Optntl span{position:absolute;right:0;top:0;opacity:.2;font-size:3.125rem}.OptionBx p{margin-bottom:.625rem;font-size:.625rem;line-height:1.25rem;padding:0 .4rem;border-radius:20px;font-weight:700;text-transform:uppercase;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.OptionBx p:before{font-size:1rem;margin-right:.3rem}.OptionBx.on,.MovieList .OptionBx:hover{opacity:1}.OptionBx .Button{text-transform:uppercase;display:block}.MovieList .OptionBx{opacity:.5}[class*=Dvr-],.bnr{margin:0 auto 1.875rem;overflow:hidden;text-align:center}.Dvr-250{max-width:250px}.Dvr-300{max-width:300px}.Dvr-728{max-width:728px}.TPost.D{padding-top:6rem;padding-bottom:0}.comment-list{margin:0 0 1rem;list-style-type:none;padding-left:0}.comment-list ul{list-style-type:none;padding-left:1rem;border-left:2px solid transparent;margin-left:0}.bypostauthor .comment-body{position:relative;margin-bottom:2rem}.comment-metadata{opacity:.3;font-weight:300}.comment-metadata:hover{opacity:1}.comment-meta .avatar{width:3rem;height:3rem;position:absolute;left:0;top:0}.comment-meta div{display:inline-block;vertical-align:top}.comment-content{font-size:1rem}.comment-content p:last-child{margin-bottom:0}.comment-reply-link{font-weight:700;line-height:1.5rem}.comment-reply-link:before{content:'reply';font-size:1rem;margin-right:.3rem}.comment-form{margin-bottom:1.5rem}.comment-form-comment textarea{height:5rem;min-height:5rem;border-radius:6px}.comment-author,.comment-meta{display:inline-block;vertical-align:baseline}.comment-author .fn{font-style:normal;font-weight:700}.comment-meta{opacity:.5;font-size:10px}p.logged-in-as{font-size:12px;margin-top:-1rem;margin-bottom:.5rem;clear:both}p.logged-in-as a{opacity:.7}p.logged-in-as a:hover{opacity:1}.not-found{max-width:50rem;margin-left:auto;margin-right:auto}.error-404{margin-bottom:2rem}.error-404 .search-form{padding-right:6.5rem;position:relative;margin-bottom:2rem}.error-404 .search-form label{padding:0;display:block}.error-404 .search-form input{margin-bottom:0}.error-404 .search-form .search-submit{position:absolute;right:0;top:0;width:6rem;padding:0 5px}.error-404 .Top,.error-404 .page-content p{text-align:center}.error-404:before{font-size:4rem;line-height:1;display:block;text-align:center}.Result .ResultList{margin-bottom:1rem}.ResultList .TpTv{vertical-align:middle;margin-top:3px;margin-left:3px}.CommentsList>li:last-child>.comment-body:last-child{margin-bottom:0}.CommentsList li li .comment-body{border-left:3px solid currentColor;padding-left:1rem}.CommentsList ul{margin:0;padding:0}.comment-reply-link{font-size:.625rem;font-weight:700;text-transform:uppercase}.comment-reply-link:before{font-size:1rem;content:'\e0b7';margin-right:.4rem;margin-top:2px}.comment-body p:first-child,.comment-body p:last-of-type{margin-bottom:0}.comment-reply-title{float:left;margin-top:5px}.TPost.B .Image .MvIC{position:absolute;left:5px;top:5px}.TPost.B .MvIC{display:inline-block;vertical-align:top}.TPost.B .MvIC .Qlty{margin-right:5px}.TPost.B .Image .MvIC .Qlty{position:static;margin-bottom:3px;font-weight:700;float:left;clear:both;margin-right:5px;height:auto}.TPost.B .Image .MvIC .Qlty img{margin:4px 4px 4px 0;display:inline-block;width:auto;vertical-align:middle;width:16px}.TPost.B .Image .MvIC .Qlty img:last-child{margin-right:0}.TPost.B .Image .MvIC .Qlty.Lg{background-color:rgba(0,0,0,.7);color:#fff}.TPost.B .Image .MvIC .Qlty.Yr{background-color:rgba(255,255,255,.7);color:#000;font-size:11px}.Cast .view-sh{font-size:10px;text-transform:uppercase;padding:0 15px;line-height:23px;border-radius:15px;height:25px;margin-left:5px}.rating-content{display:inline-block;vertical-align:top}.rating-content button{background-color:transparent!important;box-shadow:none}.rating-content button i{transition:.2s;margin-right:5px}.rating-content button:hover i{transform:scale(1.2)}.TPost.A .Title+.ShareList{margin-top:7px}.TPost.A .Description a{font-weight:400}.Footer>.Top{padding:1.5rem 0}.Footer>.Top .Logo{margin-bottom:1.5rem}.Footer>.Top .Rows{margin:0 -1rem}.Footer>.Top .Rows>div{padding:0 1rem}.Footer .Wdgt{margin-bottom:2rem}.Footer .Wdgt:last-child{margin-bottom:0}.Footer .Wdgt>.Title{margin-bottom:1rem;line-height:2.5rem;font-size:1.125rem}.Footer .widget_categories>ul{overflow:hidden;max-width:410px}.Footer .widget_categories>ul li{float:left;width:50%;padding:0 1rem}.SocialList{font-size:1.25rem}.SocialList>li{display:inline-block;vertical-align:top}.SocialList>li a{width:2.5rem;line-height:2.5rem;opacity:.5;display:inline-block}.SocialList>li a:hover{opacity:1}.Footer>.Bot{text-align:center;padding:1rem 0}.Footer>.Bot p:last-child{margin-bottom:0}.TPTblCn{max-width:100%;overflow:auto;margin-bottom:1.875rem}.TPTblCn:last-child{margin-bottom:0}.TPTblCn table{margin-bottom:0}.TPTblCn td{border-bottom:1px solid transparent}.TPTblCn th,.TPTblCn td{border:0;padding:10px 20px;transition:.2s}.TPTblCn th{font-weight:400}.TPTblCn th:first-child,.TPTblCn td:first-child{width:60px;text-align:center;font-weight:700;font-size:1rem}.TPTblCn span{white-space:nowrap}.TPTblCn span img{margin-right:5px}.TPTblCn p{margin-bottom:0}.TPTblCn a{font-weight:700}.TPTblCn .Button{min-width:70px}.TPTblCn .Vote{font-size:1rem}.TPTblCn th{text-transform:uppercase;font-weight:700}.TPTblCn td.MvTbImg{width:60px;padding-right:0;min-width:60px}.TPTblCn td.MvTbImg.B{width:115px;min-width:115px}.TPTblCn td.MvTbImg.B img{width:95px;height:50px;object-fit:cover}.TPTblCn td.MvTbImg>a{display:block;position:relative}.TPTblCn td.MvTbImg .TpTv{position:absolute;left:-3px;top:0}.TPTblCn td.MvTbImg img{width:40px;height:60px;border-radius:3px}.TPTblCn td.MvTbTtl{padding-left:10px;line-height:1.2rem}.TPTblCn td.MvTbTtl a{display:inline-block;font-weight:700}.TPTblCn td.MvTbTtl span{font-size:.75rem;display:block}.TPTblCn td.MvTbBtn{width:100px;padding:0 10px}.TPTblCn td.MvTbPly{width:50px;font-size:2.1875rem;padding-left:10px}.TPTblCnMvs th,.TPTblCnMvs td{text-align:center}.TPTblCnMvs th:first-child,.TPTblCnMvs th:nth-child(2),.TPTblCnMvs td:first-child,.TPTblCnMvs td:nth-child(2),.TPTblCnMvs td:nth-child(3){text-align:left}.SeasonBx{margin-bottom:1rem;border-bottom:1px solid transparent;padding-bottom:1rem}.SeasonBx .Top .Title>i:before,.SeasonBx .Top .Title:before,.SeasonBx .Top .Title:after,.SeasonBx .TPTblCn{transition:.2s}.SeasonBx .Top{position:relative;margin-bottom:0}.SeasonBx .Top .Title>i{position:absolute;top:0;left:0;bottom:0;right:0;top:0;font-size:1.25rem;cursor:pointer}.SeasonBx .Top .Title>i:before{top:0;bottom:0;margin:auto;position:absolute;right:0;height:40px;line-height:40px}.SeasonBx.AACrdn .Top{margin-bottom:0}.SeasonBx.AACrdn .Top.on,.SeasonBx .Top{margin-bottom:1rem}.SeasonBx .Top.on .Title>i:before{transform:scale(1,-1)}.SeasonBx .Top.on+.AAcont{max-height:999em;opacity:1}.SeasonBx .AAcont{max-height:0;opacity:0}section>.Top.AAIco-playlist_play:before,article>.Top.AAIco-playlist_play:before{top:8px}.TPost .Description .CastList.Rows{margin-bottom:1.5rem}.TPost .Description .CastList{max-height:6rem;overflow:hidden;position:relative;transition:.2s}.TPost .Description .CastList:before{position:absolute;left:0;height:80%;right:0;bottom:0;content:'';pointer-events:none;z-index:1;transition:.2s}.TPost .Description .CastList.open{max-height:999em}.TPost .Description .CastList.open:before{opacity:0;visibility:hidden}.TPost .Description .CastList li{white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;position:relative;height:1.5rem}.TPost .Description .CastList a{font-weight:400;font-size:.875rem;display:inline-block;vertical-align:top;padding-left:1.25rem;position:relative;line-height:1.5rem}.TPost .Description .CastList li:before{content:'person';position:absolute;left:.625rem;top:0;opacity:.5}.TPost .Description .CastList li:hover:before{opacity:1}.ShareList.Count li,.ShareList.Count a,.ShareList.Count .numbr{margin-right:.5rem}.ShareList.Count li{margin-bottom:.5rem}.ShareList.Count .numbr{font-size:.75rem;display:inline-block;vertical-align:top;line-height:2.5rem}.TPost.Single header{margin-bottom:0}.TPost.Single .Image{max-width:9.6rem;position:relative;margin:0 auto 1rem;padding-top:14.3rem}.TPost.Single .Image img{border-radius:3px}.TPost.Single .Image:before,.TPost.Single .Image:after{display:none}.TPost.Single .Title{display:block;right:0}.Title.Top{margin-bottom:1rem}.Title.Top[class*=AAIco-]:before{margin-right:.5rem;padding-top:.1rem}p.Genre,p.Director,.CastCn{clear:both}.CastCn .Top{margin-bottom:0}.CastCn .Top .Title{display:inline-block;font-size:1.125rem;line-height:1.875rem}.CastLink span+span,.CastLink.open span{display:none}.CastLink.open span+span{display:inline}.CastList{margin-right:0}.Result.OptionBx{left:0;top:70px;max-width:100%;position:absolute;padding:1rem 1rem 0;opacity:1;cursor:inherit}.Result.OptionBx .TPost.C{min-height:60px}.Result.OptionBx .TPost.C .Image{padding:0}.Result.OptionBx .TPost.C .Image figure{padding-top:60px}.Result.OptionBx>p{text-align:center;padding:.5rem;margin-bottom:0}.Result.OptionBx .MovieListTop{white-space:nowrap;overflow:auto;margin-bottom:.5rem}.Result.OptionBx .MovieListTop .TPost{display:inline-block;vertical-align:top;margin-bottom:.5rem;margin-right:.5rem;width:6rem;white-space:normal}.Result.OptionBx .MovieListTop .TPost:last-child{margin-right:0}.Result.OptionBx>.Button{display:block;margin-bottom:1rem}.Result.OptionBx .error-404{text-align:center;max-width:100%;overflow:hidden}.Result.OptionBx .error-404:after,.Result.OptionBx p.trloading:after{clear:both;display:block;content:'';width:100vw}.Result.OptionBx .error-404 .Top{display:inline-block;vertical-align:top}.Result.OptionBx p.trloading{margin-bottom:1rem;text-align:center;background-color:transparent;line-height:1.2rem;padding-right:1.5rem;max-width:100%;overflow:hidden}.Result.OptionBx p.trloading i{opacity:.5;margin:0 .5rem;font-size:1rem;vertical-align:top}.Description blockquote,.Description pre{margin-bottom:2rem}.Description p a{font-weight:700}.says,.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}blockquote{margin-top:0;margin-right:0;margin-left:0;border-left:3px solid transparent;padding-left:1rem}.alignleft,.alignright,.aligncenter{margin-bottom:1rem}.alignleft{float:left;margin-right:1rem}.alignright{float:right;margin-left:1rem}.aligncenter{display:block;margin-left:auto;margin-right:auto;clear:both}#email-notes{display:block;font-size:1.25rem}.comment-notes{padding-left:3rem;position:relative}.comment-notes:before{position:absolute;left:0;top:0;font-size:2.5rem;content:'info_outline';line-height:3.5rem}.wp-caption{margin-bottom:1.5rem;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0}.wp-caption .wp-caption-text{font-size:.75rem;font-style:italic;line-height:1.6153846154;padding-top:.5384615385em}.widget_calendar caption,.widget_calendar th,.widget_calendar td{text-align:center}.widget_calendar caption{font-weight:700;margin-bottom:1rem}.widget_calendar a{font-weight:700}.sticky .posted-on,.byline{display:none}.gallery{margin:0 .2rem 1.5rem}.gallery-item{display:inline-block;padding:.2rem;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-icon img{margin:0 auto;width:100%}.gallery-caption{display:block;font-size:.75rem;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding:.5rem}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.entry-content .attachment{text-align:center}.widget span.required{display:inline-block;vertical-align:top;font-weight:700}.admin-bar .Header{top:32px}@media screen and (max-width:600px){html[lang] .admin-bar .Header{top:0!important;position:relative!important}.admin-bar .Header{z-index:999999;top:0}}@media screen and (max-width:782px){.admin-bar .Header{top:46px}}.Modal-Box,.AAOverlay{position:fixed;width:100%;height:100%;left:0;top:0;visibility:hidden;opacity:0}.Modal-Box .AAOverlay{z-index:1;background-color:#000;cursor:pointer}.Modal-Box.on .AAOverlay{opacity:.8;visibility:visible}.Modal-Box{transition:.2s;z-index:50;text-align:center;padding:1.25rem;white-space:nowrap;font-size:0;overflow:auto}.Modal-Box:before{width:1px;height:100%;margin-right:-1px;content:'';display:inline-block;vertical-align:middle;pointer-events:none}.Modal-Box.on{visibility:visible;opacity:1}.Modal-Box.on .Modal-Content{transform:inherit}.Modal-Content{position:relative;max-width:53rem;text-align:left;transform:scale3d(.3,.3,.3);transition:.2s;z-index:2;display:inline-block;vertical-align:middle;border-radius:4px;width:100%;white-space:normal;font-size:.875rem;padding:2rem;text-align:center}.Modal-Content:before{padding-top:56.25%;content:'';width:1px;display:block}.Modal-Content iframe{position:absolute;left:0;top:0;width:100%;height:100%}.Modal-Close{position:absolute;top:-.5rem;right:-.5rem;height:2rem;width:2rem;text-align:center;line-height:2rem;font-size:1rem;border-radius:2rem;cursor:pointer;transition:.2s;padding:0}.Modal-Close:hover{transform:scale(1.1)}aside .Wdgt{margin-bottom:1.875rem;border-radius:6px;padding:1rem}aside .Wdgt:last-child{margin-bottom:0}aside .Wdgt>.Title{text-align:center;line-height:1.8rem;padding:1rem;font-size:1.125rem;margin:-1rem -1rem 1rem;border-bottom:1px solid transparent;border-radius:6px 6px 0 0}.Wdgt>ul{margin:0;padding:0;list-style-type:none}.widget_nav_menu>div{margin:0 -1rem}.widget_nav_menu>div>ul{list-style-type:none;padding-left:0;margin:0}.widget_nav_menu>div>ul li{position:relative}.widget_nav_menu>div>ul li[class]:before{font-size:1.25rem;opacity:.5;margin-left:-.3rem}.widget_nav_menu>div>ul>li[class*=current]{border-left:3px solid transparent}.widget_nav_menu>div>ul li[class*=current]:before,.widget_nav_menu>div>ul li:hover:before{opacity:1}.widget_nav_menu>div>ul li>i{height:40px}.widget_nav_menu>div>ul li>i:before{right:1.25rem}.widget_nav_menu>div>ul li>a{padding:0;text-transform:uppercase;display:block}.widget_nav_menu li[class*=children]>a{pointer-events:none}.widget_nav_menu li[class*=children]>a:after{position:static;display:inline-block;margin-left:.5rem;vertical-align:middle}.widget_nav_menu>div>ul li>a:before{display:none}.widget_nav_menu>div>ul .sub-menu{left:0;right:0;width:auto;margin-left:0;padding:0 10px 1rem}.widget_nav_menu>div>ul .sub-menu>li{width:50%;float:left;line-height:30px}.widget_nav_menu>div>ul .sub-menu .sub-menu{border-top:0;margin-top:-10px}.widget_nav_menu>div>ul .sub-menu .sub-menu>li{width:33%}.SearchMovies .Button{width:100%;margin-bottom:0;font-weight:700}.Frm-Slct{padding-top:50px;position:relative}.Frm-Slct .Form-Group{margin-bottom:0}.Frm-Slct>label{width:110px;position:absolute;left:0;top:0;padding-left:.5rem;border-radius:6px}.Frm-Slct>label:before{font-size:1rem}.Frm-Slct .sol-inner-container,.Frm-Slct .Form-Group>label{position:absolute;left:0;top:0;right:0}.Frm-Slct .Form-Group>label,.Frm-Slct .sol-input-container{margin-left:120px;padding:0}.SearchMovies .Form-Group .trsrcbx{position:absolute;left:0;right:0;border-radius:10px}.SearchMovies .Form-Group .trsrcbx>div{overflow:auto;max-height:150px;padding:.5rem 0}.SearchMovies .Form-Group .trsrcbx p{margin-bottom:0;text-align:center}.SearchMovies label:before{font-size:1.25rem;margin-right:.5rem}.SearchMovies .sol-input-container input[type=text]{padding:0 .8rem;border-radius:6px}.SearchMovies input[type=text]{border-radius:6px}.SearchMovies .sol-inner-container{border:0;height:40px;border-radius:20px}.SearchMovies .sol-selection{padding:.5rem 0;max-height:150px;overflow:auto;width:100%}.SearchMovies .sol-checkbox{position:absolute;opacity:0}.SearchMovies .sol-label{padding:.5rem 1rem;cursor:pointer;position:relative}.SearchMovies .sol-active .sol-caret:before{opacity:1}.SearchMovies .sol-selection-container,.trsrcbx{border-radius:10px!important}.trsrcbx{position:absolute}.SearchMovies .trsrclst{padding-left:0;margin-top:0;margin-left:0}.SearchMovies .trsrclst:empty{margin-bottom:0}.SearchMovies .sol-no-results{padding:.5rem}.SearchMovies .sol-current-selection:empty{margin-bottom:0}.SearchMovies .sol-current-selection,.trsrclst{margin-bottom:.5rem}.SearchMovies .sol-selected-display-item,.trsrclst>li{cursor:pointer;border-radius:10px;line-height:20px;position:relative;padding:0 1.5rem 0 .7rem;font-size:.75rem;margin-right:5px;margin-bottom:5px;display:inline-block;vertical-align:top}.SearchMovies span.sol-quick-delete,.trsrclst .tr-delete{position:absolute;top:0;right:0;text-align:right;padding-right:.5rem;left:0}.widget_calendar caption,.widget_calendar td,.widget_calendar th{padding:5px;text-align:center;border:0}.widget_calendar table{margin-bottom:0}.widget_recent_comments li:before,.widget_recent_entries li:before,.widget_views li:before,.widget_rss li:before,.widget_meta li:before,.widget_pages li:before,.widget_archive li:before{position:absolute;left:0;top:0;font-size:1rem}.widget_recent_comments li{line-height:1rem}.widget_recent_comments li:before{content:'comment'}.widget_recent_entries li:before{content:'description'}.widget_views li:before{content:'remove_red_eye'}.widget_rss li:before{content:'rss_feed'}.widget_meta li:before{content:'arrow_forward'}.widget_pages li:before{content:'insert_drive_file'}.widget_archive li:before{content:'archive'}.widget_recent_comments li,.widget_recent_entries li,.widget_views li,.widget_rss li,.widget_meta li,.widget_pages li,.widget_archive li{margin-bottom:15px;position:relative;padding-left:1.5rem}.widget_ratings-widget li:last-child,.widget_recent_comments li:last-child,.widget_recent_entries li:last-child,.widget_views li:last-child,.widget_rss li:last-child,.widget_meta li:last-child,.widget_pages li:last-child,.widget_archive li:last-child{margin-bottom:0}.widget_ratings-widget li{margin-bottom:15px;line-height:1.2rem;font-size:.75rem}.widget_ratings-widget li a{display:block;font-size:.875rem}.widget_recent_comments li span,.widget_rss li span{display:block;font-size:10px;font-weight:700;line-height:1}.widget_search form{position:relative}.widget_search label{display:block;padding:0}.widget_search input{padding-right:3rem}.widget_search .search-form{position:relative;padding-right:6.5rem}.widget_search .search-field{margin-bottom:0}.widget_search .SearchBtn,.widget_search .search-submit{margin-bottom:0;position:absolute;right:0;top:0;width:3rem;padding:0 5px;opacity:1}.trsrcbx label{padding:0;position:relative}.trsrcbx label button{background-color:transparent;color:currentColor;font-weight:300;box-shadow:none;width:100%;padding:.5rem 1rem;position:relative;z-index:2;text-align:left;text-transform:capitalize;line-height:normal}.trsrcbx label:before{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;content:'';transition:.2s;opacity:0}.trsrcbx label:hover:before{opacity:.1}.Wdgt .AZList{display:block;margin:0 -.4rem}.Wdgt .AZList>li{display:inline-block;vertical-align:top;min-width:44px}.Wdgt .TPost.A .Title{max-height:none}.Wdgt .MovieList>li{padding-bottom:0}.Wdgt .MovieList .TPost.B .Title{max-height:32px;overflow:hidden}.Wdgt .MovieList .TPost.B .TpMvPlay:before{display:block}.TpSbList>.MovieList,.Footer .TpSbList>ul.MovieList{margin:0 -.3rem -.6rem}.TpSbList>.MovieList>li,.Footer .TpSbList>ul.MovieList>li{padding-left:.3rem;padding-right:.3rem;margin-bottom:.6rem}.widget_categories>ul li{text-align:right;line-height:2.5rem;position:relative;min-height:2.5rem}.widget_categories>ul{margin:0 -1rem}.widget_categories>ul ul{margin:0;padding:0}.widget_categories>ul li{font-size:.75rem;padding-right:1rem}.widget_categories>ul a{font-size:.875rem;position:relative;padding-right:2rem;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.widget_categories>ul li:hover{border-left:3px solid transparent}.widget_categories>ul li>a{position:absolute;left:1rem;right:1rem;top:0;padding-left:1.2rem;text-align:left}.widget_categories>ul li>a:before{content:'\e039';position:absolute;left:0;top:0;opacity:.5}.widget_categories>ul li:hover>a:before{opacity:1}aside .widget_categories ul{max-height:240px;overflow:auto}aside .widget_categories ul ul{max-height:none;overflow:inherit}.Wdgt .tagcloud a{font-size:.75em!important;padding:0 1rem;height:2rem;line-height:2rem}.Wdgt .tagcloud a span{font-weight:400;opacity:.5}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.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(0px,0px,0px)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-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;-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}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.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:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.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{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-dots{font-size:0;text-align:center;height:5px}.owl-dots>div{display:inline-block;vertical-align:top;width:20px;height:5px;opacity:.7;transition:.2s;margin:0 .09rem;line-height:0}.owl-dots>div>span{display:block;background-color:currentColor;height:2px;margin-top:3px}.owl-dots>div:first-child{margin-left:0}.owl-dots>div:last-child{margin-right:0}.owl-dots>div.active{opacity:1}.owl-dots>div.active>span{height:5px;margin-top:0}.post-ratings{font-size:0;height:20px;line-height:18px;padding:1px 0;white-space:nowrap}img[src*=rating_]{display:inline-block!important;width:18px!important;height:18px;padding-left:18px!important;margin-left:0!important;vertical-align:top;background-image:url(../img/star.svg);background-repeat:no-repeat;background-position:0 0;margin-right:0;background-size:cover}img[src*="on.gif"]{background-image:url(../img/star-on.svg)}img[src*="half.gif"]{background-image:url(../img/star-hf.svg),url(../img/star.svg)}img[src*="over.gif"]{background-image:url(../img/star-oh.svg)}.post-ratings-loading{display:none!important}.wp-pagenavi,.nav-links{font-size:0;margin:0 -6px 1.5rem}.wp-pagenavi a,.wp-pagenavi span,.nav-links a,.nav-links span,.tagcloud a{display:inline-block;vertical-align:top;margin:0 5px 7px;min-width:50px;height:50px;line-height:50px;font-size:1rem;font-weight:700;text-align:center;border-radius:3px}.wp-pagenavi a.first,.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink,.wp-pagenavi a.last,.prev.page-numbers,.next.page-numbers{font-size:0}.wp-pagenavi a.first:before,.wp-pagenavi a.previouspostslink:before,.wp-pagenavi a.nextpostslink:before,.wp-pagenavi a.last:before{font-size:1.25rem;font-weight:300}.wp-pagenavi a.previouspostslink:before,.wp-pagenavi a.nextpostslink:before,.prev.page-numbers:before,.next.page-numbers:before{font-size:1.5rem}.wp-pagenavi a.first:before{content:'\e5c4'}.wp-pagenavi a.previouspostslink:before,.prev.page-numbers:before{content:'\e314'}.wp-pagenavi a.nextpostslink:before,.next.page-numbers:before{content:'\e315'}.wp-pagenavi a.last:before{content:'\e5c8'}.wp-pagenavi .pages,.wp-pagenavi a.prev.page-numbers,.wp-pagenavi .next.page-numbers,.nav-links a{padding-left:1rem;padding-right:1rem}.sol-inner-container{position:relative;height:30px;line-height:30px;border-radius:4px}.sol-container.sol-active .sol-inner-container{z-index:9999}.sol-input-container{position:absolute;left:0;top:0;bottom:0;right:0}.sol-input-container input[type=text]{box-shadow:none;padding:0 7px;outline:none;width:100%;height:100%}.sol-input-container input[type=text]::-ms-clear{display:none}.sol-selection-container{display:none}.sol-container.sol-active .sol-selection-container,.trsrcbx{display:block;position:fixed;left:inherit;top:inherit;z-index:10000}.sol-active.sol-selection-top .sol-selection-container,.trsrcbx{-webkit-box-shadow:0 0 12px rgba(0,0,0,.175);-moz-box-shadow:0 0 12px rgba(0,0,0,.175);box-shadow:0 0 12px rgba(0,0,0,.175)}.sol-action-buttons{padding:7px 10px}.sol-action-buttons a{line-height:1em;text-decoration:none}.sol-action-buttons .sol-select-all{float:left}.sol-action-buttons .sol-deselect-all{float:right}.sol-action-buttons .sol-clearfix{clear:both}.sol-selection{overflow:auto;position:relative;min-height:0}.sol-selection:empty{display:none}.sol-option{display:block}.sol-label{padding:5px 10px;display:block;position:relative}.sol-label-text{line-height:1.2em}.sol-optiongroup{padding-bottom:1px}.sol-optiongroup-label{font-weight:700;margin-bottom:5px;padding:3px 5px}.sol-selection div:first-child.sol-optiongroup>.sol-optiongroup-label{border-top:none}.sol-checkbox,.sol-radio{position:absolute;width:13px;height:13px;padding:0;margin:0;top:4px}.sol-filtered-search{display:none}.sol-no-results,.sol-loading-data{padding:5px 0;font-style:italic;text-align:center}.sol-loading-data{-webkit-animation-name:blinker;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blinker;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blinker;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}.lgtbx{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0;visibility:hidden;transition:.2s;cursor:pointer}.lgtbx-on{overflow:hidden}.lgtbx-on .VideoPlayer{z-index:999}.lgtbx-on .VideoPlayer .lgtbx{visibility:visible;opacity:.9;z-index:2}.lgtbx-on .VideoPlayer .Video{z-index:3}.wp-pagenavi .current{background-color:#de1212}.imglazy{opacity:0;transition:opacity .333s ease-in}.imglazy.lazy-loaded{opacity:1}#star,#stars{font-size:18px}.oh{height:27px;overflow:hidden}.CommentsList+.wp-pagenavi{margin-top:2rem}.single-post header .Info span{margin-right:1rem}.single-post header .Info span:before{margin-right:.25rem;opacity:.5}.single-post .Description{margin-bottom:2rem}.post-blog-list .single-post{padding:0;margin-bottom:4rem}.post-blog-list .single-post header{margin-bottom:0}.home .MovieListSldCn{overflow:hidden}@media screen and (-ms-high-contrast:none){*{min-height:0%}}@media screen and (max-width:62em){.Menu{position:absolute;top:100%;left:0;right:0;z-index:10;transition:.2s;max-height:0;overflow:hidden;opacity:0;border-top:2px solid transparent;box-shadow:0 5px 25px rgba(0,0,0,.5)}.sub-menu.open{opacity:1;max-height:99em;padding:5px 0}.sub-menu .sub-menu,.menu-item-has-children .menu-item-has-children>a:after{display:none!important}.sub-menu>li{width:25%}.sub-menu>li>a{padding:0 .5rem;font-weight:300}.sub-menu .sub-menu>li{float:none;width:auto}.Menu>ul>li>a{text-transform:uppercase;font-weight:700;display:inline-block}.Menu>ul>li{border-bottom:1px solid transparent}.Menu>ul>li:last-child{border-bottom:0}.Menu>ul>li li.menu-item-has-children>a{padding-left:2rem}.Menu>ul>li li.menu-item-has-children:before{left:1rem!important}.menu-item-has-children>a:after{transform:rotate(270deg)}.BuyNow{padding-top:1rem;border-bottom:0;margin-top:.5rem}.BuyNow:before{top:1rem}.menu-azlist>ul{margin-left:.5rem}.sub-menu{max-height:none;padding-bottom:1rem}.BuyNow:before{margin-left:.5rem}.BuyNow>a{margin-left:.5rem;margin-right:1rem}#Tf-Wp.open{overflow:hidden}#Tf-Wp.open .Menu{max-height:calc(100vh - 80px);opacity:1;padding-bottom:1rem;overflow:auto}#Tf-Wp.open.admin-bar .Menu{max-height:calc(100vh - 112px)}.Footer .widget_categories>ul{max-width:none}.VideoOptions.open+.BtnOptions{position:fixed;right:1rem;top:1rem;margin:0;z-index:9999;width:40px;height:40px;line-height:40px}.widget_nav_menu li[class*=children]>a{pointer-events:auto}.TpSbList>.MovieList>li{-webkit-box-flex:0;-webkit-flex:0 0 14.28571428571429%;-ms-flex:0 0 14.28571428571429%;flex:0 0 14.28571428571429%;max-width:14.28571428571429%}}@media screen and (max-width:62em) and (orientation:landscape){.lgtbx-on .VideoPlayer{position:fixed;left:0;top:0;width:100%;height:100%}.VideoPlayer>span[class*=Btn]{right:1rem}}@media screen and (max-width:48em){#Tf-Wp.open.admin-bar .Menu{max-height:calc(100vh - 126px)}.sub-menu>li{width:33.33333333333333%}.TpSbList>.MovieList>li{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.menu-azlist>.sub-menu,.AZList{ /* overflow:auto;white-space:nowrap */}}@media screen and (max-width:34em){.sub-menu>li{width:50%}.TpSbList>.MovieList>li{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.SrtdBy{display:block}}@media screen and (max-width:24em){.Footer .widget_categories>ul li{width:100%}}@media screen and (min-width:48em){.MovieListSldCn .TPost.A .TPMvCn{max-width:870px}.PlayMovie,.PlayMovie:before{position:absolute;left:570px;right:0;top:0;bottom:0;margin:auto}.PlayMovie{height:0}.PlayMovie:before{left:0}.TPost.Single .Image{float:left;margin-right:1.5rem}.Description p.Cast{clear:both}}@media screen and (min-width:62em){::-webkit-scrollbar{width:8px;height:8px}.Menu,.Menu>ul>li{float:left}.Menu{margin-top:20px;margin-left:20px}.menu-item-has-children{position:relative}.menu-item-has-children:after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid transparent;position:absolute;top:60px;left:1.5rem;pointer-events:none;opacity:0;transition:.2s}aside .menu-item-has-children:after{left:1rem}.menu-item-has-children:hover:after{opacity:1;top:35px}.menu-item-has-children:hover>.sub-menu{max-height:40em;opacity:1;border-top:3px solid transparent;padding:5px 10px 1rem}.menu-item-has-children .menu-item-has-children:after{display:none}.sub-menu{position:absolute;top:100%;max-height:0;overflow:hidden;opacity:0;z-index:10;transition:.2s;padding:0 10px}.sub-menu .sub-menu{left:100%;top:0}.Header .Menu .sub-menu .sub-menu{border-top:0;top:-15px}.Header .Menu .menu-item-has-children .menu-item-has-children>a:after{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.Header .Menu .menu-category .sub-menu{width:570px}.Header .Menu .menu-category .sub-menu>li{width:25%;margin-top:10px;float:left}.Header .Menu .sub-menu,.Header .Menu .menu-category .sub-menu .sub-menu{width:335px}.Header .Menu .sub-menu>li,.Header .Menu .menu-category .sub-menu .sub-menu>li{width:33%}li:not(.menu-azlist)>.sub-menu>li>a{background-color:transparent;font-weight:400}.menu-item-has-children.menu-azlist:hover>.sub-menu{padding:5px 5px 10px 10px}.menu-azlist>ul{padding-left:10px;padding-right:5px}.menu-azlist>ul>li>a{padding:0}.Menu>ul>li li>a{padding:0}.BuyNow:before{margin-left:-.2rem}.BuyNow>a{padding-left:2rem!important}.Header .Logo{float:left;padding-left:0;padding-right:0}.Top.open .Menu{opacity:0;visibility:hidden}.AZList>li{width:5%}.TpRwCont{display:table;width:100%;table-layout:fixed}.TpRwCont>main,.TpRwCont>aside{display:table-cell;vertical-align:top}.TpRwCont>main{padding-right:1.875rem}.TpRwCont>aside{width:300px}.TpRwCont.TpLCol{direction:rtl}.TpRwCont.TpLCol>main,.TpRwCont.TpLCol>aside{direction:ltr}.TpRwCont.TpLCol>main{padding-right:0;padding-left:1.875rem}.TpRwCont.NoSdbr>main{padding-left:0;padding-right:0}.TpRwCont.NoSdbr>aside{display:none}.TPost.B:hover{z-index:2}.TPost.B:hover .TPMvCn{opacity:1;visibility:visible;transform:scale(1)}.SrtdBy{position:absolute;right:-.8rem;top:0}.Footer>.Top{padding:3.75rem 0}.Footer .Wdgt{margin-bottom:0}.Footer .widget_categories>ul li{width:100%}.widget_nav_menu>div>ul .sub-menu{padding-bottom:0}.widget_textfot p{max-width:370px}.widget_categories>ul::-webkit-scrollbar{width:5px;height:5px}.VideoOptions{position:absolute;z-index:4;padding-left:60px;padding-right:70px}.comment-form-author,.comment-form-email,.comment-form-url{float:left;width:33.33%}.comment-form-email{width:28.33%;margin-left:2.5%;margin-right:2.5%}.form-submit{clear:both}}@media screen and (min-width:75em){.TpRwCont.NoSdbr .MovieList.Rows>li{-webkit-box-flex:0;-webkit-flex:0 0 14.28571428571429%;-ms-flex:0 0 14.28571428571429%;flex:0 0 14.28571428571429%;max-width:14.28571428571429%}.TpRwCont.NoSdbr .MovieList.Episodes>li{-webkit-box-flex:0;-webkit-flex:0 0 16.66666666666667%;-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;max-width:16.66666666666667%}.Footer .widget_categories>ul li{width:50%}.VideoPlayer>span[class*=Btn]{right:-25px}}@media screen and (min-width:85em){.Container{max-width:1300px}main .MovieList.Rows>li{-webkit-box-flex:0;-webkit-flex:0 0 16.66666666666667%;-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;max-width:16.66666666666667%}main .MovieList.Episodes>li{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.TpRwCont.NoSdbr .MovieList.Rows>li{-webkit-box-flex:0;-webkit-flex:0 0 14.28571428571429%;-ms-flex:0 0 14.28571428571429%;flex:0 0 14.28571428571429%;max-width:14.28571428571429%}}@media screen and (min-width:100em){.Container{max-width:1700px}main .MovieList.Rows>li{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}main .MovieList.Episodes>li{-webkit-box-flex:0;-webkit-flex:0 0 16.66666666666667%;-ms-flex:0 0 16.66666666666667%;flex:0 0 16.66666666666667%;max-width:16.66666666666667%}.TpRwCont.NoSdbr .MovieList.Rows>li{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}}.wp-pagenavi .current{background-color:#de1212}.imglazy{opacity:0;transition:opacity .333s ease-in}.imglazy.lazy-loaded{opacity:1}#star,#stars{font-size:18px}.oh{height:27px;overflow:hidden}.Button.btn-report{background-color:#9a8f09}.Button.btn-report:hover{background-color:#887e04}.report-succ{background-color:#0f7f0f;color:#fff;display:inline-block;border-radius:4px;font-size:12px;clear:both;padding:1px 5px}.Treport .Modal-Content:before{padding-top:0}.Treport .Modal-Content{background-color:#171717c9}.ads-button-player{display:0;flex-wrap:wrap;justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;margin-bottom:30px;margin-top:15px}.ads-bottom-title{display:0;flex-wrap:wrap;justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;margin-bottom:30px;margin-top:30px}.mn-tag{display:0;flex-wrap:wrap;align-items:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center}.TPost.B .Image .MvIC .Lng{position:static;margin-bottom:3px;float:left;clear:both;margin-right:5px;height:auto;background-color:#0055c8;border-radius:30px;text-transform:uppercase;font-size:.54rem;display:inline-block;font-weight:400;line-height:2.1em;padding:0 .3rem}.mn-tag img{width:24px;height:auto;margin-right:5px;margin-bottom:3px}.st-vote{font-size:12px;line-height:1.1rem}.ads-top-letter,.ads_button_letter,.ads-movies,.ads-bottom-letter,.ads-series,.ads-seasons,.ads-episodes{display:0;flex-wrap:wrap;justify-content:center;-ms-flex-pack:center;-webkit-box-pack:center;-webkit-justify-content:center;margin-bottom:30px}.optns-bx{display:flex;flex-wrap:wrap}.drpdn{margin-right:16px;position:relative;margin-bottom:16px}.optns-bx *>.Button{display:inline-flex;text-align:left;margin-bottom:0}.optns-bx *>.Button:not(.on){background-color:rgba(0,0,0,.5);opacity:.7}.optns-bx *>.Button:not(.on):hover{opacity:1}.optns-bx *>.Button>span{line-height:20px;font-weight:700;font-size:16px;padding-right:16px}.optns-bx *>.Button>span span{display:block;font-weight:400;font-size:12px}.optns-bx *>.Button.on+.optnslst{display:block}.optnslst{display:none;position:absolute;left:0;top:100%;z-index:1;margin:0;padding:0;margin-top:8px;width:220px;padding:8px;border-radius:8px;list-style:none}.optnslst .Button{width:100%;text-align:left;margin-bottom:0}.optnslst li{margin-bottom:8px}.optnslst li:last-child{margin-bottom:0}.navepi{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.navepi a{padding-left:16px;padding-right:16px;display:inline-flex;align-items:center}.navepi a.off{opacity:.5;filter:grayscale(1);pointer-events:none}.navepi a.prev span,.navepi a.next span{display:none;font-weight:400}.navepi a.list i{font-size:20px}@media screen and (min-width:30em){.navepi a.prev span,.navepi a.next span{display:inline-block}.navepi a.prev span{margin-left:8px}.navepi a.next span{margin-right:8px}}.d-flex-ch{display:flex;justify-content:center;width:100%;flex-wrap:wrap}.lrt{display:none}.lrt.active{display:block!important}.rtg{cursor:pointer;margin:0 5px}.rtg.inactive{background-color:#313036!important}.mt-20{margin-top:20px} diff --git a/resources/assets/css/tp_style.css b/resources/assets/css/tp_style.css new file mode 100644 index 0000000..20f7ff3 --- /dev/null +++ b/resources/assets/css/tp_style.css @@ -0,0 +1,417 @@ + +/**************************/ +/* General +***************************/ +/*(Main Color)*/ +a:hover, .SearchBtn > i, .Top:before, .TpMvPlay:before, .TPost.B .TPMvCn .TPlay:before, .SrtdBy li a:before, .Clra, .ShareList > li > a, .PlayMovie:hover, .VideoPlayer > span, .OptionBx p:before, .comment-reply-link:before, section > .Top > .Title > span, .widget_categories > ul li:hover > a:before, .Frm-Slct > label:before, .widget span.required, .comment-notes:before, .TPost .Description .CastList li:hover:before, .error-404:before, .widget_recent_comments li:before, .widget_recent_entries li:before, .widget_views li:before, .widget_rss li:before, .widget_meta li:before, .widget_pages li:before, .widget_archive li:before { + color: #de1212 +} + +.Tf-Wp.open .MenuBtn i, .owl-dots > div.active > span, #Tf-Wp.open .MenuBtn i, .TpTv, .TPost.C .Top, .TPost.C .Image, .Bgra, .VideoOptions.open + .BtnOptions, .lgtbx-on .VideoPlayer > span.BtnLight { + background-color: #de1212 +} + +.widget_nav_menu > div > ul > li[class*="current"], .widget_categories > ul > li:hover, .comment-list .children, blockquote { + border-color: #de1212 +} + +.menu-item-has-children > a:after, .SrtdBy:after { + border-top-color: #de1212 +} + +@media screen and (max-width: 62em) { + .Menu { + border-top-color: #de1212 + } +} + +@media screen and (min-width: 62em) { + ::-webkit-scrollbar-thumb { + background-color: #de1212 + } + + .menu-item-has-children:hover > .sub-menu { + border-top-color: #de1212 + } + + .menu-item-has-children:after { + border-bottom-color: #de1212 + } +} + +::selection { + background-color: #de1212; + color: #fff +} + +::-moz-selection { + background-color: #de1212; + color: #fff +} + +/*(Body Background)*/ +body { + background-color: #1a191f +} + +/*(Text Color)*/ +body { + color: #818083 +} + +/*(Links Color)*/ +a, .ShareList.Count .numbr { + color: #fff +} + +/*(Titles - Color)*/ +.Top > .Title, .Title.Top, .comment-reply-title, #email-notes, .Description h1, .Description h2, .Description h3, .Description h4, .Description h5, .Description h6, .Description legend { + color: #fff +} + +/**************************/ +/* Header +***************************/ +/*Background*/ +.Header:after { + background-color: #000 +} + +.BdGradient .Header:after { + background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%) +} + +/*Menu*/ +/*(Menu Links Color)*/ +.Menu a, .SearchBtn { + color: #fff +} + +.MenuBtn i { + background-color: #fff +} + +/*(Menu Links Color Hover)*/ +.Menu li:hover a { + color: #fff +} + +@media screen and (min-width: 62em) { + .Menu [class*="current"] > a, .Header .Menu > ul > li:hover > a { + color: #fff + } +} + +/*(Menu Icons Color)*/ +.Menu li:before, .menu li:before { + color: #de1212 +} + +/*(Submenus Brackground)*/ +.Frm-Slct > label, .TPost.B .TPMvCn, .SrtdBy.open .List, .SearchMovies .sol-selection, .trsrcbx, .SearchMovies .sol-no-results, .OptionBx { + background-color: #1a191f +} + +@media screen and (max-width: 62em) { + .Menu { + background-color: #1a191f + } +} + +@media screen and (min-width: 62em) { + .sub-menu { + background-color: #1a191f + } +} + +/*(Submenus Text Color)*/ +.Frm-Slct > label, .TPost.B .TPMvCn, .OptionBx { + color: #818083 +} + +/*(Submenus Links Color)*/ +.TPost.B .TPMvCn a, .OptionBx div, .sub-menu a, .Menu li:hover .sub-menu li > a { + color: #fff !important +} + +@media screen and (max-width: 62em) { + .Menu a { + color: #fff + } +} + +/*(Submenus Links Color Hover)*/ +.TPost.B .TPMvCn a:hover, .OptionBx a:hover, .sub-menu li:hover a, .Menu li:hover .sub-menu li:hover > a { + color: #fff !important +} + +@media screen and (max-width: 62em) { + .Menu li:hover a { + color: #fff + } +} + +/**************************/ +/* Banner Top +***************************/ +/*(Banner Top Background)*/ +.TPost.A .Image:after, .TPost .Description .CastList:before { + background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1a191f 100%) +} + +/*(Banner Top Links Color)*/ +.MovieListSldCn .TPost.A .TPMvCn div a, .MovieListSldCn .TPost.A .TPMvCn .Title { + color: #e0e0e0 +} + +/*(Banner Top Links Color Hover)*/ +.MovieListSldCn .TPost.A .TPMvCn div a:hover, .MovieListSldCn .TPost.A .TPMvCn .Title:hover { + color: #e0e0e0 +} + +/*(Banner Top Text Color)*/ +.MovieListSldCn .TPost.A { + color: #e0e0e0 +} + +/**************************/ +/* Forms +***************************/ +/*(Buttons Background)*/ +.Button, a.Button, a.Button:hover, button, input[type="button"], input[type="reset"], input[type="submit"], .BuyNow > a, .sol-selected-display-item, .trsrclst > li, .ShareList > li > a:hover, .TPost.B .Image .Qlty { + background-color: #de1212 +} + +.ShareList > li > a { + border-color: #de1212 +} + +/*(Buttons Background Hover)*/ +.Button:hover, .Button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .BuyNow > a:hover { + background-color: #de1212 +} + +/*(Buttons Text Color)*/ +.Button, a.Button, button, input[type="button"], input[type="reset"], input[type="submit"], .BuyNow > a, .sol-selected-display-item, .trsrclst > li, .ShareList > li > a:hover, .TPost.B .Image .Qlty { + color: #fff +} + +/*(Buttons Text Color Hover)*/ +.Button:hover, .Button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .BuyNow > a:hover { + color: #fff +} + +/*(Form controls Background)*/ +input, textarea, select, .Form-Select label, .OptionBx p { + background-color: #2a292f +} + +/*(Form controls Text Color)*/ +input, textarea, select, .Form-Select label, .OptionBx p { + color: #fff +} + +/**************************/ +/* Widgets +***************************/ +/*(Widget - Backgorund)*/ +aside .Wdgt { + background-color: #212026 +} + +/*(Widget Title - Backgorund)*/ +aside .Wdgt > .Title { + background-color: #19181d +} + +/*(Widget Title - Color)*/ +aside .Wdgt > .Title { + color: #fff +} + +/*(Widget Text Color)*/ +aside .Wdgt { + color: #818083 +} + +/*(Widget Links Color)*/ +aside .Wdgt a { + color: #fff +} + +/*(Widget Links Color Hover)*/ +aside .Wdgt a:hover { + color: #de1212 +} + +/**************************/ +/* Tables +***************************/ +/*(Table Title Background)*/ +thead tr { + background-color: #de1212 +} + +/*(Table Title Text)*/ +thead tr { + color: #fff +} + +/*(Table Cell Background)*/ +td { + background-color: #26252a +} + +.SeasonBx { + border-bottom-color: #26252a +} + +/*(Table Cell Background Hover )*/ +tr:hover > td, tr.Viewed td { + background-color: #313036 +} + +/*(Table Cell Text)*/ +td { + color: #818083 +} + +/*(Table Cell Links)*/ +td a, .TPTblCnMvs td:first-child, .TPTblCnMvs td:nth-child(2), .TPTblCnMvs td:nth-child(3) { + color: #fff +} + +/*(Table Cell Links Hover)*/ +td a:hover { + color: #de1212 +} + +/**************************/ +/* Pagination +***************************/ +/*Pagination Links Background*/ +.menu-azlist ul.sub-menu a, .AZList > li > a, .wp-pagenavi a, .wp-pagenavi span, .nav-links a, .nav-links span, .tagcloud a { + background-color: #313036 +} + +@media screen and (max-width: 62em) { + .Menu > ul > li { + border-bottom-color: #313036 + } + + .Menu .sub-menu a { + background-color: #313036 + } +} + +/*Pagination Links Background Hover*/ +.menu-azlist ul.sub-menu a:hover, .menu-azlist [class*="current"] > a, .AZList a:hover, .AZList .Current a, .wp-pagenavi a:hover, .wp-pagenavi span.current, .nav-links a:hover, .nav-links [class*="current"], .tagcloud a:hover { + background-color: #de1212 +} + +@media screen and (max-width: 62em) { + .Menu .sub-menu a:hover { + background-color: #de1212 + } +} + +/*Pagination Links Color*/ +.menu-azlist ul.sub-menu a, .AZList > li > a, .wp-pagenavi a, .wp-pagenavi span, .tagcloud a { + color: #fff !important +} + +@media screen and (max-width: 62em) { + .Menu .sub-menu a { + color: #fff !important + } +} + +/*Pagination Links Color Hover*/ +.Menu li.menu-azlist:hover ul.sub-menu a:hover, .menu-azlist [class*="current"] > a, .AZList a:hover, .AZList .Current a, .wp-pagenavi a:hover, .wp-pagenavi span.current, .nav-links a:hover, .nav-links [class*="current"], .tagcloud a:hover { + color: #fff !important +} + +@media screen and (max-width: 62em) { + .Menu li:hover .sub-menu li:hover a, .Menu .sub-menu li:hover:before { + color: #fff !important + } +} + +/**************************/ +/* Footer +***************************/ +/*Top*/ +/*(Footer Top - Background)*/ +.Footer .Top { + background-color: #151419 +} + +/*(Footer Top - Text Color)*/ +.Footer .Top { + color: #818083 +} + +/*(Footer Top - Links Color)*/ +.Footer .Top a { + color: #fff +} + +/*(Footer Top - Links Color Hover)*/ +.Footer .Top a:hover { + color: #de1212 +} + +/*Bot*/ +/*(Footer Bot - Background)*/ +.Footer .Bot { + background-color: #1a191f +} + +/*(Footer Bot - Text Color)*/ +.Footer .Bot { + color: #818083 +} + +/*(Footer Bot - Links Color)*/ +.Footer .Bot a { + color: #fff +} + +/*(Footer Bot - Links Color Hover)*/ +.Footer .Bot a:hover { + color: #de1212 +} + +/**************************** NO EDIT ****************************/ +.Search input[type="text"] { + background-color: rgba(255, 255, 255, .2); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); + color: #fff +} + +.Search input[type="text"]:focus { + background-color: rgba(255, 255, 255, .3); + box-shadow: 0 0 5px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .2) +} + +.Button, a.Button, button, input[type="button"], input[type="reset"], input[type="submit"], .BuyNow > a, .wp-pagenavi .current, thead tr, .nav-links [class*="current"] { + box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .3) +} + +.Button:hover, .Button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .BuyNow > a:hover { + box-shadow: none +} + +.TPost.B .TPMvCn, aside .Wdgt, .SrtdBy.open .List, .sol-active.sol-selection-top .sol-selection-container, .trsrcbx, .sub-menu, .OptionBx, .wp-pagenavi a, .wp-pagenavi span, .nav-links a, .nav-links span, .tagcloud a { + box-shadow: inset 0 0 70px rgba(0, 0, 0, .3), 0 0 20px rgba(0, 0, 0, .5) +} + +.widget_categories > ul li:hover, .sol-option:hover { + box-shadow: inset 0 0 70px rgba(0, 0, 0, .2) +} + +@media screen and (max-width: 62em) { + .sub-menu { + box-shadow: none + } +} diff --git a/resources/assets/fonts/MaterialIcons-Regular.woff2 b/resources/assets/fonts/MaterialIcons-Regular.woff2 new file mode 100644 index 0000000..9fa2112 Binary files /dev/null and b/resources/assets/fonts/MaterialIcons-Regular.woff2 differ diff --git a/resources/assets/fonts/fontawesome-webfont.woff2 b/resources/assets/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/resources/assets/fonts/fontawesome-webfont.woff2 differ diff --git a/resources/assets/img/cnt/rating_on.gif b/resources/assets/img/cnt/rating_on.gif new file mode 100644 index 0000000..c270443 Binary files /dev/null and b/resources/assets/img/cnt/rating_on.gif differ diff --git a/resources/assets/img/star-on.svg b/resources/assets/img/star-on.svg new file mode 100644 index 0000000..f077db9 --- /dev/null +++ b/resources/assets/img/star-on.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/resources/assets/img/toroflix-logo.svg b/resources/assets/img/toroflix-logo.svg new file mode 100644 index 0000000..a2a9afd --- /dev/null +++ b/resources/assets/img/toroflix-logo.svg @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/resources/assets/js/functions.js b/resources/assets/js/functions.js new file mode 100644 index 0000000..8dd675a --- /dev/null +++ b/resources/assets/js/functions.js @@ -0,0 +1,17 @@ +!function(t){t.fn.recliner=function(n){var i,a,o=t(window),e=this,r=this.selector;n=t.extend({attrib:"data-src",throttle:300,threshold:100,printable:!0,live:!0,getScript:!1},n);function l(t){t.removeClass("lazy-loading"),t.addClass("lazy-loaded"),t.trigger("lazyshow")}function d(){var a=e.filter(function(){var i=t(this);if("none"!=i.css("display")){var a=void 0!==window.innerHeight?window.innerHeight:o.height(),e=o.scrollTop(),r=e+a,l=i.offset().top;return l+i.height()>=e-n.threshold&&l<=r+n.threshold}});i=a.trigger("lazyload"),e=e.not(i)}function c(i){i.one("lazyload",function(){var i,a,o;i=t(this),a=i.attr(n.attrib),o=i.prop("tagName"),a?(i.addClass("lazy-loading"),/^(IMG|IFRAME|AUDIO|EMBED|SOURCE|TRACK|VIDEO)$/.test(o)?(i.attr("src",a),i[0].onload=function(t){l(i)}):!0===n.getScript?t.getScript(a,function(t){l(i)}):i.load(a,function(t){l(i)})):l(i)}),d()}return o.on("scroll.lazy resize.lazy lookup.lazy",function(t){a&&clearTimeout(a),a=setTimeout(function(){o.trigger("lazyupdate")},n.throttle)}),o.on("lazyupdate",function(t){d()}),n.live&&t(document).ajaxSuccess(function(n,i,a){var o=t(r).not(".lazy-loaded").not(".lazy-loading");e=e.add(o),c(o)}),n.printable&&window.matchMedia&&window.matchMedia("print").addListener(function(n){n.matches&&t(r).trigger("lazyload")}),c(this),this}}(jQuery);var createCookie=function(name,value,days){var expires;if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires="; expires="+date.toGMTString();} +else{expires="";} + document.cookie=name+"="+value+expires+"; path=/";} +function getCookie(c_name){if(document.cookie.length>0){c_start=document.cookie.indexOf(c_name+"=");if(c_start!=-1){c_start=c_start+c_name.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length;} + return unescape(document.cookie.substring(c_start,c_end));}} + return "";} +if(typeof jQuery==='undefined'){throw new Error('jquery-rate-picker requires jQuery');} +(function($){"use strict";$.ratePicker=function(target,options){if(typeof options==='undefined')options={};options.max=typeof options.max==='undefined'?5:options.max;options.rgbOn=typeof options.rgbOn==='undefined'?"#f1c40f":options.rgbOn;options.rgbOff=typeof options.rgbOff==='undefined'?"#ecf0f1":options.rgbOff;options.rgbSelection=typeof options.rgbSelection==='undefined'?"#ffcf10":options.rgbSelection;options.cursor=typeof options.cursor==='undefined'?"pointer":options.cursor;options.indicator=typeof options.indicator==='undefined'?"fa fa-star":"fa "+options.indicator;var stars=typeof $(target).data('stars')=='undefined'?0:$(target).data('stars');$(target).css('cursor',options.cursor);$(target).append($("",{type:"hidden",name:target.replace("#",""),value:stars}));$(target).append($("",{class:options.indicator,style:"color: transparent; font-size: 0;"}));for(var i=1;i<=options.max;i++){$(target).append($("",{class:options.indicator,style:"color:"+(i<=stars?options.rgbOn:options.rgbOff)}));} + $(target).append($("",{class:options.indicator,style:"color: transparent; font-size: 0;"}));$.each($(target+" > i"),function(index,item){$(item).click(function(){$("[name="+target.replace("#","")+"]").val(index);for(var i=1;i<=options.max;i++){$($(target+"> i")[i]).css("color",i<=index?options.rgbOn:options.rgbOff);} + if(!(options.rate==='undefined')){options.rate(index>options.max?options.max:index);stars=index;}});$(item).mouseover(function(){for(var i=1;i<=options.max;i++){$($(target+" > i")[i]).css("color",i<=index?options.rgbSelection:options.rgbOff);}});$(item).mouseleave(function(){$("[name="+target.replace("#","")+"]").val(index);for(var i=1;i<=options.max;i++){$($(target+"> i")[i]).css("color",i<=stars?options.rgbOn:options.rgbOff);}});});};})(jQuery);jQuery(document).ready(function($){$(document).on('click','.rtg',function(event){event.preventDefault();var ide=$(this).attr('tab');$('.rtg').addClass('inactive').removeClass('active');$(this).addClass('active').removeClass('inactive');$('.lrt').removeClass('active');$('#'+ide).addClass('active');});function modalReport(){var html='';html+='';return html;} + $(document).on('click','#tr-report',function(event){event.preventDefault();$('body').append(modalReport());});$(document).on('submit','#form-report',function(event){event.preventDefault();var message=$('#desc-report').val(),postType=toroflixPublic.type,postID=toroflixPublic.id;$.ajax({url:toroflixPublic.url,dataType:'json',method:'POST',data:{action:'action_send_report',message:message,postType:postType,postID:postID},beforeSend:function(){},success:function(data){console.log(data);$('.TPMvCn').append('

'+toroflixPublic.report_text_has_send+'

');setTimeout(()=>{$('.report-succ').fadeOut('400',function(){$('.report-succ').remove();});},3000);$('.Treport').remove();},error:function(){}});});$(document).on('click','.drpdn',function(){var $this=$(this);if($this.find('.bstd').hasClass('on')){$('.bstd').removeClass('on');}else{$('.bstd').removeClass('on');$this.find('.bstd').addClass('on');}});$(document).click(function(event){if(!($(event.target).closest("#HdTop").length)){$('#HdTop').removeClass('open');$('#tr_live_search_content').empty().removeClass('on');$('#Tf-Search').val('');}});$('.like-mov').on('click',function(event){event.preventDefault();var id=$(this).data('id'),like=$(this).data('like');if(getCookie('like_flix_'+id)==1){return;} + $.ajax({url:toroflixPublic.url,dataType:'json',method:'POST',data:{action:'action_like_mov',like:like,id:id},beforeSend:function(){},success:function(data){console.log(data);$('.vot_cl').text(data.like);$('.vot_cu').text(data.unlike);createCookie('like_flix_'+id,1,365);},error:function(){console.warn('error');}});});$('.Cast-sh a').hide();$('.Cast-sh .dot-sh').hide();$('.Cast-sh a').eq(0).show();$('.Cast-sh a').eq(1).show();$('.Cast-sh a').eq(2).show();$('.Cast-sh .dot-sh').eq(0).show();$('.Cast-sh .dot-sh').eq(1).show();$('.Cast-sh').append(''+toroflixPublic.viewmore+'');$('body').on('click','.view-sh',function(event){event.preventDefault();$('.Cast-sh a').show();$('.Cast-sh a').show();$('.view-sh').remove();$('.Cast-sh .dot-sh').show();$('.Cast.Cast-sh').removeClass('oh');});$('#watch-trailer').on('click',function(event){event.preventDefault();var trailer=$(this).data('trailer');$('.Ttrailer').addClass('on');$('.Ttrailer .Modal-Content').prepend(toroflixPublic.trailer);});$(document).on('click','.Modal-Close',function(event){event.preventDefault();$(this).parent().parent().removeClass('on');$('.Treport').remove();$('.Ttrailer iframe').remove();});$('body').on('click','.sorted-list a',function(event){event.preventDefault();var $this=$(this),type_list=$this.attr('href'),type_post=$this.parent().parent().parent().parent().parent().data('id');if($this.parent().hasClass('on')){$this.parent().parent().parent().removeClass('open');return;} + $this.parent().parent().find('li').removeClass('on');$this.parent().addClass('on');$this.parent().parent().parent().removeClass('open');$.ajax({url:toroflixPublic.url,method:'POST',data:{action:'action_changue_post_by',type:type_list,posttype:type_post},beforeSend:function(){$this.parent().parent().parent().parent().next().fadeOut(400);},success:function(data){$this.parent().parent().parent().parent().next().empty().fadeIn(300).html(data);$('.imglazy').recliner({attrib:"data-src",throttle:300,threshold:300,live:true});},error:function(){}});});$('.AADrpd').each(function(){var $AADrpdwn=$(this);$('.AALink',$AADrpdwn).click(function(e){e.preventDefault();$AADrpdDv=$('.AACont',$AADrpdwn);$AADrpdDv.parent('.AADrpd').toggleClass('open');$('.AACont').not($AADrpdDv).parent('.AADrpd').removeClass('open');return false;});});$(document).on('click',function(e){if($(e.target).closest('.AACont').length===0){$('.AACont').parent('.AADrpd').removeClass('open');}});$('.AATggl').on('click',function(){var shwhdd=$(this).attr('data-tggl');$('#'+shwhdd).toggleClass('open');$('#tr_live_search_content').empty().removeClass('on');$('#Tf-Search').val('');});if(toroflixPublic.playerAutomaticSlider==1){var autoplayOpt=true;}else{var autoplayOpt=false;} + $(".MovieListSld").owlCarousel({items:1,autoHeight:true,loop:true,lazyLoad:true,autoplay:autoplayOpt,rtl:(document.dir=='rtl')?true:false});$('.MovieListTop').owlCarousel({margin:10,lazyLoad:true,responsive:{0:{items:2},360:{items:3},560:{items:4},760:{items:6},960:{items:8},1360:{items:10},1600:{items:12}},rtl:(document.dir=='rtl')?true:false});$(document).keyup(function(a){if(a.keyCode==27)$('.lgtbx-on').toggleClass('lgtbx-on');});$('.lgtbx').click(function(event){event.preventDefault();$('body').toggleClass('lgtbx-on');});$('.lgtbx-lnk').click(function(event){event.preventDefault();$('body').toggleClass('lgtbx-on');});$('.ListOptions>li').click(function(){var tab_id=$(this).attr('data-VidOpt'),id=$(this).data('id'),typ=$(this).data('typ'),key=$(this).data('key');$('.ListOptions>li').removeClass('on');$(this).addClass('on');$("#"+tab_id).addClass('on');$.ajax({url:toroflixPublic.url,method:'POST',data:{action:'action_player_change',id:id,key:key,typ:typ},beforeSend:function(){},success:function(data){$('#VideoOption01').fadeOut('200');setTimeout(()=>{$('#VideoOption01').empty().fadeIn('0').html(data);},100);setTimeout(()=>{$('#VidOpt').removeClass('open');},500);},error:function(){}});});(function(a){var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,false);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,false);else this.onmousewheel=null}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}});function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=true,g=0,h=0;b=a.event.fix(c);b.type="mousewheel";if(c.wheelDelta)e=c.wheelDelta/120;if(c.detail)e=-c.detail/3;h=e;if(c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS){h=0;g=-1*e}if(c.wheelDeltaY!==undefined)h=c.wheelDeltaY/120;if(c.wheelDeltaX!==undefined)g=-1*c.wheelDeltaX/120;d.unshift(b,e,g,h);return(a.event.dispatch||a.event.handle).apply(this,d)}})(jQuery);$(function(){$(".ListOptions").mousewheel(function(a,b){this.scrollLeft-=b*30;a.preventDefault()})}) + $('#Tf-Search').on('keyup',function(event){$(this).attr('autocomplete','off');var searchTerm=$(this).val();if(searchTerm.length>2){$.ajax({url:toroflixPublic.url,type:'POST',data:{action:'action_search_suggest',term:searchTerm},beforeSend:function(){$('form .Result').addClass('On');var html='

Loading

';$('form .Result').append(html);},success:function(data){$('form .Result').addClass('On').html(data);},error:function(){}});}else{$('form .Result').empty().removeClass('On');}}).keyup();$('.imglazy').recliner({attrib:"data-src",throttle:100,threshold:100,live:true});$.ratePicker("#star",{rate:function(stars){var id=$('#star').data('id');if(getCookie('vote_ep'+id)==id){return;} + $.ajax({url:toroflixPublic.url,method:'POST',dataType:'json',data:{action:'action_vote_serie',id:id,stars:stars},beforeSend:function(){},success:function(data){console.log(data);createCookie('vote_ep'+id,id);$('#star').attr('data-stars',data.prom);},error:function(){}});console.log(stars);}});$.ratePicker("#stars",{rate:function(stars){var id=$('#stars').data('id');console.log('prev12');if(getCookie('vote_tx'+id)==id){return;} + console.log('prev');$.ajax({url:toroflixPublic.url,method:'POST',dataType:'json',data:{action:'action_vote_tax',id:id,stars:stars},beforeSend:function(){},success:function(data){console.log(data);createCookie('vote_tx'+id,id);$('#stars').attr('data-stars',data.prom);},error:function(){}});console.log(stars);}});});$(document).on('click','#scrapper',function(event){event.preventDefault();console.log(toroflixPublic.url);$.ajax({url:'https://torothemes.com/demo/toroflix/wp-admin/admin-ajax.php',method:'POST',data:{action:'action_player_change',id:156,key:0,typ:'movie'},beforeSend:function(){console.log('cargando');},success:function(data){console.log(data);},error:function(){console.log('error');}});}); diff --git a/resources/assets/js/jquery.js b/resources/assets/js/jquery.js new file mode 100644 index 0000000..6b9a1b1 --- /dev/null +++ b/resources/assets/js/jquery.js @@ -0,0 +1 @@ +/*!jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license*/!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,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"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w(" + + + + + + + + + + @if ($currentMovie->trailer_url && strpos($currentMovie->trailer_url, 'youtube')) + @php + parse_str( parse_url( $currentMovie->trailer_url, PHP_URL_QUERY ), $my_array_of_vars ); + $video_id = $my_array_of_vars['v']; + @endphp + + + @endif + + + + + + + {!! setting('site_scripts_facebook_sdk') !!} + +@endpush diff --git a/resources/views/themetoro/inc/header.blade.php b/resources/views/themetoro/inc/header.blade.php new file mode 100644 index 0000000..5bd76c6 --- /dev/null +++ b/resources/views/themetoro/inc/header.blade.php @@ -0,0 +1,53 @@ +@php + $logo = setting('site_logo', ''); + $brand = setting('site_brand', ''); + $title = isset($title) ? $title : setting('site_homepage_title', ''); +@endphp + +
+
+
+ + + + +
+
+
diff --git a/resources/views/themetoro/inc/home_page_slider_poster.blade.php b/resources/views/themetoro/inc/home_page_slider_poster.blade.php new file mode 100644 index 0000000..86bcf57 --- /dev/null +++ b/resources/views/themetoro/inc/home_page_slider_poster.blade.php @@ -0,0 +1,87 @@ +
+ +
diff --git a/resources/views/themetoro/inc/home_page_slider_thumb.blade.php b/resources/views/themetoro/inc/home_page_slider_thumb.blade.php new file mode 100644 index 0000000..a369923 --- /dev/null +++ b/resources/views/themetoro/inc/home_page_slider_thumb.blade.php @@ -0,0 +1,24 @@ +
+
+

{{$home_page_slider_thumb['label']}}

+
+ +
diff --git a/resources/views/themetoro/inc/pagination.blade.php b/resources/views/themetoro/inc/pagination.blade.php new file mode 100644 index 0000000..4fa893c --- /dev/null +++ b/resources/views/themetoro/inc/pagination.blade.php @@ -0,0 +1,36 @@ +@if ($paginator->hasPages()) + +@endif diff --git a/resources/views/themetoro/inc/rightbar.blade.php b/resources/views/themetoro/inc/rightbar.blade.php new file mode 100644 index 0000000..c82cc18 --- /dev/null +++ b/resources/views/themetoro/inc/rightbar.blade.php @@ -0,0 +1,5 @@ + diff --git a/resources/views/themetoro/inc/rightbar/rightbar_text.blade.php b/resources/views/themetoro/inc/rightbar/rightbar_text.blade.php new file mode 100644 index 0000000..cf58171 --- /dev/null +++ b/resources/views/themetoro/inc/rightbar/rightbar_text.blade.php @@ -0,0 +1,8 @@ +
+
{{$top['label']}}
+
    + @foreach($top['data'] as $movie) +
  • {{$movie->name}} {{$movie->publish_year}}
  • + @endforeach +
+
diff --git a/resources/views/themetoro/inc/rightbar/rightbar_thumb.blade.php b/resources/views/themetoro/inc/rightbar/rightbar_thumb.blade.php new file mode 100644 index 0000000..8e02de2 --- /dev/null +++ b/resources/views/themetoro/inc/rightbar/rightbar_thumb.blade.php @@ -0,0 +1,42 @@ +
+
{{$top['label']}}
+
    + @foreach($top['data'] as $key => $movie) +
  • +
    + + {{$key + 1}} +
    +
    + {{$movie->name}} +
    +
    +
    + {{$movie->name}} +
    +
    +
    +
    + + {{$movie->language}} + + + {{$movie->quality}} + +
    +
    +
    + img{{$movie->getRatingStar()}} +
    +
    + {{$movie->publish_year}} {{$movie->episode_time}} {{$movie->view_week}}
    +
    +
  • + @endforeach +
+
diff --git a/resources/views/themetoro/inc/rightbar/rightbar_thumb_2.blade.php b/resources/views/themetoro/inc/rightbar/rightbar_thumb_2.blade.php new file mode 100644 index 0000000..2079127 --- /dev/null +++ b/resources/views/themetoro/inc/rightbar/rightbar_thumb_2.blade.php @@ -0,0 +1,21 @@ +
+
{{$top['label']}}
+ +
diff --git a/resources/views/themetoro/inc/section/section_poster.blade.php b/resources/views/themetoro/inc/section/section_poster.blade.php new file mode 100644 index 0000000..c45a661 --- /dev/null +++ b/resources/views/themetoro/inc/section/section_poster.blade.php @@ -0,0 +1,24 @@ +
+
+
{{$item['label']}}
+
+ +
diff --git a/resources/views/themetoro/inc/section/section_thumb.blade.php b/resources/views/themetoro/inc/section/section_thumb.blade.php new file mode 100644 index 0000000..14fa535 --- /dev/null +++ b/resources/views/themetoro/inc/section/section_thumb.blade.php @@ -0,0 +1,11 @@ +
+
+

{{$item['label']}}

+ Xem thêm +
+
    + @foreach($item['data'] as $movie) + @include("themes::themetoro.inc.section.section_thumb_item") + @endforeach +
+
diff --git a/resources/views/themetoro/inc/section/section_thumb_item.blade.php b/resources/views/themetoro/inc/section/section_thumb_item.blade.php new file mode 100644 index 0000000..c842cba --- /dev/null +++ b/resources/views/themetoro/inc/section/section_thumb_item.blade.php @@ -0,0 +1,35 @@ +
  • + +
  • diff --git a/resources/views/themetoro/index.blade.php b/resources/views/themetoro/index.blade.php new file mode 100644 index 0000000..bd42546 --- /dev/null +++ b/resources/views/themetoro/index.blade.php @@ -0,0 +1,112 @@ +@extends('themes::themetoro.layout') + +@php + use VsMov\Core\Models\Movie; + + $home_page_slider_poster = Cache::remember('site.movies.home_page_slider_poster', setting('site_cache_ttl', 5 * 60), function () { + $list = get_theme_option('home_page_slider_poster'); + $data = null; + if(trim($list)) { + $list = explode('|', $list); + [$label, $relation, $field, $val, $sortKey, $alg, $limit] = array_merge($list, ['Phim đề cử', '', 'is_recommended', '1', 'updated_at', 'desc', 10]); + try { + $data = [ + 'label' => $label, + 'data' => Movie::when($relation, function ($query) use ($relation, $field, $val) { + $query->whereHas($relation, function ($rel) use ($field, $val) { + $rel->where($field, $val); + }); + }) + ->when(!$relation, function ($query) use ($field, $val) { + $query->where($field, $val); + }) + ->orderBy($sortKey, $alg) + ->limit($limit) + ->get() + ]; + } catch (\Exception $e) { + } + } + return $data; + }); + + $home_page_slider_thumb = Cache::remember('site.movies.home_page_slider_thumb', setting('site_cache_ttl', 5 * 60), function () { + $list = get_theme_option('home_page_slider_thumb'); + $data = null; + if(trim($list)) { + $list = explode('|', $list); + [$label, $relation, $field, $val, $sortKey, $alg, $limit] = array_merge($list, ['Phim mới cập nhật', '', 'is_copyright', '0', 'updated_at', 'desc', 20]); + try { + $data = [ + 'label' => $label, + 'data' => Movie::when($relation, function ($query) use ($relation, $field, $val) { + $query->whereHas($relation, function ($rel) use ($field, $val) { + $rel->where($field, $val); + }); + }) + ->when(!$relation, function ($query) use ($field, $val) { + $query->where($field, $val); + }) + ->orderBy($sortKey, $alg) + ->limit($limit) + ->get() + ]; + } catch (\Exception $e) { + } + } + return $data; + }); + + $data = Cache::remember('site.movies.latest', setting('site_cache_ttl', 5 * 60), function () { + $lists = preg_split('/[\n\r]+/', get_theme_option('latest')); + $data = []; + foreach ($lists as $list) { + if (trim($list)) { + $list = explode('|', $list); + [$label, $relation, $field, $val, $sortKey, $alg, $limit, $link, $show_template] = array_merge($list, ['Phim mới cập nhật', '', '', 'type', 'series', 'created_at', 'desc', 8, '/', 'section_thumb']); + try { + $data[] = [ + 'label' => $label, + 'show_template' => $show_template, + 'data' => Movie::when($relation, function ($query) use ($relation, $field, $val) { + $query->whereHas($relation, function ($rel) use ($field, $val) { + $rel->where($field, $val); + }); + }) + ->when(!$relation, function ($query) use ($field, $val) { + $query->where($field, $val); + }) + ->orderBy($sortKey, $alg) + ->limit($limit) + ->get(), + 'link' => $link ?: '#', + ]; + } catch (\Exception $e) { + } + } + } + return $data; + }); + +@endphp + +@section('home_page_slider_poster') + @if(count($home_page_slider_poster['data'])) + @include('themes::themetoro.inc.home_page_slider_poster') + @endif +@endsection + +@section('home_page_slider_thumb') + @if(count($home_page_slider_thumb)) + @include('themes::themetoro.inc.home_page_slider_thumb') + @endif +@endsection + +@section('content') + @foreach($data as $item) + @include("themes::themetoro.inc.section." . $item["show_template"]) + @endforeach +@endsection + +@push('scripts') +@endpush diff --git a/resources/views/themetoro/layout.blade.php b/resources/views/themetoro/layout.blade.php new file mode 100644 index 0000000..4d5c42c --- /dev/null +++ b/resources/views/themetoro/layout.blade.php @@ -0,0 +1,105 @@ +@extends('themes::layout') + +@php + $menu = \VsMov\Core\Models\Menu::getTree(); + $tops = Cache::remember('site.movies.tops', setting('site_cache_ttl', 5 * 60), function () { + $lists = preg_split('/[\n\r]+/', get_theme_option('hotest')); + $data = []; + foreach ($lists as $list) { + if (trim($list)) { + $list = explode('|', $list); + [$label, $relation, $field, $val, $sortKey, $alg, $limit, $template] = array_merge($list, ['Phim hot', '', 'type', 'series', 'view_total', 'desc', 4, 'top_thumb']); + try { + $data[] = [ + 'label' => $label, + 'template' => $template, + 'data' => \VsMov\Core\Models\Movie::when($relation, function ($query) use ($relation, $field, $val) { + $query->whereHas($relation, function ($rel) use ($field, $val) { + $rel->where($field, $val); + }); + }) + ->when(!$relation, function ($query) use ($field, $val) { + $query->where($field, $val); + }) + ->orderBy($sortKey, $alg) + ->limit($limit) + ->get(), + ]; + } catch (\Exception $e) { + # code + } + } + } + return $data; + }); + +@endphp + +@push('header') + + + +@endpush + +@section('body') +
    + @include("themes::themetoro.inc.header") +
    + @if (get_theme_option('ads_header')) +
    + {!! get_theme_option('ads_header') !!} +
    + @endif + @yield('home_page_slider_poster') + @yield('single_top') +
    + @yield('home_page_slider_thumb') +
    +
    + @yield('content') +
    + @include('themes::themetoro.inc.rightbar') +
    +
    +
    +
    +@endsection + +@push('scripts') +@endpush + +@section('footer') + {!! get_theme_option('footer') !!} + @if (get_theme_option('ads_catfish')) + {!! get_theme_option('ads_catfish') !!} + @endif + + + + + + + + + + + + + {!! setting('site_scripts_google_analytics') !!} +@endsection diff --git a/resources/views/themetoro/single.blade.php b/resources/views/themetoro/single.blade.php new file mode 100644 index 0000000..eab323c --- /dev/null +++ b/resources/views/themetoro/single.blade.php @@ -0,0 +1,233 @@ +@extends('themes::themetoro.layout') + +@php + $watch_url = ''; + if (!$currentMovie->is_copyright && count($currentMovie->episodes) && $currentMovie->episodes[0]['link'] != '') { + $watch_url = $currentMovie->episodes + ->sortBy([['server', 'asc']]) + ->groupBy('server') + ->first() + ->sortByDesc('name', SORT_NATURAL) + ->groupBy('name') + ->last() + ->sortByDesc('type') + ->first() + ->getUrl(); + } +@endphp + +@section('single_top') +
    +
    +
    +
    +

    {{ $currentMovie->name }}

    +

    {{ $currentMovie->origin_name }}

    +
    +
    +
    + img{{$currentMovie->getRatingStar()}} +
    +
    + {{ $currentMovie->publish_year }} + + @switch($currentMovie->status) + @case("ongoing") + Đang chiếu + @break + @case("completed") + Trọn bộ + @break + @default + Trailer + @endswitch + + {{$currentMovie->episode_time}} + {{$currentMovie->view_total}} + {!! $currentMovie->regions->map(function ($region) { + return ''.$region->name.''; + })->implode(' ') !!} +
    +
    +

    {!! strip_tags($currentMovie->content) !!}

    +

    + Đạo diễn: + {!! $currentMovie->directors->map(function ($director) { + return ''.$director->name.''; + })->implode(',') !!} +

    +

    Thể loại: + {!! $currentMovie->categories->map(function ($category) { + return ''.$category->name.''; + })->implode(', ') !!} +

    +

    + Diễn viên: + {!! $currentMovie->actors->map(function ($actor) { + return ''.$actor->name.''; + })->implode(', ') !!} +

    +
    + @if($watch_url) + Xem Phim + @endif +
      + @if ($currentMovie->trailer_url && strpos($currentMovie->trailer_url, 'youtube')) +
    • + @endif +
    • +
    • +
    + +
    +
    +
    + ({{ $currentMovie->getRatingStar() }} + sao + / + {{$currentMovie->getRatingCount()}} đánh giá) +
    +
    +
    + +
    +
    +
    + Background +
    +
    +
    +
    +
    +@endsection + +@section('content') + + @if ($currentMovie->showtimes && $currentMovie->showtimes != '') +

    + Lịch chiếu + {!! $currentMovie->showtimes !!} +

    + @endif + + @if ($currentMovie->notify && $currentMovie->notify != '') +

    + Thông báo + {!! $currentMovie->notify !!} +

    + @endif + + @foreach ($currentMovie->episodes->sortBy([['server', 'asc']])->groupBy('server') as $server => $data) +
    + +
      + @foreach ($data->sortByDesc('name', SORT_NATURAL)->groupBy('name') as $name => $item) +
    • {{ $name }}
    • + @endforeach +
    +
    + @endforeach +
    +
    +
    Bình luận
    +
    +
      +
      +
      +
      +
    +
    + +
    +
    +

    Có thể bạn muốn xem?

    +
    + +
    +@endsection + +@push('scripts') + @if ($currentMovie->trailer_url && strpos($currentMovie->trailer_url, 'youtube')) + @php + parse_str( parse_url( $currentMovie->trailer_url, PHP_URL_QUERY ), $my_array_of_vars ); + $video_id = $my_array_of_vars['v']; + @endphp + + + @endif + + + + + + + {!! setting('site_scripts_facebook_sdk') !!} +@endpush diff --git a/routes/web.php b/routes/web.php new file mode 100644 index 0000000..be64e3d --- /dev/null +++ b/routes/web.php @@ -0,0 +1,54 @@ + array_merge( + (array) config('backpack.base.web_middleware', 'web'), + ), +], function () { + Route::get('/', [ThemeToroController::class, 'index']); + + Route::get(setting('site_routes_category', '/the-loai/{category}'), [ThemeToroController::class, 'getMovieOfCategory']) + ->where(['category' => '.+', 'id' => '[0-9]+']) + ->name('categories.movies.index'); + + Route::get(setting('site_routes_region', '/quoc-gia/{region}'), [ThemeToroController::class, 'getMovieOfRegion']) + ->where(['region' => '.+', 'id' => '[0-9]+']) + ->name('regions.movies.index'); + + Route::get(setting('site_routes_tag', '/tu-khoa/{tag}'), [ThemeToroController::class, 'getMovieOfTag']) + ->where(['tag' => '.+', 'id' => '[0-9]+']) + ->name('tags.movies.index'); + + Route::get(setting('site_routes_types', '/danh-sach/{type}'), [ThemeToroController::class, 'getMovieOfType']) + ->where(['type' => '.+', 'id' => '[0-9]+']) + ->name('types.movies.index'); + + Route::get(setting('site_routes_actors', '/dien-vien/{actor}'), [ThemeToroController::class, 'getMovieOfActor']) + ->where(['actor' => '.+', 'id' => '[0-9]+']) + ->name('actors.movies.index'); + + Route::get(setting('site_routes_directors', '/dao-dien/{director}'), [ThemeToroController::class, 'getMovieOfDirector']) + ->where(['director' => '.+', 'id' => '[0-9]+']) + ->name('directors.movies.index'); + + Route::get(setting('site_routes_episode', '/phim/{movie}/{episode}-{id}'), [ThemeToroController::class, 'getEpisode']) + ->where(['movie' => '.+', 'movie_id' => '[0-9]+', 'episode' => '.+', 'id' => '[0-9]+']) + ->name('episodes.show'); + + Route::post(sprintf('/%s/{movie}/{episode}/report', config('vsmov.routes.movie', 'phim')), [ThemeToroController::class, 'reportEpisode'])->name('episodes.report'); + Route::post(sprintf('/%s/{movie}/rate', config('vsmov.routes.movie', 'phim')), [ThemeToroController::class, 'rateMovie'])->name('movie.rating'); + + Route::get(setting('site_routes_movie', '/phim/{movie}'), [ThemeToroController::class, 'getMovieOverview']) + ->where(['movie' => '.+', 'id' => '[0-9]+']) + ->name('movies.show'); + +}); diff --git a/src/Controllers/ThemeToroController.php b/src/Controllers/ThemeToroController.php new file mode 100644 index 0000000..f878f20 --- /dev/null +++ b/src/Controllers/ThemeToroController.php @@ -0,0 +1,290 @@ +whereHas('categories', function ($categories) { + $categories->where('id', request('filter')['category']); + }); + })->when(!empty($request['filter']['region']), function ($movie) { + $movie->whereHas('regions', function ($regions) { + $regions->where('id', request('filter')['region']); + }); + })->when(!empty($request['filter']['year']), function ($movie) { + $movie->where('publish_year', request('filter')['year']); + })->when(!empty($request['filter']['type']), function ($movie) { + $movie->where('type', request('filter')['type']); + })->when(!empty($request['search']), function ($query) { + $query->where(function ($query) { + $query->where('name', 'like', '%' . request('search') . '%') + ->orWhere('origin_name', 'like', '%' . request('search') . '%'); + })->orderBy('name', 'desc'); + })->when(!empty($request['filter']['sort']), function ($movie) { + if (request('filter')['sort'] == 'create') { + return $movie->orderBy('created_at', 'desc'); + } + if (request('filter')['sort'] == 'update') { + return $movie->orderBy('updated_at', 'desc'); + } + if (request('filter')['sort'] == 'year') { + return $movie->orderBy('publish_year', 'desc'); + } + if (request('filter')['sort'] == 'view') { + return $movie->orderBy('view_total', 'desc'); + } + })->paginate(get_theme_option('per_page_limit')); + + return view('themes::themetoro.catalog', [ + 'data' => $data, + 'search' => $request['search'], + 'section_name' => "Tìm kiếm phim: $request->search" + ]); + } + return view('themes::themetoro.index', [ + 'title' => Setting::get('site_homepage_title') + ]); + } + + public function getMovieOverview(Request $request) + { + /** @var Movie */ + $movie = Movie::fromCache()->find($request->movie ?: $request->id); + + if (is_null($movie)) abort(404); + + $movie->generateSeoTags(); + + $movie->increment('view_total', 1); + $movie->increment('view_day', 1); + $movie->increment('view_week', 1); + $movie->increment('view_month', 1); + + $movie_related_cache_key = 'movie_related:' . $movie->id; + $movie_related = Cache::get($movie_related_cache_key); + if(is_null($movie_related)) { + $movie_related = $movie->categories[0]->movies()->inRandomOrder()->limit(get_theme_option('movie_related_limit', 10))->get(); + Cache::put($movie_related_cache_key, $movie_related, setting('site_cache_ttl', 5 * 60)); + } + + return view('themes::themetoro.single', [ + 'currentMovie' => $movie, + 'title' => $movie->getTitle(), + 'movie_related' => $movie_related + ]); + } + + public function getEpisode(Request $request) + { + $movie = Movie::fromCache()->find($request->movie ?: $request->movie_id)->load('episodes'); + + if (is_null($movie)) abort(404); + + /** @var Episode */ + $episode_id = $request->id; + $episode = $movie->episodes->when($episode_id, function ($collection, $episode_id) { + return $collection->where('id', $episode_id); + })->firstWhere('slug', $request->episode); + + if (is_null($episode)) abort(404); + + $episode->generateSeoTags(); + + $movie->increment('view_total', 1); + $movie->increment('view_day', 1); + $movie->increment('view_week', 1); + $movie->increment('view_month', 1); + + $movie_related_cache_key = 'movie_related:' . $movie->id; + $movie_related = Cache::get($movie_related_cache_key); + if(is_null($movie_related)) { + $movie_related = $movie->categories[0]->movies()->inRandomOrder()->limit(get_theme_option('movie_related_limit', 10))->get(); + Cache::put($movie_related_cache_key, $movie_related, setting('site_cache_ttl', 5 * 60)); + } + + return view('themes::themetoro.episode', [ + 'currentMovie' => $movie, + 'movie_related' => $movie_related, + 'episode' => $episode, + 'title' => $episode->getTitle() + ]); + } + + public function getMovieOfCategory(Request $request) + { + /** @var Category */ + $category = Category::fromCache()->find($request->category ?: $request->id); + + if (is_null($category)) abort(404); + + $category->generateSeoTags(); + + $movies = $category->movies()->orderBy('created_at', 'desc')->paginate(get_theme_option('per_page_limit')); + + return view('themes::themetoro.catalog', [ + 'data' => $movies, + 'category' => $category, + 'title' => $category->seo_title ?: $category->getTitle(), + 'section_name' => "Phim thể loại $category->name" + ]); + } + + public function getMovieOfRegion(Request $request) + { + /** @var Region */ + $region = Region::fromCache()->find($request->region ?: $request->id); + + if (is_null($region)) abort(404); + + $region->generateSeoTags(); + + $movies = $region->movies()->orderBy('created_at', 'desc')->paginate(get_theme_option('per_page_limit')); + + return view('themes::themetoro.catalog', [ + 'data' => $movies, + 'region' => $region, + 'title' => $region->seo_title ?: $region->getTitle(), + 'section_name' => "Phim quốc gia $region->name" + ]); + } + + public function getMovieOfActor(Request $request) + { + /** @var Actor */ + $actor = Actor::fromCache()->find($request->actor ?: $request->id); + + if (is_null($actor)) abort(404); + + $actor->generateSeoTags(); + + $movies = $actor->movies()->orderBy('created_at', 'desc')->paginate(get_theme_option('per_page_limit')); + + return view('themes::themetoro.catalog', [ + 'data' => $movies, + 'person' => $actor, + 'title' => $actor->getTitle(), + 'section_name' => "Diễn viên $actor->name" + ]); + } + + public function getMovieOfDirector(Request $request) + { + /** @var Director */ + $director = Director::fromCache()->find($request->director ?: $request->id); + + if (is_null($director)) abort(404); + + $director->generateSeoTags(); + + $movies = $director->movies()->orderBy('created_at', 'desc')->paginate(get_theme_option('per_page_limit')); + + return view('themes::themetoro.catalog', [ + 'data' => $movies, + 'person' => $director, + 'title' => $director->getTitle(), + 'section_name' => "Đạo diễn $director->name" + ]); + } + + public function getMovieOfTag(Request $request) + { + /** @var Tag */ + $tag = Tag::fromCache()->find($request->tag ?: $request->id); + + if (is_null($tag)) abort(404); + + $tag->generateSeoTags(); + + $movies = $tag->movies()->orderBy('created_at', 'desc')->paginate(get_theme_option('per_page_limit')); + return view('themes::themetoro.catalog', [ + 'data' => $movies, + 'tag' => $tag, + 'title' => $tag->getTitle(), + 'section_name' => "Tags: $tag->name" + ]); + } + + public function getMovieOfType(Request $request) + { + /** @var Catalog */ + $catalog = Catalog::fromCache()->find($request->type ?: $request->id); + + if (is_null($catalog)) abort(404); + + $catalog->generateSeoTags(); + + $cache_key = 'catalog:' . $catalog->id . ':page:' . ($request['page'] ?: 1); + $movies = Cache::get($cache_key); + if(is_null($movies)) { + $value = explode('|', trim($catalog->value)); + [$relation_config, $field, $val, $sortKey, $alg] = array_merge($value, ['', 'is_copyright', 0, 'created_at', 'desc']); + $relation_config = explode(',', $relation_config); + + [$relation_table, $relation_field, $relation_val] = array_merge($relation_config, ['', '', '']); + try { + $movies = \VsMov\Core\Models\Movie::when($relation_table, function ($query) use ($relation_table, $relation_field, $relation_val, $field, $val) { + $query->whereHas($relation_table, function ($rel) use ($relation_field, $relation_val, $field, $val) { + $rel->where($relation_field, $relation_val)->where(array_combine(explode(",", $field), explode(",", $val))); + }); + })->when(!$relation_table, function ($query) use ($field, $val) { + $query->where(array_combine(explode(",", $field), explode(",", $val))); + }) + ->orderBy($sortKey, $alg) + ->paginate($catalog->paginate); + + Cache::put($cache_key, $movies, setting('site_cache_ttl', 5 * 60)); + } catch (\Exception $e) {} + } + + return view('themes::themetoro.catalog', [ + 'data' => $movies, + 'section_name' => "Danh sách $catalog->name" + ]); + } + + public function reportEpisode(Request $request, $movie, $slug) + { + $movie = Movie::fromCache()->find($movie)->load('episodes'); + + $episode = $movie->episodes->when(request('id'), function ($collection) { + return $collection->where('id', request('id')); + })->firstWhere('slug', $slug); + + $episode->update([ + 'report_message' => request('message', ''), + 'has_report' => true + ]); + + return response([], 204); + } + + public function rateMovie(Request $request, $movie) + { + + $movie = Movie::fromCache()->find($movie); + + $movie->refresh()->increment('rating_count', 1, [ + 'rating_star' => $movie->rating_star + ((int) request('rating') - $movie->rating_star) / ($movie->rating_count + 1) + ]); + + return response([], 204); + } +} diff --git a/src/ThemeToroServiceProvider.php b/src/ThemeToroServiceProvider.php new file mode 100644 index 0000000..37a1b35 --- /dev/null +++ b/src/ThemeToroServiceProvider.php @@ -0,0 +1,173 @@ +setupDefaultThemeCustomizer(); + } + + public function boot() + { + $this->loadViewsFrom(__DIR__ . '/../resources/views/', 'themes'); + + $this->publishes([ + __DIR__ . '/../resources/assets' => public_path('themes/toro') + ], 'toro-assets'); + } + + protected function setupDefaultThemeCustomizer() + { + config(['themes' => array_merge(config('themes', []), [ + 'toro' => [ + 'name' => 'Theme Toro', + 'author' => 'vsmov@gmail.com', + 'package_name' => 'vsmov/theme-toro', + 'publishes' => ['toro-assets'], + 'preview_image' => '', + 'options' => [ + [ + 'name' => 'per_page_limit', + 'label' => 'Pages limit', + 'type' => 'number', + 'value' => 40, + 'wrapperAttributes' => [ + 'class' => 'form-group col-md-6', + ], + 'tab' => 'List' + ], + [ + 'name' => 'movie_related_limit', + 'label' => 'Movies related limit', + 'type' => 'number', + 'value' => 16, + 'wrapperAttributes' => [ + 'class' => 'form-group col-md-6', + ], + 'tab' => 'List' + ], + [ + 'name' => 'home_page_slider_poster', + 'label' => 'Home page slider poster', + 'type' => 'text', + 'hint' => 'Label|relation|find_by_field|value|sort_by_field|sort_algo|limit', + 'value' => 'Phim đề cử||is_recommended|1|updated_at|desc|10', + 'tab' => 'List' + ], + [ + 'name' => 'home_page_slider_thumb', + 'label' => 'Home page slider thumb', + 'type' => 'text', + 'hint' => 'Label|relation|find_by_field|value|sort_by_field|sort_algo|limit', + 'value' => 'Phim mới cập nhật||is_copyright|0|updated_at|desc|24', + 'tab' => 'List' + ], + [ + 'name' => 'latest', + 'label' => 'Home Page Main', + 'type' => 'code', + 'hint' => 'display_label|relation|find_by_field|value|sort_by_field|sort_algo|limit|show_more_url|show_template (section_thumb|section_poster)', + 'value' => << [ + 'rows' => 5 + ], + 'tab' => 'List' + ], + [ + 'name' => 'hotest', + 'label' => 'Rightbar', + 'type' => 'code', + 'hint' => 'Label|relation|find_by_field|value|sort_by_field|sort_algo|limit|show_template (rightbar_text|rightbar_thumb|rightbar_thumb_2)', + 'value' => << [ + 'rows' => 5 + ], + 'tab' => 'List' + ], + [ + 'name' => 'additional_css', + 'label' => 'Additional CSS', + 'type' => 'code', + 'value' => "", + 'tab' => 'Custom CSS' + ], + [ + 'name' => 'body_attributes', + 'label' => 'Body attributes', + 'type' => 'text', + 'value' => 'id="Tf-Wp" class="home blog BdGradient"', + 'tab' => 'Custom CSS' + ], + [ + 'name' => 'additional_header_js', + 'label' => 'Header JS', + 'type' => 'code', + 'value' => "", + 'tab' => 'Custom JS' + ], + [ + 'name' => 'additional_body_js', + 'label' => 'Body JS', + 'type' => 'code', + 'value' => "", + 'tab' => 'Custom JS' + ], + [ + 'name' => 'additional_footer_js', + 'label' => 'Footer JS', + 'type' => 'code', + 'value' => "", + 'tab' => 'Custom JS' + ], + [ + 'name' => 'footer', + 'label' => 'Footer', + 'type' => 'code', + 'value' => << +
    +
    +

    Toroflix is the evolution of toroplay, we put the best of us in this theme that you love, we + promise

    +
    +
    + + EOT, + 'tab' => 'Custom HTML' + ], + [ + 'name' => 'ads_header', + 'label' => 'Ads header', + 'type' => 'code', + 'value' => << 'Ads' + ], + [ + 'name' => 'ads_catfish', + 'label' => 'Ads catfish', + 'type' => 'code', + 'value' => << 'Ads' + ] + ], + ] + ])]); + } +} diff --git a/src/screenshot.png b/src/screenshot.png new file mode 100644 index 0000000..899414e Binary files /dev/null and b/src/screenshot.png differ