diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +node_modules diff --git a/Dockerfile-dev b/Dockerfile-dev new file mode 100644 index 0000000..3db47ab --- /dev/null +++ b/Dockerfile-dev @@ -0,0 +1,7 @@ +FROM node:12.2.0-alpine +WORKDIR /app +ENV PATH /app/node_modules/.bin:$PATH +COPY package.json /app/package.json +RUN npm install --silent +RUN npm install react-scripts@latest -g --silent +CMD ["npm", "start"] diff --git a/README.md b/README.md index 2db019d..6731b21 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,62 @@ +# Codeuino Website -# CODEUINO New Website +Offical site for Codeuino landing page. Please visit [http://www.codeuino.org/](http://www.codeuino.org/) -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?logo=github)](https://www.gnu.org/licenses/gpl-3.0) [![GitHub forks](https://img.shields.io/github/forks/codeuino/website-www.codeuino.org?logo=github)](https://github.com/codeuino/website-www.codeuino.org/network) [![GitHub stars](https://img.shields.io/github/stars/codeuino/website-www.codeuino.org?logo=github)](https://github.com/codeuino/website-www.codeuino.org/stargazers) -## Opening an issue +## Table of contents + +- Requirements +- Installation +- File Structure +- How to contribute +- Credits + +## Requirements + +Following applications are required to run the application locally. + +- Git +- Npm +- Node + +## Installation + +To run the application on your local system follow these steps + + 1. `git clone https://github.com/codeuino/website-www.codeuino.org.git` + 2. Move to the project directory. + 3. `git checkout development` + 4. `npm install` + 5. `npm run build` + 6. `npm start` + 7. Open `localhost:5000` to view the website on your local browser. + +## File Structure + +This section describes about the file structure of the project. +All the source code is located in `src` directory. +There are two main directories in the src folder, `components` and `pages`. +The pages directory contains all the source code of routes in separate folders. +The components directory contains all reusable component file in separate folders. + +## Dockerizing the application + +### To use the application in docker for both production and development use, follow + +- Build and tag docker image ` docker image build -f Dockerfile-dev -t {name-of-docker-file-of-your-choice} . ` + +- Running docker image ` lakshyadocker run -it -v ${PWD}:/app -v /app/node_modules -p {Port-you-want-your-app-on}:3000 --rm {docker-image} ` + +## How to contribute + +### Opening an issue [![GitHub issues](https://img.shields.io/github/issues/codeuino/website-www.codeuino.org?logo=github)](https://github.com/codeuino/website-www.codeuino.org/issues) ![GitHub closed issues](https://img.shields.io/github/issues-closed/codeuino/website-www.codeuino.org?logo=github) You should usually [open an issue](https://github.com/codeuino/website-www.codeuino.org/issues/new) in the following situations: -* Report an error you can’t solve yourself -* Discuss a high-level topic or idea (for example, community, vision or policies) -* Propose a new feature or other project idea +- Report an error you can’t solve yourself +- Discuss a high-level topic or idea (for example, community, vision or policies) +- Propose a new feature or other project idea **Tips for communicating on issues:** @@ -18,25 +64,16 @@ If you see an open issue that you want to tackle, comment on the issue to let pe If an issue was opened a while ago, it’s possible that it’s being addressed somewhere else, or has already been resolved, so comment to ask for confirmation before starting work. If you opened an issue, but figured out the answer later on your own, comment on the issue to let people know, then close the issue. Even documenting that outcome is a contribution to the project. -## Opening a pull request +### Opening a pull request [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?logo=github)](http://makeapullrequest.com) ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/codeuino/website-www.codeuino.org?logo=git&logoColor=white) ![GitHub contributors](https://img.shields.io/github/contributors/codeuino/website-www.codeuino.org?logo=github) You should usually open a pull request in the following situations: -* Submit trivial fixes (for example, a typo, a broken link or an obvious error) -* Start work on a contribution that was already asked for, or that you’ve already discussed, in an issue +- Submit trivial fixes (for example, a typo, a broken link or an obvious error) +- Start work on a contribution that was already asked for, or that you’ve already discussed, in an issue A pull request doesn’t have to represent finished work. It’s usually better to open a pull request early on, so others can watch or give feedback on your progress. Just mark it as a “WIP” (Work in Progress) in the subject line. You can always add more commits later. -If the project is on GitHub, here’s how to submit a pull request: - -* Fork the repository and clone it locally. Connect your local to the original “upstream” repository by adding it as a remote. Pull in changes from “upstream” often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely. (See more detailed instructions here.) -* Create a branch for your edits. -* Reference any relevant issues or supporting documentation in your PR. (for example, “Closes #37.”) -* Include screenshots of the before and after if your changes include differences in HTML/CSS. Drag and drop the images into the body of your pull request. -* Test your changes! Run your changes against any existing tests if they exist and create new ones when needed. Whether tests exist or not, make sure your changes don’t break the existing project. -* Contribute in the style of the project to the best of your abilities. This may mean using indents, semi-colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future. - ---- +## Credits -[![Twitter Follow](https://img.shields.io/twitter/follow/codeuino?style=social)](https://twitter.com/codeuino) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/codeuino/Social-Platform-Donut) \ No newline at end of file +This project is currently maintained by [Jaskirat Singh](https://github.com/jaskirat2000) . diff --git a/package-lock.json b/package-lock.json index 79a13c5..755154f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,379 +1,16788 @@ { "name": "codeuino", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "@babel/code-frame": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", + "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==", "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" + "@babel/highlight": "^7.8.3" } }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "@babel/compat-data": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.6.tgz", + "integrity": "sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g==", "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" + "browserslist": "^4.11.1", + "invariant": "^2.2.4", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } } }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "@babel/core": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", + "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.0", + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helpers": "^7.9.0", + "@babel/parser": "^7.9.0", + "@babel/template": "^7.8.6", + "@babel/traverse": "^7.9.0", + "@babel/types": "^7.9.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "@babel/generator": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz", + "integrity": "sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==", "requires": { - "safe-buffer": "5.1.2" + "@babel/types": "^7.9.6", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" } }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + "@babel/helper-annotate-as-pure": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz", + "integrity": "sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==", + "requires": { + "@babel/types": "^7.8.3" + } }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.8.3.tgz", + "integrity": "sha512-5eFOm2SyFPK4Rh3XMMRDjN7lBH0orh3ss0g3rTYZnBQ+r6YPj7lgDyCvPphynHvUrobJmeMignBr6Acw9mAPlw==", + "requires": { + "@babel/helper-explode-assignable-expression": "^7.8.3", + "@babel/types": "^7.8.3" + } }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + "@babel/helper-builder-react-jsx": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz", + "integrity": "sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/types": "^7.9.0" + } }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "@babel/helper-builder-react-jsx-experimental": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.5.tgz", + "integrity": "sha512-HAagjAC93tk748jcXpZ7oYRZH485RCq/+yEv9SIWezHRPv9moZArTnkUNciUNzvwHUABmiWKlcxJvMcu59UwTg==", "requires": { - "ms": "2.0.0" + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-module-imports": "^7.8.3", + "@babel/types": "^7.9.5" } }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + "@babel/helper-compilation-targets": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz", + "integrity": "sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw==", + "requires": { + "@babel/compat-data": "^7.9.6", + "browserslist": "^4.11.1", + "invariant": "^2.2.4", + "levenary": "^1.1.1", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + "@babel/helper-create-class-features-plugin": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.6.tgz", + "integrity": "sha512-6N9IeuyHvMBRyjNYOMJHrhwtu4WJMrYf8hVbEHD3pbbbmNOk1kmXSQs7bA4dYDUaIx4ZEzdnvo6NwC3WHd/Qow==", + "requires": { + "@babel/helper-function-name": "^7.9.5", + "@babel/helper-member-expression-to-functions": "^7.8.3", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-replace-supers": "^7.9.6", + "@babel/helper-split-export-declaration": "^7.8.3" + } }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + "@babel/helper-create-regexp-features-plugin": { + "version": "7.8.8", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz", + "integrity": "sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-regex": "^7.8.3", + "regexpu-core": "^4.7.0" + } }, - "ejs": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", - "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==" + "@babel/helper-define-map": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.8.3.tgz", + "integrity": "sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g==", + "requires": { + "@babel/helper-function-name": "^7.8.3", + "@babel/types": "^7.8.3", + "lodash": "^4.17.13" + } }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + "@babel/helper-explode-assignable-expression": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz", + "integrity": "sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw==", + "requires": { + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" + } }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "@babel/helper-function-name": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz", + "integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==", + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/types": "^7.9.5" + } }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + "@babel/helper-get-function-arity": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz", + "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==", + "requires": { + "@babel/types": "^7.8.3" + } }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "@babel/helper-hoist-variables": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.8.3.tgz", + "integrity": "sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg==", "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" + "@babel/types": "^7.8.3" } }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "@babel/helper-member-expression-to-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz", + "integrity": "sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==", "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" + "@babel/types": "^7.8.3" } }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + "@babel/helper-module-imports": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz", + "integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==", + "requires": { + "@babel/types": "^7.8.3" + } }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + "@babel/helper-module-transforms": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", + "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", + "requires": { + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.6", + "@babel/helper-simple-access": "^7.8.3", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/template": "^7.8.6", + "@babel/types": "^7.9.0", + "lodash": "^4.17.13" + } }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "@babel/helper-optimise-call-expression": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz", + "integrity": "sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==", "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" + "@babel/types": "^7.8.3" } }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "@babel/helper-plugin-utils": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz", + "integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==" + }, + "@babel/helper-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.8.3.tgz", + "integrity": "sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ==", "requires": { - "safer-buffer": ">= 2.1.2 < 3" + "lodash": "^4.17.13" } }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "@babel/helper-remap-async-to-generator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.8.3.tgz", + "integrity": "sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-wrap-function": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" + } }, - "ipaddr.js": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz", - "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==" + "@babel/helper-replace-supers": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz", + "integrity": "sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA==", + "requires": { + "@babel/helper-member-expression-to-functions": "^7.8.3", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/traverse": "^7.9.6", + "@babel/types": "^7.9.6" + } }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + "@babel/helper-simple-access": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz", + "integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==", + "requires": { + "@babel/template": "^7.8.3", + "@babel/types": "^7.8.3" + } }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + "@babel/helper-split-export-declaration": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz", + "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==", + "requires": { + "@babel/types": "^7.8.3" + } }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + "@babel/helper-validator-identifier": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz", + "integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==" }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + "@babel/helper-wrap-function": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz", + "integrity": "sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ==", + "requires": { + "@babel/helper-function-name": "^7.8.3", + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.8.3", + "@babel/types": "^7.8.3" + } }, - "mime-db": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", - "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==" + "@babel/helpers": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.6.tgz", + "integrity": "sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==", + "requires": { + "@babel/template": "^7.8.3", + "@babel/traverse": "^7.9.6", + "@babel/types": "^7.9.6" + } }, - "mime-types": { - "version": "2.1.26", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz", - "integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==", + "@babel/highlight": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", + "integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==", "requires": { - "mime-db": "1.43.0" + "@babel/helper-validator-identifier": "^7.9.0", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "@babel/parser": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz", + "integrity": "sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==" }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz", + "integrity": "sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-remap-async-to-generator": "^7.8.3", + "@babel/plugin-syntax-async-generators": "^7.8.0" + } }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "@babel/plugin-proposal-class-properties": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz", + "integrity": "sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==", "requires": { - "ee-first": "1.1.1" + "@babel/helper-create-class-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" } }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + "@babel/plugin-proposal-decorators": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz", + "integrity": "sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-decorators": "^7.8.3" + } }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + "@babel/plugin-proposal-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz", + "integrity": "sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-dynamic-import": "^7.8.0" + } }, - "proxy-addr": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz", - "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==", + "@babel/plugin-proposal-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.8.3.tgz", + "integrity": "sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q==", "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.0" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.0" } }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + } }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + "@babel/plugin-proposal-numeric-separator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.8.3.tgz", + "integrity": "sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3" + } }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz", + "integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==", "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-transform-parameters": "^7.9.5" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" + } }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "@babel/plugin-proposal-optional-chaining": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz", + "integrity": "sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.0" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.8.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz", + "integrity": "sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.8.8", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-decorators": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.8.3.tgz", + "integrity": "sha512-8Hg4dNNT9/LcA1zQlfwuKR8BUc/if7Q7NkTam9sGTcJphLwpf2g4S42uhspQrIrR+dpzE0dtTqBVFoHl8GtnnQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-flow": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.8.3.tgz", + "integrity": "sha512-innAx3bUbA0KSYj2E2MNFSn9hiCeowOFLxlsuhXzw8hMQnzkDomUr9QCD7E9VF60NmnG1sNTuuv6Qf4f8INYsg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz", + "integrity": "sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.8.3.tgz", + "integrity": "sha512-H7dCMAdN83PcCmqmkHB5dtp+Xa9a6LKSvA2hiFBC/5alSHxM5VgWZXFqDi0YFe8XNGT6iCa+z4V4zSt/PdZ7Dw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.8.3.tgz", + "integrity": "sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz", + "integrity": "sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz", + "integrity": "sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.8.3.tgz", + "integrity": "sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ==", + "requires": { + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-remap-async-to-generator": "^7.8.3" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.8.3.tgz", + "integrity": "sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz", + "integrity": "sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "lodash": "^4.17.13" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz", + "integrity": "sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-define-map": "^7.8.3", + "@babel/helper-function-name": "^7.9.5", + "@babel/helper-optimise-call-expression": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.6", + "@babel/helper-split-export-declaration": "^7.8.3", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz", + "integrity": "sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz", + "integrity": "sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz", + "integrity": "sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.8.3.tgz", + "integrity": "sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.8.3.tgz", + "integrity": "sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ==", + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-flow-strip-types": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.9.0.tgz", + "integrity": "sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-flow": "^7.8.3" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.9.0.tgz", + "integrity": "sha512-lTAnWOpMwOXpyDx06N+ywmF3jNbafZEqZ96CGYabxHrxNX8l5ny7dt4bK/rGwAh9utyP2b2Hv7PlZh1AAS54FQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz", + "integrity": "sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ==", + "requires": { + "@babel/helper-function-name": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.8.3.tgz", + "integrity": "sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.8.3.tgz", + "integrity": "sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz", + "integrity": "sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw==", + "requires": { + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helper-plugin-utils": "^7.8.3", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz", + "integrity": "sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ==", + "requires": { + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-simple-access": "^7.8.3", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz", + "integrity": "sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg==", + "requires": { + "@babel/helper-hoist-variables": "^7.8.3", + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helper-plugin-utils": "^7.8.3", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz", + "integrity": "sha512-uTWkXkIVtg/JGRSIABdBoMsoIeoHQHPTL0Y2E7xf5Oj7sLqwVsNXOkNk0VJc7vF0IMBsPeikHxFjGe+qmwPtTQ==", + "requires": { + "@babel/helper-module-transforms": "^7.9.0", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz", + "integrity": "sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.8.3" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.8.3.tgz", + "integrity": "sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.8.3.tgz", + "integrity": "sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-replace-supers": "^7.8.3" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz", + "integrity": "sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==", + "requires": { + "@babel/helper-get-function-arity": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.8.3.tgz", + "integrity": "sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-react-constant-elements": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.9.0.tgz", + "integrity": "sha512-wXMXsToAUOxJuBBEHajqKLFWcCkOSLshTI2ChCFFj1zDd7od4IOxiwLCOObNUvOpkxLpjIuaIdBMmNt6ocCPAw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-react-display-name": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.8.3.tgz", + "integrity": "sha512-3Jy/PCw8Fe6uBKtEgz3M82ljt+lTg+xJaM4og+eyu83qLT87ZUSckn0wy7r31jflURWLO83TW6Ylf7lyXj3m5A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx": { + "version": "7.9.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.9.4.tgz", + "integrity": "sha512-Mjqf3pZBNLt854CK0C/kRuXAnE6H/bo7xYojP+WGtX8glDGSibcwnsWwhwoSuRg0+EBnxPC1ouVnuetUIlPSAw==", + "requires": { + "@babel/helper-builder-react-jsx": "^7.9.0", + "@babel/helper-builder-react-jsx-experimental": "^7.9.0", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx-development": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.9.0.tgz", + "integrity": "sha512-tK8hWKrQncVvrhvtOiPpKrQjfNX3DtkNLSX4ObuGcpS9p0QrGetKmlySIGR07y48Zft8WVgPakqd/bk46JrMSw==", + "requires": { + "@babel/helper-builder-react-jsx-experimental": "^7.9.0", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx-self": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.9.0.tgz", + "integrity": "sha512-K2ObbWPKT7KUTAoyjCsFilOkEgMvFG+y0FqOl6Lezd0/13kMkkjHskVsZvblRPj1PHA44PrToaZANrryppzTvQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.8.3" + } + }, + "@babel/plugin-transform-react-jsx-source": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.9.0.tgz", + "integrity": "sha512-K6m3LlSnTSfRkM6FcRk8saNEeaeyG5k7AVkBU2bZK3+1zdkSED3qNdsWrUgQBeTVD2Tp3VMmerxVO2yM5iITmw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.8.3" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.8.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz", + "integrity": "sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA==", + "requires": { + "regenerator-transform": "^0.14.2" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.8.3.tgz", + "integrity": "sha512-mwMxcycN3omKFDjDQUl+8zyMsBfjRFr0Zn/64I41pmjv4NJuqcYlEtezwYtw9TFd9WR1vN5kiM+O0gMZzO6L0A==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.0.tgz", + "integrity": "sha512-pUu9VSf3kI1OqbWINQ7MaugnitRss1z533436waNXp+0N3ur3zfut37sXiQMxkuCF4VUjwZucen/quskCh7NHw==", + "requires": { + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "resolve": "^1.8.1", + "semver": "^5.5.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz", + "integrity": "sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.8.3.tgz", + "integrity": "sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.8.3.tgz", + "integrity": "sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-regex": "^7.8.3" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.8.3.tgz", + "integrity": "sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ==", + "requires": { + "@babel/helper-annotate-as-pure": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.8.4.tgz", + "integrity": "sha512-2QKyfjGdvuNfHsb7qnBBlKclbD4CfshH2KvDabiijLMGXPHJXGxtDzwIF7bQP+T0ysw8fYTtxPafgfs/c1Lrqg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-transform-typescript": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.9.6.tgz", + "integrity": "sha512-8OvsRdvpt3Iesf2qsAn+YdlwAJD7zJ+vhFZmDCa4b8dTp7MmHtKk5FF2mCsGxjZwuwsy/yIIay/nLmxST1ctVQ==", + "requires": { + "@babel/helper-create-class-features-plugin": "^7.9.6", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-syntax-typescript": "^7.8.3" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.8.3.tgz", + "integrity": "sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw==", + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/preset-env": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.9.6.tgz", + "integrity": "sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==", + "requires": { + "@babel/compat-data": "^7.9.6", + "@babel/helper-compilation-targets": "^7.9.6", + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-proposal-async-generator-functions": "^7.8.3", + "@babel/plugin-proposal-dynamic-import": "^7.8.3", + "@babel/plugin-proposal-json-strings": "^7.8.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-proposal-numeric-separator": "^7.8.3", + "@babel/plugin-proposal-object-rest-spread": "^7.9.6", + "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.8.3", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.8.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.8.3", + "@babel/plugin-transform-arrow-functions": "^7.8.3", + "@babel/plugin-transform-async-to-generator": "^7.8.3", + "@babel/plugin-transform-block-scoped-functions": "^7.8.3", + "@babel/plugin-transform-block-scoping": "^7.8.3", + "@babel/plugin-transform-classes": "^7.9.5", + "@babel/plugin-transform-computed-properties": "^7.8.3", + "@babel/plugin-transform-destructuring": "^7.9.5", + "@babel/plugin-transform-dotall-regex": "^7.8.3", + "@babel/plugin-transform-duplicate-keys": "^7.8.3", + "@babel/plugin-transform-exponentiation-operator": "^7.8.3", + "@babel/plugin-transform-for-of": "^7.9.0", + "@babel/plugin-transform-function-name": "^7.8.3", + "@babel/plugin-transform-literals": "^7.8.3", + "@babel/plugin-transform-member-expression-literals": "^7.8.3", + "@babel/plugin-transform-modules-amd": "^7.9.6", + "@babel/plugin-transform-modules-commonjs": "^7.9.6", + "@babel/plugin-transform-modules-systemjs": "^7.9.6", + "@babel/plugin-transform-modules-umd": "^7.9.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", + "@babel/plugin-transform-new-target": "^7.8.3", + "@babel/plugin-transform-object-super": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.9.5", + "@babel/plugin-transform-property-literals": "^7.8.3", + "@babel/plugin-transform-regenerator": "^7.8.7", + "@babel/plugin-transform-reserved-words": "^7.8.3", + "@babel/plugin-transform-shorthand-properties": "^7.8.3", + "@babel/plugin-transform-spread": "^7.8.3", + "@babel/plugin-transform-sticky-regex": "^7.8.3", + "@babel/plugin-transform-template-literals": "^7.8.3", + "@babel/plugin-transform-typeof-symbol": "^7.8.4", + "@babel/plugin-transform-unicode-regex": "^7.8.3", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.9.6", + "browserslist": "^4.11.1", + "core-js-compat": "^3.6.2", + "invariant": "^2.2.2", + "levenary": "^1.1.1", + "semver": "^5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "@babel/preset-modules": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.3.tgz", + "integrity": "sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==", + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/preset-react": { + "version": "7.9.4", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.9.4.tgz", + "integrity": "sha512-AxylVB3FXeOTQXNXyiuAQJSvss62FEotbX2Pzx3K/7c+MKJMdSg6Ose6QYllkdCFA8EInCJVw7M/o5QbLuA4ZQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-transform-react-display-name": "^7.8.3", + "@babel/plugin-transform-react-jsx": "^7.9.4", + "@babel/plugin-transform-react-jsx-development": "^7.9.0", + "@babel/plugin-transform-react-jsx-self": "^7.9.0", + "@babel/plugin-transform-react-jsx-source": "^7.9.0" + } + }, + "@babel/preset-typescript": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.9.0.tgz", + "integrity": "sha512-S4cueFnGrIbvYJgwsVFKdvOmpiL0XGw9MFW9D0vgRys5g36PBhZRL8NX8Gr2akz8XRtzq6HuDXPD/1nniagNUg==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-transform-typescript": "^7.9.0" + } + }, + "@babel/runtime": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", + "integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + }, + "@babel/runtime-corejs3": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.9.6.tgz", + "integrity": "sha512-6toWAfaALQjt3KMZQc6fABqZwUDDuWzz+cAfPhqyEnzxvdWOAkjwPNxgF8xlmo7OWLsSjaKjsskpKHRLaMArOA==", + "requires": { + "core-js-pure": "^3.0.0", + "regenerator-runtime": "^0.13.4" + }, + "dependencies": { + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } + } + }, + "@babel/template": { + "version": "7.8.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz", + "integrity": "sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==", + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/parser": "^7.8.6", + "@babel/types": "^7.8.6" + } + }, + "@babel/traverse": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.6.tgz", + "integrity": "sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==", + "requires": { + "@babel/code-frame": "^7.8.3", + "@babel/generator": "^7.9.6", + "@babel/helper-function-name": "^7.9.5", + "@babel/helper-split-export-declaration": "^7.8.3", + "@babel/parser": "^7.9.6", + "@babel/types": "^7.9.6", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "@babel/types": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz", + "integrity": "sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==", + "requires": { + "@babel/helper-validator-identifier": "^7.9.5", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "@cnakazawa/watch": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", + "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", + "requires": { + "exec-sh": "^0.3.2", + "minimist": "^1.2.0" + } + }, + "@csstools/convert-colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", + "integrity": "sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==" + }, + "@csstools/normalize.css": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz", + "integrity": "sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==" + }, + "@hapi/address": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" + }, + "@hapi/bourne": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", + "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==" + }, + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" + }, + "@hapi/joi": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", + "requires": { + "@hapi/address": "2.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", + "@hapi/topo": "3.x.x" + } + }, + "@hapi/topo": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", + "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", + "requires": { + "@hapi/hoek": "^8.3.0" + } + }, + "@jest/console": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz", + "integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==", + "requires": { + "@jest/source-map": "^24.9.0", + "chalk": "^2.0.1", + "slash": "^2.0.0" + } + }, + "@jest/core": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-24.9.0.tgz", + "integrity": "sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==", + "requires": { + "@jest/console": "^24.7.1", + "@jest/reporters": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/transform": "^24.9.0", + "@jest/types": "^24.9.0", + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "graceful-fs": "^4.1.15", + "jest-changed-files": "^24.9.0", + "jest-config": "^24.9.0", + "jest-haste-map": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.9.0", + "jest-resolve-dependencies": "^24.9.0", + "jest-runner": "^24.9.0", + "jest-runtime": "^24.9.0", + "jest-snapshot": "^24.9.0", + "jest-util": "^24.9.0", + "jest-validate": "^24.9.0", + "jest-watcher": "^24.9.0", + "micromatch": "^3.1.10", + "p-each-series": "^1.0.0", + "realpath-native": "^1.1.0", + "rimraf": "^2.5.4", + "slash": "^2.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==" + } + } + }, + "@jest/environment": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.9.0.tgz", + "integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==", + "requires": { + "@jest/fake-timers": "^24.9.0", + "@jest/transform": "^24.9.0", + "@jest/types": "^24.9.0", + "jest-mock": "^24.9.0" + } + }, + "@jest/fake-timers": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.9.0.tgz", + "integrity": "sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==", + "requires": { + "@jest/types": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-mock": "^24.9.0" + } + }, + "@jest/reporters": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.9.0.tgz", + "integrity": "sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw==", + "requires": { + "@jest/environment": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/transform": "^24.9.0", + "@jest/types": "^24.9.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "glob": "^7.1.2", + "istanbul-lib-coverage": "^2.0.2", + "istanbul-lib-instrument": "^3.0.1", + "istanbul-lib-report": "^2.0.4", + "istanbul-lib-source-maps": "^3.0.1", + "istanbul-reports": "^2.2.6", + "jest-haste-map": "^24.9.0", + "jest-resolve": "^24.9.0", + "jest-runtime": "^24.9.0", + "jest-util": "^24.9.0", + "jest-worker": "^24.6.0", + "node-notifier": "^5.4.2", + "slash": "^2.0.0", + "source-map": "^0.6.0", + "string-length": "^2.0.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@jest/source-map": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.9.0.tgz", + "integrity": "sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==", + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.1.15", + "source-map": "^0.6.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@jest/test-result": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.9.0.tgz", + "integrity": "sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==", + "requires": { + "@jest/console": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/istanbul-lib-coverage": "^2.0.0" + } + }, + "@jest/test-sequencer": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.9.0.tgz", + "integrity": "sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==", + "requires": { + "@jest/test-result": "^24.9.0", + "jest-haste-map": "^24.9.0", + "jest-runner": "^24.9.0", + "jest-runtime": "^24.9.0" + } + }, + "@jest/transform": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.9.0.tgz", + "integrity": "sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==", + "requires": { + "@babel/core": "^7.1.0", + "@jest/types": "^24.9.0", + "babel-plugin-istanbul": "^5.1.0", + "chalk": "^2.0.1", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.1.15", + "jest-haste-map": "^24.9.0", + "jest-regex-util": "^24.9.0", + "jest-util": "^24.9.0", + "micromatch": "^3.1.10", + "pirates": "^4.0.1", + "realpath-native": "^1.1.0", + "slash": "^2.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "2.4.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@jest/types": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", + "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^1.1.1", + "@types/yargs": "^13.0.0" + } + }, + "@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "requires": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" + } + }, + "@nodelib/fs.stat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" + }, + "@restart/context": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz", + "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==" + }, + "@restart/hooks": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.19.tgz", + "integrity": "sha512-8bskLEkiDvuZztnfGN+vM56q2HQV8dyXS/Eb0nhXPx6fonii3hQLxfNVA2r5NTMbvEkwDo59bAau3idUXaGvww==" + }, + "@semantic-ui-react/event-stack": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@semantic-ui-react/event-stack/-/event-stack-3.1.1.tgz", + "integrity": "sha512-SA7VOu/tY3OkooR++mm9voeQrJpYXjJaMHO1aFCcSouS2xhqMR9Gnz0LEGLOR0h9ueWPBKaQzKIrx3FTTJZmUQ==", + "requires": { + "exenv": "^1.2.2", + "prop-types": "^15.6.2" + } + }, + "@sheerun/mutationobserver-shim": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz", + "integrity": "sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==" + }, + "@stardust-ui/react-component-event-listener": { + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@stardust-ui/react-component-event-listener/-/react-component-event-listener-0.38.0.tgz", + "integrity": "sha512-sIP/e0dyOrrlb8K7KWumfMxj/gAifswTBC4o68Aa+C/GA73ccRp/6W1VlHvF/dlOR4KLsA+5SKnhjH36xzPsWg==", + "requires": { + "@babel/runtime": "^7.1.2", + "prop-types": "^15.7.2" + } + }, + "@stardust-ui/react-component-ref": { + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@stardust-ui/react-component-ref/-/react-component-ref-0.38.0.tgz", + "integrity": "sha512-xjs6WnvJVueSIXMWw0C3oWIgAPpcD03qw43oGOjUXqFktvpNkB73JoKIhS4sCrtQxBdct75qqr4ZL6JiyPcESw==", + "requires": { + "@babel/runtime": "^7.1.2", + "prop-types": "^15.7.2", + "react-is": "^16.6.3" + } + }, + "@svgr/babel-plugin-add-jsx-attribute": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz", + "integrity": "sha512-j7KnilGyZzYr/jhcrSYS3FGWMZVaqyCG0vzMCwzvei0coIkczuYMcniK07nI0aHJINciujjH11T72ICW5eL5Ig==" + }, + "@svgr/babel-plugin-remove-jsx-attribute": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-4.2.0.tgz", + "integrity": "sha512-3XHLtJ+HbRCH4n28S7y/yZoEQnRpl0tvTZQsHqvaeNXPra+6vE5tbRliH3ox1yZYPCxrlqaJT/Mg+75GpDKlvQ==" + }, + "@svgr/babel-plugin-remove-jsx-empty-expression": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-4.2.0.tgz", + "integrity": "sha512-yTr2iLdf6oEuUE9MsRdvt0NmdpMBAkgK8Bjhl6epb+eQWk6abBaX3d65UZ3E3FWaOwePyUgNyNCMVG61gGCQ7w==" + }, + "@svgr/babel-plugin-replace-jsx-attribute-value": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-4.2.0.tgz", + "integrity": "sha512-U9m870Kqm0ko8beHawRXLGLvSi/ZMrl89gJ5BNcT452fAjtF2p4uRzXkdzvGJJJYBgx7BmqlDjBN/eCp5AAX2w==" + }, + "@svgr/babel-plugin-svg-dynamic-title": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-4.3.3.tgz", + "integrity": "sha512-w3Be6xUNdwgParsvxkkeZb545VhXEwjGMwExMVBIdPQJeyMQHqm9Msnb2a1teHBqUYL66qtwfhNkbj1iarCG7w==" + }, + "@svgr/babel-plugin-svg-em-dimensions": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-4.2.0.tgz", + "integrity": "sha512-C0Uy+BHolCHGOZ8Dnr1zXy/KgpBOkEUYY9kI/HseHVPeMbluaX3CijJr7D4C5uR8zrc1T64nnq/k63ydQuGt4w==" + }, + "@svgr/babel-plugin-transform-react-native-svg": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-4.2.0.tgz", + "integrity": "sha512-7YvynOpZDpCOUoIVlaaOUU87J4Z6RdD6spYN4eUb5tfPoKGSF9OG2NuhgYnq4jSkAxcpMaXWPf1cePkzmqTPNw==" + }, + "@svgr/babel-plugin-transform-svg-component": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-4.2.0.tgz", + "integrity": "sha512-hYfYuZhQPCBVotABsXKSCfel2slf/yvJY8heTVX1PCTaq/IgASq1IyxPPKJ0chWREEKewIU/JMSsIGBtK1KKxw==" + }, + "@svgr/babel-preset": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-4.3.3.tgz", + "integrity": "sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A==", + "requires": { + "@svgr/babel-plugin-add-jsx-attribute": "^4.2.0", + "@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0", + "@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0", + "@svgr/babel-plugin-svg-dynamic-title": "^4.3.3", + "@svgr/babel-plugin-svg-em-dimensions": "^4.2.0", + "@svgr/babel-plugin-transform-react-native-svg": "^4.2.0", + "@svgr/babel-plugin-transform-svg-component": "^4.2.0" + } + }, + "@svgr/core": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-4.3.3.tgz", + "integrity": "sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w==", + "requires": { + "@svgr/plugin-jsx": "^4.3.3", + "camelcase": "^5.3.1", + "cosmiconfig": "^5.2.1" + } + }, + "@svgr/hast-util-to-babel-ast": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-4.3.2.tgz", + "integrity": "sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg==", + "requires": { + "@babel/types": "^7.4.4" + } + }, + "@svgr/plugin-jsx": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz", + "integrity": "sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==", + "requires": { + "@babel/core": "^7.4.5", + "@svgr/babel-preset": "^4.3.3", + "@svgr/hast-util-to-babel-ast": "^4.3.2", + "svg-parser": "^2.0.0" + } + }, + "@svgr/plugin-svgo": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz", + "integrity": "sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w==", + "requires": { + "cosmiconfig": "^5.2.1", + "merge-deep": "^3.0.2", + "svgo": "^1.2.2" + } + }, + "@svgr/webpack": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-4.3.3.tgz", + "integrity": "sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg==", + "requires": { + "@babel/core": "^7.4.5", + "@babel/plugin-transform-react-constant-elements": "^7.0.0", + "@babel/preset-env": "^7.4.5", + "@babel/preset-react": "^7.0.0", + "@svgr/core": "^4.3.3", + "@svgr/plugin-jsx": "^4.3.3", + "@svgr/plugin-svgo": "^4.3.1", + "loader-utils": "^1.2.3" + } + }, + "@testing-library/dom": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.11.0.tgz", + "integrity": "sha512-Pkx9LMIGshyNbfmecjt18rrAp/ayMqGH674jYER0SXj0iG9xZc+zWRjk2Pg9JgPBDvwI//xGrI/oOQkAi4YEew==", + "requires": { + "@babel/runtime": "^7.6.2", + "@sheerun/mutationobserver-shim": "^0.3.2", + "@types/testing-library__dom": "^6.0.0", + "aria-query": "3.0.0", + "pretty-format": "^24.9.0", + "wait-for-expect": "^3.0.0" + } + }, + "@testing-library/jest-dom": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-4.2.4.tgz", + "integrity": "sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==", + "requires": { + "@babel/runtime": "^7.5.1", + "chalk": "^2.4.1", + "css": "^2.2.3", + "css.escape": "^1.5.1", + "jest-diff": "^24.0.0", + "jest-matcher-utils": "^24.0.0", + "lodash": "^4.17.11", + "pretty-format": "^24.0.0", + "redent": "^3.0.0" + } + }, + "@testing-library/react": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-9.4.0.tgz", + "integrity": "sha512-XdhDWkI4GktUPsz0AYyeQ8M9qS/JFie06kcSnUVcpgOwFjAu9vhwR83qBl+lw9yZWkbECjL8Hd+n5hH6C0oWqg==", + "requires": { + "@babel/runtime": "^7.7.6", + "@testing-library/dom": "^6.11.0", + "@types/testing-library__react": "^9.1.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.7.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", + "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + } + } + }, + "@testing-library/user-event": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz", + "integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==" + }, + "@tweenjs/tween.js": { + "version": "18.5.0", + "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.5.0.tgz", + "integrity": "sha512-/qyhdvbc6vWsFuiK7Wq74ZMu1F/9sFRlBv2qnjeu70XI0HRC8zOfUqbXT2irVLCSVuCI/fI7HphGdbsbyQ/Q5w==" + }, + "@types/babel__core": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.7.tgz", + "integrity": "sha512-RL62NqSFPCDK2FM1pSDH0scHpJvsXtZNiYlMB73DgPBaG1E38ZYVL+ei5EkWRbr+KC4YNiAUNBnRj+bgwpgjMw==", + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@types/babel__generator": { + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.1.tgz", + "integrity": "sha512-bBKm+2VPJcMRVwNhxKu8W+5/zT7pwNEqeokFOmbvVSqGzFneNxYcEBro9Ac7/N9tlsaPYnZLK8J1LWKkMsLAew==", + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@types/babel__template": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz", + "integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==", + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.11.tgz", + "integrity": "sha512-ddHK5icION5U6q11+tV2f9Mo6CZVuT8GJKld2q9LqHSZbvLbH34Kcu2yFGckZut453+eQU6btIA3RihmnRgI+Q==", + "requires": { + "@babel/types": "^7.3.0" + } + }, + "@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "@types/eslint-visitor-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", + "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==" + }, + "@types/events": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz", + "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==" + }, + "@types/glob": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", + "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", + "requires": { + "@types/events": "*", + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/istanbul-lib-coverage": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", + "integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==" + }, + "@types/istanbul-lib-report": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz", + "integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==", + "requires": { + "@types/istanbul-lib-coverage": "*" + } + }, + "@types/istanbul-reports": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz", + "integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==", + "requires": { + "@types/istanbul-lib-coverage": "*", + "@types/istanbul-lib-report": "*" + } + }, + "@types/json-schema": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz", + "integrity": "sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==" + }, + "@types/minimatch": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", + "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" + }, + "@types/node": { + "version": "13.13.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz", + "integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==" + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "@types/prop-types": { + "version": "15.7.3", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", + "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" + }, + "@types/q": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.2.tgz", + "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==" + }, + "@types/react": { + "version": "16.9.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.17.tgz", + "integrity": "sha512-UP27In4fp4sWF5JgyV6pwVPAQM83Fj76JOcg02X5BZcpSu5Wx+fP9RMqc2v0ssBoQIFvD5JdKY41gjJJKmw6Bg==", + "requires": { + "@types/prop-types": "*", + "csstype": "^2.2.0" + } + }, + "@types/react-dom": { + "version": "16.9.4", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.4.tgz", + "integrity": "sha512-fya9xteU/n90tda0s+FtN5Ym4tbgxpq/hb/Af24dvs6uYnYn+fspaxw5USlw0R8apDNwxsqumdRoCoKitckQqw==", + "requires": { + "@types/react": "*" + } + }, + "@types/stack-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz", + "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==" + }, + "@types/testing-library__dom": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@types/testing-library__dom/-/testing-library__dom-6.11.1.tgz", + "integrity": "sha512-ImChHtQqmjwraRLqBC2sgSQFtczeFvBmBcfhTYZn/3KwXbyD07LQykEQ0xJo7QHc1GbVvf7pRyGaIe6PkCdxEw==", + "requires": { + "pretty-format": "^24.3.0" + } + }, + "@types/testing-library__react": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-9.1.2.tgz", + "integrity": "sha512-CYaMqrswQ+cJACy268jsLAw355DZtPZGt3Jwmmotlcu8O/tkoXBI6AeZ84oZBJsIsesozPKzWzmv/0TIU+1E9Q==", + "requires": { + "@types/react-dom": "*", + "@types/testing-library__dom": "*" + } + }, + "@types/yargs": { + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.4.tgz", + "integrity": "sha512-Ke1WmBbIkVM8bpvsNEcGgQM70XcEh/nbpxQhW7FhrsbCsXSY9BmLB1+LHtD7r9zrsOcFlLiF+a/UeJsdfw3C5A==", + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz", + "integrity": "sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==" + }, + "@typescript-eslint/eslint-plugin": { + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.31.0.tgz", + "integrity": "sha512-iIC0Pb8qDaoit+m80Ln/aaeu9zKQdOLF4SHcGLarSeY1gurW6aU4JsOPMjKQwXlw70MvWKZQc6S2NamA8SJ/gg==", + "requires": { + "@typescript-eslint/experimental-utils": "2.31.0", + "functional-red-black-tree": "^1.0.1", + "regexpp": "^3.0.0", + "tsutils": "^3.17.1" + } + }, + "@typescript-eslint/experimental-utils": { + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.31.0.tgz", + "integrity": "sha512-MI6IWkutLYQYTQgZ48IVnRXmLR/0Q6oAyJgiOror74arUMh7EWjJkADfirZhRsUMHeLJ85U2iySDwHTSnNi9vA==", + "requires": { + "@types/json-schema": "^7.0.3", + "@typescript-eslint/typescript-estree": "2.31.0", + "eslint-scope": "^5.0.0", + "eslint-utils": "^2.0.0" + } + }, + "@typescript-eslint/parser": { + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.31.0.tgz", + "integrity": "sha512-uph+w6xUOlyV2DLSC6o+fBDzZ5i7+3/TxAsH4h3eC64tlga57oMb96vVlXoMwjR/nN+xyWlsnxtbDkB46M2EPQ==", + "requires": { + "@types/eslint-visitor-keys": "^1.0.0", + "@typescript-eslint/experimental-utils": "2.31.0", + "@typescript-eslint/typescript-estree": "2.31.0", + "eslint-visitor-keys": "^1.1.0" + } + }, + "@typescript-eslint/typescript-estree": { + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.31.0.tgz", + "integrity": "sha512-vxW149bXFXXuBrAak0eKHOzbcu9cvi6iNcJDzEtOkRwGHxJG15chiAQAwhLOsk+86p9GTr/TziYvw+H9kMaIgA==", + "requires": { + "debug": "^4.1.1", + "eslint-visitor-keys": "^1.1.0", + "glob": "^7.1.6", + "is-glob": "^4.0.1", + "lodash": "^4.17.15", + "semver": "^6.3.0", + "tsutils": "^3.17.1" + } + }, + "@webassemblyjs/ast": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz", + "integrity": "sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ==", + "requires": { + "@webassemblyjs/helper-module-context": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/wast-parser": "1.8.5" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz", + "integrity": "sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ==" + }, + "@webassemblyjs/helper-api-error": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz", + "integrity": "sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA==" + }, + "@webassemblyjs/helper-buffer": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz", + "integrity": "sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q==" + }, + "@webassemblyjs/helper-code-frame": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz", + "integrity": "sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ==", + "requires": { + "@webassemblyjs/wast-printer": "1.8.5" + } + }, + "@webassemblyjs/helper-fsm": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz", + "integrity": "sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow==" + }, + "@webassemblyjs/helper-module-context": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz", + "integrity": "sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "mamacro": "^0.0.3" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz", + "integrity": "sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ==" + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz", + "integrity": "sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-buffer": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/wasm-gen": "1.8.5" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz", + "integrity": "sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz", + "integrity": "sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A==", + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz", + "integrity": "sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw==" + }, + "@webassemblyjs/wasm-edit": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz", + "integrity": "sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-buffer": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/helper-wasm-section": "1.8.5", + "@webassemblyjs/wasm-gen": "1.8.5", + "@webassemblyjs/wasm-opt": "1.8.5", + "@webassemblyjs/wasm-parser": "1.8.5", + "@webassemblyjs/wast-printer": "1.8.5" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz", + "integrity": "sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/ieee754": "1.8.5", + "@webassemblyjs/leb128": "1.8.5", + "@webassemblyjs/utf8": "1.8.5" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz", + "integrity": "sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-buffer": "1.8.5", + "@webassemblyjs/wasm-gen": "1.8.5", + "@webassemblyjs/wasm-parser": "1.8.5" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz", + "integrity": "sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-api-error": "1.8.5", + "@webassemblyjs/helper-wasm-bytecode": "1.8.5", + "@webassemblyjs/ieee754": "1.8.5", + "@webassemblyjs/leb128": "1.8.5", + "@webassemblyjs/utf8": "1.8.5" + } + }, + "@webassemblyjs/wast-parser": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz", + "integrity": "sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/floating-point-hex-parser": "1.8.5", + "@webassemblyjs/helper-api-error": "1.8.5", + "@webassemblyjs/helper-code-frame": "1.8.5", + "@webassemblyjs/helper-fsm": "1.8.5", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz", + "integrity": "sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/wast-parser": "1.8.5", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "@zeit/schemas": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz", + "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==" + }, + "abab": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.3.tgz", + "integrity": "sha512-tsFzPpcttalNjFBCFMqsKYQcWxxen1pgJR56by//QwvJc4/OUS3kPOOttx2tSIfjsylB0pYu7f5D3K1RCxUnUg==" + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "acorn": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz", + "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==" + }, + "acorn-globals": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz", + "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==", + "requires": { + "acorn": "^6.0.1", + "acorn-walk": "^6.0.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + } + } + }, + "acorn-jsx": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.2.0.tgz", + "integrity": "sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==" + }, + "acorn-walk": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz", + "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==" + }, + "address": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", + "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==" + }, + "adjust-sourcemap-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz", + "integrity": "sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA==", + "requires": { + "assert": "1.4.1", + "camelcase": "5.0.0", + "loader-utils": "1.2.3", + "object-path": "0.11.4", + "regex-parser": "2.2.10" + }, + "dependencies": { + "camelcase": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", + "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==" + } + } + }, + "aggregate-error": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz", + "integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "airbnb-prop-types": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.15.0.tgz", + "integrity": "sha512-jUh2/hfKsRjNFC4XONQrxo/n/3GG4Tn6Hl0WlFQN5PY9OMC9loSCoAYKnZsWaP8wEfd5xcrPloK0Zg6iS1xwVA==", + "requires": { + "array.prototype.find": "^2.1.0", + "function.prototype.name": "^1.1.1", + "has": "^1.0.3", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object.assign": "^4.1.0", + "object.entries": "^1.1.0", + "prop-types": "^15.7.2", + "prop-types-exact": "^1.2.0", + "react-is": "^16.9.0" + } + }, + "ajv": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", + "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + }, + "ajv-keywords": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", + "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" + }, + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" + }, + "ansi-align": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz", + "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=", + "requires": { + "string-width": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "ansi-colors": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==" + }, + "ansi-escapes": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz", + "integrity": "sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==", + "requires": { + "type-fest": "^0.11.0" + }, + "dependencies": { + "type-fest": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz", + "integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==" + } + } + }, + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "arch": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.1.1.tgz", + "integrity": "sha512-BLM56aPo9vLLFVa8+/+pJLnrZ7QGGTVHWsCwieAWT9o9K8UeGaQbzZbGoabWLOo2ksBCztoXdqBZBplqLDDCSg==" + }, + "arg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz", + "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "aria-query": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", + "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", + "requires": { + "ast-types-flow": "0.0.7", + "commander": "^2.11.0" + } + }, + "arity-n": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz", + "integrity": "sha1-2edrEXM+CFacCEeuezmyhgswt0U=" + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz", + "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=" + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "array-includes": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz", + "integrity": "sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0", + "is-string": "^1.0.5" + } + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "array.prototype.find": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.1.0.tgz", + "integrity": "sha512-Wn41+K1yuO5p7wRZDl7890c3xvv5UBrfVXTVIe28rSQb6LS0fZMDrQB6PAcxQFRFy6vJTLDc3A2+3CjQdzVKRg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.13.0" + } + }, + "array.prototype.flat": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz", + "integrity": "sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" + }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "assert": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz", + "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", + "requires": { + "util": "0.10.3" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" + }, + "astral-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", + "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + }, + "async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + }, + "async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "autoprefixer": { + "version": "9.7.6", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz", + "integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==", + "requires": { + "browserslist": "^4.11.1", + "caniuse-lite": "^1.0.30001039", + "chalk": "^2.4.2", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.27", + "postcss-value-parser": "^4.0.3" + }, + "dependencies": { + "postcss": { + "version": "7.0.29", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.29.tgz", + "integrity": "sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz", + "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" + }, + "axios": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "requires": { + "follow-redirects": "1.5.10" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "follow-redirects": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", + "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", + "requires": { + "debug": "=3.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "axobject-query": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.1.2.tgz", + "integrity": "sha512-ICt34ZmrVt8UQnvPl6TVyDTkmhXmAyAT4Jh5ugfGUX4MOrZ+U/ZY6/sdylRw3qGNr9Ub5AJsaHeDMzNLehRdOQ==" + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=" + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "babel-eslint": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", + "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.7.0", + "@babel/traverse": "^7.7.0", + "@babel/types": "^7.7.0", + "eslint-visitor-keys": "^1.0.0", + "resolve": "^1.12.0" + } + }, + "babel-extract-comments": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz", + "integrity": "sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==", + "requires": { + "babylon": "^6.18.0" + } + }, + "babel-jest": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-24.9.0.tgz", + "integrity": "sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==", + "requires": { + "@jest/transform": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/babel__core": "^7.1.0", + "babel-plugin-istanbul": "^5.1.0", + "babel-preset-jest": "^24.9.0", + "chalk": "^2.4.2", + "slash": "^2.0.0" + } + }, + "babel-loader": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz", + "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==", + "requires": { + "find-cache-dir": "^2.1.0", + "loader-utils": "^1.4.0", + "mkdirp": "^0.5.3", + "pify": "^4.0.1", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "ajv": { + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", + "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", + "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + } + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "schema-utils": { + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.6.tgz", + "integrity": "sha512-wHutF/WPSbIi9x6ctjGGk2Hvl0VOz5l3EKEuKbjPlB30mKZUzb9A5k9yEXRX3pwyqVLPvpfZZEllaFq/M718hA==", + "requires": { + "ajv": "^6.12.0", + "ajv-keywords": "^3.4.1" + } + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-istanbul": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz", + "integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==", + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "find-up": "^3.0.0", + "istanbul-lib-instrument": "^3.3.0", + "test-exclude": "^5.2.3" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + } + }, + "babel-plugin-jest-hoist": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz", + "integrity": "sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==", + "requires": { + "@types/babel__traverse": "^7.0.6" + } + }, + "babel-plugin-macros": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "requires": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + }, + "dependencies": { + "cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + } + }, + "import-fresh": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", + "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "parse-json": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", + "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1", + "lines-and-columns": "^1.1.6" + } + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + } + }, + "babel-plugin-named-asset-import": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.6.tgz", + "integrity": "sha512-1aGDUfL1qOOIoqk9QKGIo2lANk+C7ko/fqH0uIyC71x3PEGz0uVP8ISgfEsFuG+FKmjHTvFK/nNM8dowpmUxLA==" + }, + "babel-plugin-syntax-object-rest-spread": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz", + "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=" + }, + "babel-plugin-transform-object-rest-spread": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz", + "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", + "requires": { + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" + } + }, + "babel-plugin-transform-react-remove-prop-types": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" + }, + "babel-preset-jest": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz", + "integrity": "sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==", + "requires": { + "@babel/plugin-syntax-object-rest-spread": "^7.0.0", + "babel-plugin-jest-hoist": "^24.9.0" + } + }, + "babel-preset-react-app": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-9.1.2.tgz", + "integrity": "sha512-k58RtQOKH21NyKtzptoAvtAODuAJJs3ZhqBMl456/GnXEQ/0La92pNmwgWoMn5pBTrsvk3YYXdY7zpY4e3UIxA==", + "requires": { + "@babel/core": "7.9.0", + "@babel/plugin-proposal-class-properties": "7.8.3", + "@babel/plugin-proposal-decorators": "7.8.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3", + "@babel/plugin-proposal-numeric-separator": "7.8.3", + "@babel/plugin-proposal-optional-chaining": "7.9.0", + "@babel/plugin-transform-flow-strip-types": "7.9.0", + "@babel/plugin-transform-react-display-name": "7.8.3", + "@babel/plugin-transform-runtime": "7.9.0", + "@babel/preset-env": "7.9.0", + "@babel/preset-react": "7.9.1", + "@babel/preset-typescript": "7.9.0", + "@babel/runtime": "7.9.0", + "babel-plugin-macros": "2.8.0", + "babel-plugin-transform-react-remove-prop-types": "0.4.24" + }, + "dependencies": { + "@babel/preset-env": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.9.0.tgz", + "integrity": "sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==", + "requires": { + "@babel/compat-data": "^7.9.0", + "@babel/helper-compilation-targets": "^7.8.7", + "@babel/helper-module-imports": "^7.8.3", + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-proposal-async-generator-functions": "^7.8.3", + "@babel/plugin-proposal-dynamic-import": "^7.8.3", + "@babel/plugin-proposal-json-strings": "^7.8.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-proposal-numeric-separator": "^7.8.3", + "@babel/plugin-proposal-object-rest-spread": "^7.9.0", + "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.8.3", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.8.0", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.8.3", + "@babel/plugin-transform-arrow-functions": "^7.8.3", + "@babel/plugin-transform-async-to-generator": "^7.8.3", + "@babel/plugin-transform-block-scoped-functions": "^7.8.3", + "@babel/plugin-transform-block-scoping": "^7.8.3", + "@babel/plugin-transform-classes": "^7.9.0", + "@babel/plugin-transform-computed-properties": "^7.8.3", + "@babel/plugin-transform-destructuring": "^7.8.3", + "@babel/plugin-transform-dotall-regex": "^7.8.3", + "@babel/plugin-transform-duplicate-keys": "^7.8.3", + "@babel/plugin-transform-exponentiation-operator": "^7.8.3", + "@babel/plugin-transform-for-of": "^7.9.0", + "@babel/plugin-transform-function-name": "^7.8.3", + "@babel/plugin-transform-literals": "^7.8.3", + "@babel/plugin-transform-member-expression-literals": "^7.8.3", + "@babel/plugin-transform-modules-amd": "^7.9.0", + "@babel/plugin-transform-modules-commonjs": "^7.9.0", + "@babel/plugin-transform-modules-systemjs": "^7.9.0", + "@babel/plugin-transform-modules-umd": "^7.9.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", + "@babel/plugin-transform-new-target": "^7.8.3", + "@babel/plugin-transform-object-super": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.8.7", + "@babel/plugin-transform-property-literals": "^7.8.3", + "@babel/plugin-transform-regenerator": "^7.8.7", + "@babel/plugin-transform-reserved-words": "^7.8.3", + "@babel/plugin-transform-shorthand-properties": "^7.8.3", + "@babel/plugin-transform-spread": "^7.8.3", + "@babel/plugin-transform-sticky-regex": "^7.8.3", + "@babel/plugin-transform-template-literals": "^7.8.3", + "@babel/plugin-transform-typeof-symbol": "^7.8.4", + "@babel/plugin-transform-unicode-regex": "^7.8.3", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.9.0", + "browserslist": "^4.9.1", + "core-js-compat": "^3.6.2", + "invariant": "^2.2.2", + "levenary": "^1.1.1", + "semver": "^5.5.0" + } + }, + "@babel/preset-react": { + "version": "7.9.1", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.9.1.tgz", + "integrity": "sha512-aJBYF23MPj0RNdp/4bHnAP0NVqqZRr9kl0NAOP4nJCex6OYVio59+dnQzsAWFuogdLyeaKA1hmfUIVZkY5J+TQ==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.3", + "@babel/plugin-transform-react-display-name": "^7.8.3", + "@babel/plugin-transform-react-jsx": "^7.9.1", + "@babel/plugin-transform-react-jsx-development": "^7.9.0", + "@babel/plugin-transform-react-jsx-self": "^7.9.0", + "@babel/plugin-transform-react-jsx-source": "^7.9.0" + } + }, + "@babel/runtime": { + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.0.tgz", + "integrity": "sha512-cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + }, + "dependencies": { + "core-js": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", + "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==" + }, + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + } + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + }, + "bail": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.4.tgz", + "integrity": "sha512-S8vuDB4w6YpRhICUDET3guPlQpaJl7od94tpZ0Fvnyp+MKW/HyDTcRDck+29C9g+d/qQHnddRH3+94kZdrW0Ww==" + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "base64-js": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", + "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, + "binary-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", + "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==" + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "bonjour": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", + "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", + "requires": { + "array-flatten": "^2.1.0", + "deep-equal": "^1.0.1", + "dns-equal": "^1.0.0", + "dns-txt": "^2.0.2", + "multicast-dns": "^6.0.1", + "multicast-dns-service-types": "^1.1.0" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "boxen": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz", + "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", + "requires": { + "ansi-align": "^2.0.0", + "camelcase": "^4.0.0", + "chalk": "^2.0.1", + "cli-boxes": "^1.0.0", + "string-width": "^2.0.0", + "term-size": "^1.2.0", + "widest-line": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + }, + "browser-resolve": { + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", + "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", + "requires": { + "resolve": "1.1.7" + }, + "dependencies": { + "resolve": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", + "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=" + } + } + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "requires": { + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", + "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "requires": { + "bn.js": "^4.1.1", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.2", + "elliptic": "^6.0.0", + "inherits": "^2.0.1", + "parse-asn1": "^5.0.0" + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.12.0.tgz", + "integrity": "sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==", + "requires": { + "caniuse-lite": "^1.0.30001043", + "electron-to-chromium": "^1.3.413", + "node-releases": "^1.1.53", + "pkg-up": "^2.0.0" + } + }, + "bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "requires": { + "node-int64": "^0.4.0" + } + }, + "buffer": { + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "buffer-indexof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "cacache": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-13.0.1.tgz", + "integrity": "sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==", + "requires": { + "chownr": "^1.1.2", + "figgy-pudding": "^3.5.1", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.2", + "infer-owner": "^1.0.4", + "lru-cache": "^5.1.1", + "minipass": "^3.0.0", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "p-map": "^3.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^2.7.1", + "ssri": "^7.0.0", + "unique-filename": "^1.1.1" + }, + "dependencies": { + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "call-me-maybe": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", + "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=" + }, + "caller-callsite": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", + "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "requires": { + "callsites": "^2.0.0" + } + }, + "caller-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", + "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "requires": { + "caller-callsite": "^2.0.0" + } + }, + "callsites": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" + }, + "camel-case": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.1.tgz", + "integrity": "sha512-7fa2WcG4fYFkclIvEmxBbTvmibwF2/agfEBc6q3lOpVu0A13ltLsA+Hr/8Hp6kp5f+G7hKi6t8lys6XxP+1K6Q==", + "requires": { + "pascal-case": "^3.1.1", + "tslib": "^1.10.0" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001051", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001051.tgz", + "integrity": "sha512-sw8UUnTlRevawTMZKN7vpfwSjCBVoiMPlYd8oT2VwNylyPCBdMAUmLGUApnYYTtIm5JXsQegUAY7GPHqgfDzjw==" + }, + "capture-exit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", + "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", + "requires": { + "rsvp": "^4.8.4" + } + }, + "case-sensitive-paths-webpack-plugin": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz", + "integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "character-entities": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.3.tgz", + "integrity": "sha512-yB4oYSAa9yLcGyTbB4ItFwHw43QHdH129IJ5R+WvxOkWlyFnR5FAaBNnUq4mcxsTVZGh28bHoeTHMKXH1wZf3w==" + }, + "character-entities-legacy": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz", + "integrity": "sha512-YAxUpPoPwxYFsslbdKkhrGnXAtXoHNgYjlBM3WMXkWGTl5RsY3QmOyhwAgL8Nxm9l5LBThXGawxKPn68y6/fww==" + }, + "character-reference-invalid": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.3.tgz", + "integrity": "sha512-VOq6PRzQBam/8Jm6XBGk2fNEnHXAdGd6go0rtd4weAGECBamHDwwCQSOT12TACIYUZegUXnV6xBXqUssijtxIg==" + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" + }, + "chokidar": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", + "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.1.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.4.0" + }, + "dependencies": { + "anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + } + } + }, + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" + }, + "chrome-trace-event": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", + "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "requires": { + "tslib": "^1.9.0" + } + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "classnames": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", + "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + }, + "clean-css": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", + "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==", + "requires": { + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cli-boxes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", + "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=" + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-width": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz", + "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==" + }, + "clipboardy": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-1.2.3.tgz", + "integrity": "sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA==", + "requires": { + "arch": "^2.1.0", + "execa": "^0.8.0" + }, + "dependencies": { + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz", + "integrity": "sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=", + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + } + } + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + }, + "dependencies": { + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + } + } + }, + "clone-deep": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-0.2.4.tgz", + "integrity": "sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY=", + "requires": { + "for-own": "^0.1.3", + "is-plain-object": "^2.0.1", + "kind-of": "^3.0.2", + "lazy-cache": "^1.0.3", + "shallow-clone": "^0.1.2" + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + }, + "coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "requires": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" + }, + "collapse-white-space": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.5.tgz", + "integrity": "sha512-703bOOmytCYAX9cXYqoikYIx6twmFCXsnzRQheBcTG3nzKYBR4P/+wkYeH+Mvj7qUz8zZDtdyzbxfnEi/kYzRQ==" + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/color/-/color-3.1.2.tgz", + "integrity": "sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==", + "requires": { + "color-convert": "^1.9.1", + "color-string": "^1.5.2" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "color-string": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz", + "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==", + "requires": { + "color-name": "^1.0.0", + "simple-swizzle": "^0.2.2" + } + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "common-tags": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", + "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==" + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "compose-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz", + "integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=", + "requires": { + "arity-n": "^1.0.4" + } + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "confusing-browser-globals": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz", + "integrity": "sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==" + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==" + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "contains-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz", + "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "copy-concurrently": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "requires": { + "aproba": "^1.1.1", + "fs-write-stream-atomic": "^1.0.8", + "iferr": "^0.1.5", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.0" + } + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "core-js": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + }, + "core-js-compat": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz", + "integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==", + "requires": { + "browserslist": "^4.8.5", + "semver": "7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" + } + } + }, + "core-js-pure": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.6.5.tgz", + "integrity": "sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==" + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "cosmiconfig": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "requires": { + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" + } + }, + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "create-react-class": { + "version": "15.6.3", + "resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz", + "integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==", + "requires": { + "fbjs": "^0.8.9", + "loose-envify": "^1.3.1", + "object-assign": "^4.1.1" + } + }, + "create-react-context": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz", + "integrity": "sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==", + "requires": { + "gud": "^1.0.0", + "warning": "^4.0.3" + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "requires": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "css-blank-pseudo": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz", + "integrity": "sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==", + "requires": { + "postcss": "^7.0.5" + } + }, + "css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=" + }, + "css-declaration-sorter": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", + "requires": { + "postcss": "^7.0.1", + "timsort": "^0.3.0" + } + }, + "css-has-pseudo": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz", + "integrity": "sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==", + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^5.0.0-rc.4" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "css-loader": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.2.0.tgz", + "integrity": "sha512-QTF3Ud5H7DaZotgdcJjGMvyDj5F3Pn1j/sC6VBEOVp94cbwqyIBdcs/quzj4MC1BKQSrTpQznegH/5giYbhnCQ==", + "requires": { + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.17", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.1.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.0.0", + "schema-utils": "^2.0.0" + }, + "dependencies": { + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + } + }, + "css-prefers-color-scheme": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz", + "integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==", + "requires": { + "postcss": "^7.0.5" + } + }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "css-what": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz", + "integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==" + }, + "css.escape": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" + }, + "cssdb": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz", + "integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==" + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" + }, + "cssnano": { + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", + "integrity": "sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==", + "requires": { + "cosmiconfig": "^5.0.0", + "cssnano-preset-default": "^4.0.7", + "is-resolvable": "^1.0.0", + "postcss": "^7.0.0" + } + }, + "cssnano-preset-default": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz", + "integrity": "sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==", + "requires": { + "css-declaration-sorter": "^4.0.1", + "cssnano-util-raw-cache": "^4.0.1", + "postcss": "^7.0.0", + "postcss-calc": "^7.0.1", + "postcss-colormin": "^4.0.3", + "postcss-convert-values": "^4.0.1", + "postcss-discard-comments": "^4.0.2", + "postcss-discard-duplicates": "^4.0.2", + "postcss-discard-empty": "^4.0.1", + "postcss-discard-overridden": "^4.0.1", + "postcss-merge-longhand": "^4.0.11", + "postcss-merge-rules": "^4.0.3", + "postcss-minify-font-values": "^4.0.2", + "postcss-minify-gradients": "^4.0.2", + "postcss-minify-params": "^4.0.2", + "postcss-minify-selectors": "^4.0.2", + "postcss-normalize-charset": "^4.0.1", + "postcss-normalize-display-values": "^4.0.2", + "postcss-normalize-positions": "^4.0.2", + "postcss-normalize-repeat-style": "^4.0.2", + "postcss-normalize-string": "^4.0.2", + "postcss-normalize-timing-functions": "^4.0.2", + "postcss-normalize-unicode": "^4.0.1", + "postcss-normalize-url": "^4.0.1", + "postcss-normalize-whitespace": "^4.0.2", + "postcss-ordered-values": "^4.1.2", + "postcss-reduce-initial": "^4.0.3", + "postcss-reduce-transforms": "^4.0.2", + "postcss-svgo": "^4.0.2", + "postcss-unique-selectors": "^4.0.1" + } + }, + "cssnano-util-get-arguments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=" + }, + "cssnano-util-get-match": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=" + }, + "cssnano-util-raw-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", + "requires": { + "postcss": "^7.0.0" + } + }, + "cssnano-util-same-parent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==" + }, + "csso": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.0.3.tgz", + "integrity": "sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ==", + "requires": { + "css-tree": "1.0.0-alpha.39" + }, + "dependencies": { + "css-tree": { + "version": "1.0.0-alpha.39", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.39.tgz", + "integrity": "sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA==", + "requires": { + "mdn-data": "2.0.6", + "source-map": "^0.6.1" + } + }, + "mdn-data": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.6.tgz", + "integrity": "sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + }, + "cssstyle": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz", + "integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==", + "requires": { + "cssom": "0.3.x" + } + }, + "csstype": { + "version": "2.6.8", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.8.tgz", + "integrity": "sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==" + }, + "cyclist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "damerau-levenshtein": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", + "integrity": "sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "data-urls": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz", + "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==", + "requires": { + "abab": "^2.0.0", + "whatwg-mimetype": "^2.2.0", + "whatwg-url": "^7.0.0" + }, + "dependencies": { + "whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + } + } + }, + "debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "requires": { + "ms": "^2.1.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "requires": { + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" + }, + "default-gateway": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz", + "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==", + "requires": { + "execa": "^1.0.0", + "ip-regex": "^2.1.0" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "del": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", + "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", + "requires": { + "@types/glob": "^7.1.1", + "globby": "^6.1.0", + "is-path-cwd": "^2.0.0", + "is-path-in-cwd": "^2.0.0", + "p-map": "^2.0.0", + "pify": "^4.0.1", + "rimraf": "^2.6.3" + }, + "dependencies": { + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + } + } + }, + "p-map": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "detect-newline": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", + "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=" + }, + "detect-node": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", + "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" + }, + "detect-port-alt": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "requires": { + "address": "^1.0.1", + "debug": "^2.6.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "diff-sequences": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz", + "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==" + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "dir-glob": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz", + "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==", + "requires": { + "arrify": "^1.0.1", + "path-type": "^3.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" + }, + "dns-packet": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", + "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "requires": { + "ip": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, + "dns-txt": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", + "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", + "requires": { + "buffer-indexof": "^1.0.0" + } + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "requires": { + "esutils": "^2.0.2" + } + }, + "dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "requires": { + "utila": "~0.4" + } + }, + "dom-helpers": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.1.3.tgz", + "integrity": "sha512-nZD1OtwfWGRBWlpANxacBEZrEuLa16o1nh7YopFWeoF68Zt8GGEmzHu6Xv4F3XaFIC+YXtTLrzgqKxFgLEe4jw==", + "requires": { + "@babel/runtime": "^7.6.3", + "csstype": "^2.6.7" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + } + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "domexception": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz", + "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==", + "requires": { + "webidl-conversions": "^4.0.2" + } + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.3.tgz", + "integrity": "sha512-7hwEmg6RiSQfm/GwPL4AAWXKy3YNNZA3oFv2Pdiey0mwkRCPZ9x6SZbkLcn8Ma5PYeVokzoD4Twv2n7LKp5WeA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, + "dot-prop": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", + "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", + "requires": { + "is-obj": "^2.0.0" + } + }, + "dotenv": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz", + "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==" + }, + "dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=" + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "electron-to-chromium": { + "version": "1.3.427", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.427.tgz", + "integrity": "sha512-/rG5G7Opcw68/Yrb4qYkz07h3bESVRJjUl4X/FrKLXzoUJleKm6D7K7rTTz8V5LUWnd+BbTOyxJX2XprRqHD8A==" + }, + "elliptic": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", + "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "~0.4.13" + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.1.tgz", + "integrity": "sha512-98p2zE+rL7/g/DzMHMTF4zZlCgeVdJ7yr6xzEpJRYwFYrGi9ANdn5DnJURg6RpBkyk60XYDnWIv51VfIhfNGuA==", + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", + "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" + }, + "enzyme-adapter-react-16": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.2.tgz", + "integrity": "sha512-SkvDrb8xU3lSxID8Qic9rB8pvevDbLybxPK6D/vW7PrT0s2Cl/zJYuXvsd1EBTz0q4o3iqG3FJhpYz3nUNpM2Q==", + "requires": { + "enzyme-adapter-utils": "^1.13.0", + "enzyme-shallow-equal": "^1.0.1", + "has": "^1.0.3", + "object.assign": "^4.1.0", + "object.values": "^1.1.1", + "prop-types": "^15.7.2", + "react-is": "^16.12.0", + "react-test-renderer": "^16.0.0-0", + "semver": "^5.7.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "enzyme-adapter-utils": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.13.0.tgz", + "integrity": "sha512-YuEtfQp76Lj5TG1NvtP2eGJnFKogk/zT70fyYHXK2j3v6CtuHqc8YmgH/vaiBfL8K1SgVVbQXtTcgQZFwzTVyQ==", + "requires": { + "airbnb-prop-types": "^2.15.0", + "function.prototype.name": "^1.1.2", + "object.assign": "^4.1.0", + "object.fromentries": "^2.0.2", + "prop-types": "^15.7.2", + "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "enzyme-shallow-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.1.tgz", + "integrity": "sha512-hGA3i1so8OrYOZSM9whlkNmVHOicJpsjgTzC+wn2JMJXhq1oO4kA4bJ5MsfzSIcC71aLDKzJ6gZpIxrqt3QTAQ==", + "requires": { + "has": "^1.0.3", + "object-is": "^1.0.2" + } + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0.tgz", + "integrity": "sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.1.5", + "is-regex": "^1.0.5", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimleft": "^2.1.1", + "string.prototype.trimright": "^2.1.1" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "es5-ext": { + "version": "0.10.53", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz", + "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==", + "requires": { + "es6-iterator": "~2.0.3", + "es6-symbol": "~3.1.3", + "next-tick": "~1.0.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "escodegen": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.1.tgz", + "integrity": "sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==", + "requires": { + "esprima": "^4.0.1", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + } + } + }, + "eslint": { + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz", + "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==", + "requires": { + "@babel/code-frame": "^7.0.0", + "ajv": "^6.10.0", + "chalk": "^2.1.0", + "cross-spawn": "^6.0.5", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "eslint-scope": "^5.0.0", + "eslint-utils": "^1.4.3", + "eslint-visitor-keys": "^1.1.0", + "espree": "^6.1.2", + "esquery": "^1.0.1", + "esutils": "^2.0.2", + "file-entry-cache": "^5.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.0.0", + "globals": "^12.1.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "inquirer": "^7.0.0", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.14", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.3", + "progress": "^2.0.0", + "regexpp": "^2.0.1", + "semver": "^6.1.2", + "strip-ansi": "^5.2.0", + "strip-json-comments": "^3.0.1", + "table": "^5.2.3", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "dependencies": { + "eslint-utils": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", + "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", + "requires": { + "eslint-visitor-keys": "^1.1.0" + } + }, + "globals": { + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", + "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==", + "requires": { + "type-fest": "^0.8.1" + } + }, + "import-fresh": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz", + "integrity": "sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==", + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "regexpp": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", + "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==" + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + } + }, + "eslint-config-react-app": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz", + "integrity": "sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==", + "requires": { + "confusing-browser-globals": "^1.0.9" + } + }, + "eslint-import-resolver-node": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz", + "integrity": "sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==", + "requires": { + "debug": "^2.6.9", + "resolve": "^1.13.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "eslint-loader": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.3.tgz", + "integrity": "sha512-+YRqB95PnNvxNp1HEjQmvf9KNvCin5HXYYseOXVC2U0KEcw4IkQ2IQEBG46j7+gW39bMzeu0GsUhVbBY3Votpw==", + "requires": { + "fs-extra": "^8.1.0", + "loader-fs-cache": "^1.0.2", + "loader-utils": "^1.2.3", + "object-hash": "^2.0.1", + "schema-utils": "^2.6.1" + } + }, + "eslint-module-utils": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz", + "integrity": "sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==", + "requires": { + "debug": "^2.6.9", + "pkg-dir": "^2.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "pkg-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", + "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", + "requires": { + "find-up": "^2.1.0" + } + } + } + }, + "eslint-plugin-flowtype": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz", + "integrity": "sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ==", + "requires": { + "lodash": "^4.17.15" + } + }, + "eslint-plugin-import": { + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz", + "integrity": "sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==", + "requires": { + "array-includes": "^3.0.3", + "array.prototype.flat": "^1.2.1", + "contains-path": "^0.1.0", + "debug": "^2.6.9", + "doctrine": "1.5.0", + "eslint-import-resolver-node": "^0.3.2", + "eslint-module-utils": "^2.4.1", + "has": "^1.0.3", + "minimatch": "^3.0.4", + "object.values": "^1.1.0", + "read-pkg-up": "^2.0.0", + "resolve": "^1.12.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "doctrine": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", + "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", + "requires": { + "esutils": "^2.0.2", + "isarray": "^1.0.0" + } + }, + "load-json-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", + "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "path-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", + "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", + "requires": { + "pify": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "read-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", + "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", + "requires": { + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" + } + }, + "read-pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" + } + } + } + }, + "eslint-plugin-jsx-a11y": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.3.tgz", + "integrity": "sha512-CawzfGt9w83tyuVekn0GDPU9ytYtxyxyFZ3aSWROmnRRFQFT2BiPJd7jvRdzNDi6oLWaS2asMeYSNMjWTV4eNg==", + "requires": { + "@babel/runtime": "^7.4.5", + "aria-query": "^3.0.0", + "array-includes": "^3.0.3", + "ast-types-flow": "^0.0.7", + "axobject-query": "^2.0.2", + "damerau-levenshtein": "^1.0.4", + "emoji-regex": "^7.0.2", + "has": "^1.0.3", + "jsx-ast-utils": "^2.2.1" + }, + "dependencies": { + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + } + } + }, + "eslint-plugin-react": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.19.0.tgz", + "integrity": "sha512-SPT8j72CGuAP+JFbT0sJHOB80TX/pu44gQ4vXH/cq+hQTiY2PuZ6IHkqXJV6x1b28GDdo1lbInjKUrrdUf0LOQ==", + "requires": { + "array-includes": "^3.1.1", + "doctrine": "^2.1.0", + "has": "^1.0.3", + "jsx-ast-utils": "^2.2.3", + "object.entries": "^1.1.1", + "object.fromentries": "^2.0.2", + "object.values": "^1.1.1", + "prop-types": "^15.7.2", + "resolve": "^1.15.1", + "semver": "^6.3.0", + "string.prototype.matchall": "^4.0.2", + "xregexp": "^4.3.0" + }, + "dependencies": { + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "requires": { + "esutils": "^2.0.2" + } + }, + "resolve": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", + "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", + "requires": { + "path-parse": "^1.0.6" + } + } + } + }, + "eslint-plugin-react-hooks": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz", + "integrity": "sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==" + }, + "eslint-scope": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz", + "integrity": "sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==", + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.0.0.tgz", + "integrity": "sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==", + "requires": { + "eslint-visitor-keys": "^1.1.0" + } + }, + "eslint-visitor-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz", + "integrity": "sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==" + }, + "espree": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", + "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", + "requires": { + "acorn": "^7.1.1", + "acorn-jsx": "^5.2.0", + "eslint-visitor-keys": "^1.1.0" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esquery": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz", + "integrity": "sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==", + "requires": { + "estraverse": "^5.1.0" + }, + "dependencies": { + "estraverse": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.1.0.tgz", + "integrity": "sha512-FyohXK+R0vE+y1nHLoBM7ZTyqRpqAlhdZHCWIWEviFLiGB8b04H6bQs8G+XTthacvT8VuwvteiP7RJSxMs8UEw==" + } + } + }, + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "requires": { + "estraverse": "^4.1.0" + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "eventemitter3": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", + "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + }, + "events": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", + "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" + }, + "eventsource": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", + "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", + "requires": { + "original": "^1.0.0" + } + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "exec-sh": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz", + "integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==" + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "exenv": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", + "integrity": "sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=" + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=" + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "expect": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-24.9.0.tgz", + "integrity": "sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q==", + "requires": { + "@jest/types": "^24.9.0", + "ansi-styles": "^3.2.0", + "jest-get-type": "^24.9.0", + "jest-matcher-utils": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-regex-util": "^24.9.0" + } + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + } + } + }, + "ext": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz", + "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==", + "requires": { + "type": "^2.0.0" + }, + "dependencies": { + "type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/type/-/type-2.0.0.tgz", + "integrity": "sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" + }, + "fast-glob": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", + "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", + "requires": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.1.2", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.3", + "micromatch": "^3.1.10" + }, + "dependencies": { + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + } + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "fast-url-parser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", + "integrity": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=", + "requires": { + "punycode": "^1.3.2" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + } + } + }, + "faye-websocket": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", + "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "fb-watchman": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", + "requires": { + "bser": "2.1.1" + } + }, + "fbjs": { + "version": "0.8.17", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz", + "integrity": "sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=", + "requires": { + "core-js": "^1.0.0", + "isomorphic-fetch": "^2.1.1", + "loose-envify": "^1.0.0", + "object-assign": "^4.1.0", + "promise": "^7.1.1", + "setimmediate": "^1.0.5", + "ua-parser-js": "^0.7.18" + }, + "dependencies": { + "core-js": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", + "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=" + }, + "promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "requires": { + "asap": "~2.0.3" + } + } + } + }, + "figgy-pudding": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz", + "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==" + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-entry-cache": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", + "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==", + "requires": { + "flat-cache": "^2.0.1" + } + }, + "file-loader": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.3.0.tgz", + "integrity": "sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==", + "requires": { + "loader-utils": "^1.2.3", + "schema-utils": "^2.5.0" + } + }, + "filesize": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz", + "integrity": "sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==" + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "requires": { + "locate-path": "^2.0.0" + } + }, + "flat-cache": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", + "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==", + "requires": { + "flatted": "^2.0.0", + "rimraf": "2.6.3", + "write": "1.0.3" + } + }, + "flatted": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", + "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" + }, + "flatten": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.3.tgz", + "integrity": "sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==" + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "follow-redirects": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.11.0.tgz", + "integrity": "sha512-KZm0V+ll8PfBrKwMzdo5D13b1bur9Iq9Zd/RMmAoQQcl2PxxFml8cxXPaaPYVbV0RjNjq1CU7zIzAOqtUPudmA==", + "requires": { + "debug": "^3.0.0" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "for-own": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", + "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", + "requires": { + "for-in": "^1.0.1" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "fork-ts-checker-webpack-plugin": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz", + "integrity": "sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==", + "requires": { + "babel-code-frame": "^6.22.0", + "chalk": "^2.4.1", + "chokidar": "^3.3.0", + "micromatch": "^3.1.10", + "minimatch": "^3.0.4", + "semver": "^5.6.0", + "tapable": "^1.0.0", + "worker-rpc": "^0.1.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "requires": { + "minipass": "^3.0.0" + } + }, + "fs-write-stream-atomic": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "requires": { + "graceful-fs": "^4.1.2", + "iferr": "^0.1.5", + "imurmurhash": "^0.1.4", + "readable-stream": "1 || 2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz", + "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "function.prototype.name": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.2.tgz", + "integrity": "sha512-C8A+LlHBJjB2AdcRPorc5JvJ5VUoWlXdEHLOJdCI7kjHEtGTpHQUiqMvCIKUwIsGwZX2jZJy761AXsn356bJQg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "functions-have-names": "^1.2.0" + } + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" + }, + "functions-have-names": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.1.tgz", + "integrity": "sha512-j48B/ZI7VKs3sgeI2cZp7WXWmZXu7Iq5pl5/vptV5N2mq+DGFuS/ulaDjtaoLpYzuD6u8UgrUKHfgo7fDTSiBA==" + }, + "gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==" + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", + "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=" + }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "dependencies": { + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "globby": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz", + "integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "2.0.0", + "fast-glob": "^2.0.2", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + }, + "dependencies": { + "ignore": { + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", + "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + } + } + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=" + }, + "gud": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz", + "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==" + }, + "gzip-size": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", + "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", + "requires": { + "duplexer": "^0.1.1", + "pify": "^4.0.1" + }, + "dependencies": { + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + } + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "handlebars": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", + "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", + "requires": { + "neo-async": "^2.6.0", + "optimist": "^0.6.1", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "requires": { + "ajv": "^6.5.5", + "har-schema": "^2.0.0" + } + }, + "harmony-reflect": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz", + "integrity": "sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA==" + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + } + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + } + } + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + }, + "hex-color-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" + }, + "highlight.js": { + "version": "9.17.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.17.1.tgz", + "integrity": "sha512-TA2/doAur5Ol8+iM3Ov7qy3jYcr/QiJ2eDTdRF4dfbjG7AaaB99J5G+zSl11ljbl6cIcahgPY6SKb3sC3EJ0fw==", + "requires": { + "handlebars": "^4.5.3" + } + }, + "history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "requires": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hoist-non-react-statics": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", + "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" + }, + "hosted-git-info": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==" + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "hsl-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", + "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=" + }, + "hsla-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", + "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=" + }, + "html-comment-regex": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", + "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==" + }, + "html-encoding-sniffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz", + "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==", + "requires": { + "whatwg-encoding": "^1.0.1" + } + }, + "html-entities": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", + "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==" + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "html-minifier-terser": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz", + "integrity": "sha512-tiYE76O1zunboByeB/nFGwUEb263Z3nkNv6Lz2oLC1s6M36bLKfTrjQ+7ssVfaucVllE+N7hh/FbpbxvnIA+LQ==", + "requires": { + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" + }, + "dependencies": { + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + } + } + }, + "html-to-markdown": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/html-to-markdown/-/html-to-markdown-1.0.0.tgz", + "integrity": "sha1-U6zTf73dhbV5MHKWpjxSndLYI2k=" + }, + "html-to-react": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/html-to-react/-/html-to-react-1.4.2.tgz", + "integrity": "sha512-TdTfxd95sRCo6QL8admCkE7mvNNrXtGoVr1dyS+7uvc8XCqAymnf/6ckclvnVbQNUo2Nh21VPwtfEHd0khiV7g==", + "requires": { + "domhandler": "^3.0", + "htmlparser2": "^4.0", + "lodash.camelcase": "^4.3.0", + "ramda": "^0.26" + }, + "dependencies": { + "domelementtype": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", + "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" + }, + "domhandler": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.0.0.tgz", + "integrity": "sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw==", + "requires": { + "domelementtype": "^2.0.1" + } + }, + "domutils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.0.0.tgz", + "integrity": "sha512-n5SelJ1axbO636c2yUtOGia/IcJtVtlhQbFiVDBZHKV5ReJO1ViX7sFEemtuyoAnBxk5meNSYgA8V4s0271efg==", + "requires": { + "dom-serializer": "^0.2.1", + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0" + } + }, + "htmlparser2": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.0.0.tgz", + "integrity": "sha512-cChwXn5Vam57fyXajDtPXL1wTYc8JtLbr2TN76FYu05itVVVealxLowe2B3IEznJG4p9HAYn/0tJaRlGuEglFQ==", + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^3.0.0", + "domutils": "^2.0.0", + "entities": "^2.0.0" + } + } + } + }, + "html-webpack-plugin": { + "version": "4.0.0-beta.11", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.11.tgz", + "integrity": "sha512-4Xzepf0qWxf8CGg7/WQM5qBB2Lc/NFI7MhU59eUDTkuQp3skZczH4UA1d6oQyDEIoMDgERVhRyTdtUPZ5s5HBg==", + "requires": { + "html-minifier-terser": "^5.0.1", + "loader-utils": "^1.2.3", + "lodash": "^4.17.15", + "pretty-error": "^2.1.1", + "tapable": "^1.1.3", + "util.promisify": "1.0.0" + }, + "dependencies": { + "util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "requires": { + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" + } + } + } + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + }, + "dependencies": { + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" + } + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-parser-js": { + "version": "0.4.10", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz", + "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=" + }, + "http-proxy": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz", + "integrity": "sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==", + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz", + "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==", + "requires": { + "http-proxy": "^1.17.0", + "is-glob": "^4.0.0", + "lodash": "^4.17.11", + "micromatch": "^3.1.10" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "requires": { + "postcss": "^7.0.14" + } + }, + "identity-obj-proxy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", + "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", + "requires": { + "harmony-reflect": "^1.4.6" + } + }, + "ieee754": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", + "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" + }, + "iferr": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "immer": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz", + "integrity": "sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==" + }, + "import-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", + "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", + "requires": { + "import-from": "^2.1.0" + } + }, + "import-fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "requires": { + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" + } + }, + "import-from": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", + "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "import-local": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", + "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", + "requires": { + "pkg-dir": "^3.0.0", + "resolve-cwd": "^2.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + }, + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=" + }, + "infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "inquirer": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz", + "integrity": "sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==", + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^3.0.0", + "cli-cursor": "^3.1.0", + "cli-width": "^2.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.15", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.5.3", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "dependencies": { + "ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "requires": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "internal-ip": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz", + "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==", + "requires": { + "default-gateway": "^4.2.0", + "ipaddr.js": "^1.9.0" + } + }, + "internal-slot": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz", + "integrity": "sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==", + "requires": { + "es-abstract": "^1.17.0-next.1", + "has": "^1.0.3", + "side-channel": "^1.0.2" + } + }, + "invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "requires": { + "loose-envify": "^1.0.0" + } + }, + "invert-kv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" + }, + "ip": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", + "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + }, + "ip-regex": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", + "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "^3.0.2" + } + }, + "is-alphabetical": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.3.tgz", + "integrity": "sha512-eEMa6MKpHFzw38eKm56iNNi6GJ7lf6aLLio7Kr23sJPAECscgRtZvOBYybejWDQ2bM949Y++61PY+udzj5QMLA==" + }, + "is-alphanumerical": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.3.tgz", + "integrity": "sha512-A1IGAPO5AW9vSh7omxIlOGwIqEvpW/TA+DksVOPM5ODuxKlZS09+TEM1E3275lJqO2oJ38vDpeAL3DCIiHE6eA==", + "requires": { + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0" + } + }, + "is-arguments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", + "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-callable": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", + "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==" + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "requires": { + "ci-info": "^2.0.0" + } + }, + "is-color-stop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", + "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", + "requires": { + "css-color-names": "^0.0.4", + "hex-color-regex": "^1.1.0", + "hsl-regex": "^1.0.0", + "hsla-regex": "^1.0.0", + "rgb-regex": "^1.0.1", + "rgba-regex": "^1.0.0" + } + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "^3.0.2" + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + }, + "is-decimal": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.3.tgz", + "integrity": "sha512-bvLSwoDg2q6Gf+E2LEPiklHZxxiSi3XAh4Mav65mKqTfCO1HM3uBs24TjEH8iJX3bbDdLXKJXBTmGzuTUuAEjQ==" + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-directory": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", + "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" + }, + "is-docker": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.0.0.tgz", + "integrity": "sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ==" + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-hexadecimal": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.3.tgz", + "integrity": "sha512-zxQ9//Q3D/34poZf8fiy3m3XVpbQc7ren15iKqrTtLPwkPD/t3Scy9Imp63FujULGxuK0ZlCwoo5xNpktFgbOA==" + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + } + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + }, + "is-path-cwd": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + }, + "is-path-in-cwd": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", + "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", + "requires": { + "is-path-inside": "^2.1.0" + } + }, + "is-path-inside": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", + "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", + "requires": { + "path-is-inside": "^1.0.2" + } + }, + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "is-regex": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", + "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "requires": { + "has": "^1.0.3" + } + }, + "is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=" + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==" + }, + "is-root": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-string": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", + "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==" + }, + "is-svg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz", + "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", + "requires": { + "html-comment-regex": "^1.1.0" + } + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-whitespace-character": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.3.tgz", + "integrity": "sha512-SNPgMLz9JzPccD3nPctcj8sZlX9DAMJSKH8bP7Z6bohCwuNgX8xbWr1eTAYXX9Vpi/aSn8Y1akL9WgM3t43YNQ==" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-word-character": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.3.tgz", + "integrity": "sha512-0wfcrFgOOOBdgRNT9H33xe6Zi6yhX/uoc4U8NBZGeQQB0ctU1dnlNTyL9JM2646bHDTpsDm1Brb3VPoCIMrd/A==" + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + } + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==" + }, + "istanbul-lib-instrument": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", + "requires": { + "@babel/generator": "^7.4.0", + "@babel/parser": "^7.4.3", + "@babel/template": "^7.4.0", + "@babel/traverse": "^7.4.3", + "@babel/types": "^7.4.0", + "istanbul-lib-coverage": "^2.0.5", + "semver": "^6.0.0" + } + }, + "istanbul-lib-report": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz", + "integrity": "sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==", + "requires": { + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "supports-color": "^6.1.0" + }, + "dependencies": { + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", + "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "rimraf": "^2.6.3", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "istanbul-reports": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.7.tgz", + "integrity": "sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==", + "requires": { + "html-escaper": "^2.0.0" + } + }, + "jest": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-24.9.0.tgz", + "integrity": "sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==", + "requires": { + "import-local": "^2.0.0", + "jest-cli": "^24.9.0" + }, + "dependencies": { + "jest-cli": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-24.9.0.tgz", + "integrity": "sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg==", + "requires": { + "@jest/core": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "import-local": "^2.0.0", + "is-ci": "^2.0.0", + "jest-config": "^24.9.0", + "jest-util": "^24.9.0", + "jest-validate": "^24.9.0", + "prompts": "^2.0.1", + "realpath-native": "^1.1.0", + "yargs": "^13.3.0" + } + } + } + }, + "jest-changed-files": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.9.0.tgz", + "integrity": "sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg==", + "requires": { + "@jest/types": "^24.9.0", + "execa": "^1.0.0", + "throat": "^4.0.0" + } + }, + "jest-config": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-24.9.0.tgz", + "integrity": "sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ==", + "requires": { + "@babel/core": "^7.1.0", + "@jest/test-sequencer": "^24.9.0", + "@jest/types": "^24.9.0", + "babel-jest": "^24.9.0", + "chalk": "^2.0.1", + "glob": "^7.1.1", + "jest-environment-jsdom": "^24.9.0", + "jest-environment-node": "^24.9.0", + "jest-get-type": "^24.9.0", + "jest-jasmine2": "^24.9.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.9.0", + "jest-util": "^24.9.0", + "jest-validate": "^24.9.0", + "micromatch": "^3.1.10", + "pretty-format": "^24.9.0", + "realpath-native": "^1.1.0" + } + }, + "jest-diff": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.9.0.tgz", + "integrity": "sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==", + "requires": { + "chalk": "^2.0.1", + "diff-sequences": "^24.9.0", + "jest-get-type": "^24.9.0", + "pretty-format": "^24.9.0" + } + }, + "jest-docblock": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.9.0.tgz", + "integrity": "sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==", + "requires": { + "detect-newline": "^2.1.0" + } + }, + "jest-each": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-24.9.0.tgz", + "integrity": "sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog==", + "requires": { + "@jest/types": "^24.9.0", + "chalk": "^2.0.1", + "jest-get-type": "^24.9.0", + "jest-util": "^24.9.0", + "pretty-format": "^24.9.0" + } + }, + "jest-environment-jsdom": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz", + "integrity": "sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==", + "requires": { + "@jest/environment": "^24.9.0", + "@jest/fake-timers": "^24.9.0", + "@jest/types": "^24.9.0", + "jest-mock": "^24.9.0", + "jest-util": "^24.9.0", + "jsdom": "^11.5.1" + } + }, + "jest-environment-jsdom-fourteen": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom-fourteen/-/jest-environment-jsdom-fourteen-1.0.1.tgz", + "integrity": "sha512-DojMX1sY+at5Ep+O9yME34CdidZnO3/zfPh8UW+918C5fIZET5vCjfkegixmsi7AtdYfkr4bPlIzmWnlvQkP7Q==", + "requires": { + "@jest/environment": "^24.3.0", + "@jest/fake-timers": "^24.3.0", + "@jest/types": "^24.3.0", + "jest-mock": "^24.0.0", + "jest-util": "^24.0.0", + "jsdom": "^14.1.0" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, + "jsdom": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-14.1.0.tgz", + "integrity": "sha512-O901mfJSuTdwU2w3Sn+74T+RnDVP+FuV5fH8tcPWyqrseRAb0s5xOtPgCFiPOtLcyK7CLIJwPyD83ZqQWvA5ng==", + "requires": { + "abab": "^2.0.0", + "acorn": "^6.0.4", + "acorn-globals": "^4.3.0", + "array-equal": "^1.0.0", + "cssom": "^0.3.4", + "cssstyle": "^1.1.1", + "data-urls": "^1.1.0", + "domexception": "^1.0.1", + "escodegen": "^1.11.0", + "html-encoding-sniffer": "^1.0.2", + "nwsapi": "^2.1.3", + "parse5": "5.1.0", + "pn": "^1.1.0", + "request": "^2.88.0", + "request-promise-native": "^1.0.5", + "saxes": "^3.1.9", + "symbol-tree": "^3.2.2", + "tough-cookie": "^2.5.0", + "w3c-hr-time": "^1.0.1", + "w3c-xmlserializer": "^1.1.2", + "webidl-conversions": "^4.0.2", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^7.0.0", + "ws": "^6.1.2", + "xml-name-validator": "^3.0.0" + } + }, + "parse5": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.0.tgz", + "integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==" + }, + "whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + } + } + }, + "jest-environment-node": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-24.9.0.tgz", + "integrity": "sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA==", + "requires": { + "@jest/environment": "^24.9.0", + "@jest/fake-timers": "^24.9.0", + "@jest/types": "^24.9.0", + "jest-mock": "^24.9.0", + "jest-util": "^24.9.0" + } + }, + "jest-get-type": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.9.0.tgz", + "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==" + }, + "jest-haste-map": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.9.0.tgz", + "integrity": "sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==", + "requires": { + "@jest/types": "^24.9.0", + "anymatch": "^2.0.0", + "fb-watchman": "^2.0.0", + "fsevents": "^1.2.7", + "graceful-fs": "^4.1.15", + "invariant": "^2.2.4", + "jest-serializer": "^24.9.0", + "jest-util": "^24.9.0", + "jest-worker": "^24.9.0", + "micromatch": "^3.1.10", + "sane": "^4.0.3", + "walker": "^1.0.7" + }, + "dependencies": { + "fsevents": { + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.12.tgz", + "integrity": "sha512-Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q==", + "optional": true, + "requires": { + "node-pre-gyp": "*" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "optional": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "bundled": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "optional": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.1.4", + "bundled": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "optional": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "debug": { + "version": "3.2.6", + "bundled": true, + "optional": true, + "requires": { + "ms": "^2.1.1" + } + }, + "deep-extend": { + "version": "0.6.0", + "bundled": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.7", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.6.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "glob": { + "version": "7.1.6", + "bundled": true, + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.24", + "bundled": true, + "optional": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore-walk": { + "version": "3.0.3", + "bundled": true, + "optional": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "bundled": true, + "optional": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "optional": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "optional": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "bundled": true, + "optional": true + }, + "minipass": { + "version": "2.9.0", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.3.3", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.9.0" + } + }, + "mkdirp": { + "version": "0.5.3", + "bundled": true, + "optional": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "ms": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "needle": { + "version": "2.3.3", + "bundled": true, + "optional": true, + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.14.0", + "bundled": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4.4.2" + } + }, + "nopt": { + "version": "4.0.3", + "bundled": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npm-bundled": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "npm-packlist": { + "version": "1.4.8", + "bundled": true, + "optional": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "optional": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "rc": { + "version": "1.2.8", + "bundled": true, + "optional": true, + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "bundled": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "rimraf": { + "version": "2.7.1", + "bundled": true, + "optional": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "bundled": true, + "optional": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "optional": true + }, + "semver": { + "version": "5.7.1", + "bundled": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "optional": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "optional": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "tar": { + "version": "4.4.13", + "bundled": true, + "optional": true, + "requires": { + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.3" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "wide-align": { + "version": "1.1.3", + "bundled": true, + "optional": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "yallist": { + "version": "3.1.1", + "bundled": true, + "optional": true + } + } + } + } + }, + "jest-jasmine2": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz", + "integrity": "sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==", + "requires": { + "@babel/traverse": "^7.1.0", + "@jest/environment": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "chalk": "^2.0.1", + "co": "^4.6.0", + "expect": "^24.9.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^24.9.0", + "jest-matcher-utils": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-runtime": "^24.9.0", + "jest-snapshot": "^24.9.0", + "jest-util": "^24.9.0", + "pretty-format": "^24.9.0", + "throat": "^4.0.0" + } + }, + "jest-leak-detector": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.9.0.tgz", + "integrity": "sha512-tYkFIDsiKTGwb2FG1w8hX9V0aUb2ot8zY/2nFg087dUageonw1zrLMP4W6zsRO59dPkTSKie+D4rhMuP9nRmrA==", + "requires": { + "jest-get-type": "^24.9.0", + "pretty-format": "^24.9.0" + } + }, + "jest-matcher-utils": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz", + "integrity": "sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==", + "requires": { + "chalk": "^2.0.1", + "jest-diff": "^24.9.0", + "jest-get-type": "^24.9.0", + "pretty-format": "^24.9.0" + } + }, + "jest-message-util": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.9.0.tgz", + "integrity": "sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==", + "requires": { + "@babel/code-frame": "^7.0.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/stack-utils": "^1.0.1", + "chalk": "^2.0.1", + "micromatch": "^3.1.10", + "slash": "^2.0.0", + "stack-utils": "^1.0.1" + } + }, + "jest-mock": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.9.0.tgz", + "integrity": "sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==", + "requires": { + "@jest/types": "^24.9.0" + } + }, + "jest-pnp-resolver": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz", + "integrity": "sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ==" + }, + "jest-regex-util": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.9.0.tgz", + "integrity": "sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==" + }, + "jest-resolve": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-24.9.0.tgz", + "integrity": "sha512-TaLeLVL1l08YFZAt3zaPtjiVvyy4oSA6CRe+0AFPPVX3Q/VI0giIWWoAvoS5L96vj9Dqxj4fB5p2qrHCmTU/MQ==", + "requires": { + "@jest/types": "^24.9.0", + "browser-resolve": "^1.11.3", + "chalk": "^2.0.1", + "jest-pnp-resolver": "^1.2.1", + "realpath-native": "^1.1.0" + } + }, + "jest-resolve-dependencies": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz", + "integrity": "sha512-Fm7b6AlWnYhT0BXy4hXpactHIqER7erNgIsIozDXWl5dVm+k8XdGVe1oTg1JyaFnOxarMEbax3wyRJqGP2Pq+g==", + "requires": { + "@jest/types": "^24.9.0", + "jest-regex-util": "^24.3.0", + "jest-snapshot": "^24.9.0" + } + }, + "jest-runner": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-24.9.0.tgz", + "integrity": "sha512-KksJQyI3/0mhcfspnxxEOBueGrd5E4vV7ADQLT9ESaCzz02WnbdbKWIf5Mkaucoaj7obQckYPVX6JJhgUcoWWg==", + "requires": { + "@jest/console": "^24.7.1", + "@jest/environment": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "chalk": "^2.4.2", + "exit": "^0.1.2", + "graceful-fs": "^4.1.15", + "jest-config": "^24.9.0", + "jest-docblock": "^24.3.0", + "jest-haste-map": "^24.9.0", + "jest-jasmine2": "^24.9.0", + "jest-leak-detector": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-resolve": "^24.9.0", + "jest-runtime": "^24.9.0", + "jest-util": "^24.9.0", + "jest-worker": "^24.6.0", + "source-map-support": "^0.5.6", + "throat": "^4.0.0" + } + }, + "jest-runtime": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-24.9.0.tgz", + "integrity": "sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw==", + "requires": { + "@jest/console": "^24.7.1", + "@jest/environment": "^24.9.0", + "@jest/source-map": "^24.3.0", + "@jest/transform": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/yargs": "^13.0.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.1.15", + "jest-config": "^24.9.0", + "jest-haste-map": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-mock": "^24.9.0", + "jest-regex-util": "^24.3.0", + "jest-resolve": "^24.9.0", + "jest-snapshot": "^24.9.0", + "jest-util": "^24.9.0", + "jest-validate": "^24.9.0", + "realpath-native": "^1.1.0", + "slash": "^2.0.0", + "strip-bom": "^3.0.0", + "yargs": "^13.3.0" + } + }, + "jest-serializer": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.9.0.tgz", + "integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==" + }, + "jest-snapshot": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-24.9.0.tgz", + "integrity": "sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==", + "requires": { + "@babel/types": "^7.0.0", + "@jest/types": "^24.9.0", + "chalk": "^2.0.1", + "expect": "^24.9.0", + "jest-diff": "^24.9.0", + "jest-get-type": "^24.9.0", + "jest-matcher-utils": "^24.9.0", + "jest-message-util": "^24.9.0", + "jest-resolve": "^24.9.0", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^24.9.0", + "semver": "^6.2.0" + } + }, + "jest-util": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.9.0.tgz", + "integrity": "sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==", + "requires": { + "@jest/console": "^24.9.0", + "@jest/fake-timers": "^24.9.0", + "@jest/source-map": "^24.9.0", + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "callsites": "^3.0.0", + "chalk": "^2.0.1", + "graceful-fs": "^4.1.15", + "is-ci": "^2.0.0", + "mkdirp": "^0.5.1", + "slash": "^2.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "jest-validate": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-24.9.0.tgz", + "integrity": "sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==", + "requires": { + "@jest/types": "^24.9.0", + "camelcase": "^5.3.1", + "chalk": "^2.0.1", + "jest-get-type": "^24.9.0", + "leven": "^3.1.0", + "pretty-format": "^24.9.0" + } + }, + "jest-watch-typeahead": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.2.tgz", + "integrity": "sha512-f7VpLebTdaXs81rg/oj4Vg/ObZy2QtGzAmGLNsqUS5G5KtSN68tFcIsbvNODfNyQxU78g7D8x77o3bgfBTR+2Q==", + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^2.4.1", + "jest-regex-util": "^24.9.0", + "jest-watcher": "^24.3.0", + "slash": "^3.0.0", + "string-length": "^3.1.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + }, + "string-length": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-3.1.0.tgz", + "integrity": "sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==", + "requires": { + "astral-regex": "^1.0.0", + "strip-ansi": "^5.2.0" + } + } + } + }, + "jest-watcher": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.9.0.tgz", + "integrity": "sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw==", + "requires": { + "@jest/test-result": "^24.9.0", + "@jest/types": "^24.9.0", + "@types/yargs": "^13.0.0", + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.1", + "jest-util": "^24.9.0", + "string-length": "^2.0.0" + }, + "dependencies": { + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==" + } + } + }, + "jest-worker": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz", + "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==", + "requires": { + "merge-stream": "^2.0.0", + "supports-color": "^6.1.0" + }, + "dependencies": { + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "jquery": { + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz", + "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw=" + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" + }, + "jsdom": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz", + "integrity": "sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==", + "requires": { + "abab": "^2.0.0", + "acorn": "^5.5.3", + "acorn-globals": "^4.1.0", + "array-equal": "^1.0.0", + "cssom": ">= 0.3.2 < 0.4.0", + "cssstyle": "^1.0.0", + "data-urls": "^1.0.0", + "domexception": "^1.0.1", + "escodegen": "^1.9.1", + "html-encoding-sniffer": "^1.0.2", + "left-pad": "^1.3.0", + "nwsapi": "^2.0.7", + "parse5": "4.0.0", + "pn": "^1.1.0", + "request": "^2.87.0", + "request-promise-native": "^1.0.5", + "sax": "^1.2.4", + "symbol-tree": "^3.2.2", + "tough-cookie": "^2.3.4", + "w3c-hr-time": "^1.0.1", + "webidl-conversions": "^4.0.2", + "whatwg-encoding": "^1.0.3", + "whatwg-mimetype": "^2.1.0", + "whatwg-url": "^6.4.1", + "ws": "^5.2.0", + "xml-name-validator": "^3.0.0" + }, + "dependencies": { + "acorn": { + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==" + } + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "requires": { + "jsonify": "~0.0.0" + } + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json3": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", + "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==" + }, + "json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "requires": { + "minimist": "^1.2.5" + }, + "dependencies": { + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + } + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "jsx-ast-utils": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz", + "integrity": "sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==", + "requires": { + "array-includes": "^3.0.3", + "object.assign": "^4.1.0" + } + }, + "keyboard-key": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/keyboard-key/-/keyboard-key-1.1.0.tgz", + "integrity": "sha512-qkBzPTi3rlAKvX7k0/ub44sqOfXeLc/jcnGGmj5c7BJpU8eDrEVPyhCvNYAaoubbsLm9uGWwQJO1ytQK1a9/dQ==" + }, + "keycode": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz", + "integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ=" + }, + "killable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", + "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + }, + "last-call-webpack-plugin": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", + "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", + "requires": { + "lodash": "^4.17.5", + "webpack-sources": "^1.1.0" + } + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=" + }, + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "requires": { + "invert-kv": "^2.0.0" + } + }, + "left-pad": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz", + "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==" + }, + "leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" + }, + "levenary": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz", + "integrity": "sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==", + "requires": { + "leven": "^3.1.0" + } + }, + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" + }, + "linkify-it": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", + "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", + "requires": { + "uc.micro": "^1.0.1" + } + }, + "list-react-files": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/list-react-files/-/list-react-files-0.2.0.tgz", + "integrity": "sha512-ZbBO+Ch76klfcD+bf/0FCBzCMZ16moT598cUo5yn0PbdQzQp4C11hZiHXAUnm3OZUXfV/ze1mog6wzwH4AGdKQ==", + "requires": { + "glob": "^7.1.2" + } + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } + }, + "loader-fs-cache": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz", + "integrity": "sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==", + "requires": { + "find-cache-dir": "^0.1.1", + "mkdirp": "^0.5.1" + }, + "dependencies": { + "find-cache-dir": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz", + "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", + "requires": { + "commondir": "^1.0.1", + "mkdirp": "^0.5.1", + "pkg-dir": "^1.0.0" + } + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "pkg-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", + "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", + "requires": { + "find-up": "^1.0.0" + } + } + } + }, + "loader-runner": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + }, + "loader-utils": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + } + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" + }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, + "lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" + }, + "lodash.template": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", + "requires": { + "lodash._reinterpolate": "^3.0.0", + "lodash.templatesettings": "^4.0.0" + } + }, + "lodash.templatesettings": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", + "requires": { + "lodash._reinterpolate": "^3.0.0" + } + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "loglevel": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.8.tgz", + "integrity": "sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==" + }, + "loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "lower-case": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.1.tgz", + "integrity": "sha512-LiWgfDLLb1dwbFQZsSglpRj+1ctGnayXz3Uv0/WO8n558JycT5fg6zkNcnW0G68Nn0aEldTFeEfmjCfmqry/rQ==", + "requires": { + "tslib": "^1.10.0" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "requires": { + "yallist": "^3.0.2" + }, + "dependencies": { + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + } + }, + "make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "requires": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "dependencies": { + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "makeerror": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz", + "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=", + "requires": { + "tmpl": "1.0.x" + } + }, + "mamacro": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz", + "integrity": "sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA==" + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "requires": { + "p-defer": "^1.0.0" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "^1.0.0" + } + }, + "markdown-escapes": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.3.tgz", + "integrity": "sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==" + }, + "markdown-it": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz", + "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==", + "requires": { + "argparse": "^1.0.7", + "entities": "~2.0.0", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + } + }, + "markdown-it-abbr": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/markdown-it-abbr/-/markdown-it-abbr-1.0.4.tgz", + "integrity": "sha1-1mtTZFIcuz3Yqlna37ovtoZcj9g=" + }, + "markdown-it-deflist": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/markdown-it-deflist/-/markdown-it-deflist-2.0.3.tgz", + "integrity": "sha512-/BNZ8ksW42bflm1qQLnRI09oqU2847Z7MVavrR0MORyKLtiUYOMpwtlAfMSZAQU9UCvaUZMpgVAqoS3vpToJxw==" + }, + "markdown-it-emoji": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz", + "integrity": "sha1-m+4OmpkKljupbfaYDE/dsF37Tcw=" + }, + "markdown-it-footnote": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-3.0.2.tgz", + "integrity": "sha512-JVW6fCmZWjvMdDQSbOT3nnOQtd9iAXmw7hTSh26+v42BnvXeVyGMDBm5b/EZocMed2MbCAHiTX632vY0FyGB8A==" + }, + "markdown-it-ins": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-ins/-/markdown-it-ins-3.0.0.tgz", + "integrity": "sha512-+vyAdBuMGwmT2yMlAFJSx2VR/0QZ1onQ/Mkkmr4l9tDFOh5sVoAgRbkgbuSsk+sxJ9vaMH/IQ323ydfvQrPO/Q==" + }, + "markdown-it-mark": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-mark/-/markdown-it-mark-3.0.0.tgz", + "integrity": "sha512-HqMWeKfMMOu4zBO0emmxsoMWmbf2cPKZY1wP6FsTbKmicFfp5y4L3KXAsNeO1rM6NTJVOrNlLKMPjWzriBGspw==" + }, + "markdown-it-sub": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-sub/-/markdown-it-sub-1.0.0.tgz", + "integrity": "sha1-N1/WAm6ufdywEkl/ZBEZXqHjr+g=" + }, + "markdown-it-sup": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz", + "integrity": "sha1-y5yf+RpSVawI8/09YyhuFd8KH8M=" + }, + "markdown-it-task-lists": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/markdown-it-task-lists/-/markdown-it-task-lists-2.1.1.tgz", + "integrity": "sha512-TxFAc76Jnhb2OUu+n3yz9RMu4CwGfaT788br6HhEDlvWfdeJcLUsxk1Hgw2yJio0OXsxv7pyIPmvECY7bMbluA==" + }, + "marked": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", + "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdast-add-list-metadata": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz", + "integrity": "sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA==", + "requires": { + "unist-util-visit-parents": "1.1.2" + } + }, + "mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + }, + "mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "requires": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" + } + }, + "memory-fs": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", + "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "merge-deep": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/merge-deep/-/merge-deep-3.0.2.tgz", + "integrity": "sha512-T7qC8kg4Zoti1cFd8Cr0M+qaZfOwjlPDEdZIIPPB2JZctjaPM4fX+i7HOId69tAti2fvO6X5ldfYUONDODsrkA==", + "requires": { + "arr-union": "^3.1.0", + "clone-deep": "^0.2.4", + "kind-of": "^3.0.2" + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "merge2": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz", + "integrity": "sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "microevent.ts": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", + "integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + } + }, + "mime": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.5.tgz", + "integrity": "sha512-3hQhEUF027BuxZjQA3s7rIv/7VCQPa27hN9u9g87sEkWaKwQPuXOkVKtOeiyUrnWqTDiOs8Ed2rwg733mB0R5w==" + }, + "mime-db": { + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", + "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" + }, + "mime-types": { + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", + "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", + "requires": { + "mime-db": "1.44.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + }, + "min-indent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.0.tgz", + "integrity": "sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=" + }, + "mini-create-react-context": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz", + "integrity": "sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==", + "requires": { + "@babel/runtime": "^7.4.0", + "gud": "^1.0.0", + "tiny-warning": "^1.0.2" + } + }, + "mini-css-extract-plugin": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz", + "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==", + "requires": { + "loader-utils": "^1.1.0", + "normalize-url": "1.9.1", + "schema-utils": "^1.0.0", + "webpack-sources": "^1.1.0" + }, + "dependencies": { + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + }, + "minipass": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.1.tgz", + "integrity": "sha512-UFqVihv6PQgwj8/yTGvl9kPz7xIAY+R5z6XYjRInD3Gk3qx6QGSD6zEcpeG4Dy/lQnv1J6zv8ejV90hyYIKf3w==", + "requires": { + "yallist": "^4.0.0" + } + }, + "minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "requires": { + "minipass": "^3.0.0" + } + }, + "minipass-pipeline": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.2.tgz", + "integrity": "sha512-3JS5A2DKhD2g0Gg8x3yamO0pj7YeKGwVlDS90pF++kxptwx/F+B//roxf9SqYil5tQo65bijy+dAuAFZmYOouA==", + "requires": { + "minipass": "^3.0.0" + } + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } + } + }, + "mixin-object": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz", + "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=", + "requires": { + "for-in": "^0.1.3", + "is-extendable": "^0.1.1" + }, + "dependencies": { + "for-in": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz", + "integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=" + } + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "requires": { + "minimist": "^1.2.5" + }, + "dependencies": { + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + } + } + }, + "move-concurrently": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "requires": { + "aproba": "^1.1.1", + "copy-concurrently": "^1.0.0", + "fs-write-stream-atomic": "^1.0.8", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.4", + "run-queue": "^1.0.3" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "multicast-dns": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", + "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", + "requires": { + "dns-packet": "^1.3.1", + "thunky": "^1.0.2" + } + }, + "multicast-dns-service-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "neo-async": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + }, + "next-tick": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", + "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "no-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.3.tgz", + "integrity": "sha512-ehY/mVQCf9BL0gKfsJBvFJen+1V//U+0HQMPrWct40ixE4jnv0bfvxDbWtAHL9EcaPEOJHVVYKoQn1TlZUB8Tw==", + "requires": { + "lower-case": "^2.0.1", + "tslib": "^1.10.0" + } + }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + }, + "node-forge": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", + "integrity": "sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==" + }, + "node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" + }, + "node-libs-browser": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.1", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.11.0", + "vm-browserify": "^1.0.1" + }, + "dependencies": { + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "util": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + } + } + }, + "node-modules-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", + "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=" + }, + "node-notifier": { + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.3.tgz", + "integrity": "sha512-M4UBGcs4jeOK9CjTsYwkvH6/MzuUmGCyTW+kCY7uO+1ZVr0+FHGdPdIf5CCLqAaxnRrWidyoQlNkMIIVwbKB8Q==", + "requires": { + "growly": "^1.3.0", + "is-wsl": "^1.1.0", + "semver": "^5.5.0", + "shellwords": "^0.1.1", + "which": "^1.3.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "node-releases": { + "version": "1.1.53", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.53.tgz", + "integrity": "sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ==" + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=" + }, + "normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + } + }, + "nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "requires": { + "boolbase": "~1.0.0" + } + }, + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" + }, + "nwsapi": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "object-hash": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.3.tgz", + "integrity": "sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==" + }, + "object-inspect": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", + "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" + }, + "object-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz", + "integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-path": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", + "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "requires": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + } + }, + "object.entries": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.1.tgz", + "integrity": "sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "object.fromentries": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", + "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "object.values": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", + "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1", + "function-bind": "^1.1.1", + "has": "^1.0.3" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", + "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/open/-/open-7.0.3.tgz", + "integrity": "sha512-sP2ru2v0P290WFfv49Ap8MF6PkzGNnGlAwHweB4WR4mr5d2d0woiCluUeJ218w7/+PmoBy9JmYgD5A4mLcWOFA==", + "requires": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + }, + "dependencies": { + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "requires": { + "is-docker": "^2.0.0" + } + } + } + }, + "opn": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", + "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==", + "requires": { + "is-wsl": "^1.1.0" + } + }, + "optimist": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", + "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "requires": { + "minimist": "~0.0.1", + "wordwrap": "~0.0.2" + }, + "dependencies": { + "minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" + } + } + }, + "optimize-css-assets-webpack-plugin": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz", + "integrity": "sha512-q9fbvCRS6EYtUKKSwI87qm2IxlyJK5b4dygW1rKUBT6mMDhdG5e5bZT63v6tnJR9F9FB/H5a0HTmtw+laUBxKA==", + "requires": { + "cssnano": "^4.1.10", + "last-call-webpack-plugin": "^3.0.0" + } + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "original": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", + "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", + "requires": { + "url-parse": "^1.4.3" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "os-locale": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "requires": { + "execa": "^1.0.0", + "lcid": "^2.0.0", + "mem": "^4.0.0" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=" + }, + "p-each-series": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz", + "integrity": "sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=", + "requires": { + "p-reduce": "^1.0.0" + } + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==" + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-map": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", + "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "p-reduce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz", + "integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=" + }, + "p-retry": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-3.0.1.tgz", + "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==", + "requires": { + "retry": "^0.12.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "parallel-transform": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "requires": { + "cyclist": "^1.0.1", + "inherits": "^2.0.3", + "readable-stream": "^2.1.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "param-case": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.3.tgz", + "integrity": "sha512-VWBVyimc1+QrzappRs7waeN2YmoZFCGXWASRYX1/rGHtXqEcrGEIDm+jqIwFa2fRXNgQEwrxaYuIrX0WcAguTA==", + "requires": { + "dot-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "requires": { + "callsites": "^3.0.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + } + } + }, + "parse-asn1": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", + "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-entities": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz", + "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==", + "requires": { + "character-entities": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "character-reference-invalid": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-hexadecimal": "^1.0.0" + } + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "parse5": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", + "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascal-case": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.1.tgz", + "integrity": "sha512-XIeHKqIrsquVTQL2crjq3NfJUxmdLasn3TYOU0VBM+UX2a6ztAWBlJQBePLGY7VHW8+2dRadeIPK5+KImwTxQA==", + "requires": { + "no-case": "^3.0.3", + "tslib": "^1.10.0" + } + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pbkdf2": { + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", + "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pirates": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz", + "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", + "requires": { + "node-modules-regexp": "^1.0.0" + } + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "requires": { + "find-up": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + } + }, + "pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz", + "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=", + "requires": { + "find-up": "^2.1.0" + } + }, + "pn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz", + "integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==" + }, + "pnp-webpack-plugin": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz", + "integrity": "sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==", + "requires": { + "ts-pnp": "^1.1.6" + } + }, + "popper.js": { + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.0.tgz", + "integrity": "sha512-+G+EkOPoE5S/zChTpmBSSDYmhXJ5PsW8eMhH8cP/CQHMFPBG/kC9Y5IIw6qNYgdJ+/COf0ddY2li28iHaZRSjw==" + }, + "portfinder": { + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.26.tgz", + "integrity": "sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ==", + "requires": { + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.1" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "postcss": { + "version": "7.0.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.26.tgz", + "integrity": "sha512-IY4oRjpXWYshuTDFxMVkJDtWIk2LhsTlu8bZnbEJA4+bYT16Lvpo8Qv6EvDumhYRgzjZl489pmsY3qVgJQ08nA==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-attribute-case-insensitive": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz", + "integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^6.0.2" + } + }, + "postcss-browser-comments": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz", + "integrity": "sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==", + "requires": { + "postcss": "^7" + } + }, + "postcss-calc": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.2.tgz", + "integrity": "sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ==", + "requires": { + "postcss": "^7.0.27", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.2" + }, + "dependencies": { + "postcss": { + "version": "7.0.29", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.29.tgz", + "integrity": "sha512-ba0ApvR3LxGvRMMiUa9n0WR4HjzcYm7tS+ht4/2Nd0NLtHpPIH77fuB9Xh1/yJVz9O/E/95Y/dn8ygWsyffXtw==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-color-functional-notation": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz", + "integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-gray": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz", + "integrity": "sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.5", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-hex-alpha": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz", + "integrity": "sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==", + "requires": { + "postcss": "^7.0.14", + "postcss-values-parser": "^2.0.1" + } + }, + "postcss-color-mod-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz", + "integrity": "sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-color-rebeccapurple": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz", + "integrity": "sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-colormin": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz", + "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==", + "requires": { + "browserslist": "^4.0.0", + "color": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-convert-values": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-custom-media": { + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz", + "integrity": "sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==", + "requires": { + "postcss": "^7.0.14" + } + }, + "postcss-custom-properties": { + "version": "8.0.11", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz", + "integrity": "sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==", + "requires": { + "postcss": "^7.0.17", + "postcss-values-parser": "^2.0.1" + } + }, + "postcss-custom-selectors": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz", + "integrity": "sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-dir-pseudo-class": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz", + "integrity": "sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-discard-comments": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz", + "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-duplicates": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-empty": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-discard-overridden": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-double-position-gradients": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz", + "integrity": "sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==", + "requires": { + "postcss": "^7.0.5", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-env-function": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz", + "integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-flexbugs-fixes": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.1.0.tgz", + "integrity": "sha512-jr1LHxQvStNNAHlgco6PzY308zvLklh7SJVYuWUwyUQncofaAlD2l+P/gxKHOdqWKe7xJSkVLFF/2Tp+JqMSZA==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-focus-visible": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz", + "integrity": "sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-focus-within": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz", + "integrity": "sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-font-variant": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-4.0.0.tgz", + "integrity": "sha512-M8BFYKOvCrI2aITzDad7kWuXXTm0YhGdP9Q8HanmN4EF1Hmcgs1KK5rSHylt/lUJe8yLxiSwWAHdScoEiIxztg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-gap-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz", + "integrity": "sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-image-set-function": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz", + "integrity": "sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-initial": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz", + "integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==", + "requires": { + "lodash.template": "^4.5.0", + "postcss": "^7.0.2" + } + }, + "postcss-lab-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz", + "integrity": "sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==", + "requires": { + "@csstools/convert-colors": "^1.4.0", + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-load-config": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz", + "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", + "requires": { + "cosmiconfig": "^5.0.0", + "import-cwd": "^2.0.0" + } + }, + "postcss-loader": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", + "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", + "requires": { + "loader-utils": "^1.1.0", + "postcss": "^7.0.0", + "postcss-load-config": "^2.0.0", + "schema-utils": "^1.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "postcss-logical": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-3.0.0.tgz", + "integrity": "sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-media-minmax": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz", + "integrity": "sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-merge-longhand": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz", + "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==", + "requires": { + "css-color-names": "0.0.4", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "stylehacks": "^4.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-merge-rules": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz", + "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "cssnano-util-same-parent": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0", + "vendors": "^1.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-minify-font-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-gradients": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz", + "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "is-color-stop": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-params": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz", + "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==", + "requires": { + "alphanum-sort": "^1.0.0", + "browserslist": "^4.0.0", + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "uniqs": "^2.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-minify-selectors": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz", + "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==", + "requires": { + "alphanum-sort": "^1.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", + "requires": { + "postcss": "^7.0.5" + } + }, + "postcss-modules-local-by-default": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.2.tgz", + "integrity": "sha512-jM/V8eqM4oJ/22j0gx4jrp63GSvDH6v86OqyTHHUvk4/k1vceipZsaymiZ5PvocqZOl5SFHiFJqjs3la0wnfIQ==", + "requires": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.16", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.0.0" + } + }, + "postcss-modules-scope": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.1.1.tgz", + "integrity": "sha512-OXRUPecnHCg8b9xWvldG/jUpRIGPNRka0r4D4j0ESUU2/5IOnpsjfPPmDprM3Ih8CgZ8FXjWqaniK5v4rWt3oQ==", + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + } + }, + "postcss-modules-values": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "requires": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "postcss-nesting": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz", + "integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-normalize": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-8.0.1.tgz", + "integrity": "sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==", + "requires": { + "@csstools/normalize.css": "^10.1.0", + "browserslist": "^4.6.2", + "postcss": "^7.0.17", + "postcss-browser-comments": "^3.0.0", + "sanitize.css": "^10.0.0" + } + }, + "postcss-normalize-charset": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-normalize-display-values": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz", + "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-positions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz", + "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-repeat-style": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz", + "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-string": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz", + "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==", + "requires": { + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-timing-functions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz", + "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-unicode": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-url": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", + "requires": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" + }, + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-normalize-whitespace": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz", + "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==", + "requires": { + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-ordered-values": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz", + "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==", + "requires": { + "cssnano-util-get-arguments": "^4.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-overflow-shorthand": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz", + "integrity": "sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-page-break": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-2.0.0.tgz", + "integrity": "sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-place": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz", + "integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==", + "requires": { + "postcss": "^7.0.2", + "postcss-values-parser": "^2.0.0" + } + }, + "postcss-preset-env": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz", + "integrity": "sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==", + "requires": { + "autoprefixer": "^9.6.1", + "browserslist": "^4.6.4", + "caniuse-lite": "^1.0.30000981", + "css-blank-pseudo": "^0.1.4", + "css-has-pseudo": "^0.10.0", + "css-prefers-color-scheme": "^3.1.1", + "cssdb": "^4.4.0", + "postcss": "^7.0.17", + "postcss-attribute-case-insensitive": "^4.0.1", + "postcss-color-functional-notation": "^2.0.1", + "postcss-color-gray": "^5.0.0", + "postcss-color-hex-alpha": "^5.0.3", + "postcss-color-mod-function": "^3.0.3", + "postcss-color-rebeccapurple": "^4.0.1", + "postcss-custom-media": "^7.0.8", + "postcss-custom-properties": "^8.0.11", + "postcss-custom-selectors": "^5.1.2", + "postcss-dir-pseudo-class": "^5.0.0", + "postcss-double-position-gradients": "^1.0.0", + "postcss-env-function": "^2.0.2", + "postcss-focus-visible": "^4.0.0", + "postcss-focus-within": "^3.0.0", + "postcss-font-variant": "^4.0.0", + "postcss-gap-properties": "^2.0.0", + "postcss-image-set-function": "^3.0.1", + "postcss-initial": "^3.0.0", + "postcss-lab-function": "^2.0.1", + "postcss-logical": "^3.0.0", + "postcss-media-minmax": "^4.0.0", + "postcss-nesting": "^7.0.0", + "postcss-overflow-shorthand": "^2.0.0", + "postcss-page-break": "^2.0.0", + "postcss-place": "^4.0.1", + "postcss-pseudo-class-any-link": "^6.0.0", + "postcss-replace-overflow-wrap": "^3.0.0", + "postcss-selector-matches": "^4.0.0", + "postcss-selector-not": "^4.0.0" + } + }, + "postcss-pseudo-class-any-link": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz", + "integrity": "sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==", + "requires": { + "postcss": "^7.0.2", + "postcss-selector-parser": "^5.0.0-rc.3" + }, + "dependencies": { + "cssesc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", + "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" + }, + "postcss-selector-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz", + "integrity": "sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==", + "requires": { + "cssesc": "^2.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "postcss-reduce-initial": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz", + "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==", + "requires": { + "browserslist": "^4.0.0", + "caniuse-api": "^3.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0" + } + }, + "postcss-reduce-transforms": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz", + "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==", + "requires": { + "cssnano-util-get-match": "^4.0.0", + "has": "^1.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-replace-overflow-wrap": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz", + "integrity": "sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==", + "requires": { + "postcss": "^7.0.2" + } + }, + "postcss-safe-parser": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz", + "integrity": "sha512-xZsFA3uX8MO3yAda03QrG3/Eg1LN3EPfjjf07vke/46HERLZyHrTsQ9E1r1w1W//fWEhtYNndo2hQplN2cVpCQ==", + "requires": { + "postcss": "^7.0.0" + } + }, + "postcss-selector-matches": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz", + "integrity": "sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==", + "requires": { + "balanced-match": "^1.0.0", + "postcss": "^7.0.2" + } + }, + "postcss-selector-not": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz", + "integrity": "sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ==", + "requires": { + "balanced-match": "^1.0.0", + "postcss": "^7.0.2" + } + }, + "postcss-selector-parser": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz", + "integrity": "sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg==", + "requires": { + "cssesc": "^3.0.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "postcss-svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz", + "integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==", + "requires": { + "is-svg": "^3.0.0", + "postcss": "^7.0.0", + "postcss-value-parser": "^3.0.0", + "svgo": "^1.0.0" + }, + "dependencies": { + "postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + } + } + }, + "postcss-unique-selectors": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", + "requires": { + "alphanum-sort": "^1.0.0", + "postcss": "^7.0.0", + "uniqs": "^2.0.0" + } + }, + "postcss-value-parser": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz", + "integrity": "sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==" + }, + "postcss-values-parser": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz", + "integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==", + "requires": { + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" + }, + "pretty-bytes": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.3.0.tgz", + "integrity": "sha512-hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg==" + }, + "pretty-error": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz", + "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=", + "requires": { + "renderkid": "^2.0.1", + "utila": "~0.4" + } + }, + "pretty-format": { + "version": "24.9.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "requires": { + "@jest/types": "^24.9.0", + "ansi-regex": "^4.0.0", + "ansi-styles": "^3.2.0", + "react-is": "^16.8.4" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + } + } + }, + "private": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", + "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==" + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" + }, + "promise": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", + "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", + "requires": { + "asap": "~2.0.6" + } + }, + "promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + }, + "prompts": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz", + "integrity": "sha512-Q06uKs2CkNYVID0VqwfAl9mipo99zkBv/n2JtWY89Yxa3ZabWSrs0e2KTudKVa3peLUvYXMefDqIleLPVUBZMA==", + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.4" + } + }, + "prop-types": { + "version": "15.7.2", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", + "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.8.1" + } + }, + "prop-types-exact": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.0.tgz", + "integrity": "sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==", + "requires": { + "has": "^1.0.3", + "object.assign": "^4.1.0", + "reflect.ownkeys": "^0.2.0" + } + }, + "prop-types-extra": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.0.tgz", + "integrity": "sha512-QFyuDxvMipmIVKD2TwxLVPzMnO4e5oOf1vr3tJIomL8E7d0lr6phTHd5nkPhFIzTD1idBLLEPeylL9g+rrTzRg==", + "requires": { + "react-is": "^16.3.2", + "warning": "^3.0.0" + }, + "dependencies": { + "warning": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz", + "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=", + "requires": { + "loose-envify": "^1.0.0" + } + } + } + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + }, + "dependencies": { + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + } + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "query-string": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", + "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", + "requires": { + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + }, + "querystringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz", + "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==" + }, + "raf": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "requires": { + "performance-now": "^2.1.0" + } + }, + "ramda": { + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz", + "integrity": "sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==" + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + } + } + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + } + } + }, + "react": { + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.12.0.tgz", + "integrity": "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + } + }, + "react-app-polyfill": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz", + "integrity": "sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==", + "requires": { + "core-js": "^3.5.0", + "object-assign": "^4.1.1", + "promise": "^8.0.3", + "raf": "^3.4.1", + "regenerator-runtime": "^0.13.3", + "whatwg-fetch": "^3.0.0" + } + }, + "react-bootstrap": { + "version": "1.0.0-beta.16", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.0-beta.16.tgz", + "integrity": "sha512-wjb+3CwviDWAaz4O3gQpd2XMDNqbOiqOOzpLm5aLPcp1wTsQsVRhyM+rTPmO3hYU8auA2eNpTYLz08/fAcMqDA==", + "requires": { + "@babel/runtime": "^7.4.2", + "@restart/context": "^2.1.4", + "@restart/hooks": "^0.3.11", + "@types/react": "^16.8.23", + "classnames": "^2.2.6", + "dom-helpers": "^5.1.2", + "invariant": "^2.2.4", + "keycode": "^2.2.0", + "popper.js": "^1.16.0", + "prop-types": "^15.7.2", + "prop-types-extra": "^1.1.0", + "react-overlays": "^2.1.0", + "react-transition-group": "^4.0.0", + "uncontrollable": "^7.0.0", + "warning": "^4.0.3" + } + }, + "react-dev-utils": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz", + "integrity": "sha512-XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ==", + "requires": { + "@babel/code-frame": "7.8.3", + "address": "1.1.2", + "browserslist": "4.10.0", + "chalk": "2.4.2", + "cross-spawn": "7.0.1", + "detect-port-alt": "1.1.6", + "escape-string-regexp": "2.0.0", + "filesize": "6.0.1", + "find-up": "4.1.0", + "fork-ts-checker-webpack-plugin": "3.1.1", + "global-modules": "2.0.0", + "globby": "8.0.2", + "gzip-size": "5.1.1", + "immer": "1.10.0", + "inquirer": "7.0.4", + "is-root": "2.1.0", + "loader-utils": "1.2.3", + "open": "^7.0.2", + "pkg-up": "3.1.0", + "react-error-overlay": "^6.0.7", + "recursive-readdir": "2.2.2", + "shell-quote": "1.7.2", + "strip-ansi": "6.0.0", + "text-table": "0.2.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "browserslist": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz", + "integrity": "sha512-TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA==", + "requires": { + "caniuse-lite": "^1.0.30001035", + "electron-to-chromium": "^1.3.378", + "node-releases": "^1.1.52", + "pkg-up": "^3.1.0" + } + }, + "cross-spawn": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz", + "integrity": "sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "dependencies": { + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + } + }, + "inquirer": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz", + "integrity": "sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==", + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^2.4.2", + "cli-cursor": "^3.1.0", + "cli-width": "^2.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.15", + "mute-stream": "0.0.8", + "run-async": "^2.2.0", + "rxjs": "^6.5.3", + "string-width": "^4.1.0", + "strip-ansi": "^5.1.0", + "through": "^2.3.6" + }, + "dependencies": { + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "requires": { + "find-up": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + } + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + } + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "react-dom": { + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.12.0.tgz", + "integrity": "sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "scheduler": "^0.18.0" + } + }, + "react-error-overlay": { + "version": "6.0.7", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.7.tgz", + "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" + }, + "react-is": { + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.12.0.tgz", + "integrity": "sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==" + }, + "react-lifecycles-compat": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" + }, + "react-markdown": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-4.3.1.tgz", + "integrity": "sha512-HQlWFTbDxTtNY6bjgp3C3uv1h2xcjCSi1zAEzfBW9OwJJvENSYiLXWNXN5hHLsoqai7RnZiiHzcnWdXk2Splzw==", + "requires": { + "html-to-react": "^1.3.4", + "mdast-add-list-metadata": "1.0.1", + "prop-types": "^15.7.2", + "react-is": "^16.8.6", + "remark-parse": "^5.0.0", + "unified": "^6.1.5", + "unist-util-visit": "^1.3.0", + "xtend": "^4.0.1" + } + }, + "react-markdown-editor-lite": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-0.5.2.tgz", + "integrity": "sha512-8UKSGBMABe3Z4u7aYK2YiYcOXOXJRIMi/yv+cBSt/uLLRURm7ihOY7wqNnwdqj545ElHp9I0+PLbAJA9AgZQvA==" + }, + "react-markdown-to-html": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/react-markdown-to-html/-/react-markdown-to-html-1.0.11.tgz", + "integrity": "sha1-EAGbK2G6U+3lMzpn5sUUHLOq+fA=", + "requires": { + "jquery": "^1.11.2", + "lodash": "^3.5.0", + "marked": "^0.3.2" + }, + "dependencies": { + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + }, + "marked": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz", + "integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==" + } + } + }, + "react-overlays": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-2.1.0.tgz", + "integrity": "sha512-tHPGTZosbQSo82yb9x4YCsmJJtspKvAPL5kXVnyoB2Z5UoAU3VetIuh2VblfVT408us5nLJd9uDtwI3xWDHS6w==", + "requires": { + "@babel/runtime": "^7.4.5", + "@restart/hooks": "^0.3.12", + "dom-helpers": "^5.1.0", + "popper.js": "^1.15.0", + "prop-types": "^15.7.2", + "uncontrollable": "^7.0.0", + "warning": "^4.0.3" + } + }, + "react-popper": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-1.3.7.tgz", + "integrity": "sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww==", + "requires": { + "@babel/runtime": "^7.1.2", + "create-react-context": "^0.3.0", + "deep-equal": "^1.1.1", + "popper.js": "^1.14.4", + "prop-types": "^15.6.1", + "typed-styles": "^0.0.7", + "warning": "^4.0.2" + } + }, + "react-proptype-conditional-require": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/react-proptype-conditional-require/-/react-proptype-conditional-require-1.0.4.tgz", + "integrity": "sha1-acLVdB5t9eCPIw82u8KUTuEiJVU=" + }, + "react-router": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-3.2.5.tgz", + "integrity": "sha512-0/edMhPfOLRZ5IT3y6UkCpW7a13WrnGMR75ayAh2ZLynujEJOSptJt856GKnoCMW+7rk0/WYGUp/QaZNS9dTKg==", + "requires": { + "create-react-class": "^15.5.1", + "history": "^3.0.0", + "hoist-non-react-statics": "^2.3.1", + "invariant": "^2.2.1", + "loose-envify": "^1.2.0", + "prop-types": "^15.7.2", + "react-is": "^16.8.6", + "warning": "^3.0.0" + }, + "dependencies": { + "history": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-3.3.0.tgz", + "integrity": "sha1-/O3M6PEpdTcVRdc1RhAzV5ptrpw=", + "requires": { + "invariant": "^2.2.1", + "loose-envify": "^1.2.0", + "query-string": "^4.2.2", + "warning": "^3.0.0" + } + }, + "warning": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz", + "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=", + "requires": { + "loose-envify": "^1.0.0" + } + } + } + }, + "react-router-dom": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.2.tgz", + "integrity": "sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "loose-envify": "^1.3.1", + "prop-types": "^15.6.2", + "react-router": "5.1.2", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "dependencies": { + "hoist-non-react-statics": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", + "integrity": "sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw==", + "requires": { + "react-is": "^16.7.0" + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + }, + "path-to-regexp": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "requires": { + "isarray": "0.0.1" + } + }, + "react-router": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz", + "integrity": "sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "hoist-non-react-statics": "^3.1.0", + "loose-envify": "^1.3.1", + "mini-create-react-context": "^0.3.0", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.2", + "react-is": "^16.6.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + } + } + } + }, + "react-scripts": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-3.4.1.tgz", + "integrity": "sha512-JpTdi/0Sfd31mZA6Ukx+lq5j1JoKItX7qqEK4OiACjVQletM1P38g49d9/D0yTxp9FrSF+xpJFStkGgKEIRjlQ==", + "requires": { + "@babel/core": "7.9.0", + "@svgr/webpack": "4.3.3", + "@typescript-eslint/eslint-plugin": "^2.10.0", + "@typescript-eslint/parser": "^2.10.0", + "babel-eslint": "10.1.0", + "babel-jest": "^24.9.0", + "babel-loader": "8.1.0", + "babel-plugin-named-asset-import": "^0.3.6", + "babel-preset-react-app": "^9.1.2", + "camelcase": "^5.3.1", + "case-sensitive-paths-webpack-plugin": "2.3.0", + "css-loader": "3.4.2", + "dotenv": "8.2.0", + "dotenv-expand": "5.1.0", + "eslint": "^6.6.0", + "eslint-config-react-app": "^5.2.1", + "eslint-loader": "3.0.3", + "eslint-plugin-flowtype": "4.6.0", + "eslint-plugin-import": "2.20.1", + "eslint-plugin-jsx-a11y": "6.2.3", + "eslint-plugin-react": "7.19.0", + "eslint-plugin-react-hooks": "^1.6.1", + "file-loader": "4.3.0", + "fs-extra": "^8.1.0", + "fsevents": "2.1.2", + "html-webpack-plugin": "4.0.0-beta.11", + "identity-obj-proxy": "3.0.0", + "jest": "24.9.0", + "jest-environment-jsdom-fourteen": "1.0.1", + "jest-resolve": "24.9.0", + "jest-watch-typeahead": "0.4.2", + "mini-css-extract-plugin": "0.9.0", + "optimize-css-assets-webpack-plugin": "5.0.3", + "pnp-webpack-plugin": "1.6.4", + "postcss-flexbugs-fixes": "4.1.0", + "postcss-loader": "3.0.0", + "postcss-normalize": "8.0.1", + "postcss-preset-env": "6.7.0", + "postcss-safe-parser": "4.0.1", + "react-app-polyfill": "^1.0.6", + "react-dev-utils": "^10.2.1", + "resolve": "1.15.0", + "resolve-url-loader": "3.1.1", + "sass-loader": "8.0.2", + "semver": "6.3.0", + "style-loader": "0.23.1", + "terser-webpack-plugin": "2.3.5", + "ts-pnp": "1.1.6", + "url-loader": "2.3.0", + "webpack": "4.42.0", + "webpack-dev-server": "3.10.3", + "webpack-manifest-plugin": "2.2.0", + "workbox-webpack-plugin": "4.3.1" + }, + "dependencies": { + "css-loader": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.4.2.tgz", + "integrity": "sha512-jYq4zdZT0oS0Iykt+fqnzVLRIeiPWhka+7BqPn+oSIpWJAHak5tmB/WZrJ2a21JhCeFyNnnlroSl8c+MtVndzA==", + "requires": { + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.23", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.1.1", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.0.2", + "schema-utils": "^2.6.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + } + }, + "react-slideshow-image": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/react-slideshow-image/-/react-slideshow-image-1.3.3.tgz", + "integrity": "sha512-wNjqSUIk2Z+HlsaalLVghGZpUJvAEc523ychp+Jhl098gLIoU0w2wDMG1hGdMn3o/7MyVefGFC9k4B/apr8avg==", + "requires": { + "@tweenjs/tween.js": "^18.1.2", + "css-loader": "^3.0.0", + "prop-types": "^15.5.10", + "style-loader": "^0.20.2" + }, + "dependencies": { + "schema-utils": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", + "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", + "requires": { + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0" + } + }, + "style-loader": { + "version": "0.20.3", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.20.3.tgz", + "integrity": "sha512-2I7AVP73MvK33U7B9TKlYZAqdROyMXDYSMvHLX43qy3GCOaJNiV6i0v/sv9idWIaQ42Yn2dNv79Q5mKXbKhAZg==", + "requires": { + "loader-utils": "^1.1.0", + "schema-utils": "^0.4.5" + } + } + } + }, + "react-test-renderer": { + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.12.0.tgz", + "integrity": "sha512-Vj/teSqt2oayaWxkbhQ6gKis+t5JrknXfPVo+aIJ8QwYAqMPH77uptOdrlphyxl8eQI/rtkOYg86i/UWkpFu0w==", + "requires": { + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "react-is": "^16.8.6", + "scheduler": "^0.18.0" + } + }, + "react-transition-group": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.3.0.tgz", + "integrity": "sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw==", + "requires": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + } + }, + "react-twitter-embed": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/react-twitter-embed/-/react-twitter-embed-3.0.3.tgz", + "integrity": "sha512-kF1Srlb1TqnZUqKA0FC4I/E+m+RUBCMZeU20hDRzmYLAjR1EA/6tr/PMZ22s7rd6wjQpIBLXNZjt0rfUpY8Chw==", + "requires": { + "enzyme-adapter-react-16": "^1.11.0", + "exenv": "^1.2.2", + "react-proptype-conditional-require": "^1.0.4", + "scriptjs": "^2.5.9" + } + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", + "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", + "requires": { + "find-up": "^3.0.0", + "read-pkg": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", + "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "realpath-native": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz", + "integrity": "sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==", + "requires": { + "util.promisify": "^1.0.0" + } + }, + "recursive-readdir": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz", + "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", + "requires": { + "minimatch": "3.0.4" + } + }, + "redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "requires": { + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + } + }, + "reflect.ownkeys": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz", + "integrity": "sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=" + }, + "regenerate": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", + "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==" + }, + "regenerate-unicode-properties": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz", + "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==", + "requires": { + "regenerate": "^1.4.0" + } + }, + "regenerator-runtime": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" + }, + "regenerator-transform": { + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.4.tgz", + "integrity": "sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw==", + "requires": { + "@babel/runtime": "^7.8.4", + "private": "^0.1.8" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regex-parser": { + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.10.tgz", + "integrity": "sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA==" + }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "regexpp": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", + "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==" + }, + "regexpu-core": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz", + "integrity": "sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==", + "requires": { + "regenerate": "^1.4.0", + "regenerate-unicode-properties": "^8.2.0", + "regjsgen": "^0.5.1", + "regjsparser": "^0.6.4", + "unicode-match-property-ecmascript": "^1.0.4", + "unicode-match-property-value-ecmascript": "^1.2.0" + } + }, + "registry-auth-token": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz", + "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==", + "requires": { + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" + } + }, + "registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", + "requires": { + "rc": "^1.0.1" + } + }, + "regjsgen": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.1.tgz", + "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==" + }, + "regjsparser": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz", + "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==", + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" + } + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=" + }, + "remark-parse": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-5.0.0.tgz", + "integrity": "sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==", + "requires": { + "collapse-white-space": "^1.0.2", + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-whitespace-character": "^1.0.0", + "is-word-character": "^1.0.0", + "markdown-escapes": "^1.0.0", + "parse-entities": "^1.1.0", + "repeat-string": "^1.5.4", + "state-toggle": "^1.0.0", + "trim": "0.0.1", + "trim-trailing-lines": "^1.0.0", + "unherit": "^1.0.4", + "unist-util-remove-position": "^1.0.0", + "vfile-location": "^2.0.0", + "xtend": "^4.0.1" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "renderkid": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.3.tgz", + "integrity": "sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA==", + "requires": { + "css-select": "^1.1.0", + "dom-converter": "^0.2", + "htmlparser2": "^3.3.0", + "strip-ansi": "^3.0.0", + "utila": "^0.4.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-what": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", + "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "request-promise-core": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz", + "integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==", + "requires": { + "lodash": "^4.17.15" + } + }, + "request-promise-native": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz", + "integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==", + "requires": { + "request-promise-core": "1.1.3", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + }, + "resolve": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.0.tgz", + "integrity": "sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw==", + "requires": { + "path-parse": "^1.0.6" + } + }, + "resolve-cwd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", + "requires": { + "resolve-from": "^3.0.0" + } + }, + "resolve-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" + }, + "resolve-pathname": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "resolve-url-loader": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.1.tgz", + "integrity": "sha512-K1N5xUjj7v0l2j/3Sgs5b8CjrrgtC70SmdCuZiJ8tSyb5J+uk3FoeZ4b7yTnH6j7ngI+Bc5bldHJIa8hYdu2gQ==", + "requires": { + "adjust-sourcemap-loader": "2.0.0", + "camelcase": "5.3.1", + "compose-function": "3.0.3", + "convert-source-map": "1.7.0", + "es6-iterator": "2.0.3", + "loader-utils": "1.2.3", + "postcss": "7.0.21", + "rework": "1.0.1", + "rework-visit": "1.0.0", + "source-map": "0.6.1" + }, + "dependencies": { + "postcss": { + "version": "7.0.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.21.tgz", + "integrity": "sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==", + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" + }, + "rework": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz", + "integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=", + "requires": { + "convert-source-map": "^0.3.3", + "css": "^2.0.0" + }, + "dependencies": { + "convert-source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=" + } + } + }, + "rework-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz", + "integrity": "sha1-mUWygD8hni96ygCtuLyfZA+ELJo=" + }, + "rgb-regex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", + "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=" + }, + "rgba-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", + "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=" + }, + "rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "rsvp": { + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", + "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==" + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" + }, + "run-queue": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "requires": { + "aproba": "^1.1.1" + } + }, + "rxjs": { + "version": "6.5.5", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz", + "integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==", + "requires": { + "tslib": "^1.9.0" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "sane": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", + "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", + "requires": { + "@cnakazawa/watch": "^1.0.3", + "anymatch": "^2.0.0", + "capture-exit": "^2.0.0", + "exec-sh": "^0.3.2", + "execa": "^1.0.0", + "fb-watchman": "^2.0.0", + "micromatch": "^3.1.4", + "minimist": "^1.1.1", + "walker": "~1.0.5" + } + }, + "sanitize.css": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-10.0.0.tgz", + "integrity": "sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==" + }, + "sass-loader": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-8.0.2.tgz", + "integrity": "sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==", + "requires": { + "clone-deep": "^4.0.1", + "loader-utils": "^1.2.3", + "neo-async": "^2.6.1", + "schema-utils": "^2.6.1", + "semver": "^6.3.0" + }, + "dependencies": { + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "requires": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "requires": { + "kind-of": "^6.0.2" + } + } + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "saxes": { + "version": "3.1.11", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-3.1.11.tgz", + "integrity": "sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==", + "requires": { + "xmlchars": "^2.1.1" + } + }, + "scheduler": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.18.0.tgz", + "integrity": "sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "schema-utils": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.1.tgz", + "integrity": "sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg==", + "requires": { + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1" + } + }, + "scriptjs": { + "version": "2.5.9", + "resolved": "https://registry.npmjs.org/scriptjs/-/scriptjs-2.5.9.tgz", + "integrity": "sha512-qGVDoreyYiP1pkQnbnFAUIS5AjenNwwQBdl7zeos9etl+hYKWahjRTfzAZZYBv5xNHx7vNKCmaLDQZ6Fr2AEXg==" + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" + }, + "selfsigned": { + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.7.tgz", + "integrity": "sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA==", + "requires": { + "node-forge": "0.9.0" + } + }, + "semantic-ui-react": { + "version": "0.88.2", + "resolved": "https://registry.npmjs.org/semantic-ui-react/-/semantic-ui-react-0.88.2.tgz", + "integrity": "sha512-+02kN2z8PuA/cMdvDUsHhbJmBzxxgOXVHMFr9XK7zGb0wkW9A6OPQMFokWz7ozlVtKjN6r7zsb+Qvjk/qq1OWw==", + "requires": { + "@babel/runtime": "^7.1.2", + "@semantic-ui-react/event-stack": "^3.1.0", + "@stardust-ui/react-component-event-listener": "~0.38.0", + "@stardust-ui/react-component-ref": "~0.38.0", + "classnames": "^2.2.6", + "keyboard-key": "^1.0.4", + "lodash": "^4.17.15", + "prop-types": "^15.7.2", + "react-is": "^16.8.6", + "react-popper": "^1.3.4", + "shallowequal": "^1.1.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serialize-javascript": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz", + "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==" + }, + "serve": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/serve/-/serve-11.3.0.tgz", + "integrity": "sha512-AU0g50Q1y5EVFX56bl0YX5OtVjUX1N737/Htj93dQGKuHiuLvVB45PD8Muar70W6Kpdlz8aNJfoUqTyAq9EE/A==", + "requires": { + "@zeit/schemas": "2.6.0", + "ajv": "6.5.3", + "arg": "2.0.0", + "boxen": "1.3.0", + "chalk": "2.4.1", + "clipboardy": "1.2.3", + "compression": "1.7.3", + "serve-handler": "6.1.2", + "update-check": "1.5.2" + }, + "dependencies": { + "ajv": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz", + "integrity": "sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==", + "requires": { + "fast-deep-equal": "^2.0.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "compression": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz", + "integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==", + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.14", + "debug": "2.6.9", + "on-headers": "~1.0.1", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "serve-handler": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.2.tgz", + "integrity": "sha512-RFh49wX7zJmmOVDcIjiDSJnMH+ItQEvyuYLYuDBVoA/xmQSCuj+uRmk1cmBB5QQlI3qOiWKp6p4DUGY+Z5AB2A==", + "requires": { + "bytes": "3.0.0", + "content-disposition": "0.5.2", + "fast-url-parser": "1.1.3", + "mime-types": "2.1.18", + "minimatch": "3.0.4", + "path-is-inside": "1.0.2", + "path-to-regexp": "2.2.1", + "range-parser": "1.2.0" + }, + "dependencies": { + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" + }, + "mime-db": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==" + }, + "mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "requires": { + "mime-db": "~1.33.0" + } + }, + "path-to-regexp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", + "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + } + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shallow-clone": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-0.1.2.tgz", + "integrity": "sha1-WQnodLp3EG1zrEFM/sH/yofZcGA=", + "requires": { + "is-extendable": "^0.1.1", + "kind-of": "^2.0.1", + "lazy-cache": "^0.2.3", + "mixin-object": "^2.0.1" + }, + "dependencies": { + "kind-of": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz", + "integrity": "sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU=", + "requires": { + "is-buffer": "^1.0.2" + } + }, + "lazy-cache": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz", + "integrity": "sha1-f+3fLctu23fRHvHRF6tf/fCrG2U=" + } + } + }, + "shallowequal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==" + }, + "shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" + }, + "side-channel": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.2.tgz", + "integrity": "sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==", + "requires": { + "es-abstract": "^1.17.0-next.1", + "object-inspect": "^1.7.0" + } + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "simple-swizzle": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "requires": { + "is-arrayish": "^0.3.1" + }, + "dependencies": { + "is-arrayish": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", + "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" + } + } + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==" + }, + "slice-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", + "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", + "requires": { + "ansi-styles": "^3.2.0", + "astral-regex": "^1.0.0", + "is-fullwidth-code-point": "^2.0.0" + }, + "dependencies": { + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + } + } + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + } + }, + "sockjs": { + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", + "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", + "requires": { + "faye-websocket": "^0.10.0", + "uuid": "^3.0.1" + } + }, + "sockjs-client": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", + "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "requires": { + "debug": "^3.2.5", + "eventsource": "^1.0.7", + "faye-websocket": "~0.11.1", + "inherits": "^2.0.3", + "json3": "^3.3.2", + "url-parse": "^1.4.3" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "requires": { + "websocket-driver": ">=0.5.1" + } + } + } + }, + "sort-keys": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "requires": { + "is-plain-obj": "^1.0.0" + } + }, + "source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "spdx-correct": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", + "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + }, + "spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz", + "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==" + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "ssri": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-7.1.0.tgz", + "integrity": "sha512-77/WrDZUWocK0mvA5NTRQyveUf+wsrIc6vyrxpS8tVvYBcX215QbafrJR3KtkpskIzoFLqqNuuYQvxaMjXJ/0g==", + "requires": { + "figgy-pudding": "^3.5.1", + "minipass": "^3.1.1" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "stack-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz", + "integrity": "sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==" + }, + "state-toggle": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.2.tgz", + "integrity": "sha512-8LpelPGR0qQM4PnfLiplOQNJcIN1/r2Gy0xKB2zKnIW2YzPMt2sR4I/+gtPjhN7Svh9kw+zqEg2SFwpBO9iNiw==" + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "stealthy-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", + "integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=" + }, + "stream-browserify": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-each": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "requires": { + "end-of-stream": "^1.1.0", + "stream-shift": "^1.0.0" + } + }, + "stream-http": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" + }, + "string-length": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz", + "integrity": "sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=", + "requires": { + "astral-regex": "^1.0.0", + "strip-ansi": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "string.prototype.matchall": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz", + "integrity": "sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==", + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0", + "has-symbols": "^1.0.1", + "internal-slot": "^1.0.2", + "regexp.prototype.flags": "^1.3.0", + "side-channel": "^1.0.2" + } + }, + "string.prototype.trimleft": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", + "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", + "requires": { + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + } + }, + "string.prototype.trimright": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", + "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" + "define-properties": "^1.1.3", + "function-bind": "^1.1.1" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" + } + } + }, + "stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "requires": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "dependencies": { + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + } + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + } + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" + }, + "strip-comments": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz", + "integrity": "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==", + "requires": { + "babel-extract-comments": "^1.0.0", + "babel-plugin-transform-object-rest-spread": "^6.26.0" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-indent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "requires": { + "min-indent": "^1.0.0" + } + }, + "strip-json-comments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz", + "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==" + }, + "style-loader": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz", + "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==", + "requires": { + "loader-utils": "^1.1.0", + "schema-utils": "^1.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "stylehacks": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz", + "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==", + "requires": { + "browserslist": "^4.0.0", + "postcss": "^7.0.0", + "postcss-selector-parser": "^3.0.0" + }, + "dependencies": { + "postcss-selector-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz", + "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==", + "requires": { + "dot-prop": "^5.2.0", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "svg-parser": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + }, + "svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "requires": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + } + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + }, + "table": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", + "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==", + "requires": { + "ajv": "^6.10.2", + "lodash": "^4.17.14", + "slice-ansi": "^2.1.0", + "string-width": "^3.0.0" + }, + "dependencies": { + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + } + } + }, + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + }, + "term-size": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", + "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", + "requires": { + "execa": "^0.7.0" + }, + "dependencies": { + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + } + } + }, + "terser": { + "version": "4.6.13", + "resolved": "https://registry.npmjs.org/terser/-/terser-4.6.13.tgz", + "integrity": "sha512-wMvqukYgVpQlymbnNbabVZbtM6PN63AzqexpwJL8tbh/mRT9LE5o+ruVduAGL7D6Fpjl+Q+06U5I9Ul82odAhw==", + "requires": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "terser-webpack-plugin": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-2.3.5.tgz", + "integrity": "sha512-WlWksUoq+E4+JlJ+h+U+QUzXpcsMSSNXkDy9lBVkSqDn1w23Gg29L/ary9GeJVYCGiNJJX7LnVc4bwL1N3/g1w==", + "requires": { + "cacache": "^13.0.1", + "find-cache-dir": "^3.2.0", + "jest-worker": "^25.1.0", + "p-limit": "^2.2.2", + "schema-utils": "^2.6.4", + "serialize-javascript": "^2.1.2", + "source-map": "^0.6.1", + "terser": "^4.4.3", + "webpack-sources": "^1.4.3" + }, + "dependencies": { + "ajv": { + "version": "6.12.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz", + "integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "fast-deep-equal": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", + "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" + }, + "find-cache-dir": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz", + "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-worker": { + "version": "25.5.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-25.5.0.tgz", + "integrity": "sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==", + "requires": { + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "requires": { + "semver": "^6.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "requires": { + "find-up": "^4.0.0" + } + }, + "schema-utils": { + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.6.6.tgz", + "integrity": "sha512-wHutF/WPSbIi9x6ctjGGk2Hvl0VOz5l3EKEuKbjPlB30mKZUzb9A5k9yEXRX3pwyqVLPvpfZZEllaFq/M718hA==", + "requires": { + "ajv": "^6.12.0", + "ajv-keywords": "^3.4.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", + "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "test-exclude": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz", + "integrity": "sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==", + "requires": { + "glob": "^7.1.3", + "minimatch": "^3.0.4", + "read-pkg-up": "^4.0.0", + "require-main-filename": "^2.0.0" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "throat": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz", + "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=" + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "timers-browserify": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", + "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "timsort": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", + "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" + }, + "tiny-invariant": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.0.6.tgz", + "integrity": "sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==" + }, + "tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "tmpl": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", + "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=" + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", + "requires": { + "punycode": "^2.1.0" + } + }, + "trim": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", + "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=" + }, + "trim-trailing-lines": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.2.tgz", + "integrity": "sha512-MUjYItdrqqj2zpcHFTkMa9WAv4JHTI6gnRQGPFLrt5L9a6tRMiDnIqYl8JBvu2d2Tc3lWJKQwlGCp0K8AvCM+Q==" + }, + "trough": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.4.tgz", + "integrity": "sha512-tdzBRDGWcI1OpPVmChbdSKhvSVurznZ8X36AYURAcl+0o2ldlCY2XPzyXNNxwJwwyIU+rIglTCG4kxtNKBQH7Q==" + }, + "ts-pnp": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.1.6.tgz", + "integrity": "sha512-CrG5GqAAzMT7144Cl+UIFP7mz/iIhiy+xQ6GGcnjTezhALT02uPMRw7tgDSESgB5MsfKt55+GPWw4ir1kVtMIQ==" + }, + "tslib": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz", + "integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==" + }, + "tsutils": { + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz", + "integrity": "sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==", + "requires": { + "tslib": "^1.8.1" + } + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "requires": { + "prelude-ls": "~1.1.2" + } + }, + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typed-styles": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz", + "integrity": "sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==" + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "ua-parser-js": { + "version": "0.7.21", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz", + "integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==" + }, + "uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", + "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + }, + "uglify-js": { + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz", + "integrity": "sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==", + "optional": true, + "requires": { + "commander": "~2.19.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "commander": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", + "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==", + "optional": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + } + } + }, + "uncontrollable": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.1.1.tgz", + "integrity": "sha512-EcPYhot3uWTS3w00R32R2+vS8Vr53tttrvMj/yA1uYRhf8hbTG2GyugGqWDY0qIskxn0uTTojVd6wPYW9ZEf8Q==", + "requires": { + "@babel/runtime": "^7.6.3", + "@types/react": "^16.9.11", + "invariant": "^2.2.4", + "react-lifecycles-compat": "^3.0.4" + } + }, + "unherit": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.2.tgz", + "integrity": "sha512-W3tMnpaMG7ZY6xe/moK04U9fBhi6wEiCYHUW5Mop/wQHf12+79EQGwxYejNdhEz2mkqkBlGwm7pxmgBKMVUj0w==", + "requires": { + "inherits": "^2.0.1", + "xtend": "^4.0.1" + } + }, + "unicode-canonical-property-names-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", + "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==" + }, + "unicode-match-property-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", + "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", + "requires": { + "unicode-canonical-property-names-ecmascript": "^1.0.4", + "unicode-property-aliases-ecmascript": "^1.0.4" + } + }, + "unicode-match-property-value-ecmascript": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz", + "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==" + }, + "unicode-property-aliases-ecmascript": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", + "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==" + }, + "unified": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz", + "integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==", + "requires": { + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-plain-obj": "^1.1.0", + "trough": "^1.0.0", + "vfile": "^2.0.0", + "x-is-string": "^0.1.0" + } + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=" + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=" + }, + "unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "requires": { + "unique-slug": "^2.0.0" + } + }, + "unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "requires": { + "imurmurhash": "^0.1.4" + } + }, + "unist-util-is": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", + "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==" + }, + "unist-util-remove-position": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz", + "integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==", + "requires": { + "unist-util-visit": "^1.1.0" + } + }, + "unist-util-stringify-position": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz", + "integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==" + }, + "unist-util-visit": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", + "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", + "requires": { + "unist-util-visit-parents": "^2.0.0" + }, + "dependencies": { + "unist-util-visit-parents": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", + "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", + "requires": { + "unist-util-is": "^3.0.0" + } + } + } + }, + "unist-util-visit-parents": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz", + "integrity": "sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q==" + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "update-check": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz", + "integrity": "sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==", + "requires": { + "registry-auth-token": "3.3.2", + "registry-url": "3.1.0" + } + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "requires": { + "punycode": "^2.1.0" + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" }, "dependencies": { - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" } } }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "url-loader": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-2.3.0.tgz", + "integrity": "sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog==", "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" + "loader-utils": "^1.2.3", + "mime": "^2.4.4", + "schema-utils": "^2.5.0" } }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + "url-parse": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", + "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + } + } }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + }, + "dependencies": { + "es-abstract": { + "version": "1.17.5", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", + "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.1.5", + "is-regex": "^1.0.5", + "object-inspect": "^1.7.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.0", + "string.prototype.trimleft": "^2.1.1", + "string.prototype.trimright": "^2.1.1" + } + } } }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" }, "utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "v8-compile-cache": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz", + "integrity": "sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==" + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "value-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", + "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" + }, "vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "vendors": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz", + "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vfile": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz", + "integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==", + "requires": { + "is-buffer": "^1.1.4", + "replace-ext": "1.0.0", + "unist-util-stringify-position": "^1.0.0", + "vfile-message": "^1.0.0" + } + }, + "vfile-location": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz", + "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==" + }, + "vfile-message": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz", + "integrity": "sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==", + "requires": { + "unist-util-stringify-position": "^1.1.1" + } + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "requires": { + "browser-process-hrtime": "^1.0.0" + } + }, + "w3c-xmlserializer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz", + "integrity": "sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==", + "requires": { + "domexception": "^1.0.1", + "webidl-conversions": "^4.0.2", + "xml-name-validator": "^3.0.0" + } + }, + "wait-for-expect": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-3.0.1.tgz", + "integrity": "sha512-3Ha7lu+zshEG/CeHdcpmQsZnnZpPj/UsG3DuKO8FskjuDbkx3jE3845H+CuwZjA2YWYDfKMU2KhnCaXMLd3wVw==" + }, + "walker": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz", + "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=", + "requires": { + "makeerror": "1.0.x" + } + }, + "warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "requires": { + "loose-envify": "^1.0.0" + } + }, + "watchpack": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz", + "integrity": "sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==", + "requires": { + "chokidar": "^2.1.8", + "graceful-fs": "^4.1.2", + "neo-async": "^2.5.0" + }, + "dependencies": { + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "fsevents": { + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.12.tgz", + "integrity": "sha512-Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q==", + "optional": true, + "requires": { + "node-pre-gyp": "*" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "optional": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "bundled": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "optional": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.1.4", + "bundled": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "optional": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "debug": { + "version": "3.2.6", + "bundled": true, + "optional": true, + "requires": { + "ms": "^2.1.1" + } + }, + "deep-extend": { + "version": "0.6.0", + "bundled": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.7", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.6.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "glob": { + "version": "7.1.6", + "bundled": true, + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.24", + "bundled": true, + "optional": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore-walk": { + "version": "3.0.3", + "bundled": true, + "optional": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "bundled": true, + "optional": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "optional": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "optional": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "bundled": true, + "optional": true + }, + "minipass": { + "version": "2.9.0", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.3.3", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.9.0" + } + }, + "mkdirp": { + "version": "0.5.3", + "bundled": true, + "optional": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "ms": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "needle": { + "version": "2.3.3", + "bundled": true, + "optional": true, + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.14.0", + "bundled": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4.4.2" + } + }, + "nopt": { + "version": "4.0.3", + "bundled": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npm-bundled": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "npm-packlist": { + "version": "1.4.8", + "bundled": true, + "optional": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "optional": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "rc": { + "version": "1.2.8", + "bundled": true, + "optional": true, + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "bundled": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "rimraf": { + "version": "2.7.1", + "bundled": true, + "optional": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "bundled": true, + "optional": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "optional": true + }, + "semver": { + "version": "5.7.1", + "bundled": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "optional": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "optional": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "tar": { + "version": "4.4.13", + "bundled": true, + "optional": true, + "requires": { + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.3" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "wide-align": { + "version": "1.1.3", + "bundled": true, + "optional": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "yallist": { + "version": "3.1.1", + "bundled": true, + "optional": true + } + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + }, + "webpack": { + "version": "4.42.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.0.tgz", + "integrity": "sha512-EzJRHvwQyBiYrYqhyjW9AqM90dE4+s1/XtCfn7uWg6cS72zH+2VPFAlsnW0+W0cDi0XRjNKUMoJtpSi50+Ph6w==", + "requires": { + "@webassemblyjs/ast": "1.8.5", + "@webassemblyjs/helper-module-context": "1.8.5", + "@webassemblyjs/wasm-edit": "1.8.5", + "@webassemblyjs/wasm-parser": "1.8.5", + "acorn": "^6.2.1", + "ajv": "^6.10.2", + "ajv-keywords": "^3.4.1", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^4.1.0", + "eslint-scope": "^4.0.3", + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^2.4.0", + "loader-utils": "^1.2.3", + "memory-fs": "^0.4.1", + "micromatch": "^3.1.10", + "mkdirp": "^0.5.1", + "neo-async": "^2.6.1", + "node-libs-browser": "^2.2.1", + "schema-utils": "^1.0.0", + "tapable": "^1.1.3", + "terser-webpack-plugin": "^1.4.3", + "watchpack": "^1.6.0", + "webpack-sources": "^1.4.1" + }, + "dependencies": { + "acorn": { + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==" + }, + "cacache": { + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz", + "integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==", + "requires": { + "bluebird": "^3.5.5", + "chownr": "^1.1.1", + "figgy-pudding": "^3.5.1", + "glob": "^7.1.4", + "graceful-fs": "^4.1.15", + "infer-owner": "^1.0.3", + "lru-cache": "^5.1.1", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.3", + "ssri": "^6.0.1", + "unique-filename": "^1.1.1", + "y18n": "^4.0.0" + } + }, + "eslint-scope": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", + "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "requires": { + "figgy-pudding": "^3.5.1" + } + }, + "terser-webpack-plugin": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.3.tgz", + "integrity": "sha512-QMxecFz/gHQwteWwSo5nTc6UaICqN1bMedC5sMtUc7y3Ha3Q8y6ZO0iCR8pq4RJC8Hjf0FEPEHZqcMB/+DFCrA==", + "requires": { + "cacache": "^12.0.2", + "find-cache-dir": "^2.1.0", + "is-wsl": "^1.1.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^2.1.2", + "source-map": "^0.6.1", + "terser": "^4.1.2", + "webpack-sources": "^1.4.0", + "worker-farm": "^1.7.0" + } + } + } + }, + "webpack-dev-middleware": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", + "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "requires": { + "memory-fs": "^0.4.1", + "mime": "^2.4.4", + "mkdirp": "^0.5.1", + "range-parser": "^1.2.1", + "webpack-log": "^2.0.0" + } + }, + "webpack-dev-server": { + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.10.3.tgz", + "integrity": "sha512-e4nWev8YzEVNdOMcNzNeCN947sWJNd43E5XvsJzbAL08kGc2frm1tQ32hTJslRS+H65LCb/AaUCYU7fjHCpDeQ==", + "requires": { + "ansi-html": "0.0.7", + "bonjour": "^3.5.0", + "chokidar": "^2.1.8", + "compression": "^1.7.4", + "connect-history-api-fallback": "^1.6.0", + "debug": "^4.1.1", + "del": "^4.1.1", + "express": "^4.17.1", + "html-entities": "^1.2.1", + "http-proxy-middleware": "0.19.1", + "import-local": "^2.0.0", + "internal-ip": "^4.3.0", + "ip": "^1.1.5", + "is-absolute-url": "^3.0.3", + "killable": "^1.0.1", + "loglevel": "^1.6.6", + "opn": "^5.5.0", + "p-retry": "^3.0.1", + "portfinder": "^1.0.25", + "schema-utils": "^1.0.0", + "selfsigned": "^1.10.7", + "semver": "^6.3.0", + "serve-index": "^1.9.1", + "sockjs": "0.3.19", + "sockjs-client": "1.4.0", + "spdy": "^4.0.1", + "strip-ansi": "^3.0.1", + "supports-color": "^6.1.0", + "url": "^0.11.0", + "webpack-dev-middleware": "^3.7.2", + "webpack-log": "^2.0.0", + "ws": "^6.2.1", + "yargs": "12.0.5" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "fsevents": { + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.12.tgz", + "integrity": "sha512-Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q==", + "optional": true, + "requires": { + "node-pre-gyp": "*" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "optional": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "bundled": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "optional": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.1.4", + "bundled": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "optional": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true, + "optional": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "debug": { + "version": "3.2.6", + "bundled": true, + "optional": true, + "requires": { + "ms": "^2.1.1" + } + }, + "deep-extend": { + "version": "0.6.0", + "bundled": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.7", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.6.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "glob": { + "version": "7.1.6", + "bundled": true, + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.24", + "bundled": true, + "optional": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore-walk": { + "version": "3.0.3", + "bundled": true, + "optional": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "bundled": true, + "optional": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "optional": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "optional": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "bundled": true, + "optional": true + }, + "minipass": { + "version": "2.9.0", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.3.3", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.9.0" + } + }, + "mkdirp": { + "version": "0.5.3", + "bundled": true, + "optional": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "ms": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "needle": { + "version": "2.3.3", + "bundled": true, + "optional": true, + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.14.0", + "bundled": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4.4.2" + } + }, + "nopt": { + "version": "4.0.3", + "bundled": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npm-bundled": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "npm-packlist": { + "version": "1.4.8", + "bundled": true, + "optional": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "optional": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "rc": { + "version": "1.2.8", + "bundled": true, + "optional": true, + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "readable-stream": { + "version": "2.3.7", + "bundled": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "rimraf": { + "version": "2.7.1", + "bundled": true, + "optional": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "bundled": true, + "optional": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "optional": true + }, + "semver": { + "version": "5.7.1", + "bundled": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "optional": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "optional": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "tar": { + "version": "4.4.13", + "bundled": true, + "optional": true, + "requires": { + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.3" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "wide-align": { + "version": "1.1.3", + "bundled": true, + "optional": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "yallist": { + "version": "3.1.1", + "bundled": true, + "optional": true + } + } + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "is-absolute-url": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==" + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + } + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" + }, + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + } + } + }, + "ws": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", + "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "yargs": { + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", + "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", + "requires": { + "cliui": "^4.0.0", + "decamelize": "^1.2.0", + "find-up": "^3.0.0", + "get-caller-file": "^1.0.1", + "os-locale": "^3.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1 || ^4.0.0", + "yargs-parser": "^11.1.1" + } + }, + "yargs-parser": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", + "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "webpack-log": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "requires": { + "ansi-colors": "^3.0.0", + "uuid": "^3.3.2" + } + }, + "webpack-manifest-plugin": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz", + "integrity": "sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==", + "requires": { + "fs-extra": "^7.0.0", + "lodash": ">=3.5 <5", + "object.entries": "^1.1.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "requires": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "websocket-driver": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.3.tgz", + "integrity": "sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==", + "requires": { + "http-parser-js": ">=0.4.0 <0.4.11", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", + "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==" + }, + "whatwg-encoding": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "requires": { + "iconv-lite": "0.4.24" + } + }, + "whatwg-fetch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", + "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" + }, + "whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" + }, + "whatwg-url": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz", + "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==", + "requires": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "widest-line": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", + "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", + "requires": { + "string-width": "^2.1.1" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" + }, + "wordwrap": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=" + }, + "workbox-background-sync": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-4.3.1.tgz", + "integrity": "sha512-1uFkvU8JXi7L7fCHVBEEnc3asPpiAL33kO495UMcD5+arew9IbKW2rV5lpzhoWcm/qhGB89YfO4PmB/0hQwPRg==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-broadcast-update": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-4.3.1.tgz", + "integrity": "sha512-MTSfgzIljpKLTBPROo4IpKjESD86pPFlZwlvVG32Kb70hW+aob4Jxpblud8EhNb1/L5m43DUM4q7C+W6eQMMbA==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-build": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-4.3.1.tgz", + "integrity": "sha512-UHdwrN3FrDvicM3AqJS/J07X0KXj67R8Cg0waq1MKEOqzo89ap6zh6LmaLnRAjpB+bDIz+7OlPye9iii9KBnxw==", + "requires": { + "@babel/runtime": "^7.3.4", + "@hapi/joi": "^15.0.0", + "common-tags": "^1.8.0", + "fs-extra": "^4.0.2", + "glob": "^7.1.3", + "lodash.template": "^4.4.0", + "pretty-bytes": "^5.1.0", + "stringify-object": "^3.3.0", + "strip-comments": "^1.0.2", + "workbox-background-sync": "^4.3.1", + "workbox-broadcast-update": "^4.3.1", + "workbox-cacheable-response": "^4.3.1", + "workbox-core": "^4.3.1", + "workbox-expiration": "^4.3.1", + "workbox-google-analytics": "^4.3.1", + "workbox-navigation-preload": "^4.3.1", + "workbox-precaching": "^4.3.1", + "workbox-range-requests": "^4.3.1", + "workbox-routing": "^4.3.1", + "workbox-strategies": "^4.3.1", + "workbox-streams": "^4.3.1", + "workbox-sw": "^4.3.1", + "workbox-window": "^4.3.1" + }, + "dependencies": { + "fs-extra": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", + "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "workbox-cacheable-response": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-4.3.1.tgz", + "integrity": "sha512-Rp5qlzm6z8IOvnQNkCdO9qrDgDpoPNguovs0H8C+wswLuPgSzSp9p2afb5maUt9R1uTIwOXrVQMmPfPypv+npw==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-core": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-4.3.1.tgz", + "integrity": "sha512-I3C9jlLmMKPxAC1t0ExCq+QoAMd0vAAHULEgRZ7kieCdUd919n53WC0AfvokHNwqRhGn+tIIj7vcb5duCjs2Kg==" + }, + "workbox-expiration": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-4.3.1.tgz", + "integrity": "sha512-vsJLhgQsQouv9m0rpbXubT5jw0jMQdjpkum0uT+d9tTwhXcEZks7qLfQ9dGSaufTD2eimxbUOJfWLbNQpIDMPw==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-google-analytics": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-4.3.1.tgz", + "integrity": "sha512-xzCjAoKuOb55CBSwQrbyWBKqp35yg1vw9ohIlU2wTy06ZrYfJ8rKochb1MSGlnoBfXGWss3UPzxR5QL5guIFdg==", + "requires": { + "workbox-background-sync": "^4.3.1", + "workbox-core": "^4.3.1", + "workbox-routing": "^4.3.1", + "workbox-strategies": "^4.3.1" + } + }, + "workbox-navigation-preload": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-4.3.1.tgz", + "integrity": "sha512-K076n3oFHYp16/C+F8CwrRqD25GitA6Rkd6+qAmLmMv1QHPI2jfDwYqrytOfKfYq42bYtW8Pr21ejZX7GvALOw==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-precaching": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-4.3.1.tgz", + "integrity": "sha512-piSg/2csPoIi/vPpp48t1q5JLYjMkmg5gsXBQkh/QYapCdVwwmKlU9mHdmy52KsDGIjVaqEUMFvEzn2LRaigqQ==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-range-requests": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-4.3.1.tgz", + "integrity": "sha512-S+HhL9+iTFypJZ/yQSl/x2Bf5pWnbXdd3j57xnb0V60FW1LVn9LRZkPtneODklzYuFZv7qK6riZ5BNyc0R0jZA==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-routing": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-4.3.1.tgz", + "integrity": "sha512-FkbtrODA4Imsi0p7TW9u9MXuQ5P4pVs1sWHK4dJMMChVROsbEltuE79fBoIk/BCztvOJ7yUpErMKa4z3uQLX+g==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-strategies": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-4.3.1.tgz", + "integrity": "sha512-F/+E57BmVG8dX6dCCopBlkDvvhg/zj6VDs0PigYwSN23L8hseSRwljrceU2WzTvk/+BSYICsWmRq5qHS2UYzhw==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-streams": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-4.3.1.tgz", + "integrity": "sha512-4Kisis1f/y0ihf4l3u/+ndMkJkIT4/6UOacU3A4BwZSAC9pQ9vSvJpIi/WFGQRH/uPXvuVjF5c2RfIPQFSS2uA==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "workbox-sw": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-4.3.1.tgz", + "integrity": "sha512-0jXdusCL2uC5gM3yYFT6QMBzKfBr2XTk0g5TPAV4y8IZDyVNDyj1a8uSXy3/XrvkVTmQvLN4O5k3JawGReXr9w==" + }, + "workbox-webpack-plugin": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-4.3.1.tgz", + "integrity": "sha512-gJ9jd8Mb8wHLbRz9ZvGN57IAmknOipD3W4XNE/Lk/4lqs5Htw4WOQgakQy/o/4CoXQlMCYldaqUg+EJ35l9MEQ==", + "requires": { + "@babel/runtime": "^7.0.0", + "json-stable-stringify": "^1.0.1", + "workbox-build": "^4.3.1" + } + }, + "workbox-window": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-4.3.1.tgz", + "integrity": "sha512-C5gWKh6I58w3GeSc0wp2Ne+rqVw8qwcmZnQGpjiek8A2wpbxSJb1FdCoQVO+jDJs35bFgo/WETgl1fqgsxN0Hg==", + "requires": { + "workbox-core": "^4.3.1" + } + }, + "worker-farm": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "requires": { + "errno": "~0.1.7" + } + }, + "worker-rpc": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz", + "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", + "requires": { + "microevent.ts": "~0.1.1" + } + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "dependencies": { + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz", + "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==", + "requires": { + "mkdirp": "^0.5.1" + } + }, + "write-file-atomic": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz", + "integrity": "sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==", + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" + } + }, + "ws": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", + "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "x-is-string": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz", + "integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=" + }, + "xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, + "xregexp": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.3.0.tgz", + "integrity": "sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==", + "requires": { + "@babel/runtime-corejs3": "^7.8.3" + } + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yaml": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.9.2.tgz", + "integrity": "sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg==", + "requires": { + "@babel/runtime": "^7.9.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } + } + }, + "yargs": { + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", + "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", + "requires": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.2" + }, + "dependencies": { + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + } + } + }, + "yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } } } } diff --git a/package.json b/package.json index 5f7ba30..20b421f 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,68 @@ { "name": "codeuino", - "version": "1.0.0", - "description": "", - "main": "server.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node server.js" + "version": "0.1.0", + "homepage": "http://resonant-hour.surge.sh", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.4.0", + "@testing-library/user-event": "^7.2.1", + "axios": "^0.19.2", + "enzyme": "^3.11.0", + "highlight.js": "^9.17.1", + "history": "^4.10.1", + "html-to-markdown": "^1.0.0", + "list-react-files": "^0.2.0", + "markdown-it": "^10.0.0", + "markdown-it-abbr": "^1.0.4", + "markdown-it-deflist": "^2.0.3", + "markdown-it-emoji": "^1.4.0", + "markdown-it-footnote": "^3.0.2", + "markdown-it-ins": "^3.0.0", + "markdown-it-mark": "^3.0.0", + "markdown-it-sub": "^1.0.0", + "markdown-it-sup": "^1.0.0", + "markdown-it-task-lists": "^2.1.1", + "marked": "^0.8.0", + "react": "^16.12.0", + "react-bootstrap": "^1.0.0-beta.16", + "react-dom": "^16.12.0", + "react-markdown": "^4.3.1", + "react-markdown-editor-lite": "^0.5.2", + "react-markdown-to-html": "^1.0.11", + "react-router": "^3.2.5", + "react-router-dom": "^5.1.2", + "react-scripts": "^3.4.0", + "react-slideshow-image": "^1.3.3", + "react-twitter-embed": "^3.0.3", + "semantic-ui-react": "^0.88.2", + "serve": "^11.3.0", + "typescript": "^3.9.6" }, - "repository": { - "type": "git", - "url": "git+https://github.com/devshiva619/website-www.codeuino.org.git" + "resolutions": { + "react-dev-utils": "10.1.0" }, - "author": "", - "license": "ISC", - "bugs": { - "url": "https://github.com/devshiva619/website-www.codeuino.org.git/issues" + "scripts": { + "heroku-postbuild": "npm run build", + "start": "serve -s build -l 3000", + "build": "CI=false && set \"CI=false\" && react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject", + "start-dev": "react-scripts start" }, - "homepage": "https://github.com/devshiva619/website-www.codeuino.org.git#readme", - "dependencies": { - "ejs": "^2.7.4", - "express": "^4.17.1" + "eslintConfig": { + "extends": "react-app" }, - "devDependencies": {} + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..3d7adea Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..01ecf6b --- /dev/null +++ b/public/index.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + Codeuino + + + +
+ + + + + + + diff --git a/public/logo192.png b/public/logo192.png new file mode 100644 index 0000000..fc44b0a Binary files /dev/null and b/public/logo192.png differ diff --git a/public/logo512.png b/public/logo512.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/public/logo512.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..839147b --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "Codeuino", + "name": "Codeuino", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..01b0f9a --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * diff --git a/server.js b/server.js deleted file mode 100644 index af6e179..0000000 --- a/server.js +++ /dev/null @@ -1,30 +0,0 @@ -var express = require('express'); -var http = require('http'); -var fs = require('fs'); -var app = express(); - -// set the port of our application -// process.env.PORT lets the port be set by Heroku -var port = process.env.PORT || 8080; - -// set the view engine to ejs -app.set('view engine', 'ejs'); -app.engine('html', require('ejs').renderFile); - -// make express look in the public directory for assets (css/js/img) -app.use(express.static(__dirname + '/views')); - -// set the home page route -app.get('/', function(req, res) { - - // ejs render automatically looks in the views folder - res.render('index.html'); -}); - -app.get('/.well-known/acme-challenge/:content', function(req, res) { - res.send('k54NeDklsRVm_YiY58U1MfCgIHd3gwzmpPLdiAzMGFk.pX3nIJ5LXz_lhJIvv5mulPtJHkgBkw_tAvnorI3vKBs') -}) - -app.listen(port, function() { - console.log('Our app is running on http://localhost:' + port); -}); \ No newline at end of file diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..fa66ad6 --- /dev/null +++ b/src/App.css @@ -0,0 +1,123 @@ +.App { + text-align: center; +} + +.App-logo { + height: 40vmin; + pointer-events: none; +} + +.navbar{ + height:10vh; +} +.navbar-collapse.show{ + overflow-y: hidden; +} +/* #logo{ + width:10vw; +} */ +@media only screen and (max-width:800px){ + #logo{ + width:30vw !important; + } +} +.main{ + margin: 0 auto; + /* margin-top:12vh; */ + max-width: 960; + padding: 0px 1.0875rem 1.45rem; + padding-top: 0; +} +footer{ + margin-top: 3vh; + /* background-color:#869AB8; */ + /* color:white; */ +} +/* @media (min-width: 1200px){ +.container { + max-width: 80% !important; +} +} */ +/* footer h3{ + + float:left +} */ + +#discover1 { + font-family: Raleway-SemiBold; + font-size: 0.8em; + color:black; + letter-spacing: 1px; + line-height: 15px; + border: 2px solid black; + border-radius: 40px; + background: white; + transition: all 0.3s ease 0s; + /* float:right; */ +} + +#discover2 { + color: black; + background: white; + border: 2px solid rgba(121, 117, 133, 0.75); + display: none; +} + +@media only screen and (max-width:1800px){ + .navbar{ + height:12vh + } + /* .main{ + margin-top:12vh + } */ +} + +@media only screen and (max-width:1024px){ + .navbar{ + height:12vh + } + .main{ + /* margin-top:12vh */ + } +} + +@media only screen and (max-width:320px){ + .navbar{ + height:16vh; + } + .main{ + margin-top:16vh + } +} + +@media (prefers-reduced-motion: no-preference) { + .App-logo { + animation: App-logo-spin infinite 20s linear; + } +} + + + +.App-header { + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; +} + +.App-link { + color: #61dafb; +} + +@keyframes App-logo-spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..5ee6775 --- /dev/null +++ b/src/App.js @@ -0,0 +1,74 @@ +import React from 'react'; +import './App.css'; +import Team from './pages/Team/Team'; +import NewBlog from './pages/NewBlog/NewBlog' +import NewHome from './pages/Home/NewHome'; +import JoinUs from './pages/JoinUs/JoinUs' +import { + Switch, + Route, + BrowserRouter +} from "react-router-dom"; +import COC from './pages/COC/COC' +import About from './pages/About/About' +// import Donut from './pages/Donut/Donut'; +import Blog from './pages/Blogs/Blog'; +import BlogList from './pages/Blogs/BlogList' +// import Codebadge from './pages/Codebadge/Codebadge'; +import NavBar from './components/NavBar' +import Footer from './components/Footer' + +// import Header from "./Header/header" +function App() { + return ( + <> +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + ); +} + +export default App; diff --git a/src/App.test.js b/src/App.test.js new file mode 100644 index 0000000..4db7ebc --- /dev/null +++ b/src/App.test.js @@ -0,0 +1,9 @@ +import React from 'react'; +import { render } from '@testing-library/react'; +import App from './App'; + +test('renders learn react link', () => { + const { getByText } = render(); + const linkElement = getByText(/learn react/i); + expect(linkElement).toBeInTheDocument(); +}); diff --git a/views/assets/img/codeuino.png b/src/codeuino.png similarity index 100% rename from views/assets/img/codeuino.png rename to src/codeuino.png diff --git a/src/components/Activities/ActivityCard.css b/src/components/Activities/ActivityCard.css new file mode 100644 index 0000000..6dc3f13 --- /dev/null +++ b/src/components/Activities/ActivityCard.css @@ -0,0 +1,49 @@ +.card.activity { + width: 20rem; + height: 400px; +} + +.card.activity:hover { + box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.253); +} + +.card.activity.card-body { + padding: 3rem 0; +} + +.card.activity.card-text { + font-size: 0.9rem; + padding: 0.4rem 1.9rem; +} + +.container.fluid.row { + padding-top: 6rem; +} + +.card-img-top.activity { + transform: scale(1); + transition: transform 0.5s ease; + height: 150px; + object-fit: scale-down; +} + +.card-img-top.activity:hover { + transform: scale(1.8); + overflow: hidden; +} + +.btn.activity { + color: #22247a; + background-color: #fff; + border-color: #22247a; +} + +.btn.activity:hover { + color: #fff; + background-color: #22247a; + border-color: #22247a; +} + +.card-title.activity { + font-weight: bold; +} diff --git a/src/components/Activities/ActivityCard.js b/src/components/Activities/ActivityCard.js new file mode 100644 index 0000000..fd268a3 --- /dev/null +++ b/src/components/Activities/ActivityCard.js @@ -0,0 +1,19 @@ +import React from 'react'; +import './ActivityCard.css'; + +const ActivityCard = props => { + return ( +
+ + +
+

+ {props.activity.title} +

+

{props.activity.description}

+
+
+ ); +}; + +export default ActivityCard; diff --git a/src/components/Banner/Banner.css b/src/components/Banner/Banner.css new file mode 100644 index 0000000..90458d9 --- /dev/null +++ b/src/components/Banner/Banner.css @@ -0,0 +1,57 @@ +.btn { + margin:2vh; + } + .btn-default { + font-family: Raleway-SemiBold; + font-size: 0.8em; + color: rgba(108, 88, 179, 0.75); + letter-spacing: 1px; + line-height: 15px; + border: 2px solid rgba(108, 89, 179, 0.75); + border-radius: 40px; + background: transparent; + transition: all 0.3s ease 0s; + } + + .btn-default:hover { + color: #FFF; + background: rgba(108, 88, 179, 0.75); + border: 2px solid rgba(121, 117, 133, 0.75); + } + /* Image{ + width: 100%; + height: 100%; + } */ + + /* @media only screen and (max-width: 800px) and (min-width:600px) { + h1{ + font-size: 0.8em; + } + p{ + font-size:0.6em; + } + Image{ + width: 100vw; + height: 100vh; + } + }*/ + @media only screen and (max-width: 800px) { + h1{ + font-size: 0.8rem; + } + /* p{ + font-size:em; + } + Image{ + width: 100%; + height: 100%; + } */ + } + /* @media only screen and (max-width: 320px) { + Image{ + margin-top:50%; + } + p{ + font-size: 2em; + } + } */ \ No newline at end of file diff --git a/src/components/Banner/Banner.js b/src/components/Banner/Banner.js new file mode 100644 index 0000000..190db18 --- /dev/null +++ b/src/components/Banner/Banner.js @@ -0,0 +1,30 @@ +import React from 'react'; +import PropTypes from 'prop-types'; +import {Nav,NavDropdown,Navbar,Container,Image,Button, Media} from 'react-bootstrap'; +// import 'bootstrap'; +import banner from './banner.png' +import "./Banner.css" +const Banner = () => { + return ( +
+
+ +

Learn, Build, Contribute, Grow.

+

We are a Non-Profit Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world.

+ +
+ + codeuino banner + +
+
+ ); +}; + + +Banner.propTypes = { + +}; + + +export default Banner; diff --git a/src/components/Banner/banner.png b/src/components/Banner/banner.png new file mode 100644 index 0000000..0c7c41e Binary files /dev/null and b/src/components/Banner/banner.png differ diff --git a/src/components/DonateUs/Donate.css b/src/components/DonateUs/Donate.css new file mode 100644 index 0000000..e69de29 diff --git a/src/components/DonateUs/Donate.js b/src/components/DonateUs/Donate.js new file mode 100644 index 0000000..1ad3e09 --- /dev/null +++ b/src/components/DonateUs/Donate.js @@ -0,0 +1,18 @@ +import React from 'react' +const DonateCard = () => { + return ( +
+
+
+

Donate Us

+

COMMUNITY FUND AND PROJECT INCUBATION

+ Open Collective +
+
+

Codeuino is an Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world through building all kinds of social environments, discussion portals and collaboration.

+
+
+
+ ) +} +export default DonateCard \ No newline at end of file diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css new file mode 100644 index 0000000..db99ad2 --- /dev/null +++ b/src/components/Footer/Footer.css @@ -0,0 +1,4 @@ +.footer { + padding:30px; + color:white; +} \ No newline at end of file diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js new file mode 100644 index 0000000..27bc20d --- /dev/null +++ b/src/components/Footer/index.js @@ -0,0 +1,35 @@ +import React from 'react' +import './Footer.css' +const Footer = () => { + return ( + + ) +} +export default Footer \ No newline at end of file diff --git a/src/components/NavBar/NavBar.css b/src/components/NavBar/NavBar.css new file mode 100644 index 0000000..8b4780c --- /dev/null +++ b/src/components/NavBar/NavBar.css @@ -0,0 +1,14 @@ +#myNav{ + background-color: white; + box-shadow: 0px 2px 15px grey; +} +a { + transition: transform 0.6s; +} +a:hover{ + text-decoration:none; + transform: scale(1.05); +} +.blue:hover{ + color : lightblue; +} \ No newline at end of file diff --git a/src/components/NavBar/index.js b/src/components/NavBar/index.js new file mode 100644 index 0000000..a22858b --- /dev/null +++ b/src/components/NavBar/index.js @@ -0,0 +1,62 @@ +import React from 'react' +import { + Navbar, + Nav, + NavDropdown, + Image, + Form, + FormControl, + Button +} from 'react-bootstrap' +import './NavBar.css' +import logo from '../../newlogo.png'; +import {Link, Route} from 'react-router-dom'; +const NavBar = () => { + return ( + + ) +} +export default NavBar \ No newline at end of file diff --git a/src/components/ProjectSlide/ProjectSlide.css b/src/components/ProjectSlide/ProjectSlide.css new file mode 100644 index 0000000..5cc8bde --- /dev/null +++ b/src/components/ProjectSlide/ProjectSlide.css @@ -0,0 +1,72 @@ +.slide-container { + width: 70%; + margin: auto; } + + h3 { + text-align: center; } + + .each-slide > div { + display: flex; + align-items: center; + justify-content: center; + background-size: cover; + height: 300px; + } + + .each-slide span { + padding: 20px; + font-size: 20px; + background: #efefef; + text-align: center; + } + + .each-fade { + display: flex; + } + + .each-fade .image-container { + width: 75%; + overflow: hidden; + } + + .each-fade .image-container img { + width: 100%; + } + + .each-fade h2 { + width: 25%; + display: flex; + justify-content: center; + align-items: center; + margin: 0; + background: #adceed; + } + .each-fade p { + width: 25%; + display: flex; + justify-content: center; + align-items: center; + margin: 0; + background: #adceed; + font-size: 1.5em; + } + .btn-default { + font-family: Raleway-SemiBold; + font-size: 0.8em; + color: rgba(108, 88, 179, 0.75); + letter-spacing: 1px; + line-height: 15px; + border: 2px solid rgba(108, 89, 179, 0.75); + border-radius: 40px; + background: transparent; + transition: all 0.3s ease 0s; + } + + .btn-default:hover { + color: #FFF; + background: rgba(108, 88, 179, 0.75); + border: 2px solid rgba(121, 117, 133, 0.75); + } + p{ + font-size: 2em; + } \ No newline at end of file diff --git a/src/components/ProjectSlide/ProjectSlide.js b/src/components/ProjectSlide/ProjectSlide.js new file mode 100644 index 0000000..eded27a --- /dev/null +++ b/src/components/ProjectSlide/ProjectSlide.js @@ -0,0 +1,60 @@ +import React from 'react'; +import {Fade } from 'react-slideshow-image'; +import img1 from './donutImage.png'; +import img2 from './logo.svg'; +import { + BrowserRouter as Router, + Switch, + Route, + Link, + HashRouter,Redirect + } from "react-router-dom"; +const images = [ + {image:img1,project:"Social Platform Donut",link:"/#/donut",content:"We build social networking Kit/FOSS for various organisations to build up social environment for their organisation to showcase their productivity and services for their community along with the collaboration platform to interact with one another."}, + {image:img2,project:"Codebadge",link:"/#/codebadge",content:"Platform to give each contributor a token of appriciation to the organization one contributes to."}, + {image:img1,project:"Codo",link:"/#/codo",content:"Chatting platform for open source organisations"} +]; + + const fadeProperties = { + duration: 5000, + transitionDuration: 500, + infinite: true, + indicators: true, + scale:0.4, + arrows:false, + onChange: (oldIndex, newIndex) => { + console.log(`fade transition from ${oldIndex} to ${newIndex}`); + } + } + function readmore(link){ + console.log(link) + window.location=link + } +const ProjectSlide = () => { + return ( +
+

Our Projects

+ + { + images.map((each, index) => +
+
+
+
+ images +
+

{each.project}

+

{each.content}

+ +
+
+
+ ) + } +
+ +
+ ) +} + +export default ProjectSlide; \ No newline at end of file diff --git a/src/components/ProjectSlide/codeuino.png b/src/components/ProjectSlide/codeuino.png new file mode 100644 index 0000000..cb52563 Binary files /dev/null and b/src/components/ProjectSlide/codeuino.png differ diff --git a/src/components/ProjectSlide/donutImage.png b/src/components/ProjectSlide/donutImage.png new file mode 100644 index 0000000..89221f2 Binary files /dev/null and b/src/components/ProjectSlide/donutImage.png differ diff --git a/src/components/ProjectSlide/logo.svg b/src/components/ProjectSlide/logo.svg new file mode 100644 index 0000000..6b60c10 --- /dev/null +++ b/src/components/ProjectSlide/logo.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/components/ScrollToTopBtn/ScrollToTopBtn.css b/src/components/ScrollToTopBtn/ScrollToTopBtn.css new file mode 100644 index 0000000..897a687 --- /dev/null +++ b/src/components/ScrollToTopBtn/ScrollToTopBtn.css @@ -0,0 +1,8 @@ +.scroll-to-top { + position: fixed; + bottom: 0.5rem; + right: 0.5rem; + animation: fadeIn 700ms ease-in-out 1s both; + cursor: pointer; + z-index:999; + } \ No newline at end of file diff --git a/src/components/ScrollToTopBtn/ScrollToTopBtn.js b/src/components/ScrollToTopBtn/ScrollToTopBtn.js new file mode 100644 index 0000000..d6c0275 --- /dev/null +++ b/src/components/ScrollToTopBtn/ScrollToTopBtn.js @@ -0,0 +1,55 @@ +import React, { Component } from "react"; +import './ScrollToTopBtn.css'; + +class ScrollToTopBtn extends Component { + constructor(props) { + super(props); + this.state = { + is_visible: false + }; + } + + componentDidMount() { + var scrollComponent = this; + document.addEventListener("scroll", function (e) { + scrollComponent.toggleVisibility(); + }); + } + + toggleVisibility() { + if (window.pageYOffset > 50) { + this.setState({ + is_visible: true + }); + } else { + this.setState({ + is_visible: false + }); + } + } + + scrollToTop() { + window.scrollTo({ + top: 0, + behavior: "smooth" + }); + } + + render() { + const { is_visible } = this.state; + return ( +
+ {is_visible && ( +
this.scrollToTop()}> + + + + +
+ )} +
+ ); + } +} + +export default ScrollToTopBtn; diff --git a/src/components/TwitterFeeds/TwitterFeeds.js b/src/components/TwitterFeeds/TwitterFeeds.js new file mode 100644 index 0000000..2338c90 --- /dev/null +++ b/src/components/TwitterFeeds/TwitterFeeds.js @@ -0,0 +1,43 @@ +import React, { Component } from 'react'; +import axios from "axios"; +export class TwitterFeeds extends Component { + constructor(props){ + super(props); + this.state={ + tweets:[] + } + + } + + componentDidMount(){ + axios.get("https://cors-anywhere.herokuapp.com/https://tweet-help.herokuapp.com/tweets",{params:{username:"codeuino"}}) + .then(res=>{ + let tweets = res.data.tweets + this.setState({'tweets':tweets}) + }) + .catch(err=>console.log(err)) + } + render() { + return ( +
+

Latest Updates

+
+
+ { + this.state.tweets.map((content,index)=>{ + let url="https://twitframe.com/show?url=https%3A%2F%2Ftwitter.com%2Fcodeuino%2Fstatus%2F"+content[5]; + console.log(url) + return + } + ) + } +
+
+ Read More on Twitter +
+
+ ); + } +} + +export default TwitterFeeds; diff --git a/src/components/WhatdoweDO/WhatdoweDO.css b/src/components/WhatdoweDO/WhatdoweDO.css new file mode 100644 index 0000000..7411314 --- /dev/null +++ b/src/components/WhatdoweDO/WhatdoweDO.css @@ -0,0 +1,18 @@ +.row{ + display: flex; + justify-content: space-around; + margin-bottom: 2vh; +} +.hover:hover{ + background-color: cadetblue; +} +@media only screen and (max-width:1500px) and (min-width:600px){ + .WhatdoweDo{ + font-size: 150%; + } +} +@media only screen and (max-width:767px){ + .lamp{ + display: none; + } +} \ No newline at end of file diff --git a/src/components/WhatdoweDO/WhatdoweDO.js b/src/components/WhatdoweDO/WhatdoweDO.js new file mode 100644 index 0000000..13adadd --- /dev/null +++ b/src/components/WhatdoweDO/WhatdoweDO.js @@ -0,0 +1,63 @@ +import React from 'react' +import PropTypes from 'prop-types' +import {Card} from 'react-bootstrap'; +import './WhatdoweDO.css'; +import lamp from './lamp.png' + +export default function WhatdoweDO() { + return ( + <> +
+
lamp
+ +
+

What do we DO?

+
+ + + 1 +
+ + Codeuino takes into house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world + +
+
+ + + 2 +
+ + Teams within organization design and develop some basic set of softwares and networking plugins to help users/organisations to build up their own platform to interact for feeds, projects, Scholarships, etc. + +
+
+
+
+ + + 3 +
+ + We build social networking Kit/FOSS for various organisations to build up social environment for their organisation to showcase their productivity and services for their community along with the collaboration platform to interact with one another + +
+
+ + + 4 +
+ + Nam et nulla rutrum, dignissim eros quis, dictum heros. In ullamcorper molestie neque, ac faucibus felis efficitur sed. Nam et tristique nisi. Cras iaculis venenatis libero. Suspendisse fermentum, ipsum ac facilisis elementu. + +
+
+
+
+
+ + ); +} + +WhatdoweDO.propTypes = { + +} diff --git a/src/components/WhatdoweDO/lamp.png b/src/components/WhatdoweDO/lamp.png new file mode 100644 index 0000000..7baf6e1 Binary files /dev/null and b/src/components/WhatdoweDO/lamp.png differ diff --git a/src/components/WhyCodeuino/WhyCodeuino.css b/src/components/WhyCodeuino/WhyCodeuino.css new file mode 100644 index 0000000..ada9a34 --- /dev/null +++ b/src/components/WhyCodeuino/WhyCodeuino.css @@ -0,0 +1,40 @@ + + Image{ + width: 100%; + height: 100%; + } + p{ + font-size:0.8em; + } + #whycodeuino{ + display:none; + } + @media only screen and (max-width: 990px) { + h1{ + font-size: 0.9em !important; + } + p{ + font-size:0.8em !important; + } + #whycodeuino{ + display: none; + } + #whycodeuino1{ + display: block; + } + } + @media only screen and (max-width: 767px) { + h1{ + font-size: 1em; + } + p{ + font-size:0.5em; + } + #whycodeuino{ + display: block; + } + #whycodeuino1{ + display: none; + } + } + \ No newline at end of file diff --git a/src/components/WhyCodeuino/WhyCodeuino.js b/src/components/WhyCodeuino/WhyCodeuino.js new file mode 100644 index 0000000..c6ac613 --- /dev/null +++ b/src/components/WhyCodeuino/WhyCodeuino.js @@ -0,0 +1,35 @@ +import React from 'react'; +import PropTypes from 'prop-types'; +import {Nav,NavDropdown,Navbar,Container,Image,Button} from 'react-bootstrap'; + +// import 'bootstrap'; +import whycodeuino from './WhyCodeuino.png' +import "./WhyCodeuino.css"; + +const WhyCodeuino = () => { + return ( +
+
+ + why codeuino + + +

What is CODEUINO?

+

Codeuino is a Non-Profit Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world through building all kinds of social environments, discussion portals and collaboration platforms by giving prospectus to various other organisations, users and outreachers to showcase their products in a custom way. This wide social open networking framework organisation is driven by the volunteers all over the globe. This helps open source enthusiast to build up various technocratic social wide living softwares and researching FOSS projects under code survivors and challenging world. Codeuino takes into house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world.

+ {/* */} +
+ + why codeuino + +
+
+ ); +}; + + +WhyCodeuino.propTypes = { + +}; + + +export default WhyCodeuino; diff --git a/src/components/WhyCodeuino/WhyCodeuino.png b/src/components/WhyCodeuino/WhyCodeuino.png new file mode 100644 index 0000000..a6c8296 Binary files /dev/null and b/src/components/WhyCodeuino/WhyCodeuino.png differ diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..ec2585e --- /dev/null +++ b/src/index.css @@ -0,0 +1,13 @@ +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; +} diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..87d1be5 --- /dev/null +++ b/src/index.js @@ -0,0 +1,12 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; +import './index.css'; +import App from './App'; +import * as serviceWorker from './serviceWorker'; + +ReactDOM.render(, document.getElementById('root')); + +// If you want your app to work offline and load faster, you can change +// unregister() to register() below. Note this comes with some pitfalls. +// Learn more about service workers: https://bit.ly/CRA-PWA +serviceWorker.unregister(); diff --git a/src/logo.svg b/src/logo.svg new file mode 100644 index 0000000..6b60c10 --- /dev/null +++ b/src/logo.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/newlogo.png b/src/newlogo.png new file mode 100644 index 0000000..66a1ac8 Binary files /dev/null and b/src/newlogo.png differ diff --git a/src/newlogo.svg b/src/newlogo.svg new file mode 100644 index 0000000..b20f365 --- /dev/null +++ b/src/newlogo.svg @@ -0,0 +1 @@ +Colored-Horizontal \ No newline at end of file diff --git a/src/pages/About/About.css b/src/pages/About/About.css new file mode 100644 index 0000000..ac4df5e --- /dev/null +++ b/src/pages/About/About.css @@ -0,0 +1,19 @@ +.cover-img-wrapper { + text-align: center; + padding:20px; + position: relative; + background: url('./codeuino-banner.jpg') no-repeat; + background-size: cover; + background-position: center; + height: 25vh; + width: 100%; +} +.cover-img-wrapper > img { + width:auto; + height:25vh +} +@media screen and (max-width:661px) { + .cover-img-wrapper > img { + width:100%; + } +} diff --git a/src/pages/About/About.js b/src/pages/About/About.js new file mode 100644 index 0000000..94b1246 --- /dev/null +++ b/src/pages/About/About.js @@ -0,0 +1,132 @@ +import React, { Component } from "react"; +import PropTypes from "prop-types"; +import Markdown from "react-markdown"; +import "./About.css"; +import marked from "marked"; +import codeuino from "./codeuino-banner.jpg"; +import ScrollToTopBtn from "../../components/ScrollToTopBtn/ScrollToTopBtn.js"; +class Blog extends Component { + constructor(props) { + super(props); + this.state = {}; + this.ContentMarkdown = "# Hello"; + } + componentDidMount() { + const readmePath = require(`./About.md`); + + fetch(readmePath) + .then((response) => { + return response.text(); + }) + .then((text) => { + this.setState({ + markdown: marked(text), + }); + }); + } + render() { + const { markdown } = this.state; + + return ( +
+
+
+
+
+
+
+
+

+ What is CodeUino? +

+

+ CodeUino is an Open Source Social Networking organisation + that provides various robust frameworks solutions which + could span the entire world through building all kinds of + social environments, discussion portals and collaboration + platforms by giving prospectus to various other + organisations, users and outreachers to showcase their + products in a custom way. +

+

+ This wide social open networking framework organisation is + driven by the volunteers all over the globe. This helps open + source enthusiast to build up various technocratic social + wide living softwares and researching FOSS projects under + code survivors and challenging world. CodeUino takes into + house the development of some of the coolest Open Source + Projects that are made with the sole motive to benefit more + and more people present all over the world. +

+ {/*
*/} +

+ Who are we? +

+

+ We are a group of young open source contributors creatively + leveraging our expertise in Social networking and + development projects to improve the quality of outreaching, + interaction and collaboration for the people in developing + nations. We consists of various teams from Development, + Documentation, Designers and Donut Platform. Everyone at + CodeUino contributes to increase efficiency, outreaching for + the user and expedite idea generation for social networking. +

+

+ What is our mission? +

+

+ Communications technology has enabled new approaches to + communities and end-users in which stakeholders across + sectors and organizations are engaged in consensus building + and implementation processes for open source ecosystem. So + Codeuino works with a vision to have open sustainability + within social networking and build OSS/FOSS + social-environmental tools with a sole motive to benefit + organizations and individuals to have a common platform for + collaboration. +

+

+ What do we do? +

+

+ CodeUino takes into house the development of some of the + coolest Open Source Projects that are made with the sole + motive to benefit more and more people present all over the + world. +

+

+ Teams within organization design and develop some basic set + of softwares and networking plugins to help + users/organisations to build up their own platform to + interact for feeds, projects, Scholarships, etc. +

+

+ We build social networking Kit/FOSS for various + organisations to build up social environment for their + organisation to showcase their productivity and services for + their community along with the collaboration platform to + interact with one another. +

+
+
+
+
+
+ +
+ ); + } +} + +Blog.propTypes = {}; + +export default Blog; diff --git a/src/pages/About/About.md b/src/pages/About/About.md new file mode 100644 index 0000000..bfe68a5 --- /dev/null +++ b/src/pages/About/About.md @@ -0,0 +1,17 @@ + +## **What is CodeUino?** + +CodeUino is a Non-Profit Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world through building all kinds of social environments, discussion portals and collaboration platforms by giving prospectus to various other organisations, users and outreachers to showcase their products in a custom way. + +This wide social open networking framework organisation is driven by the volunteers all over the globe. This helps open source enthusiast to build up various technocratic social wide living softwares and researching FOSS projects under code survivors and challenging world. CodeUino takes into house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world. + +## **Who are we?** + +We are a group of young open source contributors creatively leveraging our expertise in Social networking and development projects to improve the quality of outreaching, interaction and collaboration for the people in developing nations. We consists of various teams from Development, Documentation, Designers and Donut Platform. Everyone at CodeUino contributes to increase efficiency, outreaching for the user and expedite idea generation for social networking. + +## **What do we do?** + +* CodeUino takes into house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world. +* Teams within organization design and develop some basic set of softwares and networking plugins to help users/organisations to build up their own platform to interact for feeds, projects, Scholarships, etc. +* We build social networking Kit/FOSS for various organisations to build up social environment for their organisation to showcase their productivity and services for their community along with the collaboration platform to interact with one another. + diff --git a/src/pages/About/codeuino-banner.jpg b/src/pages/About/codeuino-banner.jpg new file mode 100644 index 0000000..21599da Binary files /dev/null and b/src/pages/About/codeuino-banner.jpg differ diff --git a/src/pages/Blogs/Blog.css b/src/pages/Blogs/Blog.css new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Blogs/Blog.js b/src/pages/Blogs/Blog.js new file mode 100644 index 0000000..c82c189 --- /dev/null +++ b/src/pages/Blogs/Blog.js @@ -0,0 +1,170 @@ +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; +import BlogList from './BlogList'; +import Markdown from 'react-markdown'; +import marked from "marked"; +import{Card} from 'react-bootstrap' +class Blog extends Component { + constructor(props){ + super(props); + this.state={ + blogList:[ + { + path:"test.md", + title:"test", + author:"Ayush Nagar", + intro:"aefafcavvacmj n mca nacac jc akj;dc; ja;jdc;jacn jao;nCOILNAL", + tags:["test1","test2","test3"] + }, + { + path:"test.md", + title:"test", + author:"Ayush Nagar", + intro:"aefafcavvacmj n mca nacac jc akj;dc; ja;jdc;jacn jao;nCOILNAL", + tags:["test1","test2","test3"] + } + ], + thisBlog:{ + path:"test2.md", + title:"test", + author:"Ayush Nagar", + tags:["test1","test2","test3"] + } + }; + this.ContentMarkdown = "# Hello" + } + componentDidMount() { + const readmePath = require(`./Blogs/${this.state.thisBlog.path}`); + + fetch(readmePath) + .then(response => { + return response.text() + }) + .then(text => { + this.setState({ + markdown: marked(text) + }) + }) + } + render() { + const { markdown } = this.state; + + return ( +
+
+
+
+ +
+
+
+
+

{this.state.thisBlog.title}

+ { + this.state.thisBlog.tags.map((each,index)=> + {each} + ) + + } +
+ +
+
+
+
+
+
+ +
+

More Blogs

+
+
+
+
+
+ +
+
+
+
+
+

+ MDB Quick Start +

+

Get started with MDBootstrap, the world's most popular Material Design framework for building responsive, + mobile-first sites.

+

+ 5 minutes, a few clicks and... done. You will be surprised at how easy it is. +

+ Start tutorial + + +
+ +
+ +
+
+
+
+ + +
+
+
+
+
+

+ Bootstrap Automation +

+

Learn how to create a smart website which learns your user and reacts properly to his behavior.

+ Start tutorial + + +
+ +
+ +
+
+
+
+ + +
+
+
+
+
+

+ Web Push notifications +

+

Push messaging provides a simple and effective way to re-engage with your users and in this tutorial + you'll learn how to add push notifications to your web app

+ Start tutorial + + +
+ +
+ +
+
+ +
+
+
+
+
+
+ ); + } +} + + +Blog.propTypes = { + +}; + + +export default Blog; diff --git a/src/pages/Blogs/BlogList.css b/src/pages/Blogs/BlogList.css new file mode 100644 index 0000000..b4c292b --- /dev/null +++ b/src/pages/Blogs/BlogList.css @@ -0,0 +1,69 @@ +.card.activity { + width: 20rem; + height: 400px; +} + +.card.activity:hover { + box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.253); +} + +.card.activity.card-body { + padding: 3rem 0; +} + +.card.activity.card-text { + font-size: 0.9rem; + padding: 0.4rem 1.9rem; +} + +.container.fluid.row { + padding-top: 6rem; +} + +.card-img-top.activity { + transform: scale(1); + transition: transform 0.5s ease; + height: 150px; + object-fit: scale-down; +} + +.card-img-top.activity:hover { + transform: scale(1.8); + overflow: hidden; +} + +.btn.activity { + color: #22247a; + background-color: #fff; + border-color: #22247a; +} + +.btn.activity:hover { + color: #fff; + background-color: #22247a; + border-color: #22247a; +} + +.card-title.activity { + font-weight: bold; + height: 100px; +} + +::-webkit-scrollbar { + width: 10px; +} + +/* Track */ +::-webkit-scrollbar-track { + background: #f1f1f1; +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: #3133aa; +} + +/* Handle on hover */ +::-webkit-scrollbar-thumb:hover { + background: #22247a; +} diff --git a/src/pages/Blogs/BlogList.js b/src/pages/Blogs/BlogList.js new file mode 100644 index 0000000..88e57be --- /dev/null +++ b/src/pages/Blogs/BlogList.js @@ -0,0 +1,108 @@ +import React from 'react'; +import './BlogList.css'; + +class BlogList extends React.Component { + constructor(props) { + super(props); + this.state = { + activities: [], + visible: false, + currentActivity: null + }; + } + + componentDidMount() { + let activities = []; + fetch('https://medium-article-fetcher.herokuapp.com/posts', { + crossDomain: true, + method: 'GET', + headers: { 'Content-Type': 'application/json' } + }) + .then(res => { + return res.json(); + }) + .then(resData => { + for (let i = 0; i < resData.items.length; i++) { + let obj = {}; + obj.title = resData.items[i].title; + obj.link = resData.items[i].link; + let m, + urls = [], + str = resData.items[i].content_encoded, + rex = /]+src="?([^"\s]+)"?\s*\/>/g; + + while ((m = rex.exec(str))) { + urls.push(m[1]); + } + obj.img = urls[0]; + + let reg = /<\s*p[^>]*>([^<]*)<\s*\/\s*p\s*>/; + let stream = resData.items[i].content_encoded.match(reg); + + obj.description = + stream[1] + .split(' ') + .slice(0, 20) + .join(' ') + '...'; + + activities.push(obj); + } + this.setState({ activities: activities }); + }) + .catch(err => { + console.log(err); + }); + } + + render() { + return ( +
+
+
+
+
+
+ {this.state.activities.map((currentActivity, index) => { + return ( +
+
+ + +
+

+ {currentActivity.title} +

+

+ {currentActivity.description} +

+ + + Read More + +
+
+
+ ); + })} +
+
+
+
+
+
+ ); + } +} + +export default BlogList; diff --git a/src/pages/Blogs/Blogs/test.md b/src/pages/Blogs/Blogs/test.md new file mode 100644 index 0000000..859d27a --- /dev/null +++ b/src/pages/Blogs/Blogs/test.md @@ -0,0 +1,68 @@ +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + +## Available Scripts + +In the project directory, you can run: + +### `npm start` + +Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + +The page will reload if you make edits.
+You will also see any lint errors in the console. + +### `npm test` + +Launches the test runner in the interactive watch mode.
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. + +### `npm run build` + +Builds the app for production to the `build` folder.
+It correctly bundles React in production mode and optimizes the build for the best performance. + +The build is minified and the filenames include the hashes.
+Your app is ready to be deployed! + +See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. + +### `npm run eject` + +**Note: this is a one-way operation. Once you `eject`, you can’t go back!** + +If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. + +Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. + +You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. + +## Learn More + +You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). + +To learn React, check out the [React documentation](https://reactjs.org/). + +### Code Splitting + +This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting + +### Analyzing the Bundle Size + +This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size + +### Making a Progressive Web App + +This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app + +### Advanced Configuration + +This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration + +### Deployment + +This section has moved here: https://facebook.github.io/create-react-app/docs/deployment + +### `npm run build` fails to minify + +This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify diff --git a/src/pages/Blogs/Blogs/test2.md b/src/pages/Blogs/Blogs/test2.md new file mode 100644 index 0000000..859d27a --- /dev/null +++ b/src/pages/Blogs/Blogs/test2.md @@ -0,0 +1,68 @@ +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + +## Available Scripts + +In the project directory, you can run: + +### `npm start` + +Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + +The page will reload if you make edits.
+You will also see any lint errors in the console. + +### `npm test` + +Launches the test runner in the interactive watch mode.
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. + +### `npm run build` + +Builds the app for production to the `build` folder.
+It correctly bundles React in production mode and optimizes the build for the best performance. + +The build is minified and the filenames include the hashes.
+Your app is ready to be deployed! + +See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. + +### `npm run eject` + +**Note: this is a one-way operation. Once you `eject`, you can’t go back!** + +If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. + +Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. + +You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. + +## Learn More + +You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). + +To learn React, check out the [React documentation](https://reactjs.org/). + +### Code Splitting + +This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting + +### Analyzing the Bundle Size + +This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size + +### Making a Progressive Web App + +This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app + +### Advanced Configuration + +This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration + +### Deployment + +This section has moved here: https://facebook.github.io/create-react-app/docs/deployment + +### `npm run build` fails to minify + +This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify diff --git a/src/pages/COC/COC.js b/src/pages/COC/COC.js new file mode 100644 index 0000000..1d49b6f --- /dev/null +++ b/src/pages/COC/COC.js @@ -0,0 +1,72 @@ +import React from 'react'; +export default function componentName() { + return ( +
+
+
+
+
+
+

Code of conduct

+

The world we currently live in is full of technologies. Like the technical community as a whole, the Codeuino is an open Source organisation that helps to bring amazing people together to create, develop, design and make things with open technologies and share work for benefit of all. + Codeuino Runs various technical projects which tends to bring various open source organisation at one place to build up a unity of Open Source. + + Our project is an important part of the Free Software ecosystem. We work with various projects to create high-quality solutions that span the entire software stack of world While the many Codeuino contributors develop code, smash bugs, write documentation, and help users, the Foundation acts as a guiding hand in the process and provides resources and infrastructure for existing and future building other open source Organisations. + Codeuino is a place where we all learn, explore, teach and reflect in order to accomplish the missions. + + We have agreed upon the following Code of Conduct as a guide to our collaboration and cooperation.

+
+

Be considerate

+

Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect the users and the contributors working on particular project, So you should keep those consequences in mind while making any decision. For instance, if a user is working on some part of a project and you immediately you releases the next part of the same project then it can lead with some problems and the other user may find it difficult in concentrating on previous part which may result in either losing or getting out of track.

+ +

Be Respectful

+

Codeuino community believes in healthiness and respectfulness of every decision made. Not all of us will agree all the time, but disagreement is no excuse for unacceptable behavior and manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It’s important to remember that a community where people feel uncomfortable or threatened is not a productive one. So Members should be respectfulful while conversating and adore and accept every decision made by the community or group of people. Violence, threats of violence or violent language directed against another person should not be included.

+ + +

Be careful in the words that you choose. We are a world-wide Community of experts and potential contributors .Be kind to others. Do not insult or put down other aspirants. Harassment and other exclusionary behavior aren't acceptable. This includes, but is not limited to:

+

Violent threats or language directed against another person for any type of decision can make you dismiss from the community.

+ +

Be careful in the words you choose

+ +

Discriminatory jokes not allowed while talking. + Posting sexually explicit or violent material can make you banned from this community and the issue will be raised about this. Personal insults, especially those using racist or sexist terms. + Repeated harassment of others on the basis of color, size, shape, caste etc is not allowed. In general, if someone asks you to stop these types of behaviour , then you have to stop but if you fail to do so then you will never allowed to collaborate with this community. + We have agreed upon the following Code of Conduct in order to maintain the unity, cooperation and collaboration. +

+ +

Be collaborative

+ +

Codeuino community has various projects which works on the basis of working together and collaboration. So Collaboration is the essential part for an Open Source community. Collaboration between teams that each user have their own goal and vision which is essential; for the whole to be more than the sum of its parts, each part must make an effort to understand the whole. + Collaboration reduces redundancy and improves the quality of our work. Internally and externally, we celebrate good collaboration. Wherever possible, we work closely with upstream projects and others in the free software community to coordinate our efforts. We prefer to work transparently and involve interested parties as early as possible.

+ +

+ Credit

+

A good leader does not seek the limelight, but celebrates team members for the work they do. Leaders may be more visible than members of the team, good ones use that visibility to highlight the great work of others. Codeuino treats everyone equally and everyone is appreciated for every single or small change made by every contributor in the community and everyone is allowed to celebrate the success. +

+

+ Ask for help when unsure +

+

Nobody is expected to be perfect in this community. Asking questions early avoids many problems later, so questions are always encouraged, though they may be directed to the appropriate forum but will be appropriate. Those who are asked for assistance should be responsive and helpful. +

+ +

+ Step down considerately +

+

When somebody leaves or disengages from the project, we ask that they do so in a way that minimises disruption to the project. They should tell people they are leaving and take the proper steps to ensure that others can pick up where they left off. Moreover if the project has been created by single person that would be considered under License of that user in the community. +

+ +

+ Scope. +

+

This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. For examples if a person is representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. This code of conduct applies to all communication: this includes IRC, the mailing list, private emails and other forums such as Skype, Google+ Hangouts, other social sites, etc. +

+

+ Some content has been taken from Ubuntu and Django Code of Conduct. This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. You may re-use it for your own project, and modify it as you wish. +

+
+
+
+
+
+ ); +} diff --git a/src/pages/Codebadge/Codebadge.css b/src/pages/Codebadge/Codebadge.css new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/Codebadge/Codebadge.js b/src/pages/Codebadge/Codebadge.js new file mode 100644 index 0000000..1d5ab29 --- /dev/null +++ b/src/pages/Codebadge/Codebadge.js @@ -0,0 +1,46 @@ +import React,{Component} from 'react' +import PropTypes from 'prop-types'; +// import img from './CodebadgeImage.png' +import marked from "marked"; +import './Codebadge.css' +class Codebadge extends Component { + constructor(props){ + super(props); + this.state={} + } + componentDidMount() { + const readmePath = require(`./Codebadge.md`); + + fetch(readmePath) + .then(response => { + return response.text() + }) + .then(text => { + this.setState({ + markdown: marked(text) + }) + }) + } + render() { + const { markdown } = this.state; + return ( + <> +
+

Codebadge

+
+ {/* images */} +
+
+
+ + ); + } +} + + +Codebadge.propTypes = { + +}; + + +export default Codebadge; diff --git a/src/pages/Codebadge/Codebadge.md b/src/pages/Codebadge/Codebadge.md new file mode 100644 index 0000000..8072273 --- /dev/null +++ b/src/pages/Codebadge/Codebadge.md @@ -0,0 +1,22 @@ + +CodeBadge is a project which takes official GitHub API into consideration and makes a fading badges graph for each organization. This project would be organization-oriented project i.e. each organization will need to serve it on a reserved route, say /codebadge. For eg: If coala wants to integrate CodeBadge, they’ll serve this project on coala.io/codebadge. Our aim is to make CodeBadge as a standard such that people start using it as a measure in order to test their skill level/track their progress in a specific community. For eg, Competitive Coding guys test their skills by asking each other what’s their rank on HackerRank / HackerEarth! Likewise, open-source contributors should start asking, **Hey! What badge did you recently earned on CodeBadge!** + +### Why do we need CodeBadge? +- To track and incorporate contributors’ progress in the community or community’s progress as a whole. Making a one-stop platform to find each contributor’s progress rather than finding it separately for each contributor. +- To show the progress by awarding some really cool badges to top contributors in order to keep them connected towards the community. +- Auto-assign related issues to most active contributors using tagging to keep contributors connected. + + +### Features + +- GitHub Heatmaps are for each person’s profile and can be observed from visiting each contributor’s profile specifically. Whereas, our aim is to show a complete fading graph for an organization, which would hence be capable of showing each contributor’s progress as well. +- There would be some pre-built badges by us as well as we offer the organization to design their own badges. This can be done by the illustrator which we are developing for this project. +- Pre-defined badges could be based on some achievement levels like Baby-Steps, Not-a-Newbie, Almost-Pro, Legendary-Committer, etc which could be awarded by setting some convention like a number of merged PRs or difficulty of issues resolved by the person. +- Creating/Integrating a bot with our platform which would auto-assign/auto-suggest related issues to the top-most active contributors of the community on the basis of tagging, like what their recent PRs were based upon. +- Admin Dashboard creation which would show notifications/cards for whosoever earned any new badge. Community Admins should have some extra privileges to award any extra badge to an extraordinary contributor say Committer-of-the-Month, Top-Contributor, GOAT(Greatest-of-all-Times), etc manually. +- The illustrator will provide the user with an interface which will help the organization to design their own badges. It has a special feature of making a sketch outline of any image which is uploaded. Once a template is uploaded by any user it will also be available to be used by other organizations. It will also provide a feature to make a shareable interface so that more than one person of an organization can work on the same badge at the same time. + + +## How does it work + +For instance, suppose a contributor “X” has been quite active within the community by working on various PRs, opening and resolving various issues, active on chat channels but after a month “X” gets disappeared. So by using this dashboard they will have a badge interface. There will be a badge attached in front of the name of the contributor. Let the name of the badge be “Y” so this badge will have a unique color. So as the time passes like “ a day went, 1 week went, 2 weeks went, a month, etc) this badges will get keep on fading. And Every fade color will have a unique reason. For example, when a contributor made a PR, the badge appeared “Red” in color. This badge will remain in the same color as long as he/she is contributing. Assume that contributor stops contributing and has not contributed for a week so his badge will become green in color. And this will keep on notifying mainaters, Admins about their disappearing. This way the organisations will have greater eye on the contributors and can help them sustain with the community. \ No newline at end of file diff --git a/src/pages/Codo/Codo.js b/src/pages/Codo/Codo.js new file mode 100644 index 0000000..fb43d89 --- /dev/null +++ b/src/pages/Codo/Codo.js @@ -0,0 +1,13 @@ +import React from 'react' +import PropTypes from 'prop-types' + +export default function Codo() { + return ( + <> +

Codo

+ + ); +} + Codo.propTypes = { + +} diff --git a/src/pages/Donut/Donut.css b/src/pages/Donut/Donut.css new file mode 100644 index 0000000..6d45ca7 --- /dev/null +++ b/src/pages/Donut/Donut.css @@ -0,0 +1,3 @@ +p{ + font-size: 1rem; +} \ No newline at end of file diff --git a/src/pages/Donut/Donut.js b/src/pages/Donut/Donut.js new file mode 100644 index 0000000..51a00cc --- /dev/null +++ b/src/pages/Donut/Donut.js @@ -0,0 +1,58 @@ +import React,{Component} from 'react' +import PropTypes from 'prop-types'; +import img from './donutImage.png' +import marked from "marked"; +import './Donut.css' +class Donut extends Component { + constructor(props){ + super(props); + this.state={} + } + componentDidMount() { + const readmePath = require(`./Donut.md`); + + fetch(readmePath) + .then(response => { + return response.text() + }) + .then(text => { + this.setState({ + markdown: marked(text) + }) + }) + } + render() { + const { markdown } = this.state; + return ( + <> +
+
+
+
+
+
+ +
+

Social Platform Donut

+
+ images +
+
+
+
+
+
+
+
+ + ); + } +} + + +Donut.propTypes = { + +}; + + +export default Donut; diff --git a/src/pages/Donut/Donut.md b/src/pages/Donut/Donut.md new file mode 100644 index 0000000..80b0d1a --- /dev/null +++ b/src/pages/Donut/Donut.md @@ -0,0 +1,22 @@ +Being inspired by the Cornucopia of various social hub this project has been developed taking into consideration about open source. + +Well, this is an Open Source Social networking hub which acts as a bridge between various Developers, Organisations and Open Source aspirants to elaborate on various things like \#Projects, \#Events, \#Discussion on various researches, \#Scholarships, \#Coding release and various other things updates. + +The major priority of this project has been that this platform allows users to make their project "Open Sourced" and released them under various open source Organisations, experts which hold up a ring plate on this portal. + +This platform also makes users introduce and develops various solutions in the form of FOSS software to publish them for public use by integrating them with their social cause. Moreover, this project can be downloaded by any user, organization and can be used by them in their own custom way, making it run on their servers. It is built on Node.js and utilizing mongoose as a database. + +## Technical Features + +* Sign Up / Login Authentication. +* Node.js basic Password Authentication \( Uses Unique email and Password \). +* Third party access login and signup. +* Sign Up as a User and Organisation +* Write any Post that acts as a Feed \( with various formatting tools, tags effect, etc \). +* Propose any project that a person wants to raise as researched under various organizations and experts. +* Write Events and get updates of various Events happening around. +* Provides various opportunities to integrate many other Open Source projects recognized by organisations. +* Users can access their Liked Projects separately. + +​ + diff --git a/src/pages/Donut/donutImage.png b/src/pages/Donut/donutImage.png new file mode 100644 index 0000000..89221f2 Binary files /dev/null and b/src/pages/Donut/donutImage.png differ diff --git a/src/pages/Home/Components/Activities.css b/src/pages/Home/Components/Activities.css new file mode 100644 index 0000000..87b80c6 --- /dev/null +++ b/src/pages/Home/Components/Activities.css @@ -0,0 +1,11 @@ +.btn.activity { + color: #22247a; + background-color: #fff; + border-color: #22247a; +} + +.btn.activity:hover { + color: #fff; + background-color: #22247a; + border-color: #22247a; +} diff --git a/src/pages/Home/Components/Activities.js b/src/pages/Home/Components/Activities.js new file mode 100644 index 0000000..7d66b77 --- /dev/null +++ b/src/pages/Home/Components/Activities.js @@ -0,0 +1,87 @@ +import React from 'react'; +import ActivityCard from '../../../components/Activities/ActivityCard'; +import './common.css'; + +class Activities extends React.Component { + constructor(props) { + super(props); + this.state = { + activities: [], + page: 'activities' + }; + } + + componentDidMount() { + let activities = []; + fetch('https://medium-article-fetcher.herokuapp.com/posts', { + crossDomain: true, + method: 'GET', + headers: { 'Content-Type': 'application/json' } + }) + .then(res => { + return res.json(); + }) + .then(resData => { + for (let i = 0; i < 3; i++) { + let obj = {}; + obj.title = resData.items[i].title; + obj.link = resData.items[i].link; + let m, + urls = [], + str = resData.items[i].content_encoded, + rex = /]+src="?([^"\s]+)"?\s*\/>/g; + + while ((m = rex.exec(str))) { + urls.push(m[1]); + } + obj.img = urls[0]; + + let reg = /<\s*p[^>]*>([^<]*)<\s*\/\s*p\s*>/; + let stream = resData.items[i].content_encoded.match(reg); + + obj.description = + stream[1] + .split(' ') + .slice(0, 20) + .join(' ') + '...'; + + activities.push(obj); + } + this.setState({ activities: activities }); + }) + .catch(err => { + console.log(err); + }); + } + render() { + return ( +
+

Activities

+
+
+ {this.state.activities.map((currentActivity, index) => { + return ( +
+ +
+ ); + })} +
+
+ + Continue to the Blogs Page + +
+ ); + } +} + +export default Activities; diff --git a/src/pages/Home/Components/LandingPageComponent.js b/src/pages/Home/Components/LandingPageComponent.js new file mode 100644 index 0000000..56c162d --- /dev/null +++ b/src/pages/Home/Components/LandingPageComponent.js @@ -0,0 +1,52 @@ +import React from 'react' +import Banner from '../images/banner.svg'; +import poster from '../images/poster.svg'; + +import DonateCard from '../../../components/DonateUs/Donate' +const LandingPageComponent = () => { + return ( +
+
+
+
+ all-channels +
+
+

Learn, Build, Contribute, Grow.

+

We are an Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world.

+ +
+
+ +
+
+
+ +

What is Codeuino?

+

Codeuino is an Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world through building all kinds of social environments, discussion portals and collaboration platforms by giving prospectus to various other organisations, users and outreaches to showcase their products in a custom way. This wide social open networking framework organisation is driven by volunteers all over the globe. This helps open source enthusiast to build up various technocratic social wide living software and researching FOSS projects under code survivors and challenging world. Codeuino takes into the house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world..

+
+
+ +

Who we Are?

+

We are a group of young open-source contributors creatively leveraging our expertise in Social networking and development projects to improve the quality of outreaching, interaction and collaboration for the people in developing nations. We consist of various teams from Development, Documentation, Designers and Donut Platform. Everyone at Codeuino contributes to increase efficiency, outreaching for the user and expedite idea generation for social networking.

+
+
+ +

What do we do?

+

Codeuino takes into the house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world. + Teams within organization design and develop some basic set of software and networking plugins to help users/organisations to build up their own platform to interact for feeds, projects, Scholarships, etc. + We build social networking Kit/FOSS for various organisations to build up the social environment for their organisation to showcase their products and services for their community along with the collaboration platform to interact with one another.

+
+
+
+ +
+ +
+ + ) +} + +export default LandingPageComponent \ No newline at end of file diff --git a/src/pages/Home/Components/Partners.js b/src/pages/Home/Components/Partners.js new file mode 100644 index 0000000..1f59bce --- /dev/null +++ b/src/pages/Home/Components/Partners.js @@ -0,0 +1,30 @@ +import React from 'react' +import wwc from '../images/wwc.jpeg'; +import dgocean from '../images/dgocean.svg'; +import DonateCard from '../../../components/DonateUs/Donate' +import './common.css' +const Partners = () => { + return ( +
+
+
+
+
+

Our Partners

+ image +
+
+

Our Sponsers

+ image +
+
+
+
+
+ +
+ +
+ ) +} +export default Partners \ No newline at end of file diff --git a/src/pages/Home/Components/Projects.js b/src/pages/Home/Components/Projects.js new file mode 100644 index 0000000..3ae81d6 --- /dev/null +++ b/src/pages/Home/Components/Projects.js @@ -0,0 +1,82 @@ +import React from 'react' +import donut from '../images/donut.svg'; +import codebadge from '../images/codebadge.svg'; +import card from '../images/card.svg' +import './common.css' +const Projects = () => { + return ( +
+
+
+
Opensource +

Our Projects

+ {/*

Codeuino is a Non-Profit Open Source Social Networking organisation that provides various robust frameworks solutions which could span the entire world through building all kinds of social environments, discussion portals and collaboration platforms by giving prospectus to various other organisations, users and outreachers to showcase their products in a custom way. This wide social open networking framework organisation is driven by the volunteers all over the globe. This helps open source enthusiast to build up various technocratic social wide living softwares and researching FOSS projects under code survivors and challenging world. Codeuino takes into house the development of some of the coolest Open Source Projects that are made with the sole motive to benefit more and more people present all over the world.

*/} +
+
+ image +
+
+

Donut

+

Donut is an open-source, feature-rich, highly flexible and privacy-friendly, social networking platform built for community-oriented collaboration in a customized way. It has been built on the Node.js framework allowing an essential impetus to provide custom and friendly rich widgets and an expansive library of modules to make communication and collaboration easy and successful. With a powerful module system, you can customize this platform by using third party tools, writing your own or integrating other software.

+
+
+ + + +
+
+
+
+

Codebadge

+

Codebadge is an open-source, user-friendly, visual-oriented collaboration tool which incorporates development of badges and integrating with forums in a customized way. Codebadge communicate skills, achievements and contribution tracking by providing visual symbols of accomplishments packed with verifiable data and evidence that can be shared across the web. It is a standard organization-oriented project that provides an essential impetus to Admins and users with an appropriate dashboards.

+
+
+ + + +
+
+
+
+ image +
+
+
+
+
+
+
+
+
+
+
+ +
+
+

Design Project

+

To all the designers in the world something big is comming soon! Update your tools for the battle.

+
+
+
+

Coming Soon

+
+
+ image +
+
+
+
+ +
+
+ {/*
*/} +
+
+ {/* image */} + +
+
+
+ ) +} +export default Projects diff --git a/src/pages/Home/Components/common.css b/src/pages/Home/Components/common.css new file mode 100644 index 0000000..a701e3e --- /dev/null +++ b/src/pages/Home/Components/common.css @@ -0,0 +1,5 @@ +.component-heading{ + margin-bottom: 60px; + font-weight: 600; + font-size:48px; +} \ No newline at end of file diff --git a/src/pages/Home/NewHome.css b/src/pages/Home/NewHome.css new file mode 100644 index 0000000..73a480c --- /dev/null +++ b/src/pages/Home/NewHome.css @@ -0,0 +1,16335 @@ +@font-face{font-family:Feather;src:url("https://d33wubrfki0l68.cloudfront.net/18d0455f25678b44731eac73dc8654df1d2c314e/cae16/static/feather-fe1594343a6aed9427c646993d06ea9c.ttf") format("truetype"), + url("https://d33wubrfki0l68.cloudfront.net/fcbdb6f5022a90c199d8bd12e62dde019a192db3/90e4c/static/feather-d9c23068ef426a94453f85a8c1a695b5.woff") format("woff"), + url("https://d33wubrfki0l68.cloudfront.net/a5bd043b4fadc80f06b6586ca0e5414f64589f82/253d0/static/feather-65d68bd4f2d5cd44c99ab7b30bda3b01.svg#Feather") format("svg"); + font-weight:400; + font-style:normal + } + .fe { + font-family: Feather!important; + speak: none; + font-style: normal; + font-weight: 400; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale + } + .fe-activity:before { + content: "\E900" + } + .fe-airplay:before { + content: "\E901" + } + .fe-alert-circle:before { + content: "\E902" + } + .fe-alert-octagon:before { + content: "\E903" + } + .fe-alert-triangle:before { + content: "\E904" + } + .fe-align-center:before { + content: "\E905" + } + .fe-align-justify:before { + content: "\E906" + } + .fe-align-left:before { + content: "\E907" + } + .fe-align-right:before { + content: "\E908" + } + .fe-anchor:before { + content: "\E909" + } + .fe-aperture:before { + content: "\E90A" + } + .fe-archive:before { + content: "\E90B" + } + .fe-arrow-down:before { + content: "\E90C" + } + .fe-arrow-down-circle:before { + content: "\E90D" + } + .fe-arrow-down-left:before { + content: "\E90E" + } + .fe-arrow-down-right:before { + content: "\E90F" + } + .fe-arrow-left:before { + content: "\E910" + } + .fe-arrow-left-circle:before { + content: "\E911" + } + .fe-arrow-right:before { + content: "\E912" + } + .fe-arrow-right-circle:before { + content: "\E913" + } + .fe-arrow-up:before { + content: "\E914" + } + .fe-arrow-up-circle:before { + content: "\E915" + } + .fe-arrow-up-left:before { + content: "\E916" + } + .fe-arrow-up-right:before { + content: "\E917" + } + .fe-at-sign:before { + content: "\E918" + } + .fe-award:before { + content: "\E919" + } + .fe-bar-chart:before { + content: "\E91A" + } + .fe-bar-chart-2:before { + content: "\E91B" + } + .fe-battery:before { + content: "\E91C" + } + .fe-battery-charging:before { + content: "\E91D" + } + .fe-bell:before { + content: "\E91E" + } + .fe-bell-off:before { + content: "\E91F" + } + .fe-bluetooth:before { + content: "\E920" + } + .fe-bold:before { + content: "\E921" + } + .fe-book:before { + content: "\E922" + } + .fe-book-open:before { + content: "\E923" + } + .fe-bookmark:before { + content: "\E924" + } + .fe-box:before { + content: "\E925" + } + .fe-briefcase:before { + content: "\E926" + } + .fe-calendar:before { + content: "\E927" + } + .fe-camera:before { + content: "\E928" + } + .fe-camera-off:before { + content: "\E929" + } + .fe-cast:before { + content: "\E92A" + } + .fe-check:before { + content: "\E92B" + } + .fe-check-circle:before { + content: "\E92C" + } + .fe-check-square:before { + content: "\E92D" + } + .fe-chevron-down:before { + content: "\E92E" + } + .fe-chevron-left:before { + content: "\E92F" + } + .fe-chevron-right:before { + content: "\E930" + } + .fe-chevron-up:before { + content: "\E931" + } + .fe-chevrons-down:before { + content: "\E932" + } + .fe-chevrons-left:before { + content: "\E933" + } + .fe-chevrons-right:before { + content: "\E934" + } + .fe-chevrons-up:before { + content: "\E935" + } + .fe-chrome:before { + content: "\E936" + } + .fe-circle:before { + content: "\E937" + } + .fe-clipboard:before { + content: "\E938" + } + .fe-clock:before { + content: "\E939" + } + .fe-cloud:before { + content: "\E93A" + } + .fe-cloud-drizzle:before { + content: "\E93B" + } + .fe-cloud-lightning:before { + content: "\E93C" + } + .fe-cloud-off:before { + content: "\E93D" + } + .fe-cloud-rain:before { + content: "\E93E" + } + .fe-cloud-snow:before { + content: "\E93F" + } + .fe-code:before { + content: "\E940" + } + .fe-codepen:before { + content: "\E941" + } + .fe-command:before { + content: "\E942" + } + .fe-compass:before { + content: "\E943" + } + .fe-copy:before { + content: "\E944" + } + .fe-corner-down-left:before { + content: "\E945" + } + .fe-corner-down-right:before { + content: "\E946" + } + .fe-corner-left-down:before { + content: "\E947" + } + .fe-corner-left-up:before { + content: "\E948" + } + .fe-corner-right-down:before { + content: "\E949" + } + .fe-corner-right-up:before { + content: "\E94A" + } + .fe-corner-up-left:before { + content: "\E94B" + } + .fe-corner-up-right:before { + content: "\E94C" + } + .fe-cpu:before { + content: "\E94D" + } + .fe-credit-card:before { + content: "\E94E" + } + .fe-crop:before { + content: "\E94F" + } + .fe-crosshair:before { + content: "\E950" + } + .fe-database:before { + content: "\E951" + } + .fe-delete:before { + content: "\E952" + } + .fe-disc:before { + content: "\E953" + } + .fe-dollar-sign:before { + content: "\E954" + } + .fe-download:before { + content: "\E955" + } + .fe-download-cloud:before { + content: "\E956" + } + .fe-droplet:before { + content: "\E957" + } + .fe-edit:before { + content: "\E958" + } + .fe-edit-2:before { + content: "\E959" + } + .fe-edit-3:before { + content: "\E95A" + } + .fe-external-link:before { + content: "\E95B" + } + .fe-eye:before { + content: "\E95C" + } + .fe-eye-off:before { + content: "\E95D" + } + .fe-facebook:before { + content: "\E95E" + } + .fe-fast-forward:before { + content: "\E95F" + } + .fe-feather:before { + content: "\E960" + } + .fe-file:before { + content: "\E961" + } + .fe-file-minus:before { + content: "\E962" + } + .fe-file-plus:before { + content: "\E963" + } + .fe-file-text:before { + content: "\E964" + } + .fe-film:before { + content: "\E965" + } + .fe-filter:before { + content: "\E966" + } + .fe-flag:before { + content: "\E967" + } + .fe-folder:before { + content: "\E968" + } + .fe-folder-minus:before { + content: "\E969" + } + .fe-folder-plus:before { + content: "\E96A" + } + .fe-gift:before { + content: "\E96B" + } + .fe-git-branch:before { + content: "\E96C" + } + .fe-git-commit:before { + content: "\E96D" + } + .fe-git-merge:before { + content: "\E96E" + } + .fe-git-pull-request:before { + content: "\E96F" + } + .fe-github:before { + content: "\E970" + } + .fe-gitlab:before { + content: "\E971" + } + .fe-globe:before { + content: "\E972" + } + .fe-grid:before { + content: "\E973" + } + .fe-hard-drive:before { + content: "\E974" + } + .fe-hash:before { + content: "\E975" + } + .fe-headphones:before { + content: "\E976" + } + .fe-heart:before { + content: "\E977" + } + .fe-help-circle:before { + content: "\E978" + } + .fe-home:before { + content: "\E979" + } + .fe-image:before { + content: "\E97A" + } + .fe-inbox:before { + content: "\E97B" + } + .fe-info:before { + content: "\E97C" + } + .fe-instagram:before { + content: "\E97D" + } + .fe-italic:before { + content: "\E97E" + } + .fe-layers:before { + content: "\E97F" + } + .fe-layout:before { + content: "\E980" + } + .fe-life-buoy:before { + content: "\E981" + } + .fe-link:before { + content: "\E982" + } + .fe-link-2:before { + content: "\E983" + } + .fe-linkedin:before { + content: "\E984" + } + .fe-list:before { + content: "\E985" + } + .fe-loader:before { + content: "\E986" + } + .fe-lock:before { + content: "\E987" + } + .fe-log-in:before { + content: "\E988" + } + .fe-log-out:before { + content: "\E989" + } + .fe-mail:before { + content: "\E98A" + } + .fe-map:before { + content: "\E98B" + } + .fe-map-pin:before { + content: "\E98C" + } + .fe-maximize:before { + content: "\E98D" + } + .fe-maximize-2:before { + content: "\E98E" + } + .fe-menu:before { + content: "\E98F" + } + .fe-message-circle:before { + content: "\E990" + } + .fe-message-square:before { + content: "\E991" + } + .fe-mic:before { + content: "\E992" + } + .fe-mic-off:before { + content: "\E993" + } + .fe-minimize:before { + content: "\E994" + } + .fe-minimize-2:before { + content: "\E995" + } + .fe-minus:before { + content: "\E996" + } + .fe-minus-circle:before { + content: "\E997" + } + .fe-minus-square:before { + content: "\E998" + } + .fe-monitor:before { + content: "\E999" + } + .fe-moon:before { + content: "\E99A" + } + .fe-more-horizontal:before { + content: "\E99B" + } + .fe-more-vertical:before { + content: "\E99C" + } + .fe-move:before { + content: "\E99D" + } + .fe-music:before { + content: "\E99E" + } + .fe-navigation:before { + content: "\E99F" + } + .fe-navigation-2:before { + content: "\E9A0" + } + .fe-octagon:before { + content: "\E9A1" + } + .fe-package:before { + content: "\E9A2" + } + .fe-paperclip:before { + content: "\E9A3" + } + .fe-pause:before { + content: "\E9A4" + } + .fe-pause-circle:before { + content: "\E9A5" + } + .fe-percent:before { + content: "\E9A6" + } + .fe-phone:before { + content: "\E9A7" + } + .fe-phone-call:before { + content: "\E9A8" + } + .fe-phone-forwarded:before { + content: "\E9A9" + } + .fe-phone-incoming:before { + content: "\E9AA" + } + .fe-phone-missed:before { + content: "\E9AB" + } + .fe-phone-off:before { + content: "\E9AC" + } + .fe-phone-outgoing:before { + content: "\E9AD" + } + .fe-pie-chart:before { + content: "\E9AE" + } + .fe-play:before { + content: "\E9AF" + } + .fe-play-circle:before { + content: "\E9B0" + } + .fe-plus:before { + content: "\E9B1" + } + .fe-plus-circle:before { + content: "\E9B2" + } + .fe-plus-square:before { + content: "\E9B3" + } + .fe-pocket:before { + content: "\E9B4" + } + .fe-power:before { + content: "\E9B5" + } + .fe-printer:before { + content: "\E9B6" + } + .fe-radio:before { + content: "\E9B7" + } + .fe-refresh-ccw:before { + content: "\E9B8" + } + .fe-refresh-cw:before { + content: "\E9B9" + } + .fe-repeat:before { + content: "\E9BA" + } + .fe-rewind:before { + content: "\E9BB" + } + .fe-rotate-ccw:before { + content: "\E9BC" + } + .fe-rotate-cw:before { + content: "\E9BD" + } + .fe-rss:before { + content: "\E9BE" + } + .fe-save:before { + content: "\E9BF" + } + .fe-scissors:before { + content: "\E9C0" + } + .fe-search:before { + content: "\E9C1" + } + .fe-send:before { + content: "\E9C2" + } + .fe-server:before { + content: "\E9C3" + } + .fe-settings:before { + content: "\E9C4" + } + .fe-share:before { + content: "\E9C5" + } + .fe-share-2:before { + content: "\E9C6" + } + .fe-shield:before { + content: "\E9C7" + } + .fe-shield-off:before { + content: "\E9C8" + } + .fe-shopping-bag:before { + content: "\E9C9" + } + .fe-shopping-cart:before { + content: "\E9CA" + } + .fe-shuffle:before { + content: "\E9CB" + } + .fe-sidebar:before { + content: "\E9CC" + } + .fe-skip-back:before { + content: "\E9CD" + } + .fe-skip-forward:before { + content: "\E9CE" + } + .fe-slack:before { + content: "\E9CF" + } + .fe-slash:before { + content: "\E9D0" + } + .fe-sliders:before { + content: "\E9D1" + } + .fe-smartphone:before { + content: "\E9D2" + } + .fe-speaker:before { + content: "\E9D3" + } + .fe-square:before { + content: "\E9D4" + } + .fe-star:before { + content: "\E9D5" + } + .fe-stop-circle:before { + content: "\E9D6" + } + .fe-sun:before { + content: "\E9D7" + } + .fe-sunrise:before { + content: "\E9D8" + } + .fe-sunset:before { + content: "\E9D9" + } + .fe-tablet:before { + content: "\E9DA" + } + .fe-tag:before { + content: "\E9DB" + } + .fe-target:before { + content: "\E9DC" + } + .fe-terminal:before { + content: "\E9DD" + } + .fe-thermometer:before { + content: "\E9DE" + } + .fe-thumbs-down:before { + content: "\E9DF" + } + .fe-thumbs-up:before { + content: "\E9E0" + } + .fe-toggle-left:before { + content: "\E9E1" + } + .fe-toggle-right:before { + content: "\E9E2" + } + .fe-trash:before { + content: "\E9E3" + } + .fe-trash-2:before { + content: "\E9E4" + } + .fe-trending-down:before { + content: "\E9E5" + } + .fe-trending-up:before { + content: "\E9E6" + } + .fe-triangle:before { + content: "\E9E7" + } + .fe-truck:before { + content: "\E9E8" + } + .fe-tv:before { + content: "\E9E9" + } + .fe-twitter:before { + content: "\E9EA" + } + .fe-type:before { + content: "\E9EB" + } + .fe-umbrella:before { + content: "\E9EC" + } + .fe-underline:before { + content: "\E9ED" + } + .fe-unlock:before { + content: "\E9EE" + } + .fe-upload:before { + content: "\E9EF" + } + .fe-upload-cloud:before { + content: "\E9F0" + } + .fe-user:before { + content: "\E9F1" + } + .fe-user-check:before { + content: "\E9F2" + } + .fe-user-minus:before { + content: "\E9F3" + } + .fe-user-plus:before { + content: "\E9F4" + } + .fe-user-x:before { + content: "\E9F5" + } + .fe-users:before { + content: "\E9F6" + } + .fe-video:before { + content: "\E9F7" + } + .fe-video-off:before { + content: "\E9F8" + } + .fe-voicemail:before { + content: "\E9F9" + } + .fe-volume:before { + content: "\E9FA" + } + .fe-volume-1:before { + content: "\E9FB" + } + .fe-volume-2:before { + content: "\E9FC" + } + .fe-volume-x:before { + content: "\E9FD" + } + .fe-watch:before { + content: "\E9FE" + } + .fe-wifi:before { + content: "\E9FF" + } + .fe-wifi-off:before { + content: "\EA00" + } + .fe-wind:before { + content: "\EA01" + } + .fe-x:before { + content: "\EA02" + } + .fe-x-circle:before { + content: "\EA03" + } + .fe-x-square:before { + content: "\EA04" + } + .fe-youtube:before { + content: "\EA05" + } + .fe-zap:before { + content: "\EA06" + } + .fe-zap-off:before { + content: "\EA07" + } + .fe-zoom-in:before { + content: "\EA08" + } + .fe-zoom-out:before { + content: "\EA09" + } + /*! + * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + + :root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #869ab8; + --gray-dark: #384c74; + --primary: #1f93ff; + --secondary: #506690; + --success: #42ba96; + --info: #7c69ef; + --warning: #fad776; + --danger: #df4759; + --light: #f9fbfd; + --dark: #2b354f; + --primary-desat: #6c8aec; + --black: #161c2d; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace + } + *, + :after, + :before { + box-sizing: border-box + } + html { + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(22, 28, 45, 0) + } + + article, + aside, + figcaption, + figure, + footer, + header, + hgroup, + main, + nav, + section, + div { + display: block + } + body { + margin: 0; + font-family: HKGroteskPro, serif; + font-size: 1.0625rem; + font-weight: 400; + line-height: 1.6; + color: #161c2d; + text-align: left; + background-color: #fff + } + [tabindex="-1"]:focus { + outline: 0!important + } + hr { + box-sizing: content-box; + height: 0; + overflow: visible + } + h1, + h2, + h3, + h4, + h5, + h6 { + margin-top: 0; + margin-bottom: .5rem + } + p { + margin-top: 0; + margin-bottom: 1rem + } + abbr[data-original-title], + abbr[title] { + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none + } + address { + font-style: normal; + line-height: inherit + } + address, + dl, + ol, + ul { + margin-bottom: 1rem + } + dl, + ol, + ul { + margin-top: 0 + } + ol ol, + ol ul, + ul ol, + ul ul { + margin-bottom: 0 + } + dt { + font-weight: 600 + } + dd { + margin-bottom: .5rem; + margin-left: 0 + } + blockquote { + margin: 0 0 1rem + } + b, + strong { + font-weight: bolder + } + small { + font-size: 80% + } + sub, + sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline + } + sub { + bottom: -.25em + } + sup { + top: -.5em + } + a { + color: #1f93ff; + text-decoration: none; + background-color: transparent + } + a:hover { + color: #006cd2; + text-decoration: underline + } + a:not([href]):not([tabindex]), + a:not([href]):not([tabindex]):focus, + a:not([href]):not([tabindex]):hover { + color: inherit; + text-decoration: none + } + a:not([href]):not([tabindex]):focus { + outline: 0 + } + code, + kbd, + pre, + samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; + font-size: 1em + } + pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto + } + figure { + margin: 0 0 1rem + } + img { + border-style: none + } + img, + svg { + vertical-align: middle + } + svg { + overflow: hidden + } + table { + border-collapse: collapse + } + caption { + padding-top: 1.5rem 2rem; + padding-bottom: 1.5rem 2rem; + color: #869ab8; + text-align: left; + caption-side: bottom + } + th { + text-align: inherit + } + label { + display: inline-block; + margin-bottom: .5rem + } + button { + border-radius: 0 + } + button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color + } + button, + input, + optgroup, + select, + textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit + } + button, + input { + overflow: visible + } + button, + select { + text-transform: none + } + select { + word-wrap: normal + } + [type=button], + [type=reset], + [type=submit], + button { + -webkit-appearance: button + } + [type=button]:not(:disabled), + [type=reset]:not(:disabled), + [type=submit]:not(:disabled), + button:not(:disabled) { + cursor: pointer + } + [type=button]::-moz-focus-inner, + [type=reset]::-moz-focus-inner, + [type=submit]::-moz-focus-inner, + button::-moz-focus-inner { + padding: 0; + border-style: none + } + input[type=checkbox], + input[type=radio] { + box-sizing: border-box; + padding: 0 + } + input[type=date], + input[type=datetime-local], + input[type=month], + input[type=time] { + -webkit-appearance: listbox + } + textarea { + overflow: auto; + resize: vertical + } + fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0 + } + legend { + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal + } + progress { + vertical-align: baseline + } + [type=number]::-webkit-inner-spin-button, + [type=number]::-webkit-outer-spin-button { + height: auto + } + [type=search] { + outline-offset: -2px; + -webkit-appearance: none + } + [type=search]::-webkit-search-decoration { + -webkit-appearance: none + } + ::-webkit-file-upload-button { + font: inherit; + -webkit-appearance: button + } + output { + display: inline-block + } + summary { + display: list-item; + cursor: pointer + } + template { + display: none + } + [hidden] { + display: none!important + } + .h1, + .h2, + .h3, + .h4, + .h5, + .h6, + h1, + h2, + h3, + h4, + h5, + h6 { + margin-bottom: .5rem; + font-weight: 400; + line-height: 1 + } + .h1, + h1 { + font-size: 2.3125rem + } + .h2, + h2 { + font-size: 1.9375rem + } + .h3, + h3 { + font-size: 1.3125rem + } + .h4, + h4 { + font-size: 1.1875rem + } + .h5, + h5 { + font-size: 1.0625rem + } + .h6, + h6 { + font-size: .75rem + } + .lead { + font-size: 1.3125rem; + font-weight: 400 + } + .display-1 { + font-size: 4.375rem + } + .display-1, + .display-2 { + font-weight: 400; + line-height: 1 + } + .display-2 { + font-size: 3.8125rem + } + .display-3 { + font-size: 3rem + } + .display-3, + .display-4 { + font-weight: 400; + line-height: 1 + } + .display-4 { + font-size: 2.6875rem + } + hr { + margin-top: 1rem; + margin-bottom: 1rem; + border: 0; + border-top: 1px solid #f1f4f8 + } + .small, + small { + font-size: 88.2%; + font-weight: 400 + } + .mark, + mark { + padding: .2em; + background-color: #fcf8e3 + } + .list-inline, + .list-unstyled { + padding-left: 0; + list-style: none + } + .list-inline-item { + display: inline-block + } + .list-inline-item:not(:last-child) { + margin-right: .5rem + } + .initialism { + font-size: 90%; + text-transform: uppercase + } + .blockquote { + margin-bottom: 1rem; + font-size: 1.25rem + } + .blockquote-footer { + display: block; + font-size: .75rem; + color: #869ab8 + } + .blockquote-footer:before { + content: "\2014\A0" + } + .img-fluid, + .img-thumbnail { + max-width: 100%; + height: auto + } + .img-thumbnail { + padding: .25rem; + background-color: #fff; + border: 1px solid #d9e2ef; + border-radius: .375rem; + box-shadow: 0 1px 2px rgba(22, 28, 45, .075) + } + .figure { + display: inline-block + } + .figure-img { + margin-bottom: .5rem; + line-height: 1 + } + .figure-caption { + font-size: 88.2%; + color: #869ab8 + } + code { + font-size: .8125rem; + color: #e83e8c; + word-break: break-word + } + a>code { + color: inherit + } + kbd { + padding: .2rem .4rem; + font-size: .8125rem; + color: #fff; + background-color: #2b354f; + border-radius: .2rem; + box-shadow: inset 0 -.1rem 0 rgba(22, 28, 45, .25) + } + kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 600; + box-shadow: none + } + pre { + display: block; + font-size: .8125rem; + color: #2b354f + } + pre code { + font-size: inherit; + color: inherit; + word-break: normal + } + .pre-scrollable { + max-height: 340px; + overflow-y: scroll + } + .container { + width: 100%; + padding-right: 20px; + padding-left: 20px; + margin-right: auto; + margin-left: auto + } + @media (min-width: 576px) { + .container { + max-width: 540px + } + } + @media (min-width: 768px) { + .container { + max-width: 720px + } + } + @media (min-width: 992px) { + .container { + max-width: 960px + } + } + @media (min-width: 1200px) { + .container { + max-width: 1200px + } + } + .container-fluid { + width: 100%; + padding-right: 20px; + padding-left: 20px; + margin-right: auto; + margin-left: auto + } + .row { + display: flex; + flex-wrap: wrap; + margin-right: -20px; + margin-left: -20px + } + .no-gutters { + margin-right: 0; + margin-left: 0 + } + .no-gutters>.col, + .no-gutters>[class*=col-] { + padding-right: 0; + padding-left: 0 + } + .col, + .col-1, + .col-2, + .col-3, + .col-4, + .col-5, + .col-6, + .col-7, + .col-8, + .col-9, + .col-10, + .col-11, + .col-12, + .col-auto, + .col-lg, + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12, + .col-lg-auto, + .col-md, + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12, + .col-md-auto, + .col-sm, + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12, + .col-sm-auto, + .col-xl, + .col-xl-1, + .col-xl-2, + .col-xl-3, + .col-xl-4, + .col-xl-5, + .col-xl-6, + .col-xl-7, + .col-xl-8, + .col-xl-9, + .col-xl-10, + .col-xl-11, + .col-xl-12, + .col-xl-auto { + position: relative; + width: 100%; + padding-right: 20px; + padding-left: 20px + } + .col { + flex-basis: 0; + flex-grow: 1; + max-width: 100% + } + .col-auto { + flex: 0 0 auto; + width: auto; + max-width: 100% + } + .col-1 { + flex: 0 0 8.33333%; + max-width: 8.33333% + } + .col-2 { + flex: 0 0 16.66667%; + max-width: 16.66667% + } + .col-3 { + flex: 0 0 25%; + max-width: 25% + } + .col-4 { + flex: 0 0 33.33333%; + max-width: 33.33333% + } + .col-5 { + flex: 0 0 41.66667%; + max-width: 41.66667% + } + .col-6 { + flex: 0 0 50%; + max-width: 50% + } + .col-7 { + flex: 0 0 58.33333%; + max-width: 58.33333% + } + .col-8 { + flex: 0 0 66.66667%; + max-width: 66.66667% + } + .col-9 { + flex: 0 0 75%; + max-width: 75% + } + .col-10 { + flex: 0 0 83.33333%; + max-width: 83.33333% + } + .col-11 { + flex: 0 0 91.66667%; + max-width: 91.66667% + } + .col-12 { + flex: 0 0 100%; + max-width: 100% + } + .order-first { + order: -1 + } + .order-last { + order: 13 + } + .order-0 { + order: 0 + } + .order-1 { + order: 1 + } + .order-2 { + order: 2 + } + .order-3 { + order: 3 + } + .order-4 { + order: 4 + } + .order-5 { + order: 5 + } + .order-6 { + order: 6 + } + .order-7 { + order: 7 + } + .order-8 { + order: 8 + } + .order-9 { + order: 9 + } + .order-10 { + order: 10 + } + .order-11 { + order: 11 + } + .order-12 { + order: 12 + } + .offset-1 { + margin-left: 8.33333% + } + .offset-2 { + margin-left: 16.66667% + } + .offset-3 { + margin-left: 25% + } + .offset-4 { + margin-left: 33.33333% + } + .offset-5 { + margin-left: 41.66667% + } + .offset-6 { + margin-left: 50% + } + .offset-7 { + margin-left: 58.33333% + } + .offset-8 { + margin-left: 66.66667% + } + .offset-9 { + margin-left: 75% + } + .offset-10 { + margin-left: 83.33333% + } + .offset-11 { + margin-left: 91.66667% + } + @media (min-width: 576px) { + .col-sm { + flex-basis: 0; + flex-grow: 1; + max-width: 100% + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + max-width: 100% + } + .col-sm-1 { + flex: 0 0 8.33333%; + max-width: 8.33333% + } + .col-sm-2 { + flex: 0 0 16.66667%; + max-width: 16.66667% + } + .col-sm-3 { + flex: 0 0 25%; + max-width: 25% + } + .col-sm-4 { + flex: 0 0 33.33333%; + max-width: 33.33333% + } + .col-sm-5 { + flex: 0 0 41.66667%; + max-width: 41.66667% + } + .col-sm-6 { + flex: 0 0 50%; + max-width: 50% + } + .col-sm-7 { + flex: 0 0 58.33333%; + max-width: 58.33333% + } + .col-sm-8 { + flex: 0 0 66.66667%; + max-width: 66.66667% + } + .col-sm-9 { + flex: 0 0 75%; + max-width: 75% + } + .col-sm-10 { + flex: 0 0 83.33333%; + max-width: 83.33333% + } + .col-sm-11 { + flex: 0 0 91.66667%; + max-width: 91.66667% + } + .col-sm-12 { + flex: 0 0 100%; + max-width: 100% + } + .order-sm-first { + order: -1 + } + .order-sm-last { + order: 13 + } + .order-sm-0 { + order: 0 + } + .order-sm-1 { + order: 1 + } + .order-sm-2 { + order: 2 + } + .order-sm-3 { + order: 3 + } + .order-sm-4 { + order: 4 + } + .order-sm-5 { + order: 5 + } + .order-sm-6 { + order: 6 + } + .order-sm-7 { + order: 7 + } + .order-sm-8 { + order: 8 + } + .order-sm-9 { + order: 9 + } + .order-sm-10 { + order: 10 + } + .order-sm-11 { + order: 11 + } + .order-sm-12 { + order: 12 + } + .offset-sm-0 { + margin-left: 0 + } + .offset-sm-1 { + margin-left: 8.33333% + } + .offset-sm-2 { + margin-left: 16.66667% + } + .offset-sm-3 { + margin-left: 25% + } + .offset-sm-4 { + margin-left: 33.33333% + } + .offset-sm-5 { + margin-left: 41.66667% + } + .offset-sm-6 { + margin-left: 50% + } + .offset-sm-7 { + margin-left: 58.33333% + } + .offset-sm-8 { + margin-left: 66.66667% + } + .offset-sm-9 { + margin-left: 75% + } + .offset-sm-10 { + margin-left: 83.33333% + } + .offset-sm-11 { + margin-left: 91.66667% + } + } + @media (min-width: 768px) { + .col-md { + flex-basis: 0; + flex-grow: 1; + max-width: 100% + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + max-width: 100% + } + .col-md-1 { + flex: 0 0 8.33333%; + max-width: 8.33333% + } + .col-md-2 { + flex: 0 0 16.66667%; + max-width: 16.66667% + } + .col-md-3 { + flex: 0 0 25%; + max-width: 25% + } + .col-md-4 { + flex: 0 0 33.33333%; + max-width: 33.33333% + } + .col-md-5 { + flex: 0 0 41.66667%; + max-width: 41.66667% + } + .col-md-6 { + flex: 0 0 50%; + max-width: 50% + } + .col-md-7 { + flex: 0 0 58.33333%; + max-width: 58.33333% + } + .col-md-8 { + flex: 0 0 66.66667%; + max-width: 66.66667% + } + .col-md-9 { + flex: 0 0 75%; + max-width: 75% + } + .col-md-10 { + flex: 0 0 83.33333%; + max-width: 83.33333% + } + .col-md-11 { + flex: 0 0 91.66667%; + max-width: 91.66667% + } + .col-md-12 { + flex: 0 0 100%; + max-width: 100% + } + .order-md-first { + order: -1 + } + .order-md-last { + order: 13 + } + .order-md-0 { + order: 0 + } + .order-md-1 { + order: 1 + } + .order-md-2 { + order: 2 + } + .order-md-3 { + order: 3 + } + .order-md-4 { + order: 4 + } + .order-md-5 { + order: 5 + } + .order-md-6 { + order: 6 + } + .order-md-7 { + order: 7 + } + .order-md-8 { + order: 8 + } + .order-md-9 { + order: 9 + } + .order-md-10 { + order: 10 + } + .order-md-11 { + order: 11 + } + .order-md-12 { + order: 12 + } + .offset-md-0 { + margin-left: 0 + } + .offset-md-1 { + margin-left: 8.33333% + } + .offset-md-2 { + margin-left: 16.66667% + } + .offset-md-3 { + margin-left: 25% + } + .offset-md-4 { + margin-left: 33.33333% + } + .offset-md-5 { + margin-left: 41.66667% + } + .offset-md-6 { + margin-left: 50% + } + .offset-md-7 { + margin-left: 58.33333% + } + .offset-md-8 { + margin-left: 66.66667% + } + .offset-md-9 { + margin-left: 75% + } + .offset-md-10 { + margin-left: 83.33333% + } + .offset-md-11 { + margin-left: 91.66667% + } + } + @media (min-width: 992px) { + .col-lg { + flex-basis: 0; + flex-grow: 1; + max-width: 100% + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + max-width: 100% + } + .col-lg-1 { + flex: 0 0 8.33333%; + max-width: 8.33333% + } + .col-lg-2 { + flex: 0 0 16.66667%; + max-width: 16.66667% + } + .col-lg-3 { + flex: 0 0 25%; + max-width: 25% + } + .col-lg-4 { + flex: 0 0 33.33333%; + max-width: 33.33333% + } + .col-lg-5 { + flex: 0 0 41.66667%; + max-width: 41.66667% + } + .col-lg-6 { + flex: 0 0 50%; + max-width: 50% + } + .col-lg-7 { + flex: 0 0 58.33333%; + max-width: 58.33333% + } + .col-lg-8 { + flex: 0 0 66.66667%; + max-width: 66.66667% + } + .col-lg-9 { + flex: 0 0 75%; + max-width: 75% + } + .col-lg-10 { + flex: 0 0 83.33333%; + max-width: 83.33333% + } + .col-lg-11 { + flex: 0 0 91.66667%; + max-width: 91.66667% + } + .col-lg-12 { + flex: 0 0 100%; + max-width: 100% + } + .order-lg-first { + order: -1 + } + .order-lg-last { + order: 13 + } + .order-lg-0 { + order: 0 + } + .order-lg-1 { + order: 1 + } + .order-lg-2 { + order: 2 + } + .order-lg-3 { + order: 3 + } + .order-lg-4 { + order: 4 + } + .order-lg-5 { + order: 5 + } + .order-lg-6 { + order: 6 + } + .order-lg-7 { + order: 7 + } + .order-lg-8 { + order: 8 + } + .order-lg-9 { + order: 9 + } + .order-lg-10 { + order: 10 + } + .order-lg-11 { + order: 11 + } + .order-lg-12 { + order: 12 + } + .offset-lg-0 { + margin-left: 0 + } + .offset-lg-1 { + margin-left: 8.33333% + } + .offset-lg-2 { + margin-left: 16.66667% + } + .offset-lg-3 { + margin-left: 25% + } + .offset-lg-4 { + margin-left: 33.33333% + } + .offset-lg-5 { + margin-left: 41.66667% + } + .offset-lg-6 { + margin-left: 50% + } + .offset-lg-7 { + margin-left: 58.33333% + } + .offset-lg-8 { + margin-left: 66.66667% + } + .offset-lg-9 { + margin-left: 75% + } + .offset-lg-10 { + margin-left: 83.33333% + } + .offset-lg-11 { + margin-left: 91.66667% + } + } + @media (min-width: 1200px) { + .col-xl { + flex-basis: 0; + flex-grow: 1; + max-width: 100% + } + .col-xl-auto { + flex: 0 0 auto; + width: auto; + max-width: 100% + } + .col-xl-1 { + flex: 0 0 8.33333%; + max-width: 8.33333% + } + .col-xl-2 { + flex: 0 0 16.66667%; + max-width: 16.66667% + } + .col-xl-3 { + flex: 0 0 25%; + max-width: 25% + } + .col-xl-4 { + flex: 0 0 33.33333%; + max-width: 33.33333% + } + .col-xl-5 { + flex: 0 0 41.66667%; + max-width: 41.66667% + } + .col-xl-6 { + flex: 0 0 50%; + max-width: 50% + } + .col-xl-7 { + flex: 0 0 58.33333%; + max-width: 58.33333% + } + .col-xl-8 { + flex: 0 0 66.66667%; + max-width: 66.66667% + } + .col-xl-9 { + flex: 0 0 75%; + max-width: 75% + } + .col-xl-10 { + flex: 0 0 83.33333%; + max-width: 83.33333% + } + .col-xl-11 { + flex: 0 0 91.66667%; + max-width: 91.66667% + } + .col-xl-12 { + flex: 0 0 100%; + max-width: 100% + } + .order-xl-first { + order: -1 + } + .order-xl-last { + order: 13 + } + .order-xl-0 { + order: 0 + } + .order-xl-1 { + order: 1 + } + .order-xl-2 { + order: 2 + } + .order-xl-3 { + order: 3 + } + .order-xl-4 { + order: 4 + } + .order-xl-5 { + order: 5 + } + .order-xl-6 { + order: 6 + } + .order-xl-7 { + order: 7 + } + .order-xl-8 { + order: 8 + } + .order-xl-9 { + order: 9 + } + .order-xl-10 { + order: 10 + } + .order-xl-11 { + order: 11 + } + .order-xl-12 { + order: 12 + } + .offset-xl-0 { + margin-left: 0 + } + .offset-xl-1 { + margin-left: 8.33333% + } + .offset-xl-2 { + margin-left: 16.66667% + } + .offset-xl-3 { + margin-left: 25% + } + .offset-xl-4 { + margin-left: 33.33333% + } + .offset-xl-5 { + margin-left: 41.66667% + } + .offset-xl-6 { + margin-left: 50% + } + .offset-xl-7 { + margin-left: 58.33333% + } + .offset-xl-8 { + margin-left: 66.66667% + } + .offset-xl-9 { + margin-left: 75% + } + .offset-xl-10 { + margin-left: 83.33333% + } + .offset-xl-11 { + margin-left: 91.66667% + } + } + .table { + width: 100%; + margin-bottom: 1rem; + color: #161c2d; + background-color: #fff + } + .table td, + .table th { + padding: 1.5rem 2rem; + vertical-align: top; + border-top: 1px solid #f1f4f8 + } + .table thead th { + vertical-align: bottom; + border-bottom: 2px solid #f1f4f8 + } + .table tbody+tbody { + border-top: 2px solid #f1f4f8 + } + .table-sm td, + .table-sm th { + padding: .3rem + } + .table-bordered, + .table-bordered td, + .table-bordered th { + border: 1px solid #f1f4f8 + } + .table-bordered thead td, + .table-bordered thead th { + border-bottom-width: 2px + } + .table-borderless tbody+tbody, + .table-borderless td, + .table-borderless th, + .table-borderless thead th { + border: 0 + } + .table-striped tbody tr:nth-of-type(odd) { + background-color: #f9fbfd + } + .table-hover tbody tr:hover { + color: #161c2d; + background-color: rgba(22, 28, 45, .075) + } + .table-primary, + .table-primary>td, + .table-primary>th { + background-color: #c0e1ff + } + .table-primary tbody+tbody, + .table-primary td, + .table-primary th, + .table-primary thead th { + border-color: #8bc7ff + } + .table-hover .table-primary:hover, + .table-hover .table-primary:hover>td, + .table-hover .table-primary:hover>th { + background-color: #a7d5ff + } + .table-secondary, + .table-secondary>td, + .table-secondary>th { + background-color: #ced4e0 + } + .table-secondary tbody+tbody, + .table-secondary td, + .table-secondary th, + .table-secondary thead th { + border-color: #a4afc5 + } + .table-hover .table-secondary:hover, + .table-hover .table-secondary:hover>td, + .table-hover .table-secondary:hover>th { + background-color: #bec6d6 + } + .table-success, + .table-success>td, + .table-success>th { + background-color: #caece2 + } + .table-success tbody+tbody, + .table-success td, + .table-success th, + .table-success thead th { + border-color: #9ddbc8 + } + .table-hover .table-success:hover, + .table-hover .table-success:hover>td, + .table-hover .table-success:hover>th { + background-color: #b7e5d8 + } + .table-info, + .table-info>td, + .table-info>th { + background-color: #dad5fb + } + .table-info tbody+tbody, + .table-info td, + .table-info th, + .table-info thead th { + border-color: #bbb1f7 + } + .table-hover .table-info:hover, + .table-hover .table-info:hover>td, + .table-hover .table-info:hover>th { + background-color: #c5bef9 + } + .table-warning, + .table-warning>td, + .table-warning>th { + background-color: #fef4d9 + } + .table-warning tbody+tbody, + .table-warning td, + .table-warning th, + .table-warning thead th { + border-color: #fceab8 + } + .table-hover .table-warning:hover, + .table-hover .table-warning:hover>td, + .table-hover .table-warning:hover>th { + background-color: #fdedc0 + } + .table-danger, + .table-danger>td, + .table-danger>th { + background-color: #f6cbd1 + } + .table-danger tbody+tbody, + .table-danger td, + .table-danger th, + .table-danger thead th { + border-color: #ee9fa9 + } + .table-hover .table-danger:hover, + .table-hover .table-danger:hover>td, + .table-hover .table-danger:hover>th { + background-color: #f2b5be + } + .table-light, + .table-light>td, + .table-light>th { + background-color: #fdfefe + } + .table-light tbody+tbody, + .table-light td, + .table-light th, + .table-light thead th { + border-color: #fcfdfe + } + .table-hover .table-light:hover, + .table-hover .table-light:hover>td, + .table-hover .table-light:hover>th { + background-color: #ecf6f6 + } + .table-dark, + .table-dark>td, + .table-dark>th { + background-color: #c4c6ce + } + .table-dark tbody+tbody, + .table-dark td, + .table-dark th, + .table-dark thead th { + border-color: #9196a3 + } + .table-hover .table-dark:hover, + .table-hover .table-dark:hover>td, + .table-hover .table-dark:hover>th { + background-color: #b6b9c2 + } + .table-primary-desat, + .table-primary-desat>td, + .table-primary-desat>th { + background-color: #d6defa + } + .table-primary-desat tbody+tbody, + .table-primary-desat td, + .table-primary-desat th, + .table-primary-desat thead th { + border-color: #b3c2f5 + } + .table-hover .table-primary-desat:hover, + .table-hover .table-primary-desat:hover>td, + .table-hover .table-primary-desat:hover>th { + background-color: #bfccf7 + } + .table-black, + .table-black>td, + .table-black>th { + background-color: #bebfc4 + } + .table-black tbody+tbody, + .table-black td, + .table-black th, + .table-black thead th { + border-color: #868992 + } + .table-hover .table-black:hover, + .table-hover .table-black:hover>td, + .table-hover .table-black:hover>th { + background-color: #b1b2b8 + } + .table-active, + .table-active>td, + .table-active>th { + background-color: rgba(22, 28, 45, .075) + } + .table-hover .table-active:hover, + .table-hover .table-active:hover>td, + .table-hover .table-active:hover>th { + background-color: rgba(14, 17, 28, .075) + } + .table .thead-dark th { + color: #fff; + background-color: #384c74; + border-color: #445d8e + } + .table .thead-light th { + color: #161c2d; + background-color: #fff; + border-color: #f1f4f8 + } + .table-dark { + color: #fff; + background-color: #384c74 + } + .table-dark td, + .table-dark th, + .table-dark thead th { + border-color: #445d8e + } + .table-dark.table-bordered { + border: 0 + } + .table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: hsla(0, 0%, 100%, .05) + } + .table-dark.table-hover tbody tr:hover { + color: #fff; + background-color: hsla(0, 0%, 100%, .075) + } + @media (max-width: 575.98px) { + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch + } + .table-responsive-sm>.table-bordered { + border: 0 + } + } + @media (max-width: 767.98px) { + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch + } + .table-responsive-md>.table-bordered { + border: 0 + } + } + @media (max-width: 991.98px) { + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch + } + .table-responsive-lg>.table-bordered { + border: 0 + } + } + @media (max-width: 1199.98px) { + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch + } + .table-responsive-xl>.table-bordered { + border: 0 + } + } + .table-responsive { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch + } + .table-responsive>.table-bordered { + border: 0 + } + .form-control { + display: block; + width: 100%; + height: calc(1.6em + 1.625rem + 2px); + padding: .8125rem 1.25rem; + font-size: 1.0625rem; + font-weight: 400; + line-height: 1.6; + color: #161c2d; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #f1f4f8; + border-radius: .375rem; + box-shadow: none; + -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out + } + @media (prefers-reduced-motion: reduce) { + .form-control { + -webkit-transition: none; + transition: none + } + } + .form-control::-ms-expand { + background-color: transparent; + border: 0 + } + .form-control:focus { + color: #161c2d; + background-color: #fff; + border-color: #9fd0ff; + outline: 0; + box-shadow: none, none + } + .form-control::-webkit-input-placeholder { + color: #869ab8; + opacity: 1 + } + .form-control::-moz-placeholder { + color: #869ab8; + opacity: 1 + } + .form-control:-ms-input-placeholder { + color: #869ab8; + opacity: 1 + } + .form-control::-ms-input-placeholder { + color: #869ab8; + opacity: 1 + } + .form-control::placeholder { + color: #869ab8; + opacity: 1 + } + .form-control:disabled, + .form-control[readonly] { + background-color: #f1f4f8; + opacity: 1 + } + select.form-control:focus::-ms-value { + color: #161c2d; + background-color: #fff + } + .form-control-file, + .form-control-range { + display: block; + width: 100% + } + .col-form-label { + padding-top: calc(.8125rem + 1px); + padding-bottom: calc(.8125rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.6 + } + .col-form-label-lg { + padding-top: calc(1.122rem + 1px); + padding-bottom: calc(1.122rem + 1px); + font-size: 1.0625rem; + line-height: 1.3 + } + .col-form-label-sm { + padding-top: calc(.5625rem + 1px); + padding-bottom: calc(.5625rem + 1px); + font-size: 1.0625rem; + line-height: 1.3 + } + .form-control-plaintext { + display: block; + width: 100%; + padding-top: .8125rem; + padding-bottom: .8125rem; + margin-bottom: 0; + line-height: 1.6; + color: #161c2d; + background-color: transparent; + border: solid transparent; + border-width: 1px 0 + } + .form-control-plaintext.form-control-lg, + .form-control-plaintext.form-control-sm { + padding-right: 0; + padding-left: 0 + } + .form-control-sm { + height: calc(1.3em + 1.125rem + 2px); + padding: .5625rem 1rem + } + .form-control-lg, + .form-control-sm { + font-size: 1.0625rem; + line-height: 1.3; + border-radius: .375rem + } + .form-control-lg { + height: calc(1.3em + 2.244rem + 2px); + padding: 1.122rem 1.5rem + } + select.form-control[multiple], + select.form-control[size], + textarea.form-control { + height: auto + } + .form-group { + margin-bottom: 1rem + } + .form-text { + display: block; + margin-top: .25rem + } + .form-row { + display: flex; + flex-wrap: wrap; + margin-right: -10px; + margin-left: -10px + } + .form-row>.col, + .form-row>[class*=col-] { + padding-right: 10px; + padding-left: 10px + } + .form-check { + position: relative; + display: block; + padding-left: 1.25rem + } + .form-check-input { + position: absolute; + margin-top: .3rem; + margin-left: -1.25rem + } + .form-check-input:disabled~.form-check-label { + color: #869ab8 + } + .form-check-label { + margin-bottom: 0 + } + .form-check-inline { + display: inline-flex; + align-items: center; + padding-left: 0; + margin-right: .75rem + } + .form-check-inline .form-check-input { + position: static; + margin-top: 0; + margin-right: .3125rem; + margin-left: 0 + } + .valid-feedback { + display: none; + width: 100%; + margin-top: .25rem; + font-size: 88.2%; + color: #42ba96 + } + .valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: .25rem .5rem; + margin-top: .1rem; + font-size: .9375rem; + line-height: 1.6; + color: #fff; + background-color: rgba(66, 186, 150, .9); + border-radius: .375rem + } + .form-control.is-valid, + .was-validated .form-control:valid { + border-color: #42ba96 + } + .form-control.is-valid:focus, + .was-validated .form-control:valid:focus { + border-color: #42ba96; + box-shadow: 0 0 0 0 rgba(66, 186, 150, .25) + } + .form-control.is-valid~.valid-feedback, + .form-control.is-valid~.valid-tooltip, + .was-validated .form-control:valid~.valid-feedback, + .was-validated .form-control:valid~.valid-tooltip { + display: block + } + .custom-select.is-valid, + .was-validated .custom-select:valid { + border-color: #42ba96 + } + .custom-select.is-valid:focus, + .was-validated .custom-select:valid:focus { + border-color: #42ba96; + box-shadow: 0 0 0 0 rgba(66, 186, 150, .25) + } + .custom-select.is-valid~.valid-feedback, + .custom-select.is-valid~.valid-tooltip, + .form-control-file.is-valid~.valid-feedback, + .form-control-file.is-valid~.valid-tooltip, + .was-validated .custom-select:valid~.valid-feedback, + .was-validated .custom-select:valid~.valid-tooltip, + .was-validated .form-control-file:valid~.valid-feedback, + .was-validated .form-control-file:valid~.valid-tooltip { + display: block + } + .form-check-input.is-valid~.form-check-label, + .was-validated .form-check-input:valid~.form-check-label { + color: #42ba96 + } + .form-check-input.is-valid~.valid-feedback, + .form-check-input.is-valid~.valid-tooltip, + .was-validated .form-check-input:valid~.valid-feedback, + .was-validated .form-check-input:valid~.valid-tooltip { + display: block + } + .custom-control-input.is-valid~.custom-control-label, + .was-validated .custom-control-input:valid~.custom-control-label { + color: #42ba96 + } + .custom-control-input.is-valid~.custom-control-label:before, + .was-validated .custom-control-input:valid~.custom-control-label:before { + border-color: #42ba96 + } + .custom-control-input.is-valid~.valid-feedback, + .custom-control-input.is-valid~.valid-tooltip, + .was-validated .custom-control-input:valid~.valid-feedback, + .was-validated .custom-control-input:valid~.valid-tooltip { + display: block + } + .custom-control-input.is-valid:checked~.custom-control-label:before, + .was-validated .custom-control-input:valid:checked~.custom-control-label:before { + border-color: #66c9ab; + background-color: #66c9ab + } + .custom-control-input.is-valid:focus~.custom-control-label:before, + .was-validated .custom-control-input:valid:focus~.custom-control-label:before { + box-shadow: 0 0 0 0 rgba(66, 186, 150, .25) + } + .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, + .custom-file-input.is-valid~.custom-file-label, + .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, + .was-validated .custom-file-input:valid~.custom-file-label { + border-color: #42ba96 + } + .custom-file-input.is-valid~.valid-feedback, + .custom-file-input.is-valid~.valid-tooltip, + .was-validated .custom-file-input:valid~.valid-feedback, + .was-validated .custom-file-input:valid~.valid-tooltip { + display: block + } + .custom-file-input.is-valid:focus~.custom-file-label, + .was-validated .custom-file-input:valid:focus~.custom-file-label { + border-color: #42ba96; + box-shadow: 0 0 0 0 rgba(66, 186, 150, .25) + } + .invalid-feedback { + display: none; + width: 100%; + margin-top: .25rem; + font-size: 88.2%; + color: #df4759 + } + .invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: .25rem .5rem; + margin-top: .1rem; + font-size: .9375rem; + line-height: 1.6; + color: #fff; + background-color: rgba(223, 71, 89, .9); + border-radius: .375rem + } + .form-control.is-invalid, + .was-validated .form-control:invalid { + border-color: #df4759 + } + .form-control.is-invalid:focus, + .was-validated .form-control:invalid:focus { + border-color: #df4759; + box-shadow: 0 0 0 0 rgba(223, 71, 89, .25) + } + .form-control.is-invalid~.invalid-feedback, + .form-control.is-invalid~.invalid-tooltip, + .was-validated .form-control:invalid~.invalid-feedback, + .was-validated .form-control:invalid~.invalid-tooltip { + display: block + } + .custom-select.is-invalid, + .was-validated .custom-select:invalid { + border-color: #df4759 + } + .custom-select.is-invalid:focus, + .was-validated .custom-select:invalid:focus { + border-color: #df4759; + box-shadow: 0 0 0 0 rgba(223, 71, 89, .25) + } + .custom-select.is-invalid~.invalid-feedback, + .custom-select.is-invalid~.invalid-tooltip, + .form-control-file.is-invalid~.invalid-feedback, + .form-control-file.is-invalid~.invalid-tooltip, + .was-validated .custom-select:invalid~.invalid-feedback, + .was-validated .custom-select:invalid~.invalid-tooltip, + .was-validated .form-control-file:invalid~.invalid-feedback, + .was-validated .form-control-file:invalid~.invalid-tooltip { + display: block + } + .form-check-input.is-invalid~.form-check-label, + .was-validated .form-check-input:invalid~.form-check-label { + color: #df4759 + } + .form-check-input.is-invalid~.invalid-feedback, + .form-check-input.is-invalid~.invalid-tooltip, + .was-validated .form-check-input:invalid~.invalid-feedback, + .was-validated .form-check-input:invalid~.invalid-tooltip { + display: block + } + .custom-control-input.is-invalid~.custom-control-label, + .was-validated .custom-control-input:invalid~.custom-control-label { + color: #df4759 + } + .custom-control-input.is-invalid~.custom-control-label:before, + .was-validated .custom-control-input:invalid~.custom-control-label:before { + border-color: #df4759 + } + .custom-control-input.is-invalid~.invalid-feedback, + .custom-control-input.is-invalid~.invalid-tooltip, + .was-validated .custom-control-input:invalid~.invalid-feedback, + .was-validated .custom-control-input:invalid~.invalid-tooltip { + display: block + } + .custom-control-input.is-invalid:checked~.custom-control-label:before, + .was-validated .custom-control-input:invalid:checked~.custom-control-label:before { + border-color: #e77280; + background-color: #e77280 + } + .custom-control-input.is-invalid:focus~.custom-control-label:before, + .was-validated .custom-control-input:invalid:focus~.custom-control-label:before { + box-shadow: 0 0 0 0 rgba(223, 71, 89, .25) + } + .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, + .custom-file-input.is-invalid~.custom-file-label, + .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, + .was-validated .custom-file-input:invalid~.custom-file-label { + border-color: #df4759 + } + .custom-file-input.is-invalid~.invalid-feedback, + .custom-file-input.is-invalid~.invalid-tooltip, + .was-validated .custom-file-input:invalid~.invalid-feedback, + .was-validated .custom-file-input:invalid~.invalid-tooltip { + display: block + } + .custom-file-input.is-invalid:focus~.custom-file-label, + .was-validated .custom-file-input:invalid:focus~.custom-file-label { + border-color: #df4759; + box-shadow: 0 0 0 0 rgba(223, 71, 89, .25) + } + .form-inline { + display: flex; + flex-flow: row wrap; + align-items: center + } + .form-inline .form-check { + width: 100% + } + @media (min-width: 576px) { + .form-inline label { + justify-content: center + } + .form-inline .form-group, + .form-inline label { + display: flex; + align-items: center; + margin-bottom: 0 + } + .form-inline .form-group { + flex: 0 0 auto; + flex-flow: row wrap + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle + } + .form-inline .form-control-plaintext { + display: inline-block + } + .form-inline .custom-select, + .form-inline .input-group { + width: auto + } + .form-inline .form-check { + display: flex; + align-items: center; + justify-content: center; + width: auto; + padding-left: 0 + } + .form-inline .form-check-input { + position: relative; + flex-shrink: 0; + margin-top: 0; + margin-right: .25rem; + margin-left: 0 + } + .form-inline .custom-control { + align-items: center; + justify-content: center + } + .form-inline .custom-control-label { + margin-bottom: 0 + } + } + .btn { + display: inline-block; + font-weight: 600; + color: #161c2d; + text-align: center; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: .8125rem 1.25rem; + font-size: 1.0625rem; + line-height: 1.6; + border-radius: .375rem; + -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out + } + @media (prefers-reduced-motion: reduce) { + .btn { + -webkit-transition: none; + transition: none + } + } + .btn:hover { + color: #161c2d; + text-decoration: none + } + .btn.focus, + .btn:focus { + outline: 0; + box-shadow: none + } + .btn.disabled, + .btn:disabled { + opacity: .65; + box-shadow: none + } + .btn:not(:disabled):not(.disabled).active, + .btn:not(:disabled):not(.disabled):active { + box-shadow: none + } + a.btn.disabled, + fieldset:disabled a.btn { + pointer-events: none + } + .btn-primary { + color: #fff; + background-color: #1f93ff; + border-color: #1f93ff; + box-shadow: none + } + .btn-primary:hover { + color: #fff; + background-color: #0080f8; + border-color: #007aeb + } + .btn-primary.focus, + .btn-primary:focus { + box-shadow: none, 0 0 0 0 rgba(65, 163, 255, .5) + } + .btn-primary.disabled, + .btn-primary:disabled { + color: #fff; + background-color: #1f93ff; + border-color: #1f93ff + } + .btn-primary:not(:disabled):not(.disabled).active, + .btn-primary:not(:disabled):not(.disabled):active, + .show>.btn-primary.dropdown-toggle { + color: #fff; + background-color: #007aeb; + border-color: #0073de + } + .btn-primary:not(:disabled):not(.disabled).active:focus, + .btn-primary:not(:disabled):not(.disabled):active:focus, + .show>.btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(65, 163, 255, .5) + } + .btn-secondary { + color: #fff; + background-color: #506690; + border-color: #506690; + box-shadow: none + } + .btn-secondary:hover { + color: #fff; + background-color: #425577; + border-color: #3e4f6f + } + .btn-secondary.focus, + .btn-secondary:focus { + box-shadow: none, 0 0 0 0 rgba(106, 125, 161, .5) + } + .btn-secondary.disabled, + .btn-secondary:disabled { + color: #fff; + background-color: #506690; + border-color: #506690 + } + .btn-secondary:not(:disabled):not(.disabled).active, + .btn-secondary:not(:disabled):not(.disabled):active, + .show>.btn-secondary.dropdown-toggle { + color: #fff; + background-color: #3e4f6f; + border-color: #394967 + } + .btn-secondary:not(:disabled):not(.disabled).active:focus, + .btn-secondary:not(:disabled):not(.disabled):active:focus, + .show>.btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(106, 125, 161, .5) + } + .btn-success { + color: #fff; + background-color: #42ba96; + border-color: #42ba96; + box-shadow: none + } + .btn-success:hover { + color: #fff; + background-color: #389e7f; + border-color: #359478 + } + .btn-success.focus, + .btn-success:focus { + box-shadow: none, 0 0 0 0 rgba(94, 196, 166, .5) + } + .btn-success.disabled, + .btn-success:disabled { + color: #fff; + background-color: #42ba96; + border-color: #42ba96 + } + .btn-success:not(:disabled):not(.disabled).active, + .btn-success:not(:disabled):not(.disabled):active, + .show>.btn-success.dropdown-toggle { + color: #fff; + background-color: #359478; + border-color: #318b70 + } + .btn-success:not(:disabled):not(.disabled).active:focus, + .btn-success:not(:disabled):not(.disabled):active:focus, + .show>.btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(94, 196, 166, .5) + } + .btn-info { + color: #fff; + background-color: #7c69ef; + border-color: #7c69ef; + box-shadow: none + } + .btn-info:hover { + color: #fff; + background-color: #5e46eb; + border-color: #543bea + } + .btn-info.focus, + .btn-info:focus { + box-shadow: none, 0 0 0 0 rgba(144, 128, 241, .5) + } + .btn-info.disabled, + .btn-info:disabled { + color: #fff; + background-color: #7c69ef; + border-color: #7c69ef + } + .btn-info:not(:disabled):not(.disabled).active, + .btn-info:not(:disabled):not(.disabled):active, + .show>.btn-info.dropdown-toggle { + color: #fff; + background-color: #543bea; + border-color: #4a2fe9 + } + .btn-info:not(:disabled):not(.disabled).active:focus, + .btn-info:not(:disabled):not(.disabled):active:focus, + .show>.btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(144, 128, 241, .5) + } + .btn-warning { + color: #2b354f; + background-color: #fad776; + border-color: #fad776; + box-shadow: none + } + .btn-warning:hover { + color: #2b354f; + background-color: #f9cc51; + border-color: #f8c945 + } + .btn-warning.focus, + .btn-warning:focus { + box-shadow: none, 0 0 0 0 rgba(219, 191, 112, .5) + } + .btn-warning.disabled, + .btn-warning:disabled { + color: #2b354f; + background-color: #fad776; + border-color: #fad776 + } + .btn-warning:not(:disabled):not(.disabled).active, + .btn-warning:not(:disabled):not(.disabled):active, + .show>.btn-warning.dropdown-toggle { + color: #2b354f; + background-color: #f8c945; + border-color: #f8c538 + } + .btn-warning:not(:disabled):not(.disabled).active:focus, + .btn-warning:not(:disabled):not(.disabled):active:focus, + .show>.btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(219, 191, 112, .5) + } + .btn-danger { + color: #fff; + background-color: #df4759; + border-color: #df4759; + box-shadow: none + } + .btn-danger:hover { + color: #fff; + background-color: #d9263c; + border-color: #cf2438 + } + .btn-danger.focus, + .btn-danger:focus { + box-shadow: none, 0 0 0 0 rgba(228, 99, 114, .5) + } + .btn-danger.disabled, + .btn-danger:disabled { + color: #fff; + background-color: #df4759; + border-color: #df4759 + } + .btn-danger:not(:disabled):not(.disabled).active, + .btn-danger:not(:disabled):not(.disabled):active, + .show>.btn-danger.dropdown-toggle { + color: #fff; + background-color: #cf2438; + border-color: #c42235 + } + .btn-danger:not(:disabled):not(.disabled).active:focus, + .btn-danger:not(:disabled):not(.disabled):active:focus, + .show>.btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(228, 99, 114, .5) + } + .btn-light { + color: #2b354f; + background-color: #f9fbfd; + border-color: #f9fbfd; + box-shadow: none + } + .btn-light:hover { + color: #2b354f; + background-color: #dce8f3; + border-color: #d3e2f0 + } + .btn-light.focus, + .btn-light:focus { + box-shadow: none, 0 0 0 0 rgba(218, 221, 227, .5) + } + .btn-light.disabled, + .btn-light:disabled { + color: #2b354f; + background-color: #f9fbfd; + border-color: #f9fbfd + } + .btn-light:not(:disabled):not(.disabled).active, + .btn-light:not(:disabled):not(.disabled):active, + .show>.btn-light.dropdown-toggle { + color: #2b354f; + background-color: #d3e2f0; + border-color: #c9dbed + } + .btn-light:not(:disabled):not(.disabled).active:focus, + .btn-light:not(:disabled):not(.disabled):active:focus, + .show>.btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(218, 221, 227, .5) + } + .btn-dark { + color: #fff; + background-color: #2b354f; + border-color: #2b354f; + box-shadow: none + } + .btn-dark:hover { + color: #fff; + background-color: #1e2436; + border-color: #191f2e + } + .btn-dark.focus, + .btn-dark:focus { + box-shadow: none, 0 0 0 0 rgba(75, 83, 105, .5) + } + .btn-dark.disabled, + .btn-dark:disabled { + color: #fff; + background-color: #2b354f; + border-color: #2b354f + } + .btn-dark:not(:disabled):not(.disabled).active, + .btn-dark:not(:disabled):not(.disabled):active, + .show>.btn-dark.dropdown-toggle { + color: #fff; + background-color: #191f2e; + border-color: #151926 + } + .btn-dark:not(:disabled):not(.disabled).active:focus, + .btn-dark:not(:disabled):not(.disabled):active:focus, + .show>.btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(75, 83, 105, .5) + } + .btn-primary-desat { + color: #fff; + background-color: #6c8aec; + border-color: #6c8aec; + box-shadow: none + } + .btn-primary-desat:hover { + color: #fff; + background-color: #4a6fe8; + border-color: #3f66e6 + } + .btn-primary-desat.focus, + .btn-primary-desat:focus { + box-shadow: none, 0 0 0 0 rgba(130, 156, 239, .5) + } + .btn-primary-desat.disabled, + .btn-primary-desat:disabled { + color: #fff; + background-color: #6c8aec; + border-color: #6c8aec + } + .btn-primary-desat:not(:disabled):not(.disabled).active, + .btn-primary-desat:not(:disabled):not(.disabled):active, + .show>.btn-primary-desat.dropdown-toggle { + color: #fff; + background-color: #3f66e6; + border-color: #345de5 + } + .btn-primary-desat:not(:disabled):not(.disabled).active:focus, + .btn-primary-desat:not(:disabled):not(.disabled):active:focus, + .show>.btn-primary-desat.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(130, 156, 239, .5) + } + .btn-black { + color: #fff; + background-color: #161c2d; + border-color: #161c2d; + box-shadow: none + } + .btn-black:hover { + color: #fff; + background-color: #090c13; + border-color: #05070b + } + .btn-black.focus, + .btn-black:focus { + box-shadow: none, 0 0 0 0 rgba(57, 62, 77, .5) + } + .btn-black.disabled, + .btn-black:disabled { + color: #fff; + background-color: #161c2d; + border-color: #161c2d + } + .btn-black:not(:disabled):not(.disabled).active, + .btn-black:not(:disabled):not(.disabled):active, + .show>.btn-black.dropdown-toggle { + color: #fff; + background-color: #05070b; + border-color: #010102 + } + .btn-black:not(:disabled):not(.disabled).active:focus, + .btn-black:not(:disabled):not(.disabled):active:focus, + .show>.btn-black.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(57, 62, 77, .5) + } + .btn-outline-primary { + color: #1f93ff; + border-color: #1f93ff + } + .btn-outline-primary:hover { + color: #fff; + background-color: #1f93ff; + border-color: #1f93ff + } + .btn-outline-primary.focus, + .btn-outline-primary:focus { + box-shadow: 0 0 0 0 rgba(31, 147, 255, .5) + } + .btn-outline-primary.disabled, + .btn-outline-primary:disabled { + color: #1f93ff; + background-color: transparent + } + .btn-outline-primary:not(:disabled):not(.disabled).active, + .btn-outline-primary:not(:disabled):not(.disabled):active, + .show>.btn-outline-primary.dropdown-toggle { + color: #fff; + background-color: #1f93ff; + border-color: #1f93ff + } + .btn-outline-primary:not(:disabled):not(.disabled).active:focus, + .btn-outline-primary:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(31, 147, 255, .5) + } + .btn-outline-secondary { + color: #506690; + border-color: #506690 + } + .btn-outline-secondary:hover { + color: #fff; + background-color: #506690; + border-color: #506690 + } + .btn-outline-secondary.focus, + .btn-outline-secondary:focus { + box-shadow: 0 0 0 0 rgba(80, 102, 144, .5) + } + .btn-outline-secondary.disabled, + .btn-outline-secondary:disabled { + color: #506690; + background-color: transparent + } + .btn-outline-secondary:not(:disabled):not(.disabled).active, + .btn-outline-secondary:not(:disabled):not(.disabled):active, + .show>.btn-outline-secondary.dropdown-toggle { + color: #fff; + background-color: #506690; + border-color: #506690 + } + .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, + .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(80, 102, 144, .5) + } + .btn-outline-success { + color: #42ba96; + border-color: #42ba96 + } + .btn-outline-success:hover { + color: #fff; + background-color: #42ba96; + border-color: #42ba96 + } + .btn-outline-success.focus, + .btn-outline-success:focus { + box-shadow: 0 0 0 0 rgba(66, 186, 150, .5) + } + .btn-outline-success.disabled, + .btn-outline-success:disabled { + color: #42ba96; + background-color: transparent + } + .btn-outline-success:not(:disabled):not(.disabled).active, + .btn-outline-success:not(:disabled):not(.disabled):active, + .show>.btn-outline-success.dropdown-toggle { + color: #fff; + background-color: #42ba96; + border-color: #42ba96 + } + .btn-outline-success:not(:disabled):not(.disabled).active:focus, + .btn-outline-success:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(66, 186, 150, .5) + } + .btn-outline-info { + color: #7c69ef; + border-color: #7c69ef + } + .btn-outline-info:hover { + color: #fff; + background-color: #7c69ef; + border-color: #7c69ef + } + .btn-outline-info.focus, + .btn-outline-info:focus { + box-shadow: 0 0 0 0 rgba(124, 105, 239, .5) + } + .btn-outline-info.disabled, + .btn-outline-info:disabled { + color: #7c69ef; + background-color: transparent + } + .btn-outline-info:not(:disabled):not(.disabled).active, + .btn-outline-info:not(:disabled):not(.disabled):active, + .show>.btn-outline-info.dropdown-toggle { + color: #fff; + background-color: #7c69ef; + border-color: #7c69ef + } + .btn-outline-info:not(:disabled):not(.disabled).active:focus, + .btn-outline-info:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(124, 105, 239, .5) + } + .btn-outline-warning { + color: #fad776; + border-color: #fad776 + } + .btn-outline-warning:hover { + color: #2b354f; + background-color: #fad776; + border-color: #fad776 + } + .btn-outline-warning.focus, + .btn-outline-warning:focus { + box-shadow: 0 0 0 0 rgba(250, 215, 118, .5) + } + .btn-outline-warning.disabled, + .btn-outline-warning:disabled { + color: #fad776; + background-color: transparent + } + .btn-outline-warning:not(:disabled):not(.disabled).active, + .btn-outline-warning:not(:disabled):not(.disabled):active, + .show>.btn-outline-warning.dropdown-toggle { + color: #2b354f; + background-color: #fad776; + border-color: #fad776 + } + .btn-outline-warning:not(:disabled):not(.disabled).active:focus, + .btn-outline-warning:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(250, 215, 118, .5) + } + .btn-outline-danger { + color: #df4759; + border-color: #df4759 + } + .btn-outline-danger:hover { + color: #fff; + background-color: #df4759; + border-color: #df4759 + } + .btn-outline-danger.focus, + .btn-outline-danger:focus { + box-shadow: 0 0 0 0 rgba(223, 71, 89, .5) + } + .btn-outline-danger.disabled, + .btn-outline-danger:disabled { + color: #df4759; + background-color: transparent + } + .btn-outline-danger:not(:disabled):not(.disabled).active, + .btn-outline-danger:not(:disabled):not(.disabled):active, + .show>.btn-outline-danger.dropdown-toggle { + color: #fff; + background-color: #df4759; + border-color: #df4759 + } + .btn-outline-danger:not(:disabled):not(.disabled).active:focus, + .btn-outline-danger:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(223, 71, 89, .5) + } + .btn-outline-light { + color: #f9fbfd; + border-color: #f9fbfd + } + .btn-outline-light:hover { + color: #2b354f; + background-color: #f9fbfd; + border-color: #f9fbfd + } + .btn-outline-light.focus, + .btn-outline-light:focus { + box-shadow: 0 0 0 0 rgba(249, 251, 253, .5) + } + .btn-outline-light.disabled, + .btn-outline-light:disabled { + color: #f9fbfd; + background-color: transparent + } + .btn-outline-light:not(:disabled):not(.disabled).active, + .btn-outline-light:not(:disabled):not(.disabled):active, + .show>.btn-outline-light.dropdown-toggle { + color: #2b354f; + background-color: #f9fbfd; + border-color: #f9fbfd + } + .btn-outline-light:not(:disabled):not(.disabled).active:focus, + .btn-outline-light:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(249, 251, 253, .5) + } + .btn-outline-dark { + color: #2b354f; + border-color: #2b354f + } + .btn-outline-dark:hover { + color: #fff; + background-color: #2b354f; + border-color: #2b354f + } + .btn-outline-dark.focus, + .btn-outline-dark:focus { + box-shadow: 0 0 0 0 rgba(43, 53, 79, .5) + } + .btn-outline-dark.disabled, + .btn-outline-dark:disabled { + color: #2b354f; + background-color: transparent + } + .btn-outline-dark:not(:disabled):not(.disabled).active, + .btn-outline-dark:not(:disabled):not(.disabled):active, + .show>.btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #2b354f; + border-color: #2b354f + } + .btn-outline-dark:not(:disabled):not(.disabled).active:focus, + .btn-outline-dark:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(43, 53, 79, .5) + } + .btn-outline-primary-desat { + color: #6c8aec; + border-color: #6c8aec + } + .btn-outline-primary-desat:hover { + color: #fff; + background-color: #6c8aec; + border-color: #6c8aec + } + .btn-outline-primary-desat.focus, + .btn-outline-primary-desat:focus { + box-shadow: 0 0 0 0 rgba(108, 138, 236, .5) + } + .btn-outline-primary-desat.disabled, + .btn-outline-primary-desat:disabled { + color: #6c8aec; + background-color: transparent + } + .btn-outline-primary-desat:not(:disabled):not(.disabled).active, + .btn-outline-primary-desat:not(:disabled):not(.disabled):active, + .show>.btn-outline-primary-desat.dropdown-toggle { + color: #fff; + background-color: #6c8aec; + border-color: #6c8aec + } + .btn-outline-primary-desat:not(:disabled):not(.disabled).active:focus, + .btn-outline-primary-desat:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-primary-desat.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(108, 138, 236, .5) + } + .btn-outline-black { + color: #161c2d; + border-color: #161c2d + } + .btn-outline-black:hover { + color: #fff; + background-color: #161c2d; + border-color: #161c2d + } + .btn-outline-black.focus, + .btn-outline-black:focus { + box-shadow: 0 0 0 0 rgba(22, 28, 45, .5) + } + .btn-outline-black.disabled, + .btn-outline-black:disabled { + color: #161c2d; + background-color: transparent + } + .btn-outline-black:not(:disabled):not(.disabled).active, + .btn-outline-black:not(:disabled):not(.disabled):active, + .show>.btn-outline-black.dropdown-toggle { + color: #fff; + background-color: #161c2d; + border-color: #161c2d + } + .btn-outline-black:not(:disabled):not(.disabled).active:focus, + .btn-outline-black:not(:disabled):not(.disabled):active:focus, + .show>.btn-outline-black.dropdown-toggle:focus { + box-shadow: 0 0 0 0 rgba(22, 28, 45, .5) + } + .btn-link { + font-weight: 400; + color: #1f93ff; + text-decoration: none + } + .btn-link:hover { + color: #006cd2; + text-decoration: underline + } + .btn-link.focus, + .btn-link:focus { + text-decoration: underline; + box-shadow: none + } + .btn-link.disabled, + .btn-link:disabled { + color: #869ab8; + pointer-events: none + } + .btn-group-lg>.btn, + .btn-lg { + padding: 1.122rem 1.5rem + } + .btn-group-lg>.btn, + .btn-group-sm>.btn, + .btn-lg, + .btn-sm { + font-size: 1.0625rem; + line-height: 1.3; + border-radius: .375rem + } + .btn-group-sm>.btn, + .btn-sm { + padding: .5625rem 1rem + } + .btn-block { + display: block; + width: 100% + } + .btn-block+.btn-block { + margin-top: .5rem + } + input[type=button].btn-block, + input[type=reset].btn-block, + input[type=submit].btn-block { + width: 100% + } + .fade { + -webkit-transition: opacity .15s linear; + transition: opacity .15s linear + } + @media (prefers-reduced-motion: reduce) { + .fade { + -webkit-transition: none; + transition: none + } + } + .fade:not(.show) { + opacity: 0 + } + .collapse:not(.show) { + display: none + } + .collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height .35s ease; + transition: height .35s ease + } + @media (prefers-reduced-motion: reduce) { + .collapsing { + -webkit-transition: none; + transition: none + } + } + .dropdown, + .dropleft, + .dropright, + .dropup { + position: relative + } + .dropdown-toggle { + white-space: nowrap + } + .dropdown-toggle:after { + display: inline-block; + margin-left: .255em; + vertical-align: .255em; + content: ""; + border-top: .3em solid; + border-right: .3em solid transparent; + border-bottom: 0; + border-left: .3em solid transparent + } + .dropdown-toggle:empty:after { + margin-left: 0 + } + .dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 14rem; + padding: 1.625rem 0; + margin: 0; + font-size: .9375rem; + color: #161c2d; + text-align: left; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 0 solid rgba(22, 28, 45, .15); + border-radius: .375rem; + box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1) + } + .dropdown-menu-left { + right: auto; + left: 0 + } + .dropdown-menu-right { + right: 0; + left: auto + } + @media (min-width: 576px) { + .dropdown-menu-sm-left { + right: auto; + left: 0 + } + .dropdown-menu-sm-right { + right: 0; + left: auto + } + } + @media (min-width: 768px) { + .dropdown-menu-md-left { + right: auto; + left: 0 + } + .dropdown-menu-md-right { + right: 0; + left: auto + } + } + @media (min-width: 992px) { + .dropdown-menu-lg-left { + right: auto; + left: 0 + } + .dropdown-menu-lg-right { + right: 0; + left: auto + } + } + @media (min-width: 1200px) { + .dropdown-menu-xl-left { + right: auto; + left: 0 + } + .dropdown-menu-xl-right { + right: 0; + left: auto + } + } + .dropup .dropdown-menu { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: 0 + } + .dropup .dropdown-toggle:after { + display: inline-block; + margin-left: .255em; + vertical-align: .255em; + content: ""; + border-top: 0; + border-right: .3em solid transparent; + border-bottom: .3em solid; + border-left: .3em solid transparent + } + .dropup .dropdown-toggle:empty:after { + margin-left: 0 + } + .dropright .dropdown-menu { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: 0 + } + .dropright .dropdown-toggle:after { + display: inline-block; + margin-left: .255em; + vertical-align: .255em; + content: ""; + border-top: .3em solid transparent; + border-right: 0; + border-bottom: .3em solid transparent; + border-left: .3em solid + } + .dropright .dropdown-toggle:empty:after { + margin-left: 0 + } + .dropright .dropdown-toggle:after { + vertical-align: 0 + } + .dropleft .dropdown-menu { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: 0 + } + .dropleft .dropdown-toggle:after { + display: inline-block; + margin-left: .255em; + vertical-align: .255em; + content: ""; + display: none + } + .dropleft .dropdown-toggle:before { + display: inline-block; + margin-right: .255em; + vertical-align: .255em; + content: ""; + border-top: .3em solid transparent; + border-right: .3em solid; + border-bottom: .3em solid transparent + } + .dropleft .dropdown-toggle:empty:after { + margin-left: 0 + } + .dropleft .dropdown-toggle:before { + vertical-align: 0 + } + .dropdown-menu[x-placement^=bottom], + .dropdown-menu[x-placement^=left], + .dropdown-menu[x-placement^=right], + .dropdown-menu[x-placement^=top] { + right: auto; + bottom: auto + } + .dropdown-divider { + height: 0; + margin: .5rem 0; + overflow: hidden; + border-top: 1px solid #f1f4f8 + } + .dropdown-item { + display: block; + width: 100%; + padding: 0 1.75rem; + clear: both; + font-weight: 400; + color: #506690; + text-align: inherit; + white-space: nowrap; + background-color: transparent; + border: 0 + } + .dropdown-item.active, + .dropdown-item:active, + .dropdown-item:focus, + .dropdown-item:hover { + color: #1f93ff; + text-decoration: none; + background-color: none + } + .dropdown-item.disabled, + .dropdown-item:disabled { + color: #869ab8; + pointer-events: none; + background-color: transparent + } + .dropdown-menu.show { + display: block + } + .dropdown-header { + display: block; + padding: 1.625rem 1.75rem; + margin-bottom: 0; + font-size: .9375rem; + color: #1f93ff; + white-space: nowrap + } + .dropdown-item-text { + display: block; + padding: 0 1.75rem; + color: #506690 + } + .btn-group, + .btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle + } + .btn-group-vertical>.btn, + .btn-group>.btn { + position: relative; + flex: 1 1 auto + } + .btn-group-vertical>.btn.active, + .btn-group-vertical>.btn:active, + .btn-group-vertical>.btn:focus, + .btn-group-vertical>.btn:hover, + .btn-group>.btn.active, + .btn-group>.btn:active, + .btn-group>.btn:focus, + .btn-group>.btn:hover { + z-index: 1 + } + .btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start + } + .btn-toolbar .input-group { + width: auto + } + .btn-group>.btn-group:not(:first-child), + .btn-group>.btn:not(:first-child) { + margin-left: -1px + } + .btn-group>.btn-group:not(:last-child)>.btn, + .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0 + } + .btn-group>.btn-group:not(:first-child)>.btn, + .btn-group>.btn:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0 + } + .dropdown-toggle-split { + padding-right: .9375rem; + padding-left: .9375rem + } + .dropdown-toggle-split:after, + .dropright .dropdown-toggle-split:after, + .dropup .dropdown-toggle-split:after { + margin-left: 0 + } + .dropleft .dropdown-toggle-split:before { + margin-right: 0 + } + .btn-group-sm>.btn+.dropdown-toggle-split, + .btn-sm+.dropdown-toggle-split { + padding-right: .75rem; + padding-left: .75rem + } + .btn-group-lg>.btn+.dropdown-toggle-split, + .btn-lg+.dropdown-toggle-split { + padding-right: 1.125rem; + padding-left: 1.125rem + } + .btn-group.show .dropdown-toggle, + .btn-group.show .dropdown-toggle.btn-link { + box-shadow: none + } + .btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center + } + .btn-group-vertical>.btn, + .btn-group-vertical>.btn-group { + width: 100% + } + .btn-group-vertical>.btn-group:not(:first-child), + .btn-group-vertical>.btn:not(:first-child) { + margin-top: -1px + } + .btn-group-vertical>.btn-group:not(:last-child)>.btn, + .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0 + } + .btn-group-vertical>.btn-group:not(:first-child)>.btn, + .btn-group-vertical>.btn:not(:first-child) { + border-top-left-radius: 0; + border-top-right-radius: 0 + } + .btn-group-toggle>.btn, + .btn-group-toggle>.btn-group>.btn { + margin-bottom: 0 + } + .btn-group-toggle>.btn-group>.btn input[type=checkbox], + .btn-group-toggle>.btn-group>.btn input[type=radio], + .btn-group-toggle>.btn input[type=checkbox], + .btn-group-toggle>.btn input[type=radio] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none + } + .input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100% + } + .input-group>.custom-file, + .input-group>.custom-select, + .input-group>.form-control, + .input-group>.form-control-plaintext { + position: relative; + flex: 1 1 auto; + width: 1%; + margin-bottom: 0 + } + .input-group>.custom-file+.custom-file, + .input-group>.custom-file+.custom-select, + .input-group>.custom-file+.form-control, + .input-group>.custom-select+.custom-file, + .input-group>.custom-select+.custom-select, + .input-group>.custom-select+.form-control, + .input-group>.form-control+.custom-file, + .input-group>.form-control+.custom-select, + .input-group>.form-control+.form-control, + .input-group>.form-control-plaintext+.custom-file, + .input-group>.form-control-plaintext+.custom-select, + .input-group>.form-control-plaintext+.form-control { + margin-left: -1px + } + .input-group>.custom-file .custom-file-input:focus~.custom-file-label, + .input-group>.custom-select:focus, + .input-group>.form-control:focus { + z-index: 3 + } + .input-group>.custom-file .custom-file-input:focus { + z-index: 4 + } + .input-group>.custom-select:not(:last-child), + .input-group>.form-control:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0 + } + .input-group>.custom-select:not(:first-child), + .input-group>.form-control:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0 + } + .input-group>.custom-file { + display: flex; + align-items: center + } + .input-group>.custom-file:not(:last-child) .custom-file-label, + .input-group>.custom-file:not(:last-child) .custom-file-label:after { + border-top-right-radius: 0; + border-bottom-right-radius: 0 + } + .input-group>.custom-file:not(:first-child) .custom-file-label { + border-top-left-radius: 0; + border-bottom-left-radius: 0 + } + .input-group-append, + .input-group-prepend { + display: flex + } + .input-group-append .btn, + .input-group-prepend .btn { + position: relative; + z-index: 2 + } + .input-group-append .btn:focus, + .input-group-prepend .btn:focus { + z-index: 3 + } + .input-group-append .btn+.btn, + .input-group-append .btn+.input-group-text, + .input-group-append .input-group-text+.btn, + .input-group-append .input-group-text+.input-group-text, + .input-group-prepend .btn+.btn, + .input-group-prepend .btn+.input-group-text, + .input-group-prepend .input-group-text+.btn, + .input-group-prepend .input-group-text+.input-group-text { + margin-left: -1px + } + .input-group-prepend { + margin-right: -1px + } + .input-group-append { + margin-left: -1px + } + .input-group-text { + display: flex; + align-items: center; + padding: .8125rem 1.25rem; + margin-bottom: 0; + font-size: 1.0625rem; + font-weight: 400; + line-height: 1.6; + color: #869ab8; + text-align: center; + white-space: nowrap; + background-color: #fff; + border: 1px solid #f1f4f8; + border-radius: .375rem + } + .input-group-text input[type=checkbox], + .input-group-text input[type=radio] { + margin-top: 0 + } + .input-group-lg>.custom-select, + .input-group-lg>.form-control:not(textarea) { + height: calc(1.3em + 2.244rem + 2px) + } + .input-group-lg>.custom-select, + .input-group-lg>.form-control, + .input-group-lg>.input-group-append>.btn, + .input-group-lg>.input-group-append>.input-group-text, + .input-group-lg>.input-group-prepend>.btn, + .input-group-lg>.input-group-prepend>.input-group-text { + padding: 1.122rem 1.5rem; + font-size: 1.0625rem; + line-height: 1.3; + border-radius: .375rem + } + .input-group-sm>.custom-select, + .input-group-sm>.form-control:not(textarea) { + height: calc(1.3em + 1.125rem + 2px) + } + .input-group-sm>.custom-select, + .input-group-sm>.form-control, + .input-group-sm>.input-group-append>.btn, + .input-group-sm>.input-group-append>.input-group-text, + .input-group-sm>.input-group-prepend>.btn, + .input-group-sm>.input-group-prepend>.input-group-text { + padding: .5625rem 1rem; + font-size: 1.0625rem; + line-height: 1.3; + border-radius: .375rem + } + .input-group-lg>.custom-select, + .input-group-sm>.custom-select { + padding-right: 2.25rem + } + .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), + .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), + .input-group>.input-group-append:not(:last-child)>.btn, + .input-group>.input-group-append:not(:last-child)>.input-group-text, + .input-group>.input-group-prepend>.btn, + .input-group>.input-group-prepend>.input-group-text { + border-top-right-radius: 0; + border-bottom-right-radius: 0 + } + .input-group>.input-group-append>.btn, + .input-group>.input-group-append>.input-group-text, + .input-group>.input-group-prepend:first-child>.btn:not(:first-child), + .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), + .input-group>.input-group-prepend:not(:first-child)>.btn, + .input-group>.input-group-prepend:not(:first-child)>.input-group-text { + border-top-left-radius: 0; + border-bottom-left-radius: 0 + } + .custom-control { + position: relative; + display: block; + min-height: 1.7rem; + padding-left: 1.5rem + } + .custom-control-inline { + display: inline-flex; + margin-right: 1rem + } + .custom-control-input { + position: absolute; + z-index: -1; + opacity: 0 + } + .custom-control-input:checked~.custom-control-label:before { + color: #fff; + border-color: #1f93ff; + background-color: #1f93ff; + box-shadow: none + } + .custom-control-input:focus~.custom-control-label:before { + box-shadow: none, none + } + .custom-control-input:focus:not(:checked)~.custom-control-label:before { + border-color: #9fd0ff + } + .custom-control-input:not(:disabled):active~.custom-control-label:before { + color: #fff; + background-color: #d2e9ff; + border-color: #d2e9ff; + box-shadow: none + } + .custom-control-input:disabled~.custom-control-label { + color: #869ab8 + } + .custom-control-input:disabled~.custom-control-label:before { + background-color: #f1f4f8 + } + .custom-control-label { + position: relative; + margin-bottom: 0; + vertical-align: top + } + .custom-control-label:before { + pointer-events: none; + background-color: #d9e2ef; + border: 0 solid #abbcd5; + box-shadow: none + } + .custom-control-label:after, + .custom-control-label:before { + position: absolute; + top: .35rem; + left: -1.5rem; + display: block; + width: 1rem; + height: 1rem; + content: "" + } + .custom-control-label:after { + background: no-repeat 50%/50% 50% + } + .custom-checkbox .custom-control-label:before { + border-radius: .375rem + } + .custom-checkbox .custom-control-input:checked~.custom-control-label:after { + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") + } + .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before { + border-color: #1f93ff; + background-color: #1f93ff; + box-shadow: none + } + .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after { + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E") + } + .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before { + background-color: rgba(31, 147, 255, .5) + } + .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before { + background-color: rgba(31, 147, 255, .5) + } + .custom-radio .custom-control-label:before { + border-radius: 50% + } + .custom-radio .custom-control-input:checked~.custom-control-label:after { + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E") + } + .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before { + background-color: rgba(31, 147, 255, .5) + } + .custom-switch { + padding-left: 3rem + } + .custom-switch .custom-control-label:before { + left: -3rem; + width: 2.5rem; + pointer-events: all; + border-radius: .5rem + } + .custom-switch .custom-control-label:after { + left: -3rem; + width: 1rem; + height: 1rem; + background-color: #abbcd5; + border-radius: .5rem; + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out; + transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out + } + @media (prefers-reduced-motion: reduce) { + .custom-switch .custom-control-label:after { + -webkit-transition: none; + transition: none + } + } + .custom-switch .custom-control-input:checked~.custom-control-label:after { + background-color: #d9e2ef; + -webkit-transform: translateX(1.5rem); + transform: translateX(1.5rem) + } + .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before { + background-color: rgba(31, 147, 255, .5) + } + .custom-select { + display: inline-block; + width: 100%; + height: calc(1.6em + 1.625rem + 2px); + padding: .8125rem 2.25rem .8125rem 1.25rem; + font-size: 1.0625rem; + font-weight: 400; + line-height: 1.6; + color: #161c2d; + vertical-align: middle; + background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline fill='none' stroke='%23C6D3E6' stroke-width='2' stroke-linecap='round' points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 1.25rem center/24px 24px; + background-color: #fff; + border: 1px solid #f1f4f8; + border-radius: .375rem; + box-shadow: none; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none + } + .custom-select:focus { + border-color: #9fd0ff; + outline: 0; + box-shadow: none, none + } + .custom-select:focus::-ms-value { + color: #161c2d; + background-color: #fff + } + .custom-select[multiple], + .custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 1.25rem; + background-image: none + } + .custom-select:disabled { + color: #869ab8; + background-color: #f1f4f8 + } + .custom-select::-ms-expand { + display: none + } + .custom-select-sm { + height: calc(1.3em + 1.125rem + 2px); + padding-top: .5625rem; + padding-bottom: .5625rem; + padding-left: 1rem; + font-size: 1.0625rem + } + .custom-select-lg { + height: calc(1.3em + 2.244rem + 2px); + padding-top: 1.122rem; + padding-bottom: 1.122rem; + padding-left: 1.5rem; + font-size: 1.0625rem + } + .custom-file { + display: inline-block; + margin-bottom: 0 + } + .custom-file, + .custom-file-input { + position: relative; + width: 100%; + height: calc(1.6em + 1.625rem + 2px) + } + .custom-file-input { + z-index: 2; + margin: 0; + opacity: 0 + } + .custom-file-input:focus~.custom-file-label { + border-color: #9fd0ff; + box-shadow: none + } + .custom-file-input:disabled~.custom-file-label { + background-color: #f1f4f8 + } + .custom-file-input:lang(en)~.custom-file-label:after { + content: "Browse" + } + .custom-file-input~.custom-file-label[data-browse]:after { + content: attr(data-browse) + } + .custom-file-label { + left: 0; + z-index: 1; + height: calc(1.6em + 1.625rem + 2px); + font-weight: 400; + color: #161c2d; + background-color: #fff; + border: 1px solid #f1f4f8; + border-radius: .375rem; + box-shadow: none + } + .custom-file-label, + .custom-file-label:after { + position: absolute; + top: 0; + right: 0; + padding: .8125rem 1.25rem; + line-height: 1.6 + } + .custom-file-label:after { + bottom: 0; + z-index: 3; + display: block; + height: calc(1.6em + 1.625rem); + color: #506690; + content: "Browse"; + background-color: #f1f4f8; + border-left: inherit; + border-radius: 0 .375rem .375rem 0 + } + .custom-range { + width: 100%; + height: 1rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none + } + .custom-range:focus { + outline: none + } + .custom-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, none + } + .custom-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, none + } + .custom-range:focus::-ms-thumb { + box-shadow: 0 0 0 1px #fff, none + } + .custom-range::-moz-focus-outer { + border: 0 + } + .custom-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -.25rem; + background-color: #1f93ff; + border: 0; + border-radius: 1rem; + box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1); + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -webkit-appearance: none; + appearance: none + } + @media (prefers-reduced-motion: reduce) { + .custom-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none + } + } + .custom-range::-webkit-slider-thumb:active { + background-color: #d2e9ff + } + .custom-range::-webkit-slider-runnable-track { + width: 100%; + height: .5rem; + color: transparent; + cursor: pointer; + background-color: #d9e2ef; + border-color: transparent; + border-radius: 1rem; + box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1) + } + .custom-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #1f93ff; + border: 0; + border-radius: 1rem; + box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1); + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + -moz-appearance: none; + appearance: none + } + @media (prefers-reduced-motion: reduce) { + .custom-range::-moz-range-thumb { + -webkit-transition: none; + transition: none + } + } + .custom-range::-moz-range-thumb:active { + background-color: #d2e9ff + } + .custom-range::-moz-range-track { + width: 100%; + height: .5rem; + color: transparent; + cursor: pointer; + background-color: #d9e2ef; + border-color: transparent; + border-radius: 1rem; + box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1) + } + .custom-range::-ms-thumb { + width: 1rem; + height: 1rem; + margin-top: 0; + margin-right: 0; + margin-left: 0; + background-color: #1f93ff; + border: 0; + border-radius: 1rem; + box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1); + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + appearance: none + } + @media (prefers-reduced-motion: reduce) { + .custom-range::-ms-thumb { + -webkit-transition: none; + transition: none + } + } + .custom-range::-ms-thumb:active { + background-color: #d2e9ff + } + .custom-range::-ms-track { + width: 100%; + height: .5rem; + color: transparent; + cursor: pointer; + background-color: transparent; + border-color: transparent; + border-width: .5rem; + box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1) + } + .custom-range::-ms-fill-lower, + .custom-range::-ms-fill-upper { + background-color: #d9e2ef; + border-radius: 1rem + } + .custom-range::-ms-fill-upper { + margin-right: 15px + } + .custom-range:disabled::-webkit-slider-thumb { + background-color: #abbcd5 + } + .custom-range:disabled::-webkit-slider-runnable-track { + cursor: default + } + .custom-range:disabled::-moz-range-thumb { + background-color: #abbcd5 + } + .custom-range:disabled::-moz-range-track { + cursor: default + } + .custom-range:disabled::-ms-thumb { + background-color: #abbcd5 + } + .custom-control-label:before, + .custom-file-label, + .custom-select { + -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out + } + @media (prefers-reduced-motion: reduce) { + .custom-control-label:before, + .custom-file-label, + .custom-select { + -webkit-transition: none; + transition: none + } + } + .nav { + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none + } + .nav-link { + display: block; + padding: .5rem 1rem + } + .nav-link:focus, + .nav-link:hover { + text-decoration: none + } + .nav-link.disabled { + color: #869ab8; + pointer-events: none; + cursor: default + } + .nav-tabs { + border-bottom: 1px solid #d9e2ef + } + .nav-tabs .nav-item { + margin-bottom: -1px + } + .nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: .375rem; + border-top-right-radius: .375rem + } + .nav-tabs .nav-link:focus, + .nav-tabs .nav-link:hover { + border-color: #f1f4f8 #f1f4f8 #d9e2ef + } + .nav-tabs .nav-link.disabled { + color: #869ab8; + background-color: transparent; + border-color: transparent + } + .nav-tabs .nav-item.show .nav-link, + .nav-tabs .nav-link.active { + color: #506690; + background-color: #fff; + border-color: #d9e2ef #d9e2ef #fff + } + .nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-left-radius: 0; + border-top-right-radius: 0 + } + .nav-pills .nav-link { + border-radius: .375rem + } + .nav-pills .nav-link.active, + .nav-pills .show>.nav-link { + color: #fff; + background-color: #1f93ff + } + .nav-fill .nav-item { + flex: 1 1 auto; + text-align: center + } + .nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center + } + .tab-content>.tab-pane { + display: none + } + .tab-content>.active { + display: block + } + /* .card { + position: relative; + display: flex; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 0 solid #f1f4f8; + border-radius: .375rem + } + .card>hr { + margin-right: 0; + margin-left: 0 + } + .card>.list-group:first-child .list-group-item:first-child { + border-top-left-radius: .375rem; + border-top-right-radius: .375rem + } + .card>.list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: .375rem; + border-bottom-left-radius: .375rem + } + .card-body { + flex: 1 1 auto; + padding: 2rem + } + .card-title { + margin-bottom: .75rem + } + .card-subtitle { + margin-top: -.375rem + } + .card-subtitle, + .card-text:last-child { + margin-bottom: 0 + } + .card-link:hover { + text-decoration: none + } + .card-link+.card-link { + margin-left: 2rem + } + .card-header { + padding: .75rem 2rem; + margin-bottom: 0; + background-color: rgba(22, 28, 45, .03); + border-bottom: 0 solid #f1f4f8 + } + .card-header:first-child { + border-radius: .375rem .375rem 0 0 + } + .card-header+.list-group .list-group-item:first-child { + border-top: 0 + } + .card-footer { + padding: .75rem 2rem; + background-color: rgba(22, 28, 45, .03); + border-top: 0 solid #f1f4f8 + } + .card-footer:last-child { + border-radius: 0 0 .375rem .375rem + } + .card-header-tabs { + margin-bottom: -.75rem; + border-bottom: 0 + } + .card-header-pills, + .card-header-tabs { + margin-right: -1rem; + margin-left: -1rem + } + .card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem + } + .card-img { + width: 100%; + border-radius: .375rem + } + .card-img-top { + width: 100%; + border-top-left-radius: .375rem; + border-top-right-radius: .375rem + } + .card-img-bottom { + width: 100%; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: .375rem + } + .card-deck { + display: flex; + flex-direction: column + } + .card-deck .card { + margin-bottom: 20px + } + @media (min-width: 576px) { + .card-deck { + flex-flow: row wrap; + margin-right: -20px; + margin-left: -20px + } + .card-deck .card { + display: flex; + flex: 1 0; + flex-direction: column; + margin-right: 20px; + margin-bottom: 0; + margin-left: 20px + } + } + .card-group { + display: flex; + flex-direction: column + } + .card-group>.card { + margin-bottom: 20px + } + @media (min-width: 576px) { + .card-group { + flex-flow: row wrap + } + .card-group>.card { + flex: 1 0; + margin-bottom: 0 + } + .card-group>.card+.card { + margin-left: 0; + border-left: 0 + } + .card-group>.card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0 + } + .card-group>.card:not(:last-child) .card-header, + .card-group>.card:not(:last-child) .card-img-top { + border-top-right-radius: 0 + } + .card-group>.card:not(:last-child) .card-footer, + .card-group>.card:not(:last-child) .card-img-bottom { + border-bottom-right-radius: 0 + } + .card-group>.card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0 + } + .card-group>.card:not(:first-child) .card-header, + .card-group>.card:not(:first-child) .card-img-top { + border-top-left-radius: 0 + } + .card-group>.card:not(:first-child) .card-footer, + .card-group>.card:not(:first-child) .card-img-bottom { + border-bottom-left-radius: 0 + } + } + .card-columns .card { + margin-bottom: .75rem + } + @media (min-width: 576px) { + .card-columns { + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; + -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; + column-gap: 1.25rem; + orphans: 1; + widows: 1 + } + .card-columns .card { + display: inline-block; + width: 100% + } + } + .accordion>.card { + overflow: hidden + } + .accordion>.card:not(:first-of-type) .card-header:first-child { + border-radius: 0 + } + .accordion>.card:not(:first-of-type):not(:last-of-type) { + border-bottom: 0; + border-radius: 0 + } + .accordion>.card:first-of-type { + border-bottom: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0 + } + .accordion>.card:last-of-type { + border-top-left-radius: 0; + border-top-right-radius: 0 + } */ + /* .accordion>.card .card-header, + .breadcrumb { + margin-bottom: 0 + } */ + .breadcrumb { + display: flex; + flex-wrap: wrap; + padding: .75rem 0; + list-style: none; + background-color: transparent; + border-radius: 0 + } + .breadcrumb-item+.breadcrumb-item { + padding-left: .5rem + } + .breadcrumb-item+.breadcrumb-item:before { + display: inline-block; + padding-right: .5rem; + color: #506690; + content: "/" + } + .breadcrumb-item+.breadcrumb-item:hover:before { + text-decoration: underline; + text-decoration: none + } + .breadcrumb-item.active { + color: #506690 + } + .pagination { + display: flex; + padding-left: 0; + list-style: none; + border-radius: .375rem + } + .page-link { + position: relative; + display: block; + padding: .8125rem 1.25rem; + margin-left: -1px; + line-height: 1.6; + color: #1f93ff; + background-color: #fff; + border: 1px solid #d9e2ef + } + .page-link:hover { + z-index: 2; + color: #006cd2; + text-decoration: none; + background-color: #f1f4f8; + border-color: #d9e2ef + } + .page-link:focus { + z-index: 2; + outline: 0; + box-shadow: none + } + .page-item:first-child .page-link { + margin-left: 0; + border-top-left-radius: .375rem; + border-bottom-left-radius: .375rem + } + .page-item:last-child .page-link { + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem + } + .page-item.active .page-link { + z-index: 1; + color: #fff; + background-color: #1f93ff; + border-color: #1f93ff + } + .page-item.disabled .page-link { + color: #869ab8; + pointer-events: none; + cursor: auto; + background-color: #fff; + border-color: #d9e2ef + } + .pagination-lg .page-link { + padding: 1.122rem 1.5rem; + font-size: 1.1875rem + } + .pagination-lg .page-item:first-child .page-link { + border-top-left-radius: .5rem; + border-bottom-left-radius: .5rem + } + .pagination-lg .page-item:last-child .page-link { + border-top-right-radius: .5rem; + border-bottom-right-radius: .5rem + } + .pagination-sm .page-link { + padding: .5625rem 1rem; + font-size: .9375rem + } + .pagination-sm .page-item:first-child .page-link { + border-top-left-radius: .2rem; + border-bottom-left-radius: .2rem + } + .pagination-sm .page-item:last-child .page-link { + border-top-right-radius: .2rem; + border-bottom-right-radius: .2rem + } + .badge { + display: inline-block; + padding: .25rem .75rem; + font-size: 75%; + font-weight: 600; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .375rem; + -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out + } + @media (prefers-reduced-motion: reduce) { + .badge { + -webkit-transition: none; + transition: none + } + } + a.badge:focus, + a.badge:hover { + text-decoration: none + } + .badge:empty { + display: none + } + .btn .badge { + position: relative; + top: -1px + } + .badge-pill { + padding-right: .75rem; + padding-left: .75rem; + border-radius: 10rem + } + .badge-primary { + color: #fff; + background-color: #1f93ff + } + a.badge-primary:focus, + a.badge-primary:hover { + color: #fff; + background-color: #007aeb + } + a.badge-primary.focus, + a.badge-primary:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(31, 147, 255, .5) + } + .badge-secondary { + color: #fff; + background-color: #506690 + } + a.badge-secondary:focus, + a.badge-secondary:hover { + color: #fff; + background-color: #3e4f6f + } + a.badge-secondary.focus, + a.badge-secondary:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(80, 102, 144, .5) + } + .badge-success { + color: #fff; + background-color: #42ba96 + } + a.badge-success:focus, + a.badge-success:hover { + color: #fff; + background-color: #359478 + } + a.badge-success.focus, + a.badge-success:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(66, 186, 150, .5) + } + .badge-info { + color: #fff; + background-color: #7c69ef + } + a.badge-info:focus, + a.badge-info:hover { + color: #fff; + background-color: #543bea + } + a.badge-info.focus, + a.badge-info:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(124, 105, 239, .5) + } + .badge-warning { + color: #2b354f; + background-color: #fad776 + } + a.badge-warning:focus, + a.badge-warning:hover { + color: #2b354f; + background-color: #f8c945 + } + a.badge-warning.focus, + a.badge-warning:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(250, 215, 118, .5) + } + .badge-danger { + color: #fff; + background-color: #df4759 + } + a.badge-danger:focus, + a.badge-danger:hover { + color: #fff; + background-color: #cf2438 + } + a.badge-danger.focus, + a.badge-danger:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(223, 71, 89, .5) + } + .badge-light { + color: #2b354f; + background-color: #f9fbfd + } + a.badge-light:focus, + a.badge-light:hover { + color: #2b354f; + background-color: #d3e2f0 + } + a.badge-light.focus, + a.badge-light:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(249, 251, 253, .5) + } + .badge-dark { + color: #fff; + background-color: #2b354f + } + a.badge-dark:focus, + a.badge-dark:hover { + color: #fff; + background-color: #191f2e + } + a.badge-dark.focus, + a.badge-dark:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(43, 53, 79, .5) + } + .badge-primary-desat { + color: #fff; + background-color: #6c8aec + } + a.badge-primary-desat:focus, + a.badge-primary-desat:hover { + color: #fff; + background-color: #3f66e6 + } + a.badge-primary-desat.focus, + a.badge-primary-desat:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(108, 138, 236, .5) + } + .badge-black { + color: #fff; + background-color: #161c2d + } + a.badge-black:focus, + a.badge-black:hover { + color: #fff; + background-color: #05070b + } + a.badge-black.focus, + a.badge-black:focus { + outline: 0; + box-shadow: 0 0 0 0 rgba(22, 28, 45, .5) + } + .jumbotron { + padding: 2rem 1rem; + margin-bottom: 2rem; + background-color: #f1f4f8; + border-radius: .5rem + } + @media (min-width: 576px) { + .jumbotron { + padding: 4rem 2rem + } + } + .jumbotron-fluid { + padding-right: 0; + padding-left: 0; + border-radius: 0 + } + .alert { + position: relative; + padding: .75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: .375rem + } + .alert-heading { + color: inherit + } + .alert-link { + font-weight: 600 + } + .alert-dismissible { + padding-right: 4.09375rem + } + .alert-dismissible .close { + position: absolute; + top: 0; + right: 0; + padding: .75rem 1.25rem; + color: inherit + } + .alert-primary { + color: #1b5a9a + } + .alert-primary .alert-link { + color: #13416f + } + .alert-secondary { + color: #344260 + } + .alert-secondary .alert-link { + color: #222b3f + } + .alert-success { + color: #2d6e64 + } + .alert-success .alert-link { + color: #1e4a43 + } + .alert-info { + color: #4b4492 + } + .alert-info .alert-link { + color: #39346f + } + .alert-warning { + color: #8d7d53 + } + .alert-warning .alert-link { + color: #6d6140 + } + .alert-danger { + color: #7f3244 + } + .alert-danger .alert-link { + color: #5a2430 + } + .alert-light { + color: #8c9099 + } + .alert-light .alert-link { + color: #727680 + } + .alert-dark { + color: #21293f + } + .alert-dark .alert-link { + color: #0f131e + } + .alert-primary-desat { + color: #435590 + } + .alert-primary-desat .alert-link { + color: #33406d + } + .alert-black { + color: #161c2d + } + .alert-black .alert-link { + color: #05070b + } + @-webkit-keyframes progress-bar-stripes { + 0% { + background-position: 1rem 0 + } + to { + background-position: 0 0 + } + } + @keyframes progress-bar-stripes { + 0% { + background-position: 1rem 0 + } + to { + background-position: 0 0 + } + } + .progress { + display: flex; + height: 1rem; + overflow: hidden; + font-size: .79688rem; + background-color: #f1f4f8; + border-radius: .375rem; + box-shadow: inset 0 .1rem .1rem rgba(22, 28, 45, .1) + } + .progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + color: #fff; + text-align: center; + white-space: nowrap; + background-color: #1f93ff; + -webkit-transition: width .6s ease; + transition: width .6s ease + } + @media (prefers-reduced-motion: reduce) { + .progress-bar { + -webkit-transition: none; + transition: none + } + } + .progress-bar-striped { + background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); + background-size: 1rem 1rem + } + .progress-bar-animated { + -webkit-animation: progress-bar-stripes 1s linear infinite; + animation: progress-bar-stripes 1s linear infinite + } + @media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + -webkit-animation: none; + animation: none + } + } + .media { + display: flex; + align-items: flex-start + } + .media-body { + flex: 1 1 + } + .list-group { + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0 + } + .list-group-item-action { + width: 100%; + color: #506690; + text-align: inherit + } + .list-group-item-action:focus, + .list-group-item-action:hover { + z-index: 1; + color: #506690; + text-decoration: none; + background-color: #f9fbfd + } + .list-group-item-action:active { + color: #161c2d; + background-color: #f1f4f8 + } + .list-group-item { + position: relative; + display: block; + padding: 1.5rem 2rem; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #f1f4f8 + } + .list-group-item:first-child { + border-top-left-radius: .375rem; + border-top-right-radius: .375rem + } + .list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: .375rem + } + .list-group-item.disabled, + .list-group-item:disabled { + color: #869ab8; + pointer-events: none; + background-color: #fff + } + .list-group-item.active { + z-index: 2; + color: #fff; + background-color: #1f93ff; + border-color: #1f93ff + } + .list-group-horizontal { + flex-direction: row + } + .list-group-horizontal .list-group-item { + margin-right: -1px; + margin-bottom: 0 + } + .list-group-horizontal .list-group-item:first-child { + border-top-left-radius: .375rem; + border-bottom-left-radius: .375rem; + border-top-right-radius: 0 + } + .list-group-horizontal .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: 0 + } + @media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row + } + .list-group-horizontal-sm .list-group-item { + margin-right: -1px; + margin-bottom: 0 + } + .list-group-horizontal-sm .list-group-item:first-child { + border-top-left-radius: .375rem; + border-bottom-left-radius: .375rem; + border-top-right-radius: 0 + } + .list-group-horizontal-sm .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: 0 + } + } + @media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row + } + .list-group-horizontal-md .list-group-item { + margin-right: -1px; + margin-bottom: 0 + } + .list-group-horizontal-md .list-group-item:first-child { + border-top-left-radius: .375rem; + border-bottom-left-radius: .375rem; + border-top-right-radius: 0 + } + .list-group-horizontal-md .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: 0 + } + } + @media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row + } + .list-group-horizontal-lg .list-group-item { + margin-right: -1px; + margin-bottom: 0 + } + .list-group-horizontal-lg .list-group-item:first-child { + border-top-left-radius: .375rem; + border-bottom-left-radius: .375rem; + border-top-right-radius: 0 + } + .list-group-horizontal-lg .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: 0 + } + } + @media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row + } + .list-group-horizontal-xl .list-group-item { + margin-right: -1px; + margin-bottom: 0 + } + .list-group-horizontal-xl .list-group-item:first-child { + border-top-left-radius: .375rem; + border-bottom-left-radius: .375rem; + border-top-right-radius: 0 + } + .list-group-horizontal-xl .list-group-item:last-child { + margin-right: 0; + border-top-right-radius: .375rem; + border-bottom-right-radius: .375rem; + border-bottom-left-radius: 0 + } + } + .list-group-flush .list-group-item { + border-right: 0; + border-left: 0; + border-radius: 0 + } + .list-group-flush .list-group-item:last-child { + margin-bottom: -1px + } + .list-group-flush:first-child .list-group-item:first-child { + border-top: 0 + } + .list-group-flush:last-child .list-group-item:last-child { + margin-bottom: 0; + border-bottom: 0 + } + .list-group-item-primary { + color: #1b5a9a; + background-color: #c0e1ff + } + .list-group-item-primary.list-group-item-action:focus, + .list-group-item-primary.list-group-item-action:hover { + color: #1b5a9a; + background-color: #a7d5ff + } + .list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #1b5a9a; + border-color: #1b5a9a + } + .list-group-item-secondary { + color: #344260; + background-color: #ced4e0 + } + .list-group-item-secondary.list-group-item-action:focus, + .list-group-item-secondary.list-group-item-action:hover { + color: #344260; + background-color: #bec6d6 + } + .list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #344260; + border-color: #344260 + } + .list-group-item-success { + color: #2d6e64; + background-color: #caece2 + } + .list-group-item-success.list-group-item-action:focus, + .list-group-item-success.list-group-item-action:hover { + color: #2d6e64; + background-color: #b7e5d8 + } + .list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #2d6e64; + border-color: #2d6e64 + } + .list-group-item-info { + color: #4b4492; + background-color: #dad5fb + } + .list-group-item-info.list-group-item-action:focus, + .list-group-item-info.list-group-item-action:hover { + color: #4b4492; + background-color: #c5bef9 + } + .list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #4b4492; + border-color: #4b4492 + } + .list-group-item-warning { + color: #8d7d53; + background-color: #fef4d9 + } + .list-group-item-warning.list-group-item-action:focus, + .list-group-item-warning.list-group-item-action:hover { + color: #8d7d53; + background-color: #fdedc0 + } + .list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #8d7d53; + border-color: #8d7d53 + } + .list-group-item-danger { + color: #7f3244; + background-color: #f6cbd1 + } + .list-group-item-danger.list-group-item-action:focus, + .list-group-item-danger.list-group-item-action:hover { + color: #7f3244; + background-color: #f2b5be + } + .list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #7f3244; + border-color: #7f3244 + } + .list-group-item-light { + color: #8c9099; + background-color: #fdfefe + } + .list-group-item-light.list-group-item-action:focus, + .list-group-item-light.list-group-item-action:hover { + color: #8c9099; + background-color: #ecf6f6 + } + .list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #8c9099; + border-color: #8c9099 + } + .list-group-item-dark { + color: #21293f; + background-color: #c4c6ce + } + .list-group-item-dark.list-group-item-action:focus, + .list-group-item-dark.list-group-item-action:hover { + color: #21293f; + background-color: #b6b9c2 + } + .list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #21293f; + border-color: #21293f + } + .list-group-item-primary-desat { + color: #435590; + background-color: #d6defa + } + .list-group-item-primary-desat.list-group-item-action:focus, + .list-group-item-primary-desat.list-group-item-action:hover { + color: #435590; + background-color: #bfccf7 + } + .list-group-item-primary-desat.list-group-item-action.active { + color: #fff; + background-color: #435590; + border-color: #435590 + } + .list-group-item-black { + color: #161c2d; + background-color: #bebfc4 + } + .list-group-item-black.list-group-item-action:focus, + .list-group-item-black.list-group-item-action:hover { + color: #161c2d; + background-color: #b1b2b8 + } + .list-group-item-black.list-group-item-action.active { + color: #fff; + background-color: #161c2d; + border-color: #161c2d + } + .close { + float: right; + font-size: 1.59375rem; + font-weight: 600; + line-height: 1; + color: #869ab8; + text-shadow: none; + opacity: .5 + } + .close:hover { + color: #869ab8; + text-decoration: none + } + .close:not(:disabled):not(.disabled):focus, + .close:not(:disabled):not(.disabled):hover { + opacity: .75 + } + button.close { + padding: 0; + background-color: transparent; + border: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none + } + a.close.disabled { + pointer-events: none + } + .toast { + max-width: 350px; + overflow: hidden; + font-size: .875rem; + background-color: hsla(0, 0%, 100%, .85); + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, .1); + box-shadow: 0 .25rem .75rem rgba(22, 28, 45, .1); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); + opacity: 0; + border-radius: .25rem + } + .toast:not(:last-child) { + margin-bottom: .75rem + } + .toast.showing { + opacity: 1 + } + .toast.show { + display: block; + opacity: 1 + } + .toast.hide { + display: none + } + .toast-header { + display: flex; + align-items: center; + padding: .5rem .75rem; + color: #869ab8; + background-color: hsla(0, 0%, 100%, .85); + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, .05) + } + .toast-body { + padding: .75rem + } + .modal-open { + overflow: hidden + } + .modal-open .modal { + overflow-x: hidden; + overflow-y: auto + } + .modal { + position: fixed; + top: 0; + left: 0; + z-index: 1050; + display: none; + width: 100%; + height: 100%; + overflow: hidden; + outline: 0 + } + .modal-dialog { + position: relative; + width: auto; + margin: .5rem; + pointer-events: none + } + .modal.fade .modal-dialog { + -webkit-transition: -webkit-transform .3s ease-out; + transition: -webkit-transform .3s ease-out; + transition: transform .3s ease-out; + transition: transform .3s ease-out, -webkit-transform .3s ease-out; + -webkit-transform: translateY(-50px); + transform: translateY(-50px) + } + @media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + -webkit-transition: none; + transition: none + } + } + .modal.show .modal-dialog { + -webkit-transform: none; + transform: none + } + .modal-dialog-scrollable { + display: flex; + max-height: calc(100% - 1rem) + } + .modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 1rem); + overflow: hidden + } + .modal-dialog-scrollable .modal-footer, + .modal-dialog-scrollable .modal-header { + flex-shrink: 0 + } + .modal-dialog-scrollable .modal-body { + overflow-y: auto + } + .modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - 1rem) + } + .modal-dialog-centered:before { + display: block; + height: calc(100vh - 1rem); + content: "" + } + .modal-dialog-centered.modal-dialog-scrollable { + flex-direction: column; + justify-content: center; + height: 100% + } + .modal-dialog-centered.modal-dialog-scrollable .modal-content { + max-height: none + } + .modal-dialog-centered.modal-dialog-scrollable:before { + content: none + } + .modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + pointer-events: auto; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(22, 28, 45, .2); + border-radius: .5rem; + box-shadow: 0 .25rem .5rem rgba(22, 28, 45, .5); + outline: 0 + } + .modal-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #161c2d + } + .modal-backdrop.fade { + opacity: 0 + } + .modal-backdrop.show { + opacity: .8 + } + .modal-header { + display: flex; + align-items: flex-start; + justify-content: space-between; + padding: 1rem; + border-bottom: 1px solid #f1f4f8; + border-top-left-radius: .5rem; + border-top-right-radius: .5rem + } + .modal-header .close { + padding: 1rem; + margin: -1rem -1rem -1rem auto + } + .modal-title { + margin-bottom: 0; + line-height: 1.6 + } + .modal-body { + position: relative; + flex: 1 1 auto; + padding: 2.5rem + } + .modal-footer { + display: flex; + align-items: center; + justify-content: flex-end; + padding: 2.5rem; + border-top: 1px solid #f1f4f8; + border-bottom-right-radius: .5rem; + border-bottom-left-radius: .5rem + } + .modal-footer>:not(:first-child) { + margin-left: .25rem + } + .modal-footer>:not(:last-child) { + margin-right: .25rem + } + .modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll + } + @media (min-width: 576px) { + .modal-dialog { + max-width: 500px; + margin: 1.75rem auto + } + .modal-dialog-scrollable { + max-height: calc(100% - 3.5rem) + } + .modal-dialog-scrollable .modal-content { + max-height: calc(100vh - 3.5rem) + } + .modal-dialog-centered { + min-height: calc(100% - 3.5rem) + } + .modal-dialog-centered:before { + height: calc(100vh - 3.5rem) + } + .modal-content { + box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .5) + } + .modal-sm { + max-width: 300px + } + } + @media (min-width: 992px) { + .modal-lg, + .modal-xl { + max-width: 800px + } + } + @media (min-width: 1200px) { + .modal-xl { + max-width: 1140px + } + } + .tooltip { + position: absolute; + z-index: 1070; + display: block; + margin: 0; + font-family: HKGroteskPro, serif; + font-style: normal; + font-weight: 400; + line-height: 1.6; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: .9375rem; + word-wrap: break-word; + opacity: 0 + } + .tooltip.show { + opacity: .9 + } + .tooltip .arrow { + position: absolute; + display: block; + width: .8rem; + height: .4rem + } + .tooltip .arrow:before { + position: absolute; + content: ""; + border-color: transparent; + border-style: solid + } + .bs-tooltip-auto[x-placement^=top], + .bs-tooltip-top { + padding: .4rem 0 + } + .bs-tooltip-auto[x-placement^=top] .arrow, + .bs-tooltip-top .arrow { + bottom: 0 + } + .bs-tooltip-auto[x-placement^=top] .arrow:before, + .bs-tooltip-top .arrow:before { + top: 0; + border-width: .4rem .4rem 0; + border-top-color: #161c2d + } + .bs-tooltip-auto[x-placement^=right], + .bs-tooltip-right { + padding: 0 .4rem + } + .bs-tooltip-auto[x-placement^=right] .arrow, + .bs-tooltip-right .arrow { + left: 0; + width: .4rem; + height: .8rem + } + .bs-tooltip-auto[x-placement^=right] .arrow:before, + .bs-tooltip-right .arrow:before { + right: 0; + border-width: .4rem .4rem .4rem 0; + border-right-color: #161c2d + } + .bs-tooltip-auto[x-placement^=bottom], + .bs-tooltip-bottom { + padding: .4rem 0 + } + .bs-tooltip-auto[x-placement^=bottom] .arrow, + .bs-tooltip-bottom .arrow { + top: 0 + } + .bs-tooltip-auto[x-placement^=bottom] .arrow:before, + .bs-tooltip-bottom .arrow:before { + bottom: 0; + border-width: 0 .4rem .4rem; + border-bottom-color: #161c2d + } + .bs-tooltip-auto[x-placement^=left], + .bs-tooltip-left { + padding: 0 .4rem + } + .bs-tooltip-auto[x-placement^=left] .arrow, + .bs-tooltip-left .arrow { + right: 0; + width: .4rem; + height: .8rem + } + .bs-tooltip-auto[x-placement^=left] .arrow:before, + .bs-tooltip-left .arrow:before { + left: 0; + border-width: .4rem 0 .4rem .4rem; + border-left-color: #161c2d + } + .tooltip-inner { + max-width: 200px; + padding: .25rem .5rem; + color: #fff; + text-align: center; + background-color: #161c2d; + border-radius: .375rem + } + .popover { + top: 0; + left: 0; + z-index: 1060; + max-width: 380px; + font-family: HKGroteskPro, serif; + font-style: normal; + font-weight: 400; + line-height: 1.6; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + font-size: .9375rem; + word-wrap: break-word; + background-color: #fff; + background-clip: padding-box; + border: 1px solid transparent; + border-radius: .375rem; + box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1) + } + .popover, + .popover .arrow { + position: absolute; + display: block + } + .popover .arrow { + width: 1.25rem; + height: .625rem; + margin: 0 .5rem + } + .popover .arrow:after, + .popover .arrow:before { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid + } + .bs-popover-auto[x-placement^=top], + .bs-popover-top { + margin-bottom: .625rem + } + .bs-popover-auto[x-placement^=top]>.arrow, + .bs-popover-top>.arrow { + bottom: calc(-.625rem + -1px) + } + .bs-popover-auto[x-placement^=top]>.arrow:before, + .bs-popover-top>.arrow:before { + bottom: 0; + border-width: .625rem .625rem 0; + border-top-color: rgba(0, 0, 0, .05) + } + .bs-popover-auto[x-placement^=top]>.arrow:after, + .bs-popover-top>.arrow:after { + bottom: 1px; + border-width: .625rem .625rem 0; + border-top-color: #fff + } + .bs-popover-auto[x-placement^=right], + .bs-popover-right { + margin-left: .625rem + } + .bs-popover-auto[x-placement^=right]>.arrow, + .bs-popover-right>.arrow { + left: calc(-.625rem + -1px); + width: .625rem; + height: 1.25rem; + margin: .5rem 0 + } + .bs-popover-auto[x-placement^=right]>.arrow:before, + .bs-popover-right>.arrow:before { + left: 0; + border-width: .625rem .625rem .625rem 0; + border-right-color: rgba(0, 0, 0, .05) + } + .bs-popover-auto[x-placement^=right]>.arrow:after, + .bs-popover-right>.arrow:after { + left: 1px; + border-width: .625rem .625rem .625rem 0; + border-right-color: #fff + } + .bs-popover-auto[x-placement^=bottom], + .bs-popover-bottom { + margin-top: .625rem + } + .bs-popover-auto[x-placement^=bottom]>.arrow, + .bs-popover-bottom>.arrow { + top: calc(-.625rem + -1px) + } + .bs-popover-auto[x-placement^=bottom]>.arrow:before, + .bs-popover-bottom>.arrow:before { + top: 0; + border-width: 0 .625rem .625rem; + border-bottom-color: rgba(0, 0, 0, .05) + } + .bs-popover-auto[x-placement^=bottom]>.arrow:after, + .bs-popover-bottom>.arrow:after { + top: 1px; + border-width: 0 .625rem .625rem; + border-bottom-color: #fff + } + .bs-popover-auto[x-placement^=bottom] .popover-header:before, + .bs-popover-bottom .popover-header:before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: 1.25rem; + margin-left: -.625rem; + content: ""; + border-bottom: 1px solid transparent + } + .bs-popover-auto[x-placement^=left], + .bs-popover-left { + margin-right: .625rem + } + .bs-popover-auto[x-placement^=left]>.arrow, + .bs-popover-left>.arrow { + right: calc(-.625rem + -1px); + width: .625rem; + height: 1.25rem; + margin: .5rem 0 + } + .bs-popover-auto[x-placement^=left]>.arrow:before, + .bs-popover-left>.arrow:before { + right: 0; + border-width: .625rem 0 .625rem .625rem; + border-left-color: rgba(0, 0, 0, .05) + } + .bs-popover-auto[x-placement^=left]>.arrow:after, + .bs-popover-left>.arrow:after { + right: 1px; + border-width: .625rem 0 .625rem .625rem; + border-left-color: #fff + } + .popover-header { + padding: 1.5rem 2rem; + margin-bottom: 0; + font-size: 1.0625rem; + background-color: transparent; + border-bottom: 1px solid transparent; + border-top-left-radius: calc(.5rem - 1px); + border-top-right-radius: calc(.5rem - 1px) + } + .popover-header:empty { + display: none + } + .popover-body { + padding: 1.5rem 2rem; + color: #869ab8 + } + .carousel { + position: relative + } + .carousel.pointer-event { + touch-action: pan-y + } + .carousel-inner { + position: relative; + width: 100%; + overflow: hidden + } + .carousel-inner:after { + display: block; + clear: both; + content: "" + } + .carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transition: -webkit-transform .6s ease-in-out; + transition: -webkit-transform .6s ease-in-out; + transition: transform .6s ease-in-out; + transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out + } + @media (prefers-reduced-motion: reduce) { + .carousel-item { + -webkit-transition: none; + transition: none + } + } + .carousel-item-next, + .carousel-item-prev, + .carousel-item.active { + display: block + } + .active.carousel-item-right, + .carousel-item-next:not(.carousel-item-left) { + -webkit-transform: translateX(100%); + transform: translateX(100%) + } + .active.carousel-item-left, + .carousel-item-prev:not(.carousel-item-right) { + -webkit-transform: translateX(-100%); + transform: translateX(-100%) + } + .carousel-fade .carousel-item { + opacity: 0; + -webkit-transition-property: opacity; + transition-property: opacity; + -webkit-transform: none; + transform: none + } + .carousel-fade .carousel-item-next.carousel-item-left, + .carousel-fade .carousel-item-prev.carousel-item-right, + .carousel-fade .carousel-item.active { + z-index: 1; + opacity: 1 + } + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + z-index: 0; + opacity: 0; + -webkit-transition: opacity 0s .6s; + transition: opacity 0s .6s + } + @media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-left, + .carousel-fade .active.carousel-item-right { + -webkit-transition: none; + transition: none + } + } + .carousel-control-next, + .carousel-control-prev { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + width: 15%; + color: #fff; + text-align: center; + opacity: .5; + -webkit-transition: opacity .15s ease; + transition: opacity .15s ease + } + @media (prefers-reduced-motion: reduce) { + .carousel-control-next, + .carousel-control-prev { + -webkit-transition: none; + transition: none + } + } + .carousel-control-next:focus, + .carousel-control-next:hover, + .carousel-control-prev:focus, + .carousel-control-prev:hover { + color: #fff; + text-decoration: none; + outline: 0; + opacity: .9 + } + .carousel-control-prev { + left: 0 + } + .carousel-control-next { + right: 0 + } + .carousel-control-next-icon, + .carousel-control-prev-icon { + display: inline-block; + width: 20px; + height: 20px; + background: no-repeat 50%/100% 100% + } + .carousel-control-prev-icon { + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") + } + .carousel-control-next-icon { + background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") + } + .carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 15; + display: flex; + justify-content: center; + padding-left: 0; + margin-right: 15%; + margin-left: 15%; + list-style: none + } + .carousel-indicators li { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: .5; + -webkit-transition: opacity .6s ease; + transition: opacity .6s ease + } + @media (prefers-reduced-motion: reduce) { + .carousel-indicators li { + -webkit-transition: none; + transition: none + } + } + .carousel-indicators .active { + opacity: 1 + } + .carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #fff; + text-align: center + } + @-webkit-keyframes spinner-border { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } + } + @keyframes spinner-border { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } + } + .spinner-border { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + border: .25em solid; + border-right: .25em solid transparent; + border-radius: 50%; + -webkit-animation: spinner-border .75s linear infinite; + animation: spinner-border .75s linear infinite + } + .spinner-border-sm { + width: 1rem; + height: 1rem; + border-width: .2em + } + @-webkit-keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0) + } + 50% { + opacity: 1 + } + } + @keyframes spinner-grow { + 0% { + -webkit-transform: scale(0); + transform: scale(0) + } + 50% { + opacity: 1 + } + } + .spinner-grow { + display: inline-block; + width: 2rem; + height: 2rem; + vertical-align: text-bottom; + background-color: currentColor; + border-radius: 50%; + opacity: 0; + -webkit-animation: spinner-grow .75s linear infinite; + animation: spinner-grow .75s linear infinite + } + .spinner-grow-sm { + width: 1rem; + height: 1rem + } + .align-baseline { + vertical-align: baseline!important + } + .align-top { + vertical-align: top!important + } + .align-middle { + vertical-align: middle!important + } + .align-bottom { + vertical-align: bottom!important + } + .align-text-bottom { + vertical-align: text-bottom!important + } + .align-text-top { + vertical-align: text-top!important + } + .bg-primary { + background-color: #1f93ff!important + } + a.bg-primary:focus, + a.bg-primary:hover, + button.bg-primary:focus, + button.bg-primary:hover { + background-color: #007aeb!important + } + .bg-secondary { + background-color: #506690!important + } + a.bg-secondary:focus, + a.bg-secondary:hover, + button.bg-secondary:focus, + button.bg-secondary:hover { + background-color: #3e4f6f!important + } + .bg-success { + background-color: #42ba96!important + } + a.bg-success:focus, + a.bg-success:hover, + button.bg-success:focus, + button.bg-success:hover { + background-color: #359478!important + } + .bg-info { + background-color: #7c69ef!important + } + a.bg-info:focus, + a.bg-info:hover, + button.bg-info:focus, + button.bg-info:hover { + background-color: #543bea!important + } + .bg-warning { + background-color: #fad776!important + } + a.bg-warning:focus, + a.bg-warning:hover, + button.bg-warning:focus, + button.bg-warning:hover { + background-color: #f8c945!important + } + .bg-danger { + background-color: #df4759!important + } + a.bg-danger:focus, + a.bg-danger:hover, + button.bg-danger:focus, + button.bg-danger:hover { + background-color: #cf2438!important + } + .bg-light { + background-color: #f9fbfd!important + } + a.bg-light:focus, + a.bg-light:hover, + button.bg-light:focus, + button.bg-light:hover { + background-color: #d3e2f0!important + } + .bg-dark { + background-color: #2b354f!important + } + a.bg-dark:focus, + a.bg-dark:hover, + button.bg-dark:focus, + button.bg-dark:hover { + background-color: #191f2e!important + } + .bg-primary-desat { + background-color: #6c8aec!important + } + a.bg-primary-desat:focus, + a.bg-primary-desat:hover, + button.bg-primary-desat:focus, + button.bg-primary-desat:hover { + background-color: #3f66e6!important + } + a.bg-black:focus, + a.bg-black:hover, + button.bg-black:focus, + button.bg-black:hover { + background-color: #05070b!important + } + .bg-white { + background-color: #fff!important + } + .bg-transparent { + background-color: transparent!important + } + .border { + border: 1px solid #f1f4f8!important + } + .border-top { + border-top: 1px solid #f1f4f8!important + } + .border-right { + border-right: 1px solid #f1f4f8!important + } + .border-bottom { + border-bottom: 1px solid #f1f4f8!important + } + .border-left { + border-left: 1px solid #f1f4f8!important + } + .border-0 { + border: 0!important + } + .border-top-0 { + border-top: 0!important + } + .border-right-0 { + border-right: 0!important + } + .border-bottom-0 { + border-bottom: 0!important + } + .border-left-0 { + border-left: 0!important + } + .border-primary { + border-color: #1f93ff!important + } + .border-secondary { + border-color: #506690!important + } + .border-success { + border-color: #42ba96!important + } + .border-info { + border-color: #7c69ef!important + } + .border-warning { + border-color: #fad776!important + } + .border-danger { + border-color: #df4759!important + } + .border-light { + border-color: #f9fbfd!important + } + .border-dark { + border-color: #2b354f!important + } + .border-primary-desat { + border-color: #6c8aec!important + } + .border-black { + border-color: #161c2d!important + } + .border-white { + border-color: #fff!important + } + .rounded-sm { + border-radius: .2rem!important + } + .rounded { + border-radius: .375rem!important + } + .rounded-top { + border-top-left-radius: .375rem!important + } + .rounded-right, + .rounded-top { + border-top-right-radius: .375rem!important + } + .rounded-bottom, + .rounded-right { + border-bottom-right-radius: .375rem!important + } + .rounded-bottom, + .rounded-left { + border-bottom-left-radius: .375rem!important + } + .rounded-left { + border-top-left-radius: .375rem!important + } + .rounded-lg { + border-radius: .5rem!important + } + .rounded-circle { + border-radius: 50%!important + } + .rounded-pill { + border-radius: 50rem!important + } + .rounded-0 { + border-radius: 0!important + } + .clearfix:after { + display: block; + clear: both; + content: "" + } + .d-none { + display: none!important + } + .d-inline { + display: inline!important + } + .d-inline-block { + display: inline-block!important + } + .d-block { + display: block!important + } + .d-table { + display: table!important + } + .d-table-row { + display: table-row!important + } + .d-table-cell { + display: table-cell!important + } + .d-flex { + display: flex!important + } + .d-inline-flex { + display: inline-flex!important + } + @media (min-width: 576px) { + .d-sm-none { + display: none!important + } + .d-sm-inline { + display: inline!important + } + .d-sm-inline-block { + display: inline-block!important + } + .d-sm-block { + display: block!important + } + .d-sm-table { + display: table!important + } + .d-sm-table-row { + display: table-row!important + } + .d-sm-table-cell { + display: table-cell!important + } + .d-sm-flex { + display: flex!important + } + .d-sm-inline-flex { + display: inline-flex!important + } + } + @media (min-width: 768px) { + .d-md-none { + display: none!important + } + .d-md-inline { + display: inline!important + } + .d-md-inline-block { + display: inline-block!important + } + .d-md-block { + display: block!important + } + .d-md-table { + display: table!important + } + .d-md-table-row { + display: table-row!important + } + .d-md-table-cell { + display: table-cell!important + } + .d-md-flex { + display: flex!important + } + .d-md-inline-flex { + display: inline-flex!important + } + } + @media (min-width: 992px) { + .d-lg-none { + display: none!important + } + .d-lg-inline { + display: inline!important + } + .d-lg-inline-block { + display: inline-block!important + } + .d-lg-block { + display: block!important + } + .d-lg-table { + display: table!important + } + .d-lg-table-row { + display: table-row!important + } + .d-lg-table-cell { + display: table-cell!important + } + .d-lg-flex { + display: flex!important + } + .d-lg-inline-flex { + display: inline-flex!important + } + } + @media (min-width: 1200px) { + .d-xl-none { + display: none!important + } + .d-xl-inline { + display: inline!important + } + .d-xl-inline-block { + display: inline-block!important + } + .d-xl-block { + display: block!important + } + .d-xl-table { + display: table!important + } + .d-xl-table-row { + display: table-row!important + } + .d-xl-table-cell { + display: table-cell!important + } + .d-xl-flex { + display: flex!important + } + .d-xl-inline-flex { + display: inline-flex!important + } + } + @media print { + .d-print-none { + display: none!important + } + .d-print-inline { + display: inline!important + } + .d-print-inline-block { + display: inline-block!important + } + .d-print-block { + display: block!important + } + .d-print-table { + display: table!important + } + .d-print-table-row { + display: table-row!important + } + .d-print-table-cell { + display: table-cell!important + } + .d-print-flex { + display: flex!important + } + .d-print-inline-flex { + display: inline-flex!important + } + } + .embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden + } + .embed-responsive:before { + display: block; + content: "" + } + .embed-responsive .embed-responsive-item, + .embed-responsive embed, + .embed-responsive iframe, + .embed-responsive object, + .embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0 + } + .embed-responsive-21by9:before { + padding-top: 42.85714% + } + .embed-responsive-16by9:before { + padding-top: 56.25% + } + .embed-responsive-4by3:before { + padding-top: 75% + } + .embed-responsive-1by1:before { + padding-top: 100% + } + .flex-row { + flex-direction: row!important + } + .flex-column { + flex-direction: column!important + } + .flex-row-reverse { + flex-direction: row-reverse!important + } + .flex-column-reverse { + flex-direction: column-reverse!important + } + .flex-wrap { + flex-wrap: wrap!important + } + .flex-nowrap { + flex-wrap: nowrap!important + } + .flex-wrap-reverse { + flex-wrap: wrap-reverse!important + } + .flex-fill { + flex: 1 1 auto!important + } + .flex-grow-0 { + flex-grow: 0!important + } + .flex-grow-1 { + flex-grow: 1!important + } + .flex-shrink-0 { + flex-shrink: 0!important + } + .flex-shrink-1 { + flex-shrink: 1!important + } + .justify-content-start { + justify-content: flex-start!important + } + .justify-content-end { + justify-content: flex-end!important + } + .justify-content-center { + justify-content: center!important + } + .justify-content-between { + justify-content: space-between!important + } + .justify-content-around { + justify-content: space-around!important + } + .align-items-start { + align-items: flex-start!important + } + .align-items-end { + align-items: flex-end!important + } + .align-items-center { + align-items: center!important + } + .align-items-baseline { + align-items: baseline!important + } + .align-items-stretch { + align-items: stretch!important + } + .align-content-start { + align-content: flex-start!important + } + .align-content-end { + align-content: flex-end!important + } + .align-content-center { + align-content: center!important + } + .align-content-between { + align-content: space-between!important + } + .align-content-around { + align-content: space-around!important + } + .align-content-stretch { + align-content: stretch!important + } + .align-self-auto { + align-self: auto!important + } + .align-self-start { + align-self: flex-start!important + } + .align-self-end { + align-self: flex-end!important + } + .align-self-center { + align-self: center!important + } + .align-self-baseline { + align-self: baseline!important + } + .align-self-stretch { + align-self: stretch!important + } + @media (min-width: 576px) { + .flex-sm-row { + flex-direction: row!important + } + .flex-sm-column { + flex-direction: column!important + } + .flex-sm-row-reverse { + flex-direction: row-reverse!important + } + .flex-sm-column-reverse { + flex-direction: column-reverse!important + } + .flex-sm-wrap { + flex-wrap: wrap!important + } + .flex-sm-nowrap { + flex-wrap: nowrap!important + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse!important + } + .flex-sm-fill { + flex: 1 1 auto!important + } + .flex-sm-grow-0 { + flex-grow: 0!important + } + .flex-sm-grow-1 { + flex-grow: 1!important + } + .flex-sm-shrink-0 { + flex-shrink: 0!important + } + .flex-sm-shrink-1 { + flex-shrink: 1!important + } + .justify-content-sm-start { + justify-content: flex-start!important + } + .justify-content-sm-end { + justify-content: flex-end!important + } + .justify-content-sm-center { + justify-content: center!important + } + .justify-content-sm-between { + justify-content: space-between!important + } + .justify-content-sm-around { + justify-content: space-around!important + } + .align-items-sm-start { + align-items: flex-start!important + } + .align-items-sm-end { + align-items: flex-end!important + } + .align-items-sm-center { + align-items: center!important + } + .align-items-sm-baseline { + align-items: baseline!important + } + .align-items-sm-stretch { + align-items: stretch!important + } + .align-content-sm-start { + align-content: flex-start!important + } + .align-content-sm-end { + align-content: flex-end!important + } + .align-content-sm-center { + align-content: center!important + } + .align-content-sm-between { + align-content: space-between!important + } + .align-content-sm-around { + align-content: space-around!important + } + .align-content-sm-stretch { + align-content: stretch!important + } + .align-self-sm-auto { + align-self: auto!important + } + .align-self-sm-start { + align-self: flex-start!important + } + .align-self-sm-end { + align-self: flex-end!important + } + .align-self-sm-center { + align-self: center!important + } + .align-self-sm-baseline { + align-self: baseline!important + } + .align-self-sm-stretch { + align-self: stretch!important + } + } + @media (min-width: 768px) { + .flex-md-row { + flex-direction: row!important + } + .flex-md-column { + flex-direction: column!important + } + .flex-md-row-reverse { + flex-direction: row-reverse!important + } + .flex-md-column-reverse { + flex-direction: column-reverse!important + } + .flex-md-wrap { + flex-wrap: wrap!important + } + .flex-md-nowrap { + flex-wrap: nowrap!important + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse!important + } + .flex-md-fill { + flex: 1 1 auto!important + } + .flex-md-grow-0 { + flex-grow: 0!important + } + .flex-md-grow-1 { + flex-grow: 1!important + } + .flex-md-shrink-0 { + flex-shrink: 0!important + } + .flex-md-shrink-1 { + flex-shrink: 1!important + } + .justify-content-md-start { + justify-content: flex-start!important + } + .justify-content-md-end { + justify-content: flex-end!important + } + .justify-content-md-center { + justify-content: center!important + } + .justify-content-md-between { + justify-content: space-between!important + } + .justify-content-md-around { + justify-content: space-around!important + } + .align-items-md-start { + align-items: flex-start!important + } + .align-items-md-end { + align-items: flex-end!important + } + .align-items-md-center { + align-items: center!important + } + .align-items-md-baseline { + align-items: baseline!important + } + .align-items-md-stretch { + align-items: stretch!important + } + .align-content-md-start { + align-content: flex-start!important + } + .align-content-md-end { + align-content: flex-end!important + } + .align-content-md-center { + align-content: center!important + } + .align-content-md-between { + align-content: space-between!important + } + .align-content-md-around { + align-content: space-around!important + } + .align-content-md-stretch { + align-content: stretch!important + } + .align-self-md-auto { + align-self: auto!important + } + .align-self-md-start { + align-self: flex-start!important + } + .align-self-md-end { + align-self: flex-end!important + } + .align-self-md-center { + align-self: center!important + } + .align-self-md-baseline { + align-self: baseline!important + } + .align-self-md-stretch { + align-self: stretch!important + } + } + @media (min-width: 992px) { + .flex-lg-row { + flex-direction: row!important + } + .flex-lg-column { + flex-direction: column!important + } + .flex-lg-row-reverse { + flex-direction: row-reverse!important + } + .flex-lg-column-reverse { + flex-direction: column-reverse!important + } + .flex-lg-wrap { + flex-wrap: wrap!important + } + .flex-lg-nowrap { + flex-wrap: nowrap!important + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse!important + } + .flex-lg-fill { + flex: 1 1 auto!important + } + .flex-lg-grow-0 { + flex-grow: 0!important + } + .flex-lg-grow-1 { + flex-grow: 1!important + } + .flex-lg-shrink-0 { + flex-shrink: 0!important + } + .flex-lg-shrink-1 { + flex-shrink: 1!important + } + .justify-content-lg-start { + justify-content: flex-start!important + } + .justify-content-lg-end { + justify-content: flex-end!important + } + .justify-content-lg-center { + justify-content: center!important + } + .justify-content-lg-between { + justify-content: space-between!important + } + .justify-content-lg-around { + justify-content: space-around!important + } + .align-items-lg-start { + align-items: flex-start!important + } + .align-items-lg-end { + align-items: flex-end!important + } + .align-items-lg-center { + align-items: center!important + } + .align-items-lg-baseline { + align-items: baseline!important + } + .align-items-lg-stretch { + align-items: stretch!important + } + .align-content-lg-start { + align-content: flex-start!important + } + .align-content-lg-end { + align-content: flex-end!important + } + .align-content-lg-center { + align-content: center!important + } + .align-content-lg-between { + align-content: space-between!important + } + .align-content-lg-around { + align-content: space-around!important + } + .align-content-lg-stretch { + align-content: stretch!important + } + .align-self-lg-auto { + align-self: auto!important + } + .align-self-lg-start { + align-self: flex-start!important + } + .align-self-lg-end { + align-self: flex-end!important + } + .align-self-lg-center { + align-self: center!important + } + .align-self-lg-baseline { + align-self: baseline!important + } + .align-self-lg-stretch { + align-self: stretch!important + } + } + @media (min-width: 1200px) { + .flex-xl-row { + flex-direction: row!important + } + .flex-xl-column { + flex-direction: column!important + } + .flex-xl-row-reverse { + flex-direction: row-reverse!important + } + .flex-xl-column-reverse { + flex-direction: column-reverse!important + } + .flex-xl-wrap { + flex-wrap: wrap!important + } + .flex-xl-nowrap { + flex-wrap: nowrap!important + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse!important + } + .flex-xl-fill { + flex: 1 1 auto!important + } + .flex-xl-grow-0 { + flex-grow: 0!important + } + .flex-xl-grow-1 { + flex-grow: 1!important + } + .flex-xl-shrink-0 { + flex-shrink: 0!important + } + .flex-xl-shrink-1 { + flex-shrink: 1!important + } + .justify-content-xl-start { + justify-content: flex-start!important + } + .justify-content-xl-end { + justify-content: flex-end!important + } + .justify-content-xl-center { + justify-content: center!important + } + .justify-content-xl-between { + justify-content: space-between!important + } + .justify-content-xl-around { + justify-content: space-around!important + } + .align-items-xl-start { + align-items: flex-start!important + } + .align-items-xl-end { + align-items: flex-end!important + } + .align-items-xl-center { + align-items: center!important + } + .align-items-xl-baseline { + align-items: baseline!important + } + .align-items-xl-stretch { + align-items: stretch!important + } + .align-content-xl-start { + align-content: flex-start!important + } + .align-content-xl-end { + align-content: flex-end!important + } + .align-content-xl-center { + align-content: center!important + } + .align-content-xl-between { + align-content: space-between!important + } + .align-content-xl-around { + align-content: space-around!important + } + .align-content-xl-stretch { + align-content: stretch!important + } + .align-self-xl-auto { + align-self: auto!important + } + .align-self-xl-start { + align-self: flex-start!important + } + .align-self-xl-end { + align-self: flex-end!important + } + .align-self-xl-center { + align-self: center!important + } + .align-self-xl-baseline { + align-self: baseline!important + } + .align-self-xl-stretch { + align-self: stretch!important + } + } + .float-left { + float: left!important + } + .float-right { + float: right!important + } + .float-none { + float: none!important + } + @media (min-width: 576px) { + .float-sm-left { + float: left!important + } + .float-sm-right { + float: right!important + } + .float-sm-none { + float: none!important + } + } + @media (min-width: 768px) { + .float-md-left { + float: left!important + } + .float-md-right { + float: right!important + } + .float-md-none { + float: none!important + } + } + @media (min-width: 992px) { + .float-lg-left { + float: left!important + } + .float-lg-right { + float: right!important + } + .float-lg-none { + float: none!important + } + } + @media (min-width: 1200px) { + .float-xl-left { + float: left!important + } + .float-xl-right { + float: right!important + } + .float-xl-none { + float: none!important + } + } + .overflow-auto { + overflow: auto!important + } + .overflow-hidden { + overflow: hidden!important + } + .position-static { + position: static!important + } + .position-relative { + /* width:-200%; */ + position: relative!important; + top:-100vh; + /* transform: rotate(45deg); */ + width:100vw; + height:47vh!important; + transform:skewY(10deg) + } + @media only screen and (min-width:800){ + .position-relative { + /* width:-200%; */ + position: relative!important; + /* top:-175vh !important; */ + /* transform: rotate(45deg); */ + width:100vw; + height:47vh!important; + transform:skewY(10deg); + /* margin-bottom:-20vh; */ + } + } + .position-absolute { + position: absolute!important + } + .position-fixed { + position: fixed!important + } + .position-sticky { + position: -webkit-sticky!important; + position: sticky!important + } + .fixed-top { + top: 0 + } + .fixed-bottom, + .fixed-top { + position: fixed; + right: 0; + left: 0; + z-index: 1030 + } + .fixed-bottom { + bottom: 0 + } + @supports ((position: -webkit-sticky) or (position: sticky)) { + .sticky-top { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 1020 + } + } + .sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border: 0 + } + .sr-only-focusable:active, + .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + overflow: visible; + clip: auto; + white-space: normal + } + .shadow-sm { + box-shadow: 0 .125rem .25rem rgba(22, 28, 45, .075)!important + } + .shadow { + box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1)!important + } + .shadow-lg { + box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1)!important + } + .shadow-none { + box-shadow: none!important + } + .w-25 { + width: 25%!important + } + .w-50 { + width: 50%!important + } + .w-75 { + width: 75%!important + } + .w-100 { + width: 100%!important + } + .w-auto { + width: auto!important + } + .w-110 { + width: 110%!important + } + .w-120 { + width: 120%!important + } + .w-130 { + width: 130%!important + } + .w-140 { + width: 140%!important + } + .w-150 { + width: 150%!important + } + .h-25 { + height: 25%!important + } + .h-50 { + height: 50%!important + } + .h-75 { + height: 75%!important + } + .h-60{ + height:60% !important + } + .h-100 { + height: 100%!important + } + .h-auto { + height: auto!important + } + .h-110 { + height: 110%!important + } + .h-120 { + height: 120%!important + } + .h-130 { + height: 130%!important + } + .h-140 { + height: 140%!important + } + .h-150 { + height: 150%!important + } + .mh-100 { + max-height: 100%!important + } + .min-vw-100 { + min-width: 100vw!important + } + .min-vh-100 { + min-height: 100vh!important + } + .vh-100 { + height: 100vh!important + } + .stretched-link:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: transparent + } + .m-0 { + margin: 0!important + } + .mt-0, + .my-0 { + margin-top: 0!important + } + .mr-0, + .mx-0 { + margin-right: 0!important + } + .mb-0, + .my-0 { + margin-bottom: 0!important + } + .ml-0, + .mx-0 { + margin-left: 0!important + } + .m-1 { + margin: .25rem!important + } + .mt-1, + .my-1 { + margin-top: .25rem!important + } + .mr-1, + .mx-1 { + margin-right: .25rem!important + } + .mb-1, + .my-1 { + margin-bottom: .25rem!important + } + .ml-1, + .mx-1 { + margin-left: .25rem!important + } + .m-2 { + margin: .5rem!important + } + .mt-2, + .my-2 { + margin-top: .5rem!important + } + .mr-2, + .mx-2 { + margin-right: .5rem!important + } + .mb-2, + .my-2 { + margin-bottom: .5rem!important + } + .ml-2, + .mx-2 { + margin-left: .5rem!important + } + .m-3 { + margin: .75rem!important + } + .mt-3, + .my-3 { + margin-top: .75rem!important + } + .mr-3, + .mx-3 { + margin-right: .75rem!important + } + .mb-3, + .my-3 { + margin-bottom: .75rem!important + } + .ml-3, + .mx-3 { + margin-left: .75rem!important + } + .m-4 { + margin: 1rem!important + } + .mt-4, + .my-4 { + margin-top: 1rem!important + } + .mr-4, + .mx-4 { + margin-right: 1rem!important + } + .mb-4, + .my-4 { + margin-bottom: 1rem!important + } + .ml-4, + .mx-4 { + margin-left: 1rem!important + } + .m-5 { + margin: 1.5rem!important + } + .mt-5, + .my-5 { + margin-top: 1.5rem!important + } + .mr-5, + .mx-5 { + margin-right: 1.5rem!important + } + .mb-5, + .my-5 { + margin-bottom: 1.5rem!important + } + .ml-5, + .mx-5 { + margin-left: 1.5rem!important + } + .m-6 { + margin: 2rem!important + } + .mt-6, + .my-6 { + margin-top: 2rem!important + } + .mr-6, + .mx-6 { + margin-right: 2rem!important + } + .mb-6, + .my-6 { + margin-bottom: 2rem!important + } + .ml-6, + .mx-6 { + margin-left: 2rem!important + } + .m-7 { + margin: 2.5rem!important + } + .mt-7, + .my-7 { + margin-top: 2.5rem!important + } + .mr-7, + .mx-7 { + margin-right: 2.5rem!important + } + .mb-7, + .my-7 { + margin-bottom: 2.5rem!important + } + .ml-7, + .mx-7 { + margin-left: 2.5rem!important + } + .m-8 { + margin: 3rem!important + } + .mt-8, + .my-8 { + margin-top: 3rem!important + } + .mr-8, + .mx-8 { + margin-right: 3rem!important + } + .mb-8, + .my-8 { + margin-bottom: 3rem!important + } + .ml-8, + .mx-8 { + margin-left: 3rem!important + } + .m-9 { + margin: 4rem!important + } + .mt-9, + .my-9 { + margin-top: 4rem!important + } + .mr-9, + .mx-9 { + margin-right: 4rem!important + } + .mb-9, + .my-9 { + margin-bottom: 4rem!important + } + .ml-9, + .mx-9 { + margin-left: 4rem!important + } + .m-10 { + margin: 5rem!important + } + .mt-10, + .my-10 { + margin-top: 5rem!important + } + .mr-10, + .mx-10 { + margin-right: 5rem!important + } + .mb-10, + .my-10 { + margin-bottom: 5rem!important + } + .ml-10, + .mx-10 { + margin-left: 5rem!important + } + .m-11 { + margin: 6rem!important + } + .mt-11, + .my-11 { + margin-top: 6rem!important + } + .mr-11, + .mx-11 { + margin-right: 6rem!important + } + .mb-11, + .my-11 { + margin-bottom: 6rem!important + } + .ml-11, + .mx-11 { + margin-left: 6rem!important + } + .m-12 { + margin: 8rem!important + } + .mt-12, + .my-12 { + margin-top: 8rem!important + } + .mr-12, + .mx-12 { + margin-right: 8rem!important + } + .mb-12, + .my-12 { + margin-bottom: 8rem!important + } + .ml-12, + .mx-12 { + margin-left: 8rem!important + } + .m-13 { + margin: 10rem!important + } + .mt-13, + .my-13 { + margin-top: 10rem!important + } + .mr-13, + .mx-13 { + margin-right: 10rem!important + } + .mb-13, + .my-13 { + margin-bottom: 10rem!important + } + .ml-13, + .mx-13 { + margin-left: 10rem!important + } + .m-14 { + margin: 12rem!important + } + .mt-14, + .my-14 { + margin-top: 12rem!important + } + .mr-14, + .mx-14 { + margin-right: 12rem!important + } + .mb-14, + .my-14 { + margin-bottom: 12rem!important + } + .ml-14, + .mx-14 { + margin-left: 12rem!important + } + .m-15 { + margin: 16rem!important + } + .mt-15, + .my-15 { + margin-top: 16rem!important + } + .mr-15, + .mx-15 { + margin-right: 16rem!important + } + .mb-15, + .my-15 { + margin-bottom: 16rem!important + } + .ml-15, + .mx-15 { + margin-left: 16rem!important + } + .m-16 { + margin: 25rem!important + } + .mt-16, + .my-16 { + margin-top: 25rem!important + } + .mr-16, + .mx-16 { + margin-right: 25rem!important + } + .mb-16, + .my-16 { + margin-bottom: 25rem!important + } + .ml-16, + .mx-16 { + margin-left: 25rem!important + } + .p-0 { + padding: 0!important + } + .pt-0, + .py-0 { + padding-top: 0!important + } + .pr-0, + .px-0 { + padding-right: 0!important + } + .pb-0, + .py-0 { + padding-bottom: 0!important + } + .pl-0, + .px-0 { + padding-left: 0!important + } + .p-1 { + padding: .25rem!important + } + .pt-1, + .py-1 { + padding-top: .25rem!important + } + .pr-1, + .px-1 { + padding-right: .25rem!important + } + .pb-1, + .py-1 { + padding-bottom: .25rem!important + } + .pl-1, + .px-1 { + padding-left: .25rem!important + } + .p-2 { + padding: .5rem!important + } + .pt-2, + .py-2 { + padding-top: .5rem!important + } + .pr-2, + .px-2 { + padding-right: .5rem!important + } + .pb-2, + .py-2 { + padding-bottom: .5rem!important + } + .pl-2, + .px-2 { + padding-left: .5rem!important + } + .p-3 { + padding: .75rem!important + } + .pt-3, + .py-3 { + padding-top: .75rem!important + } + .pr-3, + .px-3 { + padding-right: .75rem!important + } + .pb-3, + .py-3 { + padding-bottom: .75rem!important + } + .pl-3, + .px-3 { + padding-left: .75rem!important + } + .p-4 { + padding: 1rem!important + } + .pt-4, + .py-4 { + padding-top: 1rem!important + } + .pr-4, + .px-4 { + padding-right: 1rem!important + } + .pb-4, + .py-4 { + padding-bottom: 1rem!important + } + .pl-4, + .px-4 { + padding-left: 1rem!important + } + .p-5 { + padding: 1.5rem!important + } + .pt-5, + .py-5 { + padding-top: 1.5rem!important + } + .pr-5, + .px-5 { + padding-right: 1.5rem!important + } + .pb-5, + .py-5 { + padding-bottom: 1.5rem!important + } + .pl-5, + .px-5 { + padding-left: 1.5rem!important + } + .p-6 { + padding: 2rem!important + } + .pt-6, + .py-6 { + padding-top: 2rem!important + } + .pr-6, + .px-6 { + padding-right: 2rem!important + } + .pb-6, + .py-6 { + padding-bottom: 2rem!important + } + .pl-6, + .px-6 { + padding-left: 2rem!important + } + .p-7 { + padding: 2.5rem!important + } + .pt-7, + .py-7 { + padding-top: 2.5rem!important + } + .pr-7, + .px-7 { + padding-right: 2.5rem!important + } + .pb-7, + .py-7 { + padding-bottom: 2.5rem!important + } + .pl-7, + .px-7 { + padding-left: 2.5rem!important + } + .p-8 { + padding: 3rem!important + } + .pt-8, + .py-8 { + padding-top: 3rem!important + } + .pr-8, + .px-8 { + padding-right: 3rem!important + } + .pb-8, + .py-8 { + padding-bottom: 3rem!important + } + .pl-8, + .px-8 { + padding-left: 3rem!important + } + .p-9 { + padding: 4rem!important + } + .pt-9, + .py-9 { + padding-top: 4rem!important + } + .pr-9, + .px-9 { + padding-right: 4rem!important + } + .pb-9, + .py-9 { + padding-bottom: 4rem!important + } + .pl-9, + .px-9 { + padding-left: 4rem!important + } + .p-10 { + padding: 5rem!important + } + .pt-10, + .py-10 { + padding-top: 5rem!important + } + .pr-10, + .px-10 { + padding-right: 5rem!important + } + .pb-10, + .py-10 { + padding-bottom: 5rem!important + } + .pl-10, + .px-10 { + padding-left: 5rem!important + } + .p-11 { + padding: 6rem!important + } + .pt-11, + .py-11 { + padding-top: 6rem!important + } + .pr-11, + .px-11 { + padding-right: 6rem!important + } + .pb-11, + .py-11 { + padding-bottom: 6rem!important + } + .pl-11, + .px-11 { + padding-left: 6rem!important + } + .p-12 { + padding: 8rem!important + } + .pt-12, + .py-12 { + padding-top: 8rem!important + } + .pr-12, + .px-12 { + padding-right: 8rem!important + } + .pb-12, + .py-12 { + padding-bottom: 8rem!important + } + .pl-12, + .px-12 { + padding-left: 8rem!important + } + .p-13 { + padding: 10rem!important + } + .pt-13, + .py-13 { + padding-top: 10rem!important + } + .pr-13, + .px-13 { + padding-right: 10rem!important + } + .pb-13, + .py-13 { + padding-bottom: 10rem!important + } + .pl-13, + .px-13 { + padding-left: 10rem!important + } + .p-14 { + padding: 12rem!important + } + .pt-14, + .py-14 { + padding-top: 12rem!important + } + .pr-14, + .px-14 { + padding-right: 12rem!important + } + .pb-14, + .py-14 { + padding-bottom: 12rem!important + } + .pl-14, + .px-14 { + padding-left: 12rem!important + } + .p-15 { + padding: 16rem!important + } + .pt-15, + .py-15 { + padding-top: 16rem!important + } + .pr-15, + .px-15 { + padding-right: 16rem!important + } + .pb-15, + .py-15 { + padding-bottom: 16rem!important + } + .pl-15, + .px-15 { + padding-left: 16rem!important + } + .p-16 { + padding: 25rem!important + } + .pt-16, + .py-16 { + padding-top: 25rem!important + } + .pr-16, + .px-16 { + padding-right: 25rem!important + } + .pb-16, + .py-16 { + padding-bottom: 25rem!important + } + .pl-16, + .px-16 { + padding-left: 25rem!important + } + .m-n1 { + margin: -.25rem!important + } + .mt-n1, + .my-n1 { + margin-top: -.25rem!important + } + .mr-n1, + .mx-n1 { + margin-right: -.25rem!important + } + .mb-n1, + .my-n1 { + margin-bottom: -.25rem!important + } + .ml-n1, + .mx-n1 { + margin-left: -.25rem!important + } + .m-n2 { + margin: -.5rem!important + } + .mt-n2, + .my-n2 { + margin-top: -.5rem!important + } + .mr-n2, + .mx-n2 { + margin-right: -.5rem!important + } + .mb-n2, + .my-n2 { + margin-bottom: -.5rem!important + } + .ml-n2, + .mx-n2 { + margin-left: -.5rem!important + } + .m-n3 { + margin: -.75rem!important + } + .mt-n3, + .my-n3 { + margin-top: -.75rem!important + } + .mr-n3, + .mx-n3 { + margin-right: -.75rem!important + } + .mb-n3, + .my-n3 { + margin-bottom: -.75rem!important + } + .ml-n3, + .mx-n3 { + margin-left: -.75rem!important + } + .m-n4 { + margin: -1rem!important + } + .mt-n4, + .my-n4 { + margin-top: -1rem!important + } + .mr-n4, + .mx-n4 { + margin-right: -1rem!important + } + .mb-n4, + .my-n4 { + margin-bottom: -1rem!important + } + .ml-n4, + .mx-n4 { + margin-left: -1rem!important + } + .m-n5 { + margin: -1.5rem!important + } + .mt-n5, + .my-n5 { + margin-top: -1.5rem!important + } + .mr-n5, + .mx-n5 { + margin-right: -1.5rem!important + } + .mb-n5, + .my-n5 { + margin-bottom: -1.5rem!important + } + .ml-n5, + .mx-n5 { + margin-left: -1.5rem!important + } + .m-n6 { + margin: -2rem!important + } + .mt-n6, + .my-n6 { + margin-top: -2rem!important + } + .mr-n6, + .mx-n6 { + margin-right: -2rem!important + } + .mb-n6, + .my-n6 { + margin-bottom: -2rem!important + } + .ml-n6, + .mx-n6 { + margin-left: -2rem!important + } + .m-n7 { + margin: -2.5rem!important + } + .mt-n7, + .my-n7 { + margin-top: -2.5rem!important + } + .mr-n7, + .mx-n7 { + margin-right: -2.5rem!important + } + .mb-n7, + .my-n7 { + margin-bottom: -2.5rem!important + } + .ml-n7, + .mx-n7 { + margin-left: -2.5rem!important + } + .m-n8 { + margin: -3rem!important + } + .mt-n8, + .my-n8 { + margin-top: -3rem!important + } + .mr-n8, + .mx-n8 { + margin-right: -3rem!important + } + .mb-n8, + .my-n8 { + margin-bottom: -3rem!important + } + .ml-n8, + .mx-n8 { + margin-left: -3rem!important + } + .m-n9 { + margin: -4rem!important + } + .mt-n9, + .my-n9 { + margin-top: -4rem!important + } + .mr-n9, + .mx-n9 { + margin-right: -4rem!important + } + .mb-n9, + .my-n9 { + margin-bottom: -4rem!important + } + .ml-n9, + .mx-n9 { + margin-left: -4rem!important + } + .m-n10 { + margin: -5rem!important + } + .mt-n10, + .my-n10 { + margin-top: -5rem!important + } + .mr-n10, + .mx-n10 { + margin-right: -5rem!important + } + .mb-n10, + .my-n10 { + margin-bottom: -5rem!important + } + .ml-n10, + .mx-n10 { + margin-left: -5rem!important + } + .m-n11 { + margin: -6rem!important + } + .mt-n11, + .my-n11 { + margin-top: -6rem!important + } + .mr-n11, + .mx-n11 { + margin-right: -6rem!important + } + .mb-n11, + .my-n11 { + margin-bottom: -6rem!important + } + .ml-n11, + .mx-n11 { + margin-left: -6rem!important + } + .m-n12 { + margin: -8rem!important + } + .mt-n12, + .my-n12 { + margin-top: -8rem!important + } + .mr-n12, + .mx-n12 { + margin-right: -8rem!important + } + .mb-n12, + .my-n12 { + margin-bottom: -8rem!important + } + .ml-n12, + .mx-n12 { + margin-left: -8rem!important + } + .m-n13 { + margin: -10rem!important + } + .mt-n13, + .my-n13 { + margin-top: -10rem!important + } + .mr-n13, + .mx-n13 { + margin-right: -10rem!important + } + .mb-n13, + .my-n13 { + margin-bottom: -10rem!important + } + .ml-n13, + .mx-n13 { + margin-left: -10rem!important + } + .m-n14 { + margin: -12rem!important + } + .mt-n14, + .my-n14 { + margin-top: -12rem!important + } + .mr-n14, + .mx-n14 { + margin-right: -12rem!important + } + .mb-n14, + .my-n14 { + margin-bottom: -12rem!important + } + .ml-n14, + .mx-n14 { + margin-left: -12rem!important + } + .m-n15 { + margin: -16rem!important + } + .mt-n15, + .my-n15 { + margin-top: -16rem!important + } + .mr-n15, + .mx-n15 { + margin-right: -16rem!important + } + .mb-n15, + .my-n15 { + margin-bottom: -16rem!important + } + .ml-n15, + .mx-n15 { + margin-left: -16rem!important + } + .m-n16 { + margin: -25rem!important + } + .mt-n16, + .my-n16 { + margin-top: -25rem!important + } + .mr-n16, + .mx-n16 { + margin-right: -25rem!important + } + .mb-n16, + .my-n16 { + margin-bottom: -25rem!important + } + .ml-n16, + .mx-n16 { + margin-left: -25rem!important + } + .m-auto { + margin: auto!important + } + .mt-auto, + .my-auto { + margin-top: auto!important + } + .mr-auto, + .mx-auto { + margin-right: auto!important + } + .mb-auto, + .my-auto { + margin-bottom: auto!important + } + .ml-auto, + .mx-auto { + margin-left: auto!important + } + @media (min-width: 576px) { + .m-sm-0 { + margin: 0!important + } + .mt-sm-0, + .my-sm-0 { + margin-top: 0!important + } + .mr-sm-0, + .mx-sm-0 { + margin-right: 0!important + } + .mb-sm-0, + .my-sm-0 { + margin-bottom: 0!important + } + .ml-sm-0, + .mx-sm-0 { + margin-left: 0!important + } + .m-sm-1 { + margin: .25rem!important + } + .mt-sm-1, + .my-sm-1 { + margin-top: .25rem!important + } + .mr-sm-1, + .mx-sm-1 { + margin-right: .25rem!important + } + .mb-sm-1, + .my-sm-1 { + margin-bottom: .25rem!important + } + .ml-sm-1, + .mx-sm-1 { + margin-left: .25rem!important + } + .m-sm-2 { + margin: .5rem!important + } + .mt-sm-2, + .my-sm-2 { + margin-top: .5rem!important + } + .mr-sm-2, + .mx-sm-2 { + margin-right: .5rem!important + } + .mb-sm-2, + .my-sm-2 { + margin-bottom: .5rem!important + } + .ml-sm-2, + .mx-sm-2 { + margin-left: .5rem!important + } + .m-sm-3 { + margin: .75rem!important + } + .mt-sm-3, + .my-sm-3 { + margin-top: .75rem!important + } + .mr-sm-3, + .mx-sm-3 { + margin-right: .75rem!important + } + .mb-sm-3, + .my-sm-3 { + margin-bottom: .75rem!important + } + .ml-sm-3, + .mx-sm-3 { + margin-left: .75rem!important + } + .m-sm-4 { + margin: 1rem!important + } + .mt-sm-4, + .my-sm-4 { + margin-top: 1rem!important + } + .mr-sm-4, + .mx-sm-4 { + margin-right: 1rem!important + } + .mb-sm-4, + .my-sm-4 { + margin-bottom: 1rem!important + } + .ml-sm-4, + .mx-sm-4 { + margin-left: 1rem!important + } + .m-sm-5 { + margin: 1.5rem!important + } + .mt-sm-5, + .my-sm-5 { + margin-top: 1.5rem!important + } + .mr-sm-5, + .mx-sm-5 { + margin-right: 1.5rem!important + } + .mb-sm-5, + .my-sm-5 { + margin-bottom: 1.5rem!important + } + .ml-sm-5, + .mx-sm-5 { + margin-left: 1.5rem!important + } + .m-sm-6 { + margin: 2rem!important + } + .mt-sm-6, + .my-sm-6 { + margin-top: 2rem!important + } + .mr-sm-6, + .mx-sm-6 { + margin-right: 2rem!important + } + .mb-sm-6, + .my-sm-6 { + margin-bottom: 2rem!important + } + .ml-sm-6, + .mx-sm-6 { + margin-left: 2rem!important + } + .m-sm-7 { + margin: 2.5rem!important + } + .mt-sm-7, + .my-sm-7 { + margin-top: 2.5rem!important + } + .mr-sm-7, + .mx-sm-7 { + margin-right: 2.5rem!important + } + .mb-sm-7, + .my-sm-7 { + margin-bottom: 2.5rem!important + } + .ml-sm-7, + .mx-sm-7 { + margin-left: 2.5rem!important + } + .m-sm-8 { + margin: 3rem!important + } + .mt-sm-8, + .my-sm-8 { + margin-top: 3rem!important + } + .mr-sm-8, + .mx-sm-8 { + margin-right: 3rem!important + } + .mb-sm-8, + .my-sm-8 { + margin-bottom: 3rem!important + } + .ml-sm-8, + .mx-sm-8 { + margin-left: 3rem!important + } + .m-sm-9 { + margin: 4rem!important + } + .mt-sm-9, + .my-sm-9 { + margin-top: 4rem!important + } + .mr-sm-9, + .mx-sm-9 { + margin-right: 4rem!important + } + .mb-sm-9, + .my-sm-9 { + margin-bottom: 4rem!important + } + .ml-sm-9, + .mx-sm-9 { + margin-left: 4rem!important + } + .m-sm-10 { + margin: 5rem!important + } + .mt-sm-10, + .my-sm-10 { + margin-top: 5rem!important + } + .mr-sm-10, + .mx-sm-10 { + margin-right: 5rem!important + } + .mb-sm-10, + .my-sm-10 { + margin-bottom: 5rem!important + } + .ml-sm-10, + .mx-sm-10 { + margin-left: 5rem!important + } + .m-sm-11 { + margin: 6rem!important + } + .mt-sm-11, + .my-sm-11 { + margin-top: 6rem!important + } + .mr-sm-11, + .mx-sm-11 { + margin-right: 6rem!important + } + .mb-sm-11, + .my-sm-11 { + margin-bottom: 6rem!important + } + .ml-sm-11, + .mx-sm-11 { + margin-left: 6rem!important + } + .m-sm-12 { + margin: 8rem!important + } + .mt-sm-12, + .my-sm-12 { + margin-top: 8rem!important + } + .mr-sm-12, + .mx-sm-12 { + margin-right: 8rem!important + } + .mb-sm-12, + .my-sm-12 { + margin-bottom: 8rem!important + } + .ml-sm-12, + .mx-sm-12 { + margin-left: 8rem!important + } + .m-sm-13 { + margin: 10rem!important + } + .mt-sm-13, + .my-sm-13 { + margin-top: 10rem!important + } + .mr-sm-13, + .mx-sm-13 { + margin-right: 10rem!important + } + .mb-sm-13, + .my-sm-13 { + margin-bottom: 10rem!important + } + .ml-sm-13, + .mx-sm-13 { + margin-left: 10rem!important + } + .m-sm-14 { + margin: 12rem!important + } + .mt-sm-14, + .my-sm-14 { + margin-top: 12rem!important + } + .mr-sm-14, + .mx-sm-14 { + margin-right: 12rem!important + } + .mb-sm-14, + .my-sm-14 { + margin-bottom: 12rem!important + } + .ml-sm-14, + .mx-sm-14 { + margin-left: 12rem!important + } + .m-sm-15 { + margin: 16rem!important + } + .mt-sm-15, + .my-sm-15 { + margin-top: 16rem!important + } + .mr-sm-15, + .mx-sm-15 { + margin-right: 16rem!important + } + .mb-sm-15, + .my-sm-15 { + margin-bottom: 16rem!important + } + .ml-sm-15, + .mx-sm-15 { + margin-left: 16rem!important + } + .m-sm-16 { + margin: 25rem!important + } + .mt-sm-16, + .my-sm-16 { + margin-top: 25rem!important + } + .mr-sm-16, + .mx-sm-16 { + margin-right: 25rem!important + } + .mb-sm-16, + .my-sm-16 { + margin-bottom: 25rem!important + } + .ml-sm-16, + .mx-sm-16 { + margin-left: 25rem!important + } + .p-sm-0 { + padding: 0!important + } + .pt-sm-0, + .py-sm-0 { + padding-top: 0!important + } + .pr-sm-0, + .px-sm-0 { + padding-right: 0!important + } + .pb-sm-0, + .py-sm-0 { + padding-bottom: 0!important + } + .pl-sm-0, + .px-sm-0 { + padding-left: 0!important + } + .p-sm-1 { + padding: .25rem!important + } + .pt-sm-1, + .py-sm-1 { + padding-top: .25rem!important + } + .pr-sm-1, + .px-sm-1 { + padding-right: .25rem!important + } + .pb-sm-1, + .py-sm-1 { + padding-bottom: .25rem!important + } + .pl-sm-1, + .px-sm-1 { + padding-left: .25rem!important + } + .p-sm-2 { + padding: .5rem!important + } + .pt-sm-2, + .py-sm-2 { + padding-top: .5rem!important + } + .pr-sm-2, + .px-sm-2 { + padding-right: .5rem!important + } + .pb-sm-2, + .py-sm-2 { + padding-bottom: .5rem!important + } + .pl-sm-2, + .px-sm-2 { + padding-left: .5rem!important + } + .p-sm-3 { + padding: .75rem!important + } + .pt-sm-3, + .py-sm-3 { + padding-top: .75rem!important + } + .pr-sm-3, + .px-sm-3 { + padding-right: .75rem!important + } + .pb-sm-3, + .py-sm-3 { + padding-bottom: .75rem!important + } + .pl-sm-3, + .px-sm-3 { + padding-left: .75rem!important + } + .p-sm-4 { + padding: 1rem!important + } + .pt-sm-4, + .py-sm-4 { + padding-top: 1rem!important + } + .pr-sm-4, + .px-sm-4 { + padding-right: 1rem!important + } + .pb-sm-4, + .py-sm-4 { + padding-bottom: 1rem!important + } + .pl-sm-4, + .px-sm-4 { + padding-left: 1rem!important + } + .p-sm-5 { + padding: 1.5rem!important + } + .pt-sm-5, + .py-sm-5 { + padding-top: 1.5rem!important + } + .pr-sm-5, + .px-sm-5 { + padding-right: 1.5rem!important + } + .pb-sm-5, + .py-sm-5 { + padding-bottom: 1.5rem!important + } + .pl-sm-5, + .px-sm-5 { + padding-left: 1.5rem!important + } + .p-sm-6 { + padding: 2rem!important + } + .pt-sm-6, + .py-sm-6 { + padding-top: 2rem!important + } + .pr-sm-6, + .px-sm-6 { + padding-right: 2rem!important + } + .pb-sm-6, + .py-sm-6 { + padding-bottom: 2rem!important + } + .pl-sm-6, + .px-sm-6 { + padding-left: 2rem!important + } + .p-sm-7 { + padding: 2.5rem!important + } + .pt-sm-7, + .py-sm-7 { + padding-top: 2.5rem!important + } + .pr-sm-7, + .px-sm-7 { + padding-right: 2.5rem!important + } + .pb-sm-7, + .py-sm-7 { + padding-bottom: 2.5rem!important + } + .pl-sm-7, + .px-sm-7 { + padding-left: 2.5rem!important + } + .p-sm-8 { + padding: 3rem!important + } + .pt-sm-8, + .py-sm-8 { + padding-top: 3rem!important + } + .pr-sm-8, + .px-sm-8 { + padding-right: 3rem!important + } + .pb-sm-8, + .py-sm-8 { + padding-bottom: 3rem!important + } + .pl-sm-8, + .px-sm-8 { + padding-left: 3rem!important + } + .p-sm-9 { + padding: 4rem!important + } + .pt-sm-9, + .py-sm-9 { + padding-top: 4rem!important + } + .pr-sm-9, + .px-sm-9 { + padding-right: 4rem!important + } + .pb-sm-9, + .py-sm-9 { + padding-bottom: 4rem!important + } + .pl-sm-9, + .px-sm-9 { + padding-left: 4rem!important + } + .p-sm-10 { + padding: 5rem!important + } + .pt-sm-10, + .py-sm-10 { + padding-top: 5rem!important + } + .pr-sm-10, + .px-sm-10 { + padding-right: 5rem!important + } + .pb-sm-10, + .py-sm-10 { + padding-bottom: 5rem!important + } + .pl-sm-10, + .px-sm-10 { + padding-left: 5rem!important + } + .p-sm-11 { + padding: 6rem!important + } + .pt-sm-11, + .py-sm-11 { + padding-top: 6rem!important + } + .pr-sm-11, + .px-sm-11 { + padding-right: 6rem!important + } + .pb-sm-11, + .py-sm-11 { + padding-bottom: 6rem!important + } + .pl-sm-11, + .px-sm-11 { + padding-left: 6rem!important + } + .p-sm-12 { + padding: 8rem!important + } + .pt-sm-12, + .py-sm-12 { + padding-top: 8rem!important + } + .pr-sm-12, + .px-sm-12 { + padding-right: 8rem!important + } + .pb-sm-12, + .py-sm-12 { + padding-bottom: 8rem!important + } + .pl-sm-12, + .px-sm-12 { + padding-left: 8rem!important + } + .p-sm-13 { + padding: 10rem!important + } + .pt-sm-13, + .py-sm-13 { + padding-top: 10rem!important + } + .pr-sm-13, + .px-sm-13 { + padding-right: 10rem!important + } + .pb-sm-13, + .py-sm-13 { + padding-bottom: 10rem!important + } + .pl-sm-13, + .px-sm-13 { + padding-left: 10rem!important + } + .p-sm-14 { + padding: 12rem!important + } + .pt-sm-14, + .py-sm-14 { + padding-top: 12rem!important + } + .pr-sm-14, + .px-sm-14 { + padding-right: 12rem!important + } + .pb-sm-14, + .py-sm-14 { + padding-bottom: 12rem!important + } + .pl-sm-14, + .px-sm-14 { + padding-left: 12rem!important + } + .p-sm-15 { + padding: 16rem!important + } + .pt-sm-15, + .py-sm-15 { + padding-top: 16rem!important + } + .pr-sm-15, + .px-sm-15 { + padding-right: 16rem!important + } + .pb-sm-15, + .py-sm-15 { + padding-bottom: 16rem!important + } + .pl-sm-15, + .px-sm-15 { + padding-left: 16rem!important + } + .p-sm-16 { + padding: 25rem!important + } + .pt-sm-16, + .py-sm-16 { + padding-top: 25rem!important + } + .pr-sm-16, + .px-sm-16 { + padding-right: 25rem!important + } + .pb-sm-16, + .py-sm-16 { + padding-bottom: 25rem!important + } + .pl-sm-16, + .px-sm-16 { + padding-left: 25rem!important + } + .m-sm-n1 { + margin: -.25rem!important + } + .mt-sm-n1, + .my-sm-n1 { + margin-top: -.25rem!important + } + .mr-sm-n1, + .mx-sm-n1 { + margin-right: -.25rem!important + } + .mb-sm-n1, + .my-sm-n1 { + margin-bottom: -.25rem!important + } + .ml-sm-n1, + .mx-sm-n1 { + margin-left: -.25rem!important + } + .m-sm-n2 { + margin: -.5rem!important + } + .mt-sm-n2, + .my-sm-n2 { + margin-top: -.5rem!important + } + .mr-sm-n2, + .mx-sm-n2 { + margin-right: -.5rem!important + } + .mb-sm-n2, + .my-sm-n2 { + margin-bottom: -.5rem!important + } + .ml-sm-n2, + .mx-sm-n2 { + margin-left: -.5rem!important + } + .m-sm-n3 { + margin: -.75rem!important + } + .mt-sm-n3, + .my-sm-n3 { + margin-top: -.75rem!important + } + .mr-sm-n3, + .mx-sm-n3 { + margin-right: -.75rem!important + } + .mb-sm-n3, + .my-sm-n3 { + margin-bottom: -.75rem!important + } + .ml-sm-n3, + .mx-sm-n3 { + margin-left: -.75rem!important + } + .m-sm-n4 { + margin: -1rem!important + } + .mt-sm-n4, + .my-sm-n4 { + margin-top: -1rem!important + } + .mr-sm-n4, + .mx-sm-n4 { + margin-right: -1rem!important + } + .mb-sm-n4, + .my-sm-n4 { + margin-bottom: -1rem!important + } + .ml-sm-n4, + .mx-sm-n4 { + margin-left: -1rem!important + } + .m-sm-n5 { + margin: -1.5rem!important + } + .mt-sm-n5, + .my-sm-n5 { + margin-top: -1.5rem!important + } + .mr-sm-n5, + .mx-sm-n5 { + margin-right: -1.5rem!important + } + .mb-sm-n5, + .my-sm-n5 { + margin-bottom: -1.5rem!important + } + .ml-sm-n5, + .mx-sm-n5 { + margin-left: -1.5rem!important + } + .m-sm-n6 { + margin: -2rem!important + } + .mt-sm-n6, + .my-sm-n6 { + margin-top: -2rem!important + } + .mr-sm-n6, + .mx-sm-n6 { + margin-right: -2rem!important + } + .mb-sm-n6, + .my-sm-n6 { + margin-bottom: -2rem!important + } + .ml-sm-n6, + .mx-sm-n6 { + margin-left: -2rem!important + } + .m-sm-n7 { + margin: -2.5rem!important + } + .mt-sm-n7, + .my-sm-n7 { + margin-top: -2.5rem!important + } + .mr-sm-n7, + .mx-sm-n7 { + margin-right: -2.5rem!important + } + .mb-sm-n7, + .my-sm-n7 { + margin-bottom: -2.5rem!important + } + .ml-sm-n7, + .mx-sm-n7 { + margin-left: -2.5rem!important + } + .m-sm-n8 { + margin: -3rem!important + } + .mt-sm-n8, + .my-sm-n8 { + margin-top: -3rem!important + } + .mr-sm-n8, + .mx-sm-n8 { + margin-right: -3rem!important + } + .mb-sm-n8, + .my-sm-n8 { + margin-bottom: -3rem!important + } + .ml-sm-n8, + .mx-sm-n8 { + margin-left: -3rem!important + } + .m-sm-n9 { + margin: -4rem!important + } + .mt-sm-n9, + .my-sm-n9 { + margin-top: -4rem!important + } + .mr-sm-n9, + .mx-sm-n9 { + margin-right: -4rem!important + } + .mb-sm-n9, + .my-sm-n9 { + margin-bottom: -4rem!important + } + .ml-sm-n9, + .mx-sm-n9 { + margin-left: -4rem!important + } + .m-sm-n10 { + margin: -5rem!important + } + .mt-sm-n10, + .my-sm-n10 { + margin-top: -5rem!important + } + .mr-sm-n10, + .mx-sm-n10 { + margin-right: -5rem!important + } + .mb-sm-n10, + .my-sm-n10 { + margin-bottom: -5rem!important + } + .ml-sm-n10, + .mx-sm-n10 { + margin-left: -5rem!important + } + .m-sm-n11 { + margin: -6rem!important + } + .mt-sm-n11, + .my-sm-n11 { + margin-top: -6rem!important + } + .mr-sm-n11, + .mx-sm-n11 { + margin-right: -6rem!important + } + .mb-sm-n11, + .my-sm-n11 { + margin-bottom: -6rem!important + } + .ml-sm-n11, + .mx-sm-n11 { + margin-left: -6rem!important + } + .m-sm-n12 { + margin: -8rem!important + } + .mt-sm-n12, + .my-sm-n12 { + margin-top: -8rem!important + } + .mr-sm-n12, + .mx-sm-n12 { + margin-right: -8rem!important + } + .mb-sm-n12, + .my-sm-n12 { + margin-bottom: -8rem!important + } + .ml-sm-n12, + .mx-sm-n12 { + margin-left: -8rem!important + } + .m-sm-n13 { + margin: -10rem!important + } + .mt-sm-n13, + .my-sm-n13 { + margin-top: -10rem!important + } + .mr-sm-n13, + .mx-sm-n13 { + margin-right: -10rem!important + } + .mb-sm-n13, + .my-sm-n13 { + margin-bottom: -10rem!important + } + .ml-sm-n13, + .mx-sm-n13 { + margin-left: -10rem!important + } + .m-sm-n14 { + margin: -12rem!important + } + .mt-sm-n14, + .my-sm-n14 { + margin-top: -12rem!important + } + .mr-sm-n14, + .mx-sm-n14 { + margin-right: -12rem!important + } + .mb-sm-n14, + .my-sm-n14 { + margin-bottom: -12rem!important + } + .ml-sm-n14, + .mx-sm-n14 { + margin-left: -12rem!important + } + .m-sm-n15 { + margin: -16rem!important + } + .mt-sm-n15, + .my-sm-n15 { + margin-top: -16rem!important + } + .mr-sm-n15, + .mx-sm-n15 { + margin-right: -16rem!important + } + .mb-sm-n15, + .my-sm-n15 { + margin-bottom: -16rem!important + } + .ml-sm-n15, + .mx-sm-n15 { + margin-left: -16rem!important + } + .m-sm-n16 { + margin: -25rem!important + } + .mt-sm-n16, + .my-sm-n16 { + margin-top: -25rem!important + } + .mr-sm-n16, + .mx-sm-n16 { + margin-right: -25rem!important + } + .mb-sm-n16, + .my-sm-n16 { + margin-bottom: -25rem!important + } + .ml-sm-n16, + .mx-sm-n16 { + margin-left: -25rem!important + } + .m-sm-auto { + margin: auto!important + } + .mt-sm-auto, + .my-sm-auto { + margin-top: auto!important + } + .mr-sm-auto, + .mx-sm-auto { + margin-right: auto!important + } + .mb-sm-auto, + .my-sm-auto { + margin-bottom: auto!important + } + .ml-sm-auto, + .mx-sm-auto { + margin-left: auto!important + } + } + @media (min-width: 768px) { + .m-md-0 { + margin: 0!important + } + .mt-md-0, + .my-md-0 { + margin-top: 0!important + } + .mr-md-0, + .mx-md-0 { + margin-right: 0!important + } + .mb-md-0, + .my-md-0 { + margin-bottom: 0!important + } + .ml-md-0, + .mx-md-0 { + margin-left: 0!important + } + .m-md-1 { + margin: .25rem!important + } + .mt-md-1, + .my-md-1 { + margin-top: .25rem!important + } + .mr-md-1, + .mx-md-1 { + margin-right: .25rem!important + } + .mb-md-1, + .my-md-1 { + margin-bottom: .25rem!important + } + .ml-md-1, + .mx-md-1 { + margin-left: .25rem!important + } + .m-md-2 { + margin: .5rem!important + } + .mt-md-2, + .my-md-2 { + margin-top: .5rem!important + } + .mr-md-2, + .mx-md-2 { + margin-right: .5rem!important + } + .mb-md-2, + .my-md-2 { + margin-bottom: .5rem!important + } + .ml-md-2, + .mx-md-2 { + margin-left: .5rem!important + } + .m-md-3 { + margin: .75rem!important + } + .mt-md-3, + .my-md-3 { + margin-top: .75rem!important + } + .mr-md-3, + .mx-md-3 { + margin-right: .75rem!important + } + .mb-md-3, + .my-md-3 { + margin-bottom: .75rem!important + } + .ml-md-3, + .mx-md-3 { + margin-left: .75rem!important + } + .m-md-4 { + margin: 1rem!important + } + .mt-md-4, + .my-md-4 { + margin-top: 1rem!important + } + .mr-md-4, + .mx-md-4 { + margin-right: 1rem!important + } + .mb-md-4, + .my-md-4 { + margin-bottom: 1rem!important + } + .ml-md-4, + .mx-md-4 { + margin-left: 1rem!important + } + .m-md-5 { + margin: 1.5rem!important + } + .mt-md-5, + .my-md-5 { + margin-top: 1.5rem!important + } + .mr-md-5, + .mx-md-5 { + margin-right: 1.5rem!important + } + .mb-md-5, + .my-md-5 { + margin-bottom: 1.5rem!important + } + .ml-md-5, + .mx-md-5 { + margin-left: 1.5rem!important + } + .m-md-6 { + margin: 2rem!important + } + .mt-md-6, + .my-md-6 { + margin-top: 2rem!important + } + .mr-md-6, + .mx-md-6 { + margin-right: 2rem!important + } + .mb-md-6, + .my-md-6 { + margin-bottom: 2rem!important + } + .ml-md-6, + .mx-md-6 { + margin-left: 2rem!important + } + .m-md-7 { + margin: 2.5rem!important + } + .mt-md-7, + .my-md-7 { + margin-top: 2.5rem!important + } + .mr-md-7, + .mx-md-7 { + margin-right: 2.5rem!important + } + .mb-md-7, + .my-md-7 { + margin-bottom: 2.5rem!important + } + .ml-md-7, + .mx-md-7 { + margin-left: 2.5rem!important + } + .m-md-8 { + margin: 3rem!important + } + .mt-md-8, + .my-md-8 { + margin-top: 3rem!important + } + .mr-md-8, + .mx-md-8 { + margin-right: 3rem!important + } + .mb-md-8, + .my-md-8 { + margin-bottom: 3rem!important + } + .ml-md-8, + .mx-md-8 { + margin-left: 3rem!important + } + .m-md-9 { + margin: 4rem!important + } + .mt-md-9, + .my-md-9 { + margin-top: 4rem!important + } + .mr-md-9, + .mx-md-9 { + margin-right: 4rem!important + } + .mb-md-9, + .my-md-9 { + margin-bottom: 4rem!important + } + .ml-md-9, + .mx-md-9 { + margin-left: 4rem!important + } + .m-md-10 { + margin: 5rem!important + } + .mt-md-10, + .my-md-10 { + margin-top: 5rem!important + } + .mr-md-10, + .mx-md-10 { + margin-right: 5rem!important + } + .mb-md-10, + .my-md-10 { + margin-bottom: 5rem!important + } + .ml-md-10, + .mx-md-10 { + margin-left: 5rem!important + } + .m-md-11 { + margin: 6rem!important + } + .mt-md-11, + .my-md-11 { + margin-top: 6rem!important + } + .mr-md-11, + .mx-md-11 { + margin-right: 6rem!important + } + .mb-md-11, + .my-md-11 { + margin-bottom: 6rem!important + } + .ml-md-11, + .mx-md-11 { + margin-left: 6rem!important + } + .m-md-12 { + margin: 8rem!important + } + .mt-md-12, + .my-md-12 { + margin-top: 8rem!important + } + .mr-md-12, + .mx-md-12 { + margin-right: 8rem!important + } + .mb-md-12, + .my-md-12 { + margin-bottom: 8rem!important + } + .ml-md-12, + .mx-md-12 { + margin-left: 8rem!important + } + .m-md-13 { + margin: 10rem!important + } + .mt-md-13, + .my-md-13 { + margin-top: 10rem!important + } + .mr-md-13, + .mx-md-13 { + margin-right: 10rem!important + } + .mb-md-13, + .my-md-13 { + margin-bottom: 10rem!important + } + .ml-md-13, + .mx-md-13 { + margin-left: 10rem!important + } + .m-md-14 { + margin: 12rem!important + } + .mt-md-14, + .my-md-14 { + margin-top: 12rem!important + } + .mr-md-14, + .mx-md-14 { + margin-right: 12rem!important + } + .mb-md-14, + .my-md-14 { + margin-bottom: 12rem!important + } + .ml-md-14, + .mx-md-14 { + margin-left: 12rem!important + } + .m-md-15 { + margin: 16rem!important + } + .mt-md-15, + .my-md-15 { + margin-top: 16rem!important + } + .mr-md-15, + .mx-md-15 { + margin-right: 16rem!important + } + .mb-md-15, + .my-md-15 { + margin-bottom: 16rem!important + } + .ml-md-15, + .mx-md-15 { + margin-left: 16rem!important + } + .m-md-16 { + margin: 25rem!important + } + .mt-md-16, + .my-md-16 { + margin-top: 25rem!important + } + .mr-md-16, + .mx-md-16 { + margin-right: 25rem!important + } + .mb-md-16, + .my-md-16 { + margin-bottom: 25rem!important + } + .ml-md-16, + .mx-md-16 { + margin-left: 25rem!important + } + .p-md-0 { + padding: 0!important + } + .pt-md-0, + .py-md-0 { + padding-top: 0!important + } + .pr-md-0, + .px-md-0 { + padding-right: 0!important + } + .pb-md-0, + .py-md-0 { + padding-bottom: 0!important + } + .pl-md-0, + .px-md-0 { + padding-left: 0!important + } + .p-md-1 { + padding: .25rem!important + } + .pt-md-1, + .py-md-1 { + padding-top: .25rem!important + } + .pr-md-1, + .px-md-1 { + padding-right: .25rem!important + } + .pb-md-1, + .py-md-1 { + padding-bottom: .25rem!important + } + .pl-md-1, + .px-md-1 { + padding-left: .25rem!important + } + .p-md-2 { + padding: .5rem!important + } + .pt-md-2, + .py-md-2 { + padding-top: .5rem!important + } + .pr-md-2, + .px-md-2 { + padding-right: .5rem!important + } + .pb-md-2, + .py-md-2 { + padding-bottom: .5rem!important + } + .pl-md-2, + .px-md-2 { + padding-left: .5rem!important + } + .p-md-3 { + padding: .75rem!important + } + .pt-md-3, + .py-md-3 { + padding-top: .75rem!important + } + .pr-md-3, + .px-md-3 { + padding-right: .75rem!important + } + .pb-md-3, + .py-md-3 { + padding-bottom: .75rem!important + } + .pl-md-3, + .px-md-3 { + padding-left: .75rem!important + } + .p-md-4 { + padding: 1rem!important + } + .pt-md-4, + .py-md-4 { + padding-top: 1rem!important + } + .pr-md-4, + .px-md-4 { + padding-right: 1rem!important + } + .pb-md-4, + .py-md-4 { + padding-bottom: 1rem!important + } + .pl-md-4, + .px-md-4 { + padding-left: 1rem!important + } + .p-md-5 { + padding: 1.5rem!important + } + .pt-md-5, + .py-md-5 { + padding-top: 1.5rem!important + } + .pr-md-5, + .px-md-5 { + padding-right: 1.5rem!important + } + .pb-md-5, + .py-md-5 { + padding-bottom: 1.5rem!important + } + .pl-md-5, + .px-md-5 { + padding-left: 1.5rem!important + } + .p-md-6 { + padding: 2rem!important + } + .pt-md-6, + .py-md-6 { + padding-top: 2rem!important + } + .pr-md-6, + .px-md-6 { + padding-right: 2rem!important + } + .pb-md-6, + .py-md-6 { + padding-bottom: 2rem!important + } + .pl-md-6, + .px-md-6 { + padding-left: 2rem!important + } + .p-md-7 { + padding: 2.5rem!important + } + .pt-md-7, + .py-md-7 { + padding-top: 2.5rem!important + } + .pr-md-7, + .px-md-7 { + padding-right: 2.5rem!important + } + .pb-md-7, + .py-md-7 { + padding-bottom: 2.5rem!important + } + .pl-md-7, + .px-md-7 { + padding-left: 2.5rem!important + } + .p-md-8 { + padding: 3rem!important + } + .pt-md-8, + .py-md-8 { + padding-top: 3rem!important + } + .pr-md-8, + .px-md-8 { + padding-right: 3rem!important + } + .pb-md-8, + .py-md-8 { + padding-bottom: 3rem!important + } + .pl-md-8, + .px-md-8 { + padding-left: 3rem!important + } + .p-md-9 { + padding: 4rem!important + } + .pt-md-9, + .py-md-9 { + padding-top: 4rem!important + } + .pr-md-9, + .px-md-9 { + padding-right: 4rem!important + } + .pb-md-9, + .py-md-9 { + padding-bottom: 4rem!important + } + .pl-md-9, + .px-md-9 { + padding-left: 4rem!important + } + .p-md-10 { + padding: 5rem!important + } + .pt-md-10, + .py-md-10 { + padding-top: 5rem!important + } + .pr-md-10, + .px-md-10 { + padding-right: 5rem!important + } + .pb-md-10, + .py-md-10 { + padding-bottom: 5rem!important + } + .pl-md-10, + .px-md-10 { + padding-left: 5rem!important + } + .p-md-11 { + padding: 6rem!important + } + .pt-md-11, + .py-md-11 { + padding-top: 6rem!important + } + .pr-md-11, + .px-md-11 { + padding-right: 6rem!important + } + .pb-md-11, + .py-md-11 { + padding-bottom: 6rem!important + } + .pl-md-11, + .px-md-11 { + padding-left: 6rem!important + } + .p-md-12 { + padding: 8rem!important + } + .pt-md-12, + .py-md-12 { + padding-top: 8rem!important + } + .pr-md-12, + .px-md-12 { + padding-right: 8rem!important + } + .pb-md-12, + .py-md-12 { + padding-bottom: 8rem!important + } + .pl-md-12, + .px-md-12 { + padding-left: 8rem!important + } + .p-md-13 { + padding: 10rem!important + } + .pt-md-13, + .py-md-13 { + padding-top: 10rem!important + } + .pr-md-13, + .px-md-13 { + padding-right: 10rem!important + } + .pb-md-13, + .py-md-13 { + padding-bottom: 10rem!important + } + .pl-md-13, + .px-md-13 { + padding-left: 10rem!important + } + .p-md-14 { + padding: 12rem!important + } + .pt-md-14, + .py-md-14 { + padding-top: 12rem!important + } + .pr-md-14, + .px-md-14 { + padding-right: 12rem!important + } + .pb-md-14, + .py-md-14 { + padding-bottom: 12rem!important + } + .pl-md-14, + .px-md-14 { + padding-left: 12rem!important + } + .p-md-15 { + padding: 16rem!important + } + .pt-md-15, + .py-md-15 { + padding-top: 16rem!important + } + .pr-md-15, + .px-md-15 { + padding-right: 16rem!important + } + .pb-md-15, + .py-md-15 { + padding-bottom: 16rem!important + } + .pl-md-15, + .px-md-15 { + padding-left: 16rem!important + } + .p-md-16 { + padding: 25rem!important + } + .pt-md-16, + .py-md-16 { + padding-top: 25rem!important + } + .pr-md-16, + .px-md-16 { + padding-right: 25rem!important + } + .pb-md-16, + .py-md-16 { + padding-bottom: 25rem!important + } + .pl-md-16, + .px-md-16 { + padding-left: 25rem!important + } + .m-md-n1 { + margin: -.25rem!important + } + .mt-md-n1, + .my-md-n1 { + margin-top: -.25rem!important + } + .mr-md-n1, + .mx-md-n1 { + margin-right: -.25rem!important + } + .mb-md-n1, + .my-md-n1 { + margin-bottom: -.25rem!important + } + .ml-md-n1, + .mx-md-n1 { + margin-left: -.25rem!important + } + .m-md-n2 { + margin: -.5rem!important + } + .mt-md-n2, + .my-md-n2 { + margin-top: -.5rem!important + } + .mr-md-n2, + .mx-md-n2 { + margin-right: -.5rem!important + } + .mb-md-n2, + .my-md-n2 { + margin-bottom: -.5rem!important + } + .ml-md-n2, + .mx-md-n2 { + margin-left: -.5rem!important + } + .m-md-n3 { + margin: -.75rem!important + } + .mt-md-n3, + .my-md-n3 { + margin-top: -.75rem!important + } + .mr-md-n3, + .mx-md-n3 { + margin-right: -.75rem!important + } + .mb-md-n3, + .my-md-n3 { + margin-bottom: -.75rem!important + } + .ml-md-n3, + .mx-md-n3 { + margin-left: -.75rem!important + } + .m-md-n4 { + margin: -1rem!important + } + .mt-md-n4, + .my-md-n4 { + margin-top: -1rem!important + } + .mr-md-n4, + .mx-md-n4 { + margin-right: -1rem!important + } + .mb-md-n4, + .my-md-n4 { + margin-bottom: -1rem!important + } + .ml-md-n4, + .mx-md-n4 { + margin-left: -1rem!important + } + .m-md-n5 { + margin: -1.5rem!important + } + .mt-md-n5, + .my-md-n5 { + margin-top: -1.5rem!important + } + .mr-md-n5, + .mx-md-n5 { + margin-right: -1.5rem!important + } + .mb-md-n5, + .my-md-n5 { + margin-bottom: -1.5rem!important + } + .ml-md-n5, + .mx-md-n5 { + margin-left: -1.5rem!important + } + .m-md-n6 { + margin: -2rem!important + } + .mt-md-n6, + .my-md-n6 { + margin-top: -2rem!important + } + .mr-md-n6, + .mx-md-n6 { + margin-right: -2rem!important + } + .mb-md-n6, + .my-md-n6 { + margin-bottom: -2rem!important + } + .ml-md-n6, + .mx-md-n6 { + margin-left: -2rem!important + } + .m-md-n7 { + margin: -2.5rem!important + } + .mt-md-n7, + .my-md-n7 { + margin-top: -2.5rem!important + } + .mr-md-n7, + .mx-md-n7 { + margin-right: -2.5rem!important + } + .mb-md-n7, + .my-md-n7 { + margin-bottom: -2.5rem!important + } + .ml-md-n7, + .mx-md-n7 { + margin-left: -2.5rem!important + } + .m-md-n8 { + margin: -3rem!important + } + .mt-md-n8, + .my-md-n8 { + margin-top: -3rem!important + } + .mr-md-n8, + .mx-md-n8 { + margin-right: -3rem!important + } + .mb-md-n8, + .my-md-n8 { + margin-bottom: -3rem!important + } + .ml-md-n8, + .mx-md-n8 { + margin-left: -3rem!important + } + .m-md-n9 { + margin: -4rem!important + } + .mt-md-n9, + .my-md-n9 { + margin-top: -4rem!important + } + .mr-md-n9, + .mx-md-n9 { + margin-right: -4rem!important + } + .mb-md-n9, + .my-md-n9 { + margin-bottom: -4rem!important + } + .ml-md-n9, + .mx-md-n9 { + margin-left: -4rem!important + } + .m-md-n10 { + margin: -5rem!important + } + .mt-md-n10, + .my-md-n10 { + margin-top: -5rem!important + } + .mr-md-n10, + .mx-md-n10 { + margin-right: -5rem!important + } + .mb-md-n10, + .my-md-n10 { + margin-bottom: -5rem!important + } + .ml-md-n10, + .mx-md-n10 { + margin-left: -5rem!important + } + .m-md-n11 { + margin: -6rem!important + } + .mt-md-n11, + .my-md-n11 { + margin-top: -6rem!important + } + .mr-md-n11, + .mx-md-n11 { + margin-right: -6rem!important + } + .mb-md-n11, + .my-md-n11 { + margin-bottom: -6rem!important + } + .ml-md-n11, + .mx-md-n11 { + margin-left: -6rem!important + } + .m-md-n12 { + margin: -8rem!important + } + .mt-md-n12, + .my-md-n12 { + margin-top: -8rem!important + } + .mr-md-n12, + .mx-md-n12 { + margin-right: -8rem!important + } + .mb-md-n12, + .my-md-n12 { + margin-bottom: -8rem!important + } + .ml-md-n12, + .mx-md-n12 { + margin-left: -8rem!important + } + .m-md-n13 { + margin: -10rem!important + } + .mt-md-n13, + .my-md-n13 { + margin-top: -10rem!important + } + .mr-md-n13, + .mx-md-n13 { + margin-right: -10rem!important + } + .mb-md-n13, + .my-md-n13 { + margin-bottom: -10rem!important + } + .ml-md-n13, + .mx-md-n13 { + margin-left: -10rem!important + } + .m-md-n14 { + margin: -12rem!important + } + .mt-md-n14, + .my-md-n14 { + margin-top: -12rem!important + } + .mr-md-n14, + .mx-md-n14 { + margin-right: -12rem!important + } + .mb-md-n14, + .my-md-n14 { + margin-bottom: -12rem!important + } + .ml-md-n14, + .mx-md-n14 { + margin-left: -12rem!important + } + .m-md-n15 { + margin: -16rem!important + } + .mt-md-n15, + .my-md-n15 { + margin-top: -16rem!important + } + .mr-md-n15, + .mx-md-n15 { + margin-right: -16rem!important + } + .mb-md-n15, + .my-md-n15 { + margin-bottom: -16rem!important + } + .ml-md-n15, + .mx-md-n15 { + margin-left: -16rem!important + } + .m-md-n16 { + margin: -25rem!important + } + .mt-md-n16, + .my-md-n16 { + margin-top: -25rem!important + } + .mr-md-n16, + .mx-md-n16 { + margin-right: -25rem!important + } + .mb-md-n16, + .my-md-n16 { + margin-bottom: -25rem!important + } + .ml-md-n16, + .mx-md-n16 { + margin-left: -25rem!important + } + .m-md-auto { + margin: auto!important + } + .mt-md-auto, + .my-md-auto { + margin-top: auto!important + } + .mr-md-auto, + .mx-md-auto { + margin-right: auto!important + } + .mb-md-auto, + .my-md-auto { + margin-bottom: auto!important + } + .ml-md-auto, + .mx-md-auto { + margin-left: auto!important + } + } + @media (min-width: 992px) { + .m-lg-0 { + margin: 0!important + } + .mt-lg-0, + .my-lg-0 { + margin-top: 0!important + } + .mr-lg-0, + .mx-lg-0 { + margin-right: 0!important + } + .mb-lg-0, + .my-lg-0 { + margin-bottom: 0!important + } + .ml-lg-0, + .mx-lg-0 { + margin-left: 0!important + } + .m-lg-1 { + margin: .25rem!important + } + .mt-lg-1, + .my-lg-1 { + margin-top: .25rem!important + } + .mr-lg-1, + .mx-lg-1 { + margin-right: .25rem!important + } + .mb-lg-1, + .my-lg-1 { + margin-bottom: .25rem!important + } + .ml-lg-1, + .mx-lg-1 { + margin-left: .25rem!important + } + .m-lg-2 { + margin: .5rem!important + } + .mt-lg-2, + .my-lg-2 { + margin-top: .5rem!important + } + .mr-lg-2, + .mx-lg-2 { + margin-right: .5rem!important + } + .mb-lg-2, + .my-lg-2 { + margin-bottom: .5rem!important + } + .ml-lg-2, + .mx-lg-2 { + margin-left: .5rem!important + } + .m-lg-3 { + margin: .75rem!important + } + .mt-lg-3, + .my-lg-3 { + margin-top: .75rem!important + } + .mr-lg-3, + .mx-lg-3 { + margin-right: .75rem!important + } + .mb-lg-3, + .my-lg-3 { + margin-bottom: .75rem!important + } + .ml-lg-3, + .mx-lg-3 { + margin-left: .75rem!important + } + .m-lg-4 { + margin: 1rem!important + } + .mt-lg-4, + .my-lg-4 { + margin-top: 1rem!important + } + .mr-lg-4, + .mx-lg-4 { + margin-right: 1rem!important + } + .mb-lg-4, + .my-lg-4 { + margin-bottom: 1rem!important + } + .ml-lg-4, + .mx-lg-4 { + margin-left: 1rem!important + } + .m-lg-5 { + margin: 1.5rem!important + } + .mt-lg-5, + .my-lg-5 { + margin-top: 1.5rem!important + } + .mr-lg-5, + .mx-lg-5 { + margin-right: 1.5rem!important + } + .mb-lg-5, + .my-lg-5 { + margin-bottom: 1.5rem!important + } + .ml-lg-5, + .mx-lg-5 { + margin-left: 1.5rem!important + } + .m-lg-6 { + margin: 2rem!important + } + .mt-lg-6, + .my-lg-6 { + margin-top: 2rem!important + } + .mr-lg-6, + .mx-lg-6 { + margin-right: 2rem!important + } + .mb-lg-6, + .my-lg-6 { + margin-bottom: 2rem!important + } + .ml-lg-6, + .mx-lg-6 { + margin-left: 2rem!important + } + .m-lg-7 { + margin: 2.5rem!important + } + .mt-lg-7, + .my-lg-7 { + margin-top: 2.5rem!important + } + .mr-lg-7, + .mx-lg-7 { + margin-right: 2.5rem!important + } + .mb-lg-7, + .my-lg-7 { + margin-bottom: 2.5rem!important + } + .ml-lg-7, + .mx-lg-7 { + margin-left: 2.5rem!important + } + .m-lg-8 { + margin: 3rem!important + } + .mt-lg-8, + .my-lg-8 { + margin-top: 3rem!important + } + .mr-lg-8, + .mx-lg-8 { + margin-right: 3rem!important + } + .mb-lg-8, + .my-lg-8 { + margin-bottom: 3rem!important + } + .ml-lg-8, + .mx-lg-8 { + margin-left: 3rem!important + } + .m-lg-9 { + margin: 4rem!important + } + .mt-lg-9, + .my-lg-9 { + margin-top: 4rem!important + } + .mr-lg-9, + .mx-lg-9 { + margin-right: 4rem!important + } + .mb-lg-9, + .my-lg-9 { + margin-bottom: 4rem!important + } + .ml-lg-9, + .mx-lg-9 { + margin-left: 4rem!important + } + .m-lg-10 { + margin: 5rem!important + } + .mt-lg-10, + .my-lg-10 { + margin-top: 5rem!important + } + .mr-lg-10, + .mx-lg-10 { + margin-right: 5rem!important + } + .mb-lg-10, + .my-lg-10 { + margin-bottom: 5rem!important + } + .ml-lg-10, + .mx-lg-10 { + margin-left: 5rem!important + } + .m-lg-11 { + margin: 6rem!important + } + .mt-lg-11, + .my-lg-11 { + margin-top: 6rem!important + } + .mr-lg-11, + .mx-lg-11 { + margin-right: 6rem!important + } + .mb-lg-11, + .my-lg-11 { + margin-bottom: 6rem!important + } + .ml-lg-11, + .mx-lg-11 { + margin-left: 6rem!important + } + .m-lg-12 { + margin: 8rem!important + } + .mt-lg-12, + .my-lg-12 { + margin-top: 8rem!important + } + .mr-lg-12, + .mx-lg-12 { + margin-right: 8rem!important + } + .mb-lg-12, + .my-lg-12 { + margin-bottom: 8rem!important + } + .ml-lg-12, + .mx-lg-12 { + margin-left: 8rem!important + } + .m-lg-13 { + margin: 10rem!important + } + .mt-lg-13, + .my-lg-13 { + margin-top: 10rem!important + } + .mr-lg-13, + .mx-lg-13 { + margin-right: 10rem!important + } + .mb-lg-13, + .my-lg-13 { + margin-bottom: 10rem!important + } + .ml-lg-13, + .mx-lg-13 { + margin-left: 10rem!important + } + .m-lg-14 { + margin: 12rem!important + } + .mt-lg-14, + .my-lg-14 { + margin-top: 12rem!important + } + .mr-lg-14, + .mx-lg-14 { + margin-right: 12rem!important + } + .mb-lg-14, + .my-lg-14 { + margin-bottom: 12rem!important + } + .ml-lg-14, + .mx-lg-14 { + margin-left: 12rem!important + } + .m-lg-15 { + margin: 16rem!important + } + .mt-lg-15, + .my-lg-15 { + margin-top: 16rem!important + } + .mr-lg-15, + .mx-lg-15 { + margin-right: 16rem!important + } + .mb-lg-15, + .my-lg-15 { + margin-bottom: 16rem!important + } + .ml-lg-15, + .mx-lg-15 { + margin-left: 16rem!important + } + .m-lg-16 { + margin: 25rem!important + } + .mt-lg-16, + .my-lg-16 { + margin-top: 25rem!important + } + .mr-lg-16, + .mx-lg-16 { + margin-right: 25rem!important + } + .mb-lg-16, + .my-lg-16 { + margin-bottom: 25rem!important + } + .ml-lg-16, + .mx-lg-16 { + margin-left: 25rem!important + } + .p-lg-0 { + padding: 0!important + } + .pt-lg-0, + .py-lg-0 { + padding-top: 0!important + } + .pr-lg-0, + .px-lg-0 { + padding-right: 0!important + } + .pb-lg-0, + .py-lg-0 { + padding-bottom: 0!important + } + .pl-lg-0, + .px-lg-0 { + padding-left: 0!important + } + .p-lg-1 { + padding: .25rem!important + } + .pt-lg-1, + .py-lg-1 { + padding-top: .25rem!important + } + .pr-lg-1, + .px-lg-1 { + padding-right: .25rem!important + } + .pb-lg-1, + .py-lg-1 { + padding-bottom: .25rem!important + } + .pl-lg-1, + .px-lg-1 { + padding-left: .25rem!important + } + .p-lg-2 { + padding: .5rem!important + } + .pt-lg-2, + .py-lg-2 { + padding-top: .5rem!important + } + .pr-lg-2, + .px-lg-2 { + padding-right: .5rem!important + } + .pb-lg-2, + .py-lg-2 { + padding-bottom: .5rem!important + } + .pl-lg-2, + .px-lg-2 { + padding-left: .5rem!important + } + .p-lg-3 { + padding: .75rem!important + } + .pt-lg-3, + .py-lg-3 { + padding-top: .75rem!important + } + .pr-lg-3, + .px-lg-3 { + padding-right: .75rem!important + } + .pb-lg-3, + .py-lg-3 { + padding-bottom: .75rem!important + } + .pl-lg-3, + .px-lg-3 { + padding-left: .75rem!important + } + .p-lg-4 { + padding: 1rem!important + } + .pt-lg-4, + .py-lg-4 { + padding-top: 1rem!important + } + .pr-lg-4, + .px-lg-4 { + padding-right: 1rem!important + } + .pb-lg-4, + .py-lg-4 { + padding-bottom: 1rem!important + } + .pl-lg-4, + .px-lg-4 { + padding-left: 1rem!important + } + .p-lg-5 { + padding: 1.5rem!important + } + .pt-lg-5, + .py-lg-5 { + padding-top: 1.5rem!important + } + .pr-lg-5, + .px-lg-5 { + padding-right: 1.5rem!important + } + .pb-lg-5, + .py-lg-5 { + padding-bottom: 1.5rem!important + } + .pl-lg-5, + .px-lg-5 { + padding-left: 1.5rem!important + } + .p-lg-6 { + padding: 2rem!important + } + .pt-lg-6, + .py-lg-6 { + padding-top: 2rem!important + } + .pr-lg-6, + .px-lg-6 { + padding-right: 2rem!important + } + .pb-lg-6, + .py-lg-6 { + padding-bottom: 2rem!important + } + .pl-lg-6, + .px-lg-6 { + padding-left: 2rem!important + } + .p-lg-7 { + padding: 2.5rem!important + } + .pt-lg-7, + .py-lg-7 { + padding-top: 2.5rem!important + } + .pr-lg-7, + .px-lg-7 { + padding-right: 2.5rem!important + } + .pb-lg-7, + .py-lg-7 { + padding-bottom: 2.5rem!important + } + .pl-lg-7, + .px-lg-7 { + padding-left: 2.5rem!important + } + .p-lg-8 { + padding: 3rem!important + } + .pt-lg-8, + .py-lg-8 { + padding-top: 3rem!important + } + .pr-lg-8, + .px-lg-8 { + padding-right: 3rem!important + } + .pb-lg-8, + .py-lg-8 { + padding-bottom: 3rem!important + } + .pl-lg-8, + .px-lg-8 { + padding-left: 3rem!important + } + .p-lg-9 { + padding: 4rem!important + } + .pt-lg-9, + .py-lg-9 { + padding-top: 4rem!important + } + .pr-lg-9, + .px-lg-9 { + padding-right: 4rem!important + } + .pb-lg-9, + .py-lg-9 { + padding-bottom: 4rem!important + } + .pl-lg-9, + .px-lg-9 { + padding-left: 4rem!important + } + .p-lg-10 { + padding: 5rem!important + } + .pt-lg-10, + .py-lg-10 { + padding-top: 5rem!important + } + .pr-lg-10, + .px-lg-10 { + padding-right: 5rem!important + } + .pb-lg-10, + .py-lg-10 { + padding-bottom: 5rem!important + } + .pl-lg-10, + .px-lg-10 { + padding-left: 5rem!important + } + .p-lg-11 { + padding: 6rem!important + } + .pt-lg-11, + .py-lg-11 { + padding-top: 6rem!important + } + .pr-lg-11, + .px-lg-11 { + padding-right: 6rem!important + } + .pb-lg-11, + .py-lg-11 { + padding-bottom: 6rem!important + } + .pl-lg-11, + .px-lg-11 { + padding-left: 6rem!important + } + .p-lg-12 { + padding: 8rem!important + } + .pt-lg-12, + .py-lg-12 { + padding-top: 8rem!important + } + .pr-lg-12, + .px-lg-12 { + padding-right: 8rem!important + } + .pb-lg-12, + .py-lg-12 { + padding-bottom: 8rem!important + } + .pl-lg-12, + .px-lg-12 { + padding-left: 8rem!important + } + .p-lg-13 { + padding: 10rem!important + } + .pt-lg-13, + .py-lg-13 { + padding-top: 10rem!important + } + .pr-lg-13, + .px-lg-13 { + padding-right: 10rem!important + } + .pb-lg-13, + .py-lg-13 { + padding-bottom: 10rem!important + } + .pl-lg-13, + .px-lg-13 { + padding-left: 10rem!important + } + .p-lg-14 { + padding: 12rem!important + } + .pt-lg-14, + .py-lg-14 { + padding-top: 12rem!important + } + .pr-lg-14, + .px-lg-14 { + padding-right: 12rem!important + } + .pb-lg-14, + .py-lg-14 { + padding-bottom: 12rem!important + } + .pl-lg-14, + .px-lg-14 { + padding-left: 12rem!important + } + .p-lg-15 { + padding: 16rem!important + } + .pt-lg-15, + .py-lg-15 { + padding-top: 16rem!important + } + .pr-lg-15, + .px-lg-15 { + padding-right: 16rem!important + } + .pb-lg-15, + .py-lg-15 { + padding-bottom: 16rem!important + } + .pl-lg-15, + .px-lg-15 { + padding-left: 16rem!important + } + .p-lg-16 { + padding: 25rem!important + } + .pt-lg-16, + .py-lg-16 { + padding-top: 25rem!important + } + .pr-lg-16, + .px-lg-16 { + padding-right: 25rem!important + } + .pb-lg-16, + .py-lg-16 { + padding-bottom: 25rem!important + } + .pl-lg-16, + .px-lg-16 { + padding-left: 25rem!important + } + .m-lg-n1 { + margin: -.25rem!important + } + .mt-lg-n1, + .my-lg-n1 { + margin-top: -.25rem!important + } + .mr-lg-n1, + .mx-lg-n1 { + margin-right: -.25rem!important + } + .mb-lg-n1, + .my-lg-n1 { + margin-bottom: -.25rem!important + } + .ml-lg-n1, + .mx-lg-n1 { + margin-left: -.25rem!important + } + .m-lg-n2 { + margin: -.5rem!important + } + .mt-lg-n2, + .my-lg-n2 { + margin-top: -.5rem!important + } + .mr-lg-n2, + .mx-lg-n2 { + margin-right: -.5rem!important + } + .mb-lg-n2, + .my-lg-n2 { + margin-bottom: -.5rem!important + } + .ml-lg-n2, + .mx-lg-n2 { + margin-left: -.5rem!important + } + .m-lg-n3 { + margin: -.75rem!important + } + .mt-lg-n3, + .my-lg-n3 { + margin-top: -.75rem!important + } + .mr-lg-n3, + .mx-lg-n3 { + margin-right: -.75rem!important + } + .mb-lg-n3, + .my-lg-n3 { + margin-bottom: -.75rem!important + } + .ml-lg-n3, + .mx-lg-n3 { + margin-left: -.75rem!important + } + .m-lg-n4 { + margin: -1rem!important + } + .mt-lg-n4, + .my-lg-n4 { + margin-top: -1rem!important + } + .mr-lg-n4, + .mx-lg-n4 { + margin-right: -1rem!important + } + .mb-lg-n4, + .my-lg-n4 { + margin-bottom: -1rem!important + } + .ml-lg-n4, + .mx-lg-n4 { + margin-left: -1rem!important + } + .m-lg-n5 { + margin: -1.5rem!important + } + .mt-lg-n5, + .my-lg-n5 { + margin-top: -1.5rem!important + } + .mr-lg-n5, + .mx-lg-n5 { + margin-right: -1.5rem!important + } + .mb-lg-n5, + .my-lg-n5 { + margin-bottom: -1.5rem!important + } + .ml-lg-n5, + .mx-lg-n5 { + margin-left: -1.5rem!important + } + .m-lg-n6 { + margin: -2rem!important + } + .mt-lg-n6, + .my-lg-n6 { + margin-top: -2rem!important + } + .mr-lg-n6, + .mx-lg-n6 { + margin-right: -2rem!important + } + .mb-lg-n6, + .my-lg-n6 { + margin-bottom: -2rem!important + } + .ml-lg-n6, + .mx-lg-n6 { + margin-left: -2rem!important + } + .m-lg-n7 { + margin: -2.5rem!important + } + .mt-lg-n7, + .my-lg-n7 { + margin-top: -2.5rem!important + } + .mr-lg-n7, + .mx-lg-n7 { + margin-right: -2.5rem!important + } + .mb-lg-n7, + .my-lg-n7 { + margin-bottom: -2.5rem!important + } + .ml-lg-n7, + .mx-lg-n7 { + margin-left: -2.5rem!important + } + .m-lg-n8 { + margin: -3rem!important + } + .mt-lg-n8, + .my-lg-n8 { + margin-top: -3rem!important + } + .mr-lg-n8, + .mx-lg-n8 { + margin-right: -3rem!important + } + .mb-lg-n8, + .my-lg-n8 { + margin-bottom: -3rem!important + } + .ml-lg-n8, + .mx-lg-n8 { + margin-left: -3rem!important + } + .m-lg-n9 { + margin: -4rem!important + } + .mt-lg-n9, + .my-lg-n9 { + margin-top: -4rem!important + } + .mr-lg-n9, + .mx-lg-n9 { + margin-right: -4rem!important + } + .mb-lg-n9, + .my-lg-n9 { + margin-bottom: -4rem!important + } + .ml-lg-n9, + .mx-lg-n9 { + margin-left: -4rem!important + } + .m-lg-n10 { + margin: -5rem!important + } + .mt-lg-n10, + .my-lg-n10 { + margin-top: -5rem!important + } + .mr-lg-n10, + .mx-lg-n10 { + margin-right: -5rem!important + } + .mb-lg-n10, + .my-lg-n10 { + margin-bottom: -5rem!important + } + .ml-lg-n10, + .mx-lg-n10 { + margin-left: -5rem!important + } + .m-lg-n11 { + margin: -6rem!important + } + .mt-lg-n11, + .my-lg-n11 { + margin-top: -6rem!important + } + .mr-lg-n11, + .mx-lg-n11 { + margin-right: -6rem!important + } + .mb-lg-n11, + .my-lg-n11 { + margin-bottom: -6rem!important + } + .ml-lg-n11, + .mx-lg-n11 { + margin-left: -6rem!important + } + .m-lg-n12 { + margin: -8rem!important + } + .mt-lg-n12, + .my-lg-n12 { + margin-top: -8rem!important + } + .mr-lg-n12, + .mx-lg-n12 { + margin-right: -8rem!important + } + .mb-lg-n12, + .my-lg-n12 { + margin-bottom: -8rem!important + } + .ml-lg-n12, + .mx-lg-n12 { + margin-left: -8rem!important + } + .m-lg-n13 { + margin: -10rem!important + } + .mt-lg-n13, + .my-lg-n13 { + margin-top: -10rem!important + } + .mr-lg-n13, + .mx-lg-n13 { + margin-right: -10rem!important + } + .mb-lg-n13, + .my-lg-n13 { + margin-bottom: -10rem!important + } + .ml-lg-n13, + .mx-lg-n13 { + margin-left: -10rem!important + } + .m-lg-n14 { + margin: -12rem!important + } + .mt-lg-n14, + .my-lg-n14 { + margin-top: -12rem!important + } + .mr-lg-n14, + .mx-lg-n14 { + margin-right: -12rem!important + } + .mb-lg-n14, + .my-lg-n14 { + margin-bottom: -12rem!important + } + .ml-lg-n14, + .mx-lg-n14 { + margin-left: -12rem!important + } + .m-lg-n15 { + margin: -16rem!important + } + .mt-lg-n15, + .my-lg-n15 { + margin-top: -16rem!important + } + .mr-lg-n15, + .mx-lg-n15 { + margin-right: -16rem!important + } + .mb-lg-n15, + .my-lg-n15 { + margin-bottom: -16rem!important + } + .ml-lg-n15, + .mx-lg-n15 { + margin-left: -16rem!important + } + .m-lg-n16 { + margin: -25rem!important + } + .mt-lg-n16, + .my-lg-n16 { + margin-top: -25rem!important + } + .mr-lg-n16, + .mx-lg-n16 { + margin-right: -25rem!important + } + .mb-lg-n16, + .my-lg-n16 { + margin-bottom: -25rem!important + } + .ml-lg-n16, + .mx-lg-n16 { + margin-left: -25rem!important + } + .m-lg-auto { + margin: auto!important + } + .mt-lg-auto, + .my-lg-auto { + margin-top: auto!important + } + .mr-lg-auto, + .mx-lg-auto { + margin-right: auto!important + } + .mb-lg-auto, + .my-lg-auto { + margin-bottom: auto!important + } + .ml-lg-auto, + .mx-lg-auto { + margin-left: auto!important + } + } + @media (min-width: 1200px) { + .m-xl-0 { + margin: 0!important + } + .mt-xl-0, + .my-xl-0 { + margin-top: 0!important + } + .mr-xl-0, + .mx-xl-0 { + margin-right: 0!important + } + .mb-xl-0, + .my-xl-0 { + margin-bottom: 0!important + } + .ml-xl-0, + .mx-xl-0 { + margin-left: 0!important + } + .m-xl-1 { + margin: .25rem!important + } + .mt-xl-1, + .my-xl-1 { + margin-top: .25rem!important + } + .mr-xl-1, + .mx-xl-1 { + margin-right: .25rem!important + } + .mb-xl-1, + .my-xl-1 { + margin-bottom: .25rem!important + } + .ml-xl-1, + .mx-xl-1 { + margin-left: .25rem!important + } + .m-xl-2 { + margin: .5rem!important + } + .mt-xl-2, + .my-xl-2 { + margin-top: .5rem!important + } + .mr-xl-2, + .mx-xl-2 { + margin-right: .5rem!important + } + .mb-xl-2, + .my-xl-2 { + margin-bottom: .5rem!important + } + .ml-xl-2, + .mx-xl-2 { + margin-left: .5rem!important + } + .m-xl-3 { + margin: .75rem!important + } + .mt-xl-3, + .my-xl-3 { + margin-top: .75rem!important + } + .mr-xl-3, + .mx-xl-3 { + margin-right: .75rem!important + } + .mb-xl-3, + .my-xl-3 { + margin-bottom: .75rem!important + } + .ml-xl-3, + .mx-xl-3 { + margin-left: .75rem!important + } + .m-xl-4 { + margin: 1rem!important + } + .mt-xl-4, + .my-xl-4 { + margin-top: 1rem!important + } + .mr-xl-4, + .mx-xl-4 { + margin-right: 1rem!important + } + .mb-xl-4, + .my-xl-4 { + margin-bottom: 1rem!important + } + .ml-xl-4, + .mx-xl-4 { + margin-left: 1rem!important + } + .m-xl-5 { + margin: 1.5rem!important + } + .mt-xl-5, + .my-xl-5 { + margin-top: 1.5rem!important + } + .mr-xl-5, + .mx-xl-5 { + margin-right: 1.5rem!important + } + .mb-xl-5, + .my-xl-5 { + margin-bottom: 1.5rem!important + } + .ml-xl-5, + .mx-xl-5 { + margin-left: 1.5rem!important + } + .m-xl-6 { + margin: 2rem!important + } + .mt-xl-6, + .my-xl-6 { + margin-top: 2rem!important + } + .mr-xl-6, + .mx-xl-6 { + margin-right: 2rem!important + } + .mb-xl-6, + .my-xl-6 { + margin-bottom: 2rem!important + } + .ml-xl-6, + .mx-xl-6 { + margin-left: 2rem!important + } + .m-xl-7 { + margin: 2.5rem!important + } + .mt-xl-7, + .my-xl-7 { + margin-top: 2.5rem!important + } + .mr-xl-7, + .mx-xl-7 { + margin-right: 2.5rem!important + } + .mb-xl-7, + .my-xl-7 { + margin-bottom: 2.5rem!important + } + .ml-xl-7, + .mx-xl-7 { + margin-left: 2.5rem!important + } + .m-xl-8 { + margin: 3rem!important + } + .mt-xl-8, + .my-xl-8 { + margin-top: 3rem!important + } + .mr-xl-8, + .mx-xl-8 { + margin-right: 3rem!important + } + .mb-xl-8, + .my-xl-8 { + margin-bottom: 3rem!important + } + .ml-xl-8, + .mx-xl-8 { + margin-left: 3rem!important + } + .m-xl-9 { + margin: 4rem!important + } + .mt-xl-9, + .my-xl-9 { + margin-top: 4rem!important + } + .mr-xl-9, + .mx-xl-9 { + margin-right: 4rem!important + } + .mb-xl-9, + .my-xl-9 { + margin-bottom: 4rem!important + } + .ml-xl-9, + .mx-xl-9 { + margin-left: 4rem!important + } + .m-xl-10 { + margin: 5rem!important + } + .mt-xl-10, + .my-xl-10 { + margin-top: 5rem!important + } + .mr-xl-10, + .mx-xl-10 { + margin-right: 5rem!important + } + .mb-xl-10, + .my-xl-10 { + margin-bottom: 5rem!important + } + .ml-xl-10, + .mx-xl-10 { + margin-left: 5rem!important + } + .m-xl-11 { + margin: 6rem!important + } + .mt-xl-11, + .my-xl-11 { + margin-top: 6rem!important + } + .mr-xl-11, + .mx-xl-11 { + margin-right: 6rem!important + } + .mb-xl-11, + .my-xl-11 { + margin-bottom: 6rem!important + } + .ml-xl-11, + .mx-xl-11 { + margin-left: 6rem!important + } + .m-xl-12 { + margin: 8rem!important + } + .mt-xl-12, + .my-xl-12 { + margin-top: 8rem!important + } + .mr-xl-12, + .mx-xl-12 { + margin-right: 8rem!important + } + .mb-xl-12, + .my-xl-12 { + margin-bottom: 8rem!important + } + .ml-xl-12, + .mx-xl-12 { + margin-left: 8rem!important + } + .m-xl-13 { + margin: 10rem!important + } + .mt-xl-13, + .my-xl-13 { + margin-top: 10rem!important + } + .mr-xl-13, + .mx-xl-13 { + margin-right: 10rem!important + } + .mb-xl-13, + .my-xl-13 { + margin-bottom: 10rem!important + } + .ml-xl-13, + .mx-xl-13 { + margin-left: 10rem!important + } + .m-xl-14 { + margin: 12rem!important + } + .mt-xl-14, + .my-xl-14 { + margin-top: 12rem!important + } + .mr-xl-14, + .mx-xl-14 { + margin-right: 12rem!important + } + .mb-xl-14, + .my-xl-14 { + margin-bottom: 12rem!important + } + .ml-xl-14, + .mx-xl-14 { + margin-left: 12rem!important + } + .m-xl-15 { + margin: 16rem!important + } + .mt-xl-15, + .my-xl-15 { + margin-top: 16rem!important + } + .mr-xl-15, + .mx-xl-15 { + margin-right: 16rem!important + } + .mb-xl-15, + .my-xl-15 { + margin-bottom: 16rem!important + } + .ml-xl-15, + .mx-xl-15 { + margin-left: 16rem!important + } + .m-xl-16 { + margin: 25rem!important + } + .mt-xl-16, + .my-xl-16 { + margin-top: 25rem!important + } + .mr-xl-16, + .mx-xl-16 { + margin-right: 25rem!important + } + .mb-xl-16, + .my-xl-16 { + margin-bottom: 25rem!important + } + .ml-xl-16, + .mx-xl-16 { + margin-left: 25rem!important + } + .p-xl-0 { + padding: 0!important + } + .pt-xl-0, + .py-xl-0 { + padding-top: 0!important + } + .pr-xl-0, + .px-xl-0 { + padding-right: 0!important + } + .pb-xl-0, + .py-xl-0 { + padding-bottom: 0!important + } + .pl-xl-0, + .px-xl-0 { + padding-left: 0!important + } + .p-xl-1 { + padding: .25rem!important + } + .pt-xl-1, + .py-xl-1 { + padding-top: .25rem!important + } + .pr-xl-1, + .px-xl-1 { + padding-right: .25rem!important + } + .pb-xl-1, + .py-xl-1 { + padding-bottom: .25rem!important + } + .pl-xl-1, + .px-xl-1 { + padding-left: .25rem!important + } + .p-xl-2 { + padding: .5rem!important + } + .pt-xl-2, + .py-xl-2 { + padding-top: .5rem!important + } + .pr-xl-2, + .px-xl-2 { + padding-right: .5rem!important + } + .pb-xl-2, + .py-xl-2 { + padding-bottom: .5rem!important + } + .pl-xl-2, + .px-xl-2 { + padding-left: .5rem!important + } + .p-xl-3 { + padding: .75rem!important + } + .pt-xl-3, + .py-xl-3 { + padding-top: .75rem!important + } + .pr-xl-3, + .px-xl-3 { + padding-right: .75rem!important + } + .pb-xl-3, + .py-xl-3 { + padding-bottom: .75rem!important + } + .pl-xl-3, + .px-xl-3 { + padding-left: .75rem!important + } + .p-xl-4 { + padding: 1rem!important + } + .pt-xl-4, + .py-xl-4 { + padding-top: 1rem!important + } + .pr-xl-4, + .px-xl-4 { + padding-right: 1rem!important + } + .pb-xl-4, + .py-xl-4 { + padding-bottom: 1rem!important + } + .pl-xl-4, + .px-xl-4 { + padding-left: 1rem!important + } + .p-xl-5 { + padding: 1.5rem!important + } + .pt-xl-5, + .py-xl-5 { + padding-top: 1.5rem!important + } + .pr-xl-5, + .px-xl-5 { + padding-right: 1.5rem!important + } + .pb-xl-5, + .py-xl-5 { + padding-bottom: 1.5rem!important + } + .pl-xl-5, + .px-xl-5 { + padding-left: 1.5rem!important + } + .p-xl-6 { + padding: 2rem!important + } + .pt-xl-6, + .py-xl-6 { + padding-top: 2rem!important + } + .pr-xl-6, + .px-xl-6 { + padding-right: 2rem!important + } + .pb-xl-6, + .py-xl-6 { + padding-bottom: 2rem!important + } + .pl-xl-6, + .px-xl-6 { + padding-left: 2rem!important + } + .p-xl-7 { + padding: 2.5rem!important + } + .pt-xl-7, + .py-xl-7 { + padding-top: 2.5rem!important + } + .pr-xl-7, + .px-xl-7 { + padding-right: 2.5rem!important + } + .pb-xl-7, + .py-xl-7 { + padding-bottom: 2.5rem!important + } + .pl-xl-7, + .px-xl-7 { + padding-left: 2.5rem!important + } + .p-xl-8 { + padding: 3rem!important + } + .pt-xl-8, + .py-xl-8 { + padding-top: 3rem!important + } + .pr-xl-8, + .px-xl-8 { + padding-right: 3rem!important + } + .pb-xl-8, + .py-xl-8 { + padding-bottom: 3rem!important + } + .pl-xl-8, + .px-xl-8 { + padding-left: 3rem!important + } + .p-xl-9 { + padding: 4rem!important + } + .pt-xl-9, + .py-xl-9 { + padding-top: 4rem!important + } + .pr-xl-9, + .px-xl-9 { + padding-right: 4rem!important + } + .pb-xl-9, + .py-xl-9 { + padding-bottom: 4rem!important + } + .pl-xl-9, + .px-xl-9 { + padding-left: 4rem!important + } + .p-xl-10 { + padding: 5rem!important + } + .pt-xl-10, + .py-xl-10 { + padding-top: 5rem!important + } + .pr-xl-10, + .px-xl-10 { + padding-right: 5rem!important + } + .pb-xl-10, + .py-xl-10 { + padding-bottom: 5rem!important + } + .pl-xl-10, + .px-xl-10 { + padding-left: 5rem!important + } + .p-xl-11 { + padding: 6rem!important + } + .pt-xl-11, + .py-xl-11 { + padding-top: 6rem!important + } + .pr-xl-11, + .px-xl-11 { + padding-right: 6rem!important + } + .pb-xl-11, + .py-xl-11 { + padding-bottom: 6rem!important + } + .pl-xl-11, + .px-xl-11 { + padding-left: 6rem!important + } + .p-xl-12 { + padding: 8rem!important + } + .pt-xl-12, + .py-xl-12 { + padding-top: 8rem!important + } + .pr-xl-12, + .px-xl-12 { + padding-right: 8rem!important + } + .pb-xl-12, + .py-xl-12 { + padding-bottom: 8rem!important + } + .pl-xl-12, + .px-xl-12 { + padding-left: 8rem!important + } + .p-xl-13 { + padding: 10rem!important + } + .pt-xl-13, + .py-xl-13 { + padding-top: 10rem!important + } + .pr-xl-13, + .px-xl-13 { + padding-right: 10rem!important + } + .pb-xl-13, + .py-xl-13 { + padding-bottom: 10rem!important + } + .pl-xl-13, + .px-xl-13 { + padding-left: 10rem!important + } + .p-xl-14 { + padding: 12rem!important + } + .pt-xl-14, + .py-xl-14 { + padding-top: 12rem!important + } + .pr-xl-14, + .px-xl-14 { + padding-right: 12rem!important + } + .pb-xl-14, + .py-xl-14 { + padding-bottom: 12rem!important + } + .pl-xl-14, + .px-xl-14 { + padding-left: 12rem!important + } + .p-xl-15 { + padding: 16rem!important + } + .pt-xl-15, + .py-xl-15 { + padding-top: 16rem!important + } + .pr-xl-15, + .px-xl-15 { + padding-right: 16rem!important + } + .pb-xl-15, + .py-xl-15 { + padding-bottom: 16rem!important + } + .pl-xl-15, + .px-xl-15 { + padding-left: 16rem!important + } + .p-xl-16 { + padding: 25rem!important + } + .pt-xl-16, + .py-xl-16 { + padding-top: 25rem!important + } + .pr-xl-16, + .px-xl-16 { + padding-right: 25rem!important + } + .pb-xl-16, + .py-xl-16 { + padding-bottom: 25rem!important + } + .pl-xl-16, + .px-xl-16 { + padding-left: 25rem!important + } + .m-xl-n1 { + margin: -.25rem!important + } + .mt-xl-n1, + .my-xl-n1 { + margin-top: -.25rem!important + } + .mr-xl-n1, + .mx-xl-n1 { + margin-right: -.25rem!important + } + .mb-xl-n1, + .my-xl-n1 { + margin-bottom: -.25rem!important + } + .ml-xl-n1, + .mx-xl-n1 { + margin-left: -.25rem!important + } + .m-xl-n2 { + margin: -.5rem!important + } + .mt-xl-n2, + .my-xl-n2 { + margin-top: -.5rem!important + } + .mr-xl-n2, + .mx-xl-n2 { + margin-right: -.5rem!important + } + .mb-xl-n2, + .my-xl-n2 { + margin-bottom: -.5rem!important + } + .ml-xl-n2, + .mx-xl-n2 { + margin-left: -.5rem!important + } + .m-xl-n3 { + margin: -.75rem!important + } + .mt-xl-n3, + .my-xl-n3 { + margin-top: -.75rem!important + } + .mr-xl-n3, + .mx-xl-n3 { + margin-right: -.75rem!important + } + .mb-xl-n3, + .my-xl-n3 { + margin-bottom: -.75rem!important + } + .ml-xl-n3, + .mx-xl-n3 { + margin-left: -.75rem!important + } + .m-xl-n4 { + margin: -1rem!important + } + .mt-xl-n4, + .my-xl-n4 { + margin-top: -1rem!important + } + .mr-xl-n4, + .mx-xl-n4 { + margin-right: -1rem!important + } + .mb-xl-n4, + .my-xl-n4 { + margin-bottom: -1rem!important + } + .ml-xl-n4, + .mx-xl-n4 { + margin-left: -1rem!important + } + .m-xl-n5 { + margin: -1.5rem!important + } + .mt-xl-n5, + .my-xl-n5 { + margin-top: -1.5rem!important + } + .mr-xl-n5, + .mx-xl-n5 { + margin-right: -1.5rem!important + } + .mb-xl-n5, + .my-xl-n5 { + margin-bottom: -1.5rem!important + } + .ml-xl-n5, + .mx-xl-n5 { + margin-left: -1.5rem!important + } + .m-xl-n6 { + margin: -2rem!important + } + .mt-xl-n6, + .my-xl-n6 { + margin-top: -2rem!important + } + .mr-xl-n6, + .mx-xl-n6 { + margin-right: -2rem!important + } + .mb-xl-n6, + .my-xl-n6 { + margin-bottom: -2rem!important + } + .ml-xl-n6, + .mx-xl-n6 { + margin-left: -2rem!important + } + .m-xl-n7 { + margin: -2.5rem!important + } + .mt-xl-n7, + .my-xl-n7 { + margin-top: -2.5rem!important + } + .mr-xl-n7, + .mx-xl-n7 { + margin-right: -2.5rem!important + } + .mb-xl-n7, + .my-xl-n7 { + margin-bottom: -2.5rem!important + } + .ml-xl-n7, + .mx-xl-n7 { + margin-left: -2.5rem!important + } + .m-xl-n8 { + margin: -3rem!important + } + .mt-xl-n8, + .my-xl-n8 { + margin-top: -3rem!important + } + .mr-xl-n8, + .mx-xl-n8 { + margin-right: -3rem!important + } + .mb-xl-n8, + .my-xl-n8 { + margin-bottom: -3rem!important + } + .ml-xl-n8, + .mx-xl-n8 { + margin-left: -3rem!important + } + .m-xl-n9 { + margin: -4rem!important + } + .mt-xl-n9, + .my-xl-n9 { + margin-top: -4rem!important + } + .mr-xl-n9, + .mx-xl-n9 { + margin-right: -4rem!important + } + .mb-xl-n9, + .my-xl-n9 { + margin-bottom: -4rem!important + } + .ml-xl-n9, + .mx-xl-n9 { + margin-left: -4rem!important + } + .m-xl-n10 { + margin: -5rem!important + } + .mt-xl-n10, + .my-xl-n10 { + margin-top: -5rem!important + } + .mr-xl-n10, + .mx-xl-n10 { + margin-right: -5rem!important + } + .mb-xl-n10, + .my-xl-n10 { + margin-bottom: -5rem!important + } + .ml-xl-n10, + .mx-xl-n10 { + margin-left: -5rem!important + } + .m-xl-n11 { + margin: -6rem!important + } + .mt-xl-n11, + .my-xl-n11 { + margin-top: -6rem!important + } + .mr-xl-n11, + .mx-xl-n11 { + margin-right: -6rem!important + } + .mb-xl-n11, + .my-xl-n11 { + margin-bottom: -6rem!important + } + .ml-xl-n11, + .mx-xl-n11 { + margin-left: -6rem!important + } + .m-xl-n12 { + margin: -8rem!important + } + .mt-xl-n12, + .my-xl-n12 { + margin-top: -8rem!important + } + .mr-xl-n12, + .mx-xl-n12 { + margin-right: -8rem!important + } + .mb-xl-n12, + .my-xl-n12 { + margin-bottom: -8rem!important + } + .ml-xl-n12, + .mx-xl-n12 { + margin-left: -8rem!important + } + .m-xl-n13 { + margin: -10rem!important + } + .mt-xl-n13, + .my-xl-n13 { + margin-top: -10rem!important + } + .mr-xl-n13, + .mx-xl-n13 { + margin-right: -10rem!important + } + .mb-xl-n13, + .my-xl-n13 { + margin-bottom: -10rem!important + } + .ml-xl-n13, + .mx-xl-n13 { + margin-left: -10rem!important + } + .m-xl-n14 { + margin: -12rem!important + } + .mt-xl-n14, + .my-xl-n14 { + margin-top: -12rem!important + } + .mr-xl-n14, + .mx-xl-n14 { + margin-right: -12rem!important + } + .mb-xl-n14, + .my-xl-n14 { + margin-bottom: -12rem!important + } + .ml-xl-n14, + .mx-xl-n14 { + margin-left: -12rem!important + } + .m-xl-n15 { + margin: -16rem!important + } + .mt-xl-n15, + .my-xl-n15 { + margin-top: -16rem!important + } + .mr-xl-n15, + .mx-xl-n15 { + margin-right: -16rem!important + } + .mb-xl-n15, + .my-xl-n15 { + margin-bottom: -16rem!important + } + .ml-xl-n15, + .mx-xl-n15 { + margin-left: -16rem!important + } + .m-xl-n16 { + margin: -25rem!important + } + .mt-xl-n16, + .my-xl-n16 { + margin-top: -25rem!important + } + .mr-xl-n16, + .mx-xl-n16 { + margin-right: -25rem!important + } + .mb-xl-n16, + .my-xl-n16 { + margin-bottom: -25rem!important + } + .ml-xl-n16, + .mx-xl-n16 { + margin-left: -25rem!important + } + .m-xl-auto { + margin: auto!important + } + .mt-xl-auto, + .my-xl-auto { + margin-top: auto!important + } + .mr-xl-auto, + .mx-xl-auto { + margin-right: auto!important + } + .mb-xl-auto, + .my-xl-auto { + margin-bottom: auto!important + } + .ml-xl-auto, + .mx-xl-auto { + margin-left: auto!important + } + } + .text-monospace { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important + } + .text-justify { + text-align: justify!important + } + .text-wrap { + white-space: normal!important + } + .text-nowrap { + white-space: nowrap!important + } + .text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap + } + .text-left { + text-align: left!important + } + .text-right { + text-align: right!important + } + .text-center { + text-align: center!important + } + @media (min-width: 576px) { + .text-sm-left { + text-align: left!important + } + .text-sm-right { + text-align: right!important + } + .text-sm-center { + text-align: center!important + } + } + @media (min-width: 768px) { + .text-md-left { + text-align: left!important + } + .text-md-right { + text-align: right!important + } + .text-md-center { + text-align: center!important + } + } + @media (min-width: 992px) { + .text-lg-left { + text-align: left!important + } + .text-lg-right { + text-align: right!important + } + .text-lg-center { + text-align: center!important + } + } + @media (min-width: 1200px) { + .text-xl-left { + text-align: left!important + } + .text-xl-right { + text-align: right!important + } + .text-xl-center { + text-align: center!important + } + } + .text-lowercase { + text-transform: lowercase!important + } + .text-uppercase { + text-transform: uppercase!important + } + .text-capitalize { + text-transform: capitalize!important + } + .font-weight-light { + font-weight: 300!important + } + .font-weight-lighter { + font-weight: lighter!important + } + .font-weight-normal { + font-weight: 400!important + } + .font-weight-bold { + font-weight: 600!important + } + .font-weight-bolder { + font-weight: bolder!important + } + .font-italic { + font-style: italic!important + } + .text-white { + color: #fff!important + } + .text-primary { + color: #1f93ff!important + } + a.text-primary:focus, + a.text-primary:hover { + color: #006cd2!important + } + .text-secondary { + color: #506690!important + } + a.text-secondary:focus, + a.text-secondary:hover { + color: #35435f!important + } + .text-success { + color: #42ba96!important + } + a.text-success:focus, + a.text-success:hover { + color: #2e8268!important + } + .text-info { + color: #7c69ef!important + } + a.text-info:focus, + a.text-info:hover { + color: #4024e8!important + } + .text-warning { + color: #fad776!important + } + a.text-warning:focus, + a.text-warning:hover { + color: #f7c12c!important + } + .text-danger { + color: #df4759!important + } + a.text-danger:focus, + a.text-danger:hover { + color: #b92032!important + } + .text-light { + color: #f9fbfd!important + } + a.text-light:focus, + a.text-light:hover { + color: #c0d5ea!important + } + .text-dark { + color: #2b354f!important + } + a.text-dark:focus, + a.text-dark:hover { + color: #10141d!important + } + .text-primary-desat { + color: #6c8aec!important + } + a.text-primary-desat:focus, + a.text-primary-desat:hover { + color: #2854e3!important + } + .text-black { + color: #161c2d!important + } + a.text-black:focus, + a.text-black:hover { + color: #000!important + } + .text-body { + color: #161c2d!important + } + .text-muted { + color: #869ab8!important + } + .text-black-50 { + color: rgba(22, 28, 45, .5)!important + } + .text-white-50 { + color: hsla(0, 0%, 100%, .5)!important + } + .text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0 + } + .text-decoration-none { + text-decoration: none!important + } + .text-break { + word-break: break-word!important; + overflow-wrap: break-word!important + } + .text-reset { + color: inherit!important + } + .visible { + visibility: visible!important + } + .invisible { + visibility: hidden!important + } + @media print { + *, + :after, + :before { + text-shadow: none!important; + box-shadow: none!important + } + a:not(.btn) { + text-decoration: underline + } + abbr[title]:after { + content: " (" attr(title)")" + } + pre { + white-space: pre-wrap!important + } + blockquote, + pre { + border: 1px solid #abbcd5; + page-break-inside: avoid + } + thead { + display: table-header-group + } + img, + tr { + page-break-inside: avoid + } + h2, + h3, + p { + orphans: 3; + widows: 3 + } + h2, + h3 { + page-break-after: avoid + } + @page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #161c2d + } + .table { + border-collapse: collapse!important + } + .table td, + .table th { + background-color: #fff!important + } + .table-bordered td, + .table-bordered th { + border: 1px solid #d9e2ef!important + } + .table-dark { + color: inherit + } + .table-dark tbody+tbody, + .table-dark td, + .table-dark th, + .table-dark thead th { + border-color: #f1f4f8 + } + .table .thead-dark th { + color: inherit; + border-color: #f1f4f8 + } + } + .alert-primary { + color:#fff; + background-color:#1f93ff; + border-color:#1f93ff + } + .alert-primary hr { + border-top-color:#0687ff + } + .alert-primary .alert-link { + color:#e6e6e6 + } + .alert-primary .alert-link, + .alert-primary .close { + color:#fff + } + .alert-secondary { + color:#fff; + background-color:#506690; + border-color:#506690 + } + .alert-secondary hr { + border-top-color:#475a80 + } + .alert-secondary .alert-link { + color:#e6e6e6 + } + .alert-secondary .alert-link, + .alert-secondary .close { + color:#fff + } + .alert-success { + color:#fff; + background-color:#42ba96; + border-color:#42ba96 + } + .alert-success hr { + border-top-color:#3ba787 + } + .alert-success .alert-link { + color:#e6e6e6 + } + .alert-success .alert-link, + .alert-success .close { + color:#fff + } + .alert-info { + color:#fff; + background-color:#7c69ef; + border-color:#7c69ef + } + .alert-info hr { + border-top-color:#6852ed + } + .alert-info .alert-link { + color:#e6e6e6 + } + .alert-info .alert-link, + .alert-info .close { + color:#fff + } + .alert-warning { + color:#2b354f; + background-color:#fad776; + border-color:#fad776 + } + .alert-warning hr { + border-top-color:#f9d05d + } + .alert-warning .alert-link { + color:#191f2e + } + .alert-warning .alert-link, + .alert-warning .close { + color:#2b354f + } + .alert-danger { + color:#fff; + background-color:#df4759; + border-color:#df4759 + } + .alert-danger hr { + border-top-color:#db3145 + } + .alert-danger .alert-link { + color:#e6e6e6 + } + .alert-danger .alert-link, + .alert-danger .close { + color:#fff + } + .alert-light { + color:#2b354f; + background-color:#f9fbfd; + border-color:#f9fbfd + } + .alert-light hr { + border-top-color:#e6eef7 + } + .alert-light .alert-link { + color:#191f2e + } + .alert-light .alert-link, + .alert-light .close { + color:#2b354f + } + .alert-dark { + color:#fff; + background-color:#2b354f; + border-color:#2b354f + } + .alert-dark hr { + border-top-color:#222a3e + } + .alert-dark .alert-link { + color:#e6e6e6 + } + .alert-dark .alert-link, + .alert-dark .close { + color:#fff + } + .alert-primary-desat { + color:#fff; + background-color:#6c8aec; + border-color:#6c8aec + } + .alert-primary-desat hr { + border-top-color:#5578e9 + } + .alert-primary-desat .alert-link { + color:#e6e6e6 + } + .alert-primary-desat .alert-link, + .alert-primary-desat .close { + color:#fff + } + .alert-black { + color:#fff; + background-color:#161c2d; + border-color:#161c2d + } + .alert-black hr { + border-top-color:#0e111c + } + .alert-black .alert-link { + color:#e6e6e6 + } + .alert-black .alert-link, + .alert-black .close { + color:#fff + } + .badge-primary-soft { + background-color:rgba(31, + 147, + 255, + .1); + color:#1f93ff + } + a.badge-primary-soft:focus, + a.badge-primary-soft:hover { + background-color:rgba(31, + 147, + 255, + .2); + color:#1f93ff + } + .badge-secondary-soft { + background-color:rgba(80, + 102, + 144, + .1); + color:#506690 + } + a.badge-secondary-soft:focus, + a.badge-secondary-soft:hover { + background-color:rgba(80, + 102, + 144, + .2); + color:#506690 + } + .badge-success-soft { + background-color:rgba(66, + 186, + 150, + .1); + color:#42ba96 + } + a.badge-success-soft:focus, + a.badge-success-soft:hover { + background-color:rgba(66, + 186, + 150, + .2); + color:#42ba96 + } + .badge-info-soft { + background-color:rgba(124, + 105, + 239, + .1); + color:#7c69ef + } + a.badge-info-soft:focus, + a.badge-info-soft:hover { + background-color:rgba(124, + 105, + 239, + .2); + color:#7c69ef + } + .badge-warning-soft { + background-color:rgba(250, + 215, + 118, + .1); + color:#fad776 + } + a.badge-warning-soft:focus, + a.badge-warning-soft:hover { + background-color:rgba(250, + 215, + 118, + .2); + color:#fad776 + } + .badge-danger-soft { + background-color:rgba(223, + 71, + 89, + .1); + color:#df4759 + } + a.badge-danger-soft:focus, + a.badge-danger-soft:hover { + background-color:rgba(223, + 71, + 89, + .2); + color:#df4759 + } + .badge-light-soft { + background-color:rgba(249, + 251, + 253, + .1); + color:#f9fbfd + } + a.badge-light-soft:focus, + a.badge-light-soft:hover { + background-color:rgba(249, + 251, + 253, + .2); + color:#f9fbfd + } + .badge-dark-soft { + background-color:rgba(43, + 53, + 79, + .1); + color:#2b354f + } + a.badge-dark-soft:focus, + a.badge-dark-soft:hover { + background-color:rgba(43, + 53, + 79, + .2); + color:#2b354f + } + .badge-primary-desat-soft { + background-color:rgba(108, + 138, + 236, + .1); + color:#6c8aec + } + a.badge-primary-desat-soft:focus, + a.badge-primary-desat-soft:hover { + background-color:rgba(108, + 138, + 236, + .2); + color:#6c8aec + } + .badge-black-soft { + background-color:rgba(22, + 28, + 45, + .1); + color:#161c2d + } + a.badge-black-soft:focus, + a.badge-black-soft:hover { + background-color:rgba(22, + 28, + 45, + .2); + color:#161c2d + } + .badge-gray-700-soft { + background-color:rgba(80, + 102, + 144, + .1); + color:#506690 + } + a.badge-gray-700-soft:focus, + a.badge-gray-700-soft:hover { + background-color:rgba(80, + 102, + 144, + .2); + color:#506690 + } + .badge-gray-600 { + background-color:#869ab8; + color:#fff + } + .badge-lg { + padding:.7em 1.15em + } + .badge-rounded-circle { + height:calc(1em + .5rem); + padding-left:.25rem; + padding-right:.25rem; + border-radius:10rem + } + .badge-rounded-circle>* { + display:block; + width:1em + } + .badge-rounded-circle.badge-lg { + height:2.4em; + padding-left:.7em; + padding-right:.7em + } + .badge-float { + position:absolute; + z-index:1000 + } + .badge-float-outside { + top:-.5rem; + right:-.5rem + } + .badge-float-inside { + top:1rem; + right:1rem + } + .breadcrumb-item { + font-size:.9375rem + } + .breadcrumb-item+.breadcrumb-item:before { + content:"\E930"; + font-family:Feather + } + .breadcrumb-scroll { + display:flex; + flex-wrap:nowrap; + overflow-y:auto + } + .breadcrumb-scroll .breadcrumb-item { + white-space:nowrap + } + .breadcrumb-scroll::-webkit-scrollbar { + display:none + } + .btn>img { + max-height:1em; + width:auto + } + .btn:not([class*=btn-outline]) { + border-color:transparent!important + } + .btn-white { + background-color:#fff; + color:#1f93ff + } + .btn-white:focus, + .btn-white:hover { + background-color:#fff; + color:#0687ff + } + .btn-group .btn-white { + border-color:#d9e2ef!important; + color:#869ab8 + } + .btn-group .btn-white.active { + background-color:#f2f2f2; + color:#768daf; + box-shadow:none + } + .btn-gray-400 { + background-color:#c6d3e6; + color:#fff + } + .btn-gray-400:focus, + .btn-gray-400:hover { + background-color:#b4c5de; + color:#f2f2f2 + } + .btn-outline-gray-300 { + border-color:#d9e2ef; + color:#1f93ff + } + .btn-outline-gray-300:focus, + .btn-outline-gray-300:hover { + background-color:#1f93ff; + border-color:#1f93ff; + color:#fff + } + .btn-primary-soft { + background-color:rgba(31, + 147, + 255, + .1); + color:#1f93ff + } + .btn-primary-soft:focus, + .btn-primary-soft:hover { + background-color:rgba(31, + 147, + 255, + .15); + color:#1f93ff + } + .btn-secondary-soft { + background-color:rgba(80, + 102, + 144, + .1); + color:#506690 + } + .btn-secondary-soft:focus, + .btn-secondary-soft:hover { + background-color:rgba(80, + 102, + 144, + .15); + color:#506690 + } + .btn-success-soft { + background-color:rgba(66, + 186, + 150, + .1); + color:#42ba96 + } + .btn-success-soft:focus, + .btn-success-soft:hover { + background-color:rgba(66, + 186, + 150, + .15); + color:#42ba96 + } + .btn-info-soft { + background-color:rgba(124, + 105, + 239, + .1); + color:#7c69ef + } + .btn-info-soft:focus, + .btn-info-soft:hover { + background-color:rgba(124, + 105, + 239, + .15); + color:#7c69ef + } + .btn-warning-soft { + background-color:rgba(250, + 215, + 118, + .1); + color:#fad776 + } + .btn-warning-soft:focus, + .btn-warning-soft:hover { + background-color:rgba(250, + 215, + 118, + .15); + color:#fad776 + } + .btn-danger-soft { + background-color:rgba(223, + 71, + 89, + .1); + color:#df4759 + } + .btn-danger-soft:focus, + .btn-danger-soft:hover { + background-color:rgba(223, + 71, + 89, + .15); + color:#df4759 + } + .btn-light-soft { + background-color:rgba(249, + 251, + 253, + .1); + color:#f9fbfd + } + .btn-light-soft:focus, + .btn-light-soft:hover { + background-color:rgba(249, + 251, + 253, + .15); + color:#f9fbfd + } + .btn-dark-soft { + background-color:rgba(43, + 53, + 79, + .1); + color:#2b354f + } + .btn-dark-soft:focus, + .btn-dark-soft:hover { + background-color:rgba(43, + 53, + 79, + .15); + color:#2b354f + } + .btn-primary-desat-soft { + background-color:rgba(108, + 138, + 236, + .1); + color:#6c8aec + } + .btn-primary-desat-soft:focus, + .btn-primary-desat-soft:hover { + background-color:rgba(108, + 138, + 236, + .15); + color:#6c8aec + } + .btn-black-soft { + background-color:rgba(22, + 28, + 45, + .1); + color:#161c2d + } + .btn-black-soft:focus, + .btn-black-soft:hover { + background-color:rgba(22, + 28, + 45, + .15); + color:#161c2d + } + .btn-pill { + border-radius:50rem + } + .btn-rounded-circle { + padding-left:.8125rem; + padding-right:.8125rem; + border-radius:50rem + } + .btn-rounded-circle>* { + display:block; + line-height:1; + width:1em + } + .btn-group-lg>.btn-rounded-circle.btn, + .btn-rounded-circle.btn-lg { + padding-left:1.122rem; + padding-right:1.122rem + } + .btn-group-sm>.btn-rounded-circle.btn, + .btn-rounded-circle.btn-sm { + padding-left:.5625rem; + padding-right:.5625rem + } + .card { + flex-direction:column; + width:100%; + /* box-shadow: 3px 3px 1px grey; */ + /* margin: 2vw; */ + } + .card-body, + .card-footer, + .card-header, + .card-meta, + [class*=card-img] { + position:relative; + display:block; + flex-grow:0; + width:inherit; + min-height:1px + } + a.card, + a.card-body, + a.card-footer, + a.card-header, + a.card-meta { + color:inherit + } + a.card-body:hover, + a.card-footer:hover, + a.card-header:hover, + a.card-meta:hover, + a.card:hover { + text-decoration:none + } + .card-img-right { + border-radius:.375rem .375rem 0 0 + } + @media (min-width: 768px) { + .card-img-right { + border-radius:0 .375rem .375rem 0 + } + } + .card-img-left { + border-radius:.375rem .375rem 0 0 + } + @media (min-width: 768px) { + .card-img-left { + border-radius:.375rem 0 0 .375rem + } + } + @media (min-width: 768px) { + .card-img-slider { + height:100%; + width:100% + } + .card-img-slider * { + height: inherit!important; + width: inherit!important + } + } + .card-btn { + border-top-left-radius:0; + border-top-right-radius:0 + } + .card-border { + position:relative + } + .card-border:after { + content:""; + position:absolute; + top:0; + right:0; + left:0; + border-top-width:2px; + border-top-style:solid; + border-top-color:inherit; + border-bottom:calc(.375rem - 2px) solid transparent; + border-top-left-radius:.375rem; + border-top-right-radius:.375rem + } + .card-border-lg:after { + border-top-width:3px; + border-bottom-width:calc(.375rem - 3px) + } + .card-border-xl:after { + border-top-width:4px; + border-bottom-width:calc(.375rem - 3px) + } + @media (min-width: 576px) and (max-width: 767.98px) { + .card-group { + flex-direction:column!important + } + .card-group>.card { + flex: auto + } + } + .card-meta { + position:relative; + display:flex; + flex-wrap:wrap; + align-items:center; + padding:0 2rem 1.5rem + } + .card-meta-divider { + width:100%; + margin:0 0 1.5rem + } + @media (min-width: 768px) { + .card-row .card-body { + padding:2rem 2.5rem 1rem + } + } + @media (min-width: 768px) { + .card-row .card-meta { + padding-left:2.5rem; + padding-right:2.5rem + } + } + .close:focus, + .close:hover { + outline:none + } + .custom-switch { + height:1.375rem; + min-height:1.375rem + } + .custom-switch .custom-control-label:before { + top:.1625rem; + height:1.375rem; + border-radius:.6875rem + } + .custom-switch .custom-control-label:after { + top:.35rem; + left:-2.8125rem; + background-color:#fff + } + .custom-switch .custom-control-input:checked~.custom-control-label:after { + background-color:#fff; + -webkit-transform:translateX(1.125rem); + transform:translateX(1.125rem) + } + .custom-switch-dark .custom-control-label:before { + background-color:hsla(0, + 0%, + 100%, + .2) + } + .custom-switch-dark .custom-control-input:checked~.custom-control-label:before, + .custom-switch-dark .custom-control-label:after { + background-color:#fff + } + .custom-switch-dark .custom-control-input:checked~.custom-control-label:after { + background-color:#1f93ff + } + .dropdown-menu { + padding-left:1.75rem; + padding-right:1.75rem + } + .dropdown-item { + width:auto; + min-width:100%; + margin-left:-1.75rem; + margin-right:-1.75rem + } + .dropdown-item:focus, + .dropdown-item:hover { + outline:none + } + .dropdown-item+.dropdown-item { + margin-top:.45rem + } + .dropdown-link { + color:inherit + } + .dropdown-link:hover { + text-decoration:inherit + } + .dropdown-link:focus, + .dropdown-link:hover { + outline:none + } + .dropdown-link img { + max-height:20px; + max-width:20px; + -webkit-filter:invert(48%); + filter:invert(48%) + } + .dropdown-header { + margin-left:-1.75rem; + margin-right:-1.75rem; + padding-top:0; + padding-bottom:.5rem; + font-size:.75rem; + font-weight:600; + line-height:1.55; + text-transform:uppercase; + letter-spacing:.08em + } + .dropdown-toggle:after { + font-family:Feather; + vertical-align:middle; + border:none!important; + content:"\E92E" + } + .dropright>.dropdown-toggle:after { + content:"\E930" + } + .dropdown-menu-md { + min-width:22rem + } + .dropdown-menu-lg { + min-width:28rem + } + .dropdown-menu-xl { + min-width:42rem + } + .dropdown-menu-lg, + .dropdown-menu-xl { + padding:2.375rem 2.5rem + } + .dropdown-menu-lg .dropdown-header, + .dropdown-menu-lg .dropdown-item, + .dropdown-menu-xl .dropdown-header, + .dropdown-menu-xl .dropdown-item { + margin-left:-2.5rem; + margin-right:-2.5rem; + padding-left:2.5rem; + padding-right:2.5rem + } + .dropright>.dropdown-menu { + top:-1.625rem + } + .form-control-flush { + padding-left:0; + padding-right:0; + border-top-width:0; + border-right-width:0; + border-left-width:0; + border-radius:0 + } + .custom-file-label:after { + font-weight:600 + } + .form-label-group { + position:relative; + margin-bottom:1rem + } + .form-label-group>label { + position:absolute; + top:0; + left:0; + width:100%; + height:calc(1.6em + 1.625rem + 2px); + padding:.8125rem 1.25rem; + margin-bottom:0; + line-height:1.6; + font-size:1.0625rem; + color:#869ab8; + pointer-events:none; + cursor:text; + -webkit-transition:all .2s ease-in-out; + transition:all .2s ease-in-out + } + .form-label-group>.form-control-flush~label { + padding-left:0; + padding-right:0 + } + .form-label-group>.form-control::-webkit-input-placeholder { + color:transparent + } + .form-label-group>.form-control::-moz-placeholder { + color:transparent + } + .form-label-group>.form-control:-ms-input-placeholder { + color:transparent + } + .form-label-group>.form-control::-ms-input-placeholder { + color:transparent + } + .form-label-group>.form-control::placeholder { + color:transparent + } + .form-label-group>.form-control:not(:placeholder-shown) { + padding-top:1.21875rem; + padding-bottom:.40625rem + } + .form-label-group>.form-control:not(:placeholder-shown)~label { + padding-top:.00937rem; + padding-bottom:.00937rem; + font-size:.75rem + } + @supports (-ms-ime-align: auto) { + .form-label-group>label { + display:none + } + .form-label-group .form-control::-webkit-input-placeholder { + color: #869ab8 + } + .form-label-group .form-control::-moz-placeholder { + color: #869ab8 + } + .form-label-group .form-control:-ms-input-placeholder { + color: #869ab8 + } + .form-label-group .form-control::-ms-input-placeholder { + color: #869ab8 + } + .form-label-group .form-control::placeholder { + color: #869ab8 + } + } + @media (-ms-high-contrast: active), + (-ms-high-contrast: none) { + .form-label-group>label { + display:none + } + .form-label-group .form-control::-webkit-input-placeholder { + color: #869ab8 + } + .form-label-group .form-control::-moz-placeholder { + color: #869ab8 + } + .form-label-group .form-control:-ms-input-placeholder { + color: #869ab8 + } + .form-label-group .form-control::-ms-input-placeholder { + color: #869ab8 + } + .form-label-group .form-control::placeholder { + color: #869ab8 + } + } + .container, + .container-fluid { + position:relative; + z-index:1 + } + .blog-container { + max-width:1040px; + margin:0 auto + } + .img-cover { + width:100vw; + height:auto; + margin-left:calc(50% - 50vw) + } + .figure { + display:block + } + .figure-img { + margin-bottom:1rem + } + .list-group-flush .list-group-item { + padding-left:0; + padding-right:0 + } + .list-group-flush .list-group-item:first-child { + padding-top:0!important + } + .list-group-flush .list-group-item:last-child { + padding-bottom:0!important + } + .modal-open { + padding-right:0!important + } + .modal-open .navbar { + padding-right:20px!important + } + .modal-close { + position:absolute; + top:1.5rem; + right:1.5rem; + z-index:1000 + } + .navbar { + -webkit-transition:all .2s ease-in-out; + transition:all .2s ease-in-out; + -webkit-transition-property:background-color, + color; + transition-property:background-color, + color; + z-index:1030 + } + @media (max-width: 991.98px) { + .navbar-dark .navbar-nav .nav-item .nav-link { + color:#506690 + } + .navbar-dark .navbar-nav .nav-item.active .nav-link, + .navbar-dark .navbar-nav .nav-item .nav-link.active, + .navbar-dark .navbar-nav .nav-item .nav-link:focus, + .navbar-dark .navbar-nav .nav-item .nav-link:hover { + color: #1f93ff + } + .navbar-dark .navbar-collapse .navbar-toggler { + color: #506690 + } + } + .navbar>.container { + padding-left:0; + padding-right:0 + } + @media (min-width: 1200px) { + .navbar>.container { + padding-left:20px; + padding-right:20px + } + } + .navbar-brand { + font-weight:600 + } + .navbar-brand-img { + max-height:2rem; + vertical-align:top; + width:auto + } + .navbar-dark .navbar-brand { + -webkit-filter:brightness(0) invert(1); + filter:brightness(0) invert(1) + } + @media (max-width: 991.98px) { + .navbar-btn { + width:100%; + padding:.8125rem 1.25rem; + border-top-left-radius:0; + border-top-right-radius:0; + font-size:1.0625rem + } + } + .navbar-nav .nav-link { + font-weight:600 + } + .navbar-nav .nav-link:focus, + .navbar-nav .nav-link:hover { + outline:none + } + .navbar-dark>.container { + position:relative + } + .navbar-dark>.container:after { + content:""; + position:absolute; + right:0; + bottom:-1rem; + left:0; + border-top:1px solid hsla(0, + 0%, + 100%, + .2) + } + @media (max-width: 991.98px) { + .navbar-collapse { + position:fixed; + top:4rem; + right:1rem; + left:1rem; + height:auto!important; + max-height:calc(100vh - 2rem); + background-color:#fff; + border-radius:.375rem; + box-shadow:0 0 5px rgba(0, + 0, + 0, + .02), + 0 5px 22px -8px rgba(0, + 0, + 0, + .1); + overflow-y:scroll; + -webkit-overflow-scrolling:touch; + -webkit-transition:all .2s ease-in-out; + transition:all .2s ease-in-out; + transition-property:opacity, + transform, + -webkit-transform; + -webkit-transform-origin:top right; + transform-origin:top right + } + .navbar-collapse.show { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1) + } + .navbar-collapse.collapsing { + opacity: 0; + -webkit-transform: scale(.9); + transform: scale(.9) + } + } + .navbar-collapse .navbar-toggler { + position:absolute; + top:1rem; + right:1rem; + z-index:1 + } + @media (min-width: 992px) { + .navbar-collapse .navbar-toggler { + display:none + } + } + @media (max-width: 991.98px) { + .navbar-nav .nav-item { + padding:1rem + } + .navbar-nav .nav-item+.nav-item { + border-top: 1px solid #f1f4f8 + } + } + @media (max-width: 991.98px) { + .navbar-nav .nav-link { + padding-top:0; + padding-bottom:0 + } + } + .navbar-nav .dropdown-menu { + box-shadow:none + } + @media (max-width: 991.98px) { + .navbar-nav .dropdown-menu { + min-width:0; + padding:0 + } + } + @media (min-width: 992px) { + .navbar-nav .dropdown-menu { + box-shadow:0 0 5px rgba(0, + 0, + 0, + .02), + 0 5px 22px -8px rgba(0, + 0, + 0, + .1) + } + } + .navbar-nav .dropdown>.dropdown-menu { + display:block!important + } + @media (max-width: 991.98px) { + .navbar-nav .dropright>.dropdown-menu { + padding-top:1rem; + padding-bottom:1rem; + padding-left:.5rem + } + } + @media (min-width: 992px) { + .navbar-nav .dropright>.dropdown-menu { + display:block!important + } + } + @media (max-width: 991.98px) { + .navbar-nav .dropdown-header, + .navbar-nav .dropdown-item { + margin-left:0; + margin-right:0; + padding-left:0; + padding-right:0 + } + } + .navbar-nav .dropdown>.dropdown-toggle:after { + display:none + } + @media (max-width: 991.98px) { + .navbar-nav .dropdown>.dropdown-toggle { + margin-bottom:1.5rem; + pointer-events:none + } + } + .navbar-nav .dropright>.dropdown-toggle { + display:flex + } + .navbar-nav .dropright>.dropdown-toggle:after { + margin-left:auto + } + @media (max-width: 991.98px) { + .navbar-nav .dropright>.dropdown-toggle:after { + content:"\E92E" + } + .navbar-nav .dropright>.dropdown-toggle[aria-expanded=true]:after { + -webkit-transform-origin: center center; + transform-origin: center center; + -webkit-transform: rotate(180deg); + transform: rotate(180deg) + } + } + .navbar-nav .dropdown-img-left { + height:100%; + display:none; + flex-direction:column; + justify-content:center; + align-items:center; + padding:1.625rem 1.75rem; + background:no-repeat 50%/cover; + border-top-left-radius:.375rem; + border-bottom-left-radius:.375rem + } + @media (min-width: 992px) { + .navbar-nav .dropdown-img-left { + display:flex + } + } + .navbar-nav .dropdown-img-left:before { + content:""; + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + background-color:rgba(31, + 147, + 255, + .8); + border-radius:inherit + } + .navbar-nav .dropdown-img-left * { + position:relative + } + @media (min-width: 992px) { + .navbar-nav .dropdown-menu-lg .dropdown-img-left, + .navbar-nav .dropdown-menu-xl .dropdown-img-left { + padding:2.375rem 2.5rem + } + } + @media (min-width: 992px) { + .navbar-nav .dropdown-body { + padding:1.625rem 1.75rem + } + } + @media (min-width: 992px) { + .navbar-nav .dropdown-menu-lg .dropdown-body, + .navbar-nav .dropdown-menu-xl .dropdown-body { + padding:2.375rem 2.5rem + } + } + .navbar-nav .dropdown-menu .list-group-item { + display:flex; + align-items:center; + padding-top:1rem; + padding-bottom:1rem; + color:inherit + } + .navbar-nav .dropdown-menu .list-group-item:hover { + text-decoration:none + } + @media (min-width: 992px) { + .navbar-nav .dropdown-menu { + z-index:1030; + -webkit-transition:all .2s ease-in-out; + transition:all .2s ease-in-out; + transition-property:opacity, + visibility, + transform, + -webkit-transform; + -webkit-transform-origin:top center; + transform-origin:top center; + visibility:hidden; + opacity:0 + } + .navbar-nav .dropdown>.dropdown-menu { + left: 50%; + -webkit-transform: translate3d(-50%, 10px, 0); + transform: translate3d(-50%, 10px, 0) + } + .navbar-nav .dropright>.dropdown-menu { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0) + } + .navbar-nav .dropdown:hover>.dropdown-menu, + .navbar-nav .dropright:hover>.dropdown-menu { + visibility: visible; + opacity: 1 + } + .navbar-nav .dropdown:hover>.dropdown-menu { + -webkit-transform: translate3d(-50%, 0, 0); + transform: translate3d(-50%, 0, 0) + } + .navbar-nav .dropright:hover>.dropdown-menu { + -webkit-transform: translateZ(0); + transform: translateZ(0) + } + } + .pagination-sm .page-link { + line-height:1.3; + font-size:1.0625rem + } + .pagination-sm .page-item:first-child .page-link { + border-top-left-radius:.375rem; + border-bottom-left-radius:.375rem + } + .pagination-sm .page-item:last-child .page-link { + border-top-right-radius:.375rem; + border-bottom-right-radius:.375rem + } + .pagination-lg .page-link { + line-height:1.3; + font-size:1.0625rem + } + .pagination-lg .page-item:first-child .page-link { + border-top-left-radius:.375rem; + border-bottom-left-radius:.375rem + } + .pagination-lg .page-item:last-child .page-link { + border-top-right-radius:.375rem; + border-bottom-right-radius:.375rem + } + .popover-header { + padding-bottom:0; + margin-bottom:.5rem; + font-size:.75rem; + color:#1f93ff + } + .popover-header:not(:empty)~.popover-body { + padding-top:0 + } + html { + height:100% + } + body, + html { + overflow-x:hidden + } + body { + min-height:100%; + overflow-y:hidden + } + .table thead>tr>th { + border-top-width:0; + border-bottom-width:1px + } + .table-align-middle tbody>tr>td, + .table-align-middle thead>tr>th { + vertical-align:middle + } + @font-face{font-family:HKGroteskPro;font-weight:400;src:url("https://d33wubrfki0l68.cloudfront.net/23a4ebfbf11f82bef7cdcced324436b9c43d5ea5/d17d4/static/hkgroteskpro-regular-2fed1725e4fba84fd3d0d701f577be18.woff2") format("woff2"), + url("https://d33wubrfki0l68.cloudfront.net/ddc64026d59d07883f786949fef62126ab910989/0ec57/static/hkgroteskpro-regular-664e1f143aa0011593524e11eba36b65.woff") format("woff") + } + @font-face{font-family:HKGroteskPro;font-weight:600;src:url("https://d33wubrfki0l68.cloudfront.net/a53f5a14eb54b5ab1b2fd97bcbb5c2f9b0da2ccf/03d42/static/hkgroteskpro-medium-3e00014e1cb8fae7e568759d6112193f.woff2") format("woff2"), + url("https://d33wubrfki0l68.cloudfront.net/39d5b9ecda36bc8ba4d10e1f26ab078a09968359/2163e/static/hkgroteskpro-medium-9c9e142d9177ed246a4a74715e46701b.woff") format("woff") + } + .h1, + .h2, + h1, + h2 { + margin-bottom:1rem + } + .h1, + .h2, + .h3, + .h4, + h1, + h2, + h3, + h4 { + letter-spacing:-.01em + } + .h1, + h1 { + line-height:1.3 + } + @media (max-width: 991.98px) { + .h1, + h1 { + font-size:1.875rem + } + } + .h2, + h2 { + line-height:1.35 + } + @media (max-width: 991.98px) { + .h2, + h2 { + font-size:1.5rem + } + } + .h3, + h3 { + line-height:1.4 + } + @media (max-width: 991.98px) { + .h3, + h3 { + font-size:1.125rem + } + } + .h4, + h4 { + line-height:1.45 + } + @media (max-width: 991.98px) { + .h4, + h4 { + font-size:1.0625rem + } + } + .h5, + h5 { + line-height:1.5 + } + .h6, + h6 { + line-height:1.55 + } + .h6.text-uppercase, + h6.text-uppercase { + letter-spacing:.08em + } + .display-1, + .display-2, + .display-3, + .display-4 { + letter-spacing:-.02em + } + .display-1 { + line-height:1.2 + } + @media (max-width: 991.98px) { + .display-1 { + font-size:3.125rem + } + } + .display-2 { + line-height:1.2 + } + @media (max-width: 991.98px) { + .display-2 { + font-size:2.5rem + } + } + .display-3 { + line-height:1.2 + } + @media (max-width: 991.98px) { + .display-3 { + font-size:2.25rem + } + } + .display-4 { + line-height:1.2 + } + @media (max-width: 991.98px) { + .display-4 { + font-size:2rem + } + } + @media (max-width: 991.98px) { + .lead { + font-size:1.1875rem + } + } + .blockquote-img { + max-height:2.5rem; + max-width:100%; + width:auto + } + .blockquote-footer:before { + display:none + } + .list-social-icon { + max-width:1.25rem; + height:auto + } + .hr-sm { + width:60px + } + .hr-md, + .hr-sm { + border-top-width:2px + } + .hr-md { + width:100px + } + code { + line-height:1.35 + } + .bg-cover { + background:no-repeat 50%/cover + } + @media (max-width: 991.98px) { + .bg-between { + background-image:none!important + } + } + @media (min-width: 768px) { + .bg-between { + background-repeat:no-repeat; + background-position:0, + 100%; + background-size:auto 70% + } + } + .bg-gradient-light { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(#f9fbfd), + to(#fff)); + background-image:linear-gradient(180deg, + #f9fbfd 0, + #fff) + } + .bg-gray-200 { + background-color:#f1f4f8!important; + } + .bg-gray-300 { + background-color:#d9e2ef!important + } + .bg-gray-800 { + background-color:#384c74!important + } + .bg-black { + background-color:#161c2d!important + } + @media (min-width: 576px) { + .border-sm { + border:1px solid #f1f4f8!important; + color:rose + } + .border-top-sm { + border-top:1px solid #f1f4f8!important + } + .border-right-sm { + border-right:1px solid #f1f4f8!important + } + .border-bottom-sm { + border-bottom:1px solid #f1f4f8!important + } + .border-left-sm { + border-left:1px solid #f1f4f8!important + } + .border-sm-0 { + border:0!important + } + .border-top-sm-0 { + border-top:0!important + } + .border-right-sm-0 { + border-right:0!important + } + .border-bottom-sm-0 { + border-bottom:0!important + } + .border-left-sm-0 { + border-left:0!important + } + } + @media (min-width: 768px) { + .border-md { + border:1px solid #f1f4f8!important; + color:rose + } + .border-top-md { + border-top:1px solid #f1f4f8!important + } + .border-right-md { + border-right:1px solid #f1f4f8!important + } + .border-bottom-md { + border-bottom:1px solid #f1f4f8!important + } + .border-left-md { + border-left:1px solid #f1f4f8!important + } + .border-md-0 { + border:0!important + } + .border-top-md-0 { + border-top:0!important + } + .border-right-md-0 { + border-right:0!important + } + .border-bottom-md-0 { + border-bottom:0!important + } + .border-left-md-0 { + border-left:0!important + } + } + @media (min-width: 992px) { + .border-lg { + border:1px solid #f1f4f8!important; + color:rose + } + .border-top-lg { + border-top:1px solid #f1f4f8!important + } + .border-right-lg { + border-right:1px solid #f1f4f8!important + } + .border-bottom-lg { + border-bottom:1px solid #f1f4f8!important + } + .border-left-lg { + border-left:1px solid #f1f4f8!important + } + .border-lg-0 { + border:0!important + } + .border-top-lg-0 { + border-top:0!important + } + .border-right-lg-0 { + border-right:0!important + } + .border-bottom-lg-0 { + border-bottom:0!important + } + .border-left-lg-0 { + border-left:0!important + } + } + @media (min-width: 1200px) { + .border-xl { + border:1px solid #f1f4f8!important; + color:rose + } + .border-top-xl { + border-top:1px solid #f1f4f8!important + } + .border-right-xl { + border-right:1px solid #f1f4f8!important + } + .border-bottom-xl { + border-bottom:1px solid #f1f4f8!important + } + .border-left-xl { + border-left:1px solid #f1f4f8!important + } + .border-xl-0 { + border:0!important + } + .border-top-xl-0 { + border-top:0!important + } + .border-right-xl-0 { + border-right:0!important + } + .border-bottom-xl-0 { + border-bottom:0!important + } + .border-left-xl-0 { + border-left:0!important + } + } + .border-white-20 { + border-color:hsla(0, + 0%, + 100%, + .2)!important + } + .border-gray-300 { + border-color:#d9e2ef!important + } + .border-gray-800 { + border-color:#384c74!important + } + .border-gray-800-50 { + border-color:rgba(56, + 76, + 116, + .5)!important + } + .img-skewed { + -webkit-perspective:1500px; + perspective:1500px; + -webkit-transform-style:preserve-3d; + transform-style:preserve-3d + } + .img-skewed-left { + -webkit-perspective-origin:0; + perspective-origin:0 + } + .img-skewed-left .img-skewed-item { + -webkit-transform:rotateY(-35deg) rotateX(15deg); + transform:rotateY(-35deg) rotateX(15deg); + -webkit-backface-visibility:hidden; + backface-visibility:hidden + } + .img-skewed-right { + -webkit-perspective-origin:100%; + perspective-origin:100% + } + .img-skewed-right .img-skewed-item { + -webkit-transform:rotateY(35deg) rotateX(15deg); + transform:rotateY(35deg) rotateX(15deg); + -webkit-backface-visibility:hidden; + backface-visibility:hidden + } + .overlay { + position:relative + } + .overlay:before { + content:""; + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + border-radius:inherit + } + .overlay-primary:before { + background-color:#1f93ff + } + .overlay-gradient-primary-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#1f93ff)); + background-image:linear-gradient(180deg, + transparent, + #1f93ff) + } + @media (min-width: 768px) { + .overlay-gradient-primary-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #1f93ff), + to(#1f93ff)); + background-image:linear-gradient(90deg, + transparent, + #1f93ff 50%, + #1f93ff) + } + } + .overlay-gradient-primary-down:before, + .overlay-gradient-primary-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#1f93ff)); + background-image:linear-gradient(180deg, + transparent, + #1f93ff) + } + @media (min-width: 768px) { + .overlay-gradient-primary-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #1f93ff), + to(#1f93ff)); + background-image:linear-gradient(270deg, + transparent, + #1f93ff 50%, + #1f93ff) + } + } + .overlay-secondary:before { + background-color:#506690 + } + .overlay-gradient-secondary-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#506690)); + background-image:linear-gradient(180deg, + transparent, + #506690) + } + @media (min-width: 768px) { + .overlay-gradient-secondary-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #506690), + to(#506690)); + background-image:linear-gradient(90deg, + transparent, + #506690 50%, + #506690) + } + } + .overlay-gradient-secondary-down:before, + .overlay-gradient-secondary-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#506690)); + background-image:linear-gradient(180deg, + transparent, + #506690) + } + @media (min-width: 768px) { + .overlay-gradient-secondary-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #506690), + to(#506690)); + background-image:linear-gradient(270deg, + transparent, + #506690 50%, + #506690) + } + } + .overlay-success:before { + background-color:#42ba96 + } + .overlay-gradient-success-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#42ba96)); + background-image:linear-gradient(180deg, + transparent, + #42ba96) + } + @media (min-width: 768px) { + .overlay-gradient-success-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #42ba96), + to(#42ba96)); + background-image:linear-gradient(90deg, + transparent, + #42ba96 50%, + #42ba96) + } + } + .overlay-gradient-success-down:before, + .overlay-gradient-success-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#42ba96)); + background-image:linear-gradient(180deg, + transparent, + #42ba96) + } + @media (min-width: 768px) { + .overlay-gradient-success-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #42ba96), + to(#42ba96)); + background-image:linear-gradient(270deg, + transparent, + #42ba96 50%, + #42ba96) + } + } + .overlay-info:before { + background-color:#7c69ef + } + .overlay-gradient-info-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#7c69ef)); + background-image:linear-gradient(180deg, + transparent, + #7c69ef) + } + @media (min-width: 768px) { + .overlay-gradient-info-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #7c69ef), + to(#7c69ef)); + background-image:linear-gradient(90deg, + transparent, + #7c69ef 50%, + #7c69ef) + } + } + .overlay-gradient-info-down:before, + .overlay-gradient-info-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#7c69ef)); + background-image:linear-gradient(180deg, + transparent, + #7c69ef) + } + @media (min-width: 768px) { + .overlay-gradient-info-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #7c69ef), + to(#7c69ef)); + background-image:linear-gradient(270deg, + transparent, + #7c69ef 50%, + #7c69ef) + } + } + .overlay-warning:before { + background-color:#fad776 + } + .overlay-gradient-warning-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#fad776)); + background-image:linear-gradient(180deg, + transparent, + #fad776) + } + @media (min-width: 768px) { + .overlay-gradient-warning-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #fad776), + to(#fad776)); + background-image:linear-gradient(90deg, + transparent, + #fad776 50%, + #fad776) + } + } + .overlay-gradient-warning-down:before, + .overlay-gradient-warning-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#fad776)); + background-image:linear-gradient(180deg, + transparent, + #fad776) + } + @media (min-width: 768px) { + .overlay-gradient-warning-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #fad776), + to(#fad776)); + background-image:linear-gradient(270deg, + transparent, + #fad776 50%, + #fad776) + } + } + .overlay-danger:before { + background-color:#df4759 + } + .overlay-gradient-danger-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#df4759)); + background-image:linear-gradient(180deg, + transparent, + #df4759) + } + @media (min-width: 768px) { + .overlay-gradient-danger-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #df4759), + to(#df4759)); + background-image:linear-gradient(90deg, + transparent, + #df4759 50%, + #df4759) + } + } + .overlay-gradient-danger-down:before, + .overlay-gradient-danger-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#df4759)); + background-image:linear-gradient(180deg, + transparent, + #df4759) + } + @media (min-width: 768px) { + .overlay-gradient-danger-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #df4759), + to(#df4759)); + background-image:linear-gradient(270deg, + transparent, + #df4759 50%, + #df4759) + } + } + .overlay-light:before { + background-color:#f9fbfd + } + .overlay-gradient-light-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#f9fbfd)); + background-image:linear-gradient(180deg, + transparent, + #f9fbfd) + } + @media (min-width: 768px) { + .overlay-gradient-light-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #f9fbfd), + to(#f9fbfd)); + background-image:linear-gradient(90deg, + transparent, + #f9fbfd 50%, + #f9fbfd) + } + } + .overlay-gradient-light-down:before, + .overlay-gradient-light-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#f9fbfd)); + background-image:linear-gradient(180deg, + transparent, + #f9fbfd) + } + @media (min-width: 768px) { + .overlay-gradient-light-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #f9fbfd), + to(#f9fbfd)); + background-image:linear-gradient(270deg, + transparent, + #f9fbfd 50%, + #f9fbfd) + } + } + .overlay-dark:before { + background-color:#2b354f + } + .overlay-gradient-dark-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#2b354f)); + background-image:linear-gradient(180deg, + transparent, + #2b354f) + } + @media (min-width: 768px) { + .overlay-gradient-dark-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #2b354f), + to(#2b354f)); + background-image:linear-gradient(90deg, + transparent, + #2b354f 50%, + #2b354f) + } + } + .overlay-gradient-dark-down:before, + .overlay-gradient-dark-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#2b354f)); + background-image:linear-gradient(180deg, + transparent, + #2b354f) + } + @media (min-width: 768px) { + .overlay-gradient-dark-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #2b354f), + to(#2b354f)); + background-image:linear-gradient(270deg, + transparent, + #2b354f 50%, + #2b354f) + } + } + .overlay-primary-desat:before { + background-color:#6c8aec + } + .overlay-gradient-primary-desat-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#6c8aec)); + background-image:linear-gradient(180deg, + transparent, + #6c8aec) + } + @media (min-width: 768px) { + .overlay-gradient-primary-desat-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #6c8aec), + to(#6c8aec)); + background-image:linear-gradient(90deg, + transparent, + #6c8aec 50%, + #6c8aec) + } + } + .overlay-gradient-primary-desat-down:before, + .overlay-gradient-primary-desat-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#6c8aec)); + background-image:linear-gradient(180deg, + transparent, + #6c8aec) + } + @media (min-width: 768px) { + .overlay-gradient-primary-desat-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #6c8aec), + to(#6c8aec)); + background-image:linear-gradient(270deg, + transparent, + #6c8aec 50%, + #6c8aec) + } + } + .overlay-black:before { + background-color:#161c2d + } + .overlay-gradient-black-right:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#161c2d)); + background-image:linear-gradient(180deg, + transparent, + #161c2d) + } + @media (min-width: 768px) { + .overlay-gradient-black-right:before { + background-image:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(50%, + #161c2d), + to(#161c2d)); + background-image:linear-gradient(90deg, + transparent, + #161c2d 50%, + #161c2d) + } + } + .overlay-gradient-black-down:before, + .overlay-gradient-black-left:before { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(#161c2d)); + background-image:linear-gradient(180deg, + transparent, + #161c2d) + } + @media (min-width: 768px) { + .overlay-gradient-black-left:before { + background-image:-webkit-gradient(linear, + right top, + left top, + from(transparent), + color-stop(50%, + #161c2d), + to(#161c2d)); + background-image:linear-gradient(270deg, + transparent, + #161c2d 50%, + #161c2d) + } + } + .overlay-10:before { + opacity:.1 + } + .overlay-20:before { + opacity:.2 + } + .overlay-30:before { + opacity:.3 + } + .overlay-40:before { + opacity:.4 + } + .overlay-50:before { + opacity:.5 + } + .overlay-60:before { + opacity:.6 + } + .overlay-70:before { + opacity:.7 + } + .overlay-80:before { + opacity:.8 + } + .overlay-90:before { + opacity:.9 + } + .lift { + -webkit-transition:box-shadow .25s ease, + -webkit-transform .25s ease; + transition:box-shadow .25s ease, + -webkit-transform .25s ease; + transition:box-shadow .25s ease, + transform .25s ease; + transition:box-shadow .25s ease, + transform .25s ease, + -webkit-transform .25s ease + } + .lift:focus, + .lift:hover { + box-shadow:0 1rem 2.5rem rgba(22, + 28, + 45, + .1), + 0 .5rem 1rem -.75rem rgba(22, + 28, + 45, + .1)!important; + -webkit-transform:translate3d(0, + -3px, + 0); + transform:translate3d(0, + -3px, + 0) + } + .lift-lg:focus, + .lift-lg:hover { + box-shadow:0 2rem 5rem rgba(22, + 28, + 45, + .1), + 0 .5rem 1rem -.75rem rgba(22, + 28, + 45, + .05)!important; + -webkit-transform:translate3d(0, + -5px, + 0); + transform:translate3d(0, + -5px, + 0) + } + .top-0 { + top:0!important + } + .right-0 { + right:0!important + } + .bottom-0 { + bottom:0!important + } + .left-0 { + left:0!important + } + .center { + top:50%; + left:50%; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%) + } + .shadow-light { + box-shadow:3 .5rem 1.5rem rgba(22, + 28, + 45, + .05)!important + } + .shadow-light-lg { + box-shadow:3 1.5rem 4rem rgba(22, + 28, + 45, + .05)!important + } + .shadow-dark { + box-shadow:0 .5rem 1.5rem rgba(22, + 28, + 45, + .15)!important + } + .shadow-dark-lg { + box-shadow:0 0 5px rgba(0, + 0, + 0, + .02), + 0 5px 22px -8px rgba(0, + 0, + 0, + .1)!important + } + .shadow-lift { + box-shadow:0 1rem 2.5rem rgba(22, + 28, + 45, + .1), + 0 .5rem 1rem -.75rem rgba(22, + 28, + 45, + .1)!important + } + .mw-25 { + max-width:25%!important + } + .vw-25 { + width:25vw!important + } + .mw-50 { + max-width:50%!important + } + .vw-50 { + width:50vw!important + } + .mw-75 { + max-width:75%!important + } + .vw-75 { + width:75vw!important + } + .mw-100 { + max-width:100%!important + } + .vw-100 { + width:100vw!important + } + .mw-auto { + max-width:auto!important + } + .vw-auto { + width:autovw!important + } + .mw-110 { + max-width:110%!important + } + .vw-110 { + width:110vw!important + } + .mw-120 { + max-width:120%!important + } + .vw-120 { + width:120vw!important + } + .mw-130 { + max-width:130%!important + } + .vw-130 { + width:130vw!important + } + .mw-140 { + max-width:140%!important + } + .vw-140 { + width:140vw!important + } + .mw-150 { + max-width:150%!important + } + .vw-150 { + width:150vw!important + } + @media (min-width: 576px) { + .h-sm-25 { + height:25%!important + } + .w-sm-25 { + width:25%!important + } + .mw-sm-25 { + max-width:25%!important + } + .vw-sm-25 { + width:25vw + } + .h-sm-50 { + height:50%!important + } + .w-sm-50 { + width:50%!important + } + .mw-sm-50 { + max-width:50%!important + } + .vw-sm-50 { + width:50vw + } + .h-sm-75 { + height:75%!important + } + .w-sm-75 { + width:75%!important + } + .mw-sm-75 { + max-width:75%!important + } + .vw-sm-75 { + width:75vw + } + .h-sm-100 { + height:100%!important + } + .w-sm-100 { + width:100%!important + } + .mw-sm-100 { + max-width:100%!important + } + .vw-sm-100 { + width:100vw + } + .h-sm-auto { + height:auto!important + } + .w-sm-auto { + width:auto!important + } + .mw-sm-auto { + max-width:auto!important + } + .vw-sm-auto { + width:autovw + } + .h-sm-110 { + height:110%!important + } + .w-sm-110 { + width:110%!important + } + .mw-sm-110 { + max-width:110%!important + } + .vw-sm-110 { + width:110vw + } + .h-sm-120 { + height:120%!important + } + .w-sm-120 { + width:120%!important + } + .mw-sm-120 { + max-width:120%!important + } + .vw-sm-120 { + width:120vw + } + .h-sm-130 { + height:130%!important + } + .w-sm-130 { + width:130%!important + } + .mw-sm-130 { + max-width:130%!important + } + .vw-sm-130 { + width:130vw + } + .h-sm-140 { + height:140%!important + } + .w-sm-140 { + width:140%!important + } + .mw-sm-140 { + max-width:140%!important + } + .vw-sm-140 { + width:140vw + } + .h-sm-150 { + height:150%!important + } + .w-sm-150 { + width:150%!important + } + .mw-sm-150 { + max-width:150%!important + } + .vw-sm-150 { + width:150vw + } + } + @media (min-width: 768px) { + .h-md-25 { + height:25%!important + } + .w-md-25 { + width:25%!important + } + .mw-md-25 { + max-width:25%!important + } + .vw-md-25 { + width:25vw + } + .h-md-50 { + height:50%!important + } + .w-md-50 { + width:50%!important + } + .mw-md-50 { + max-width:50%!important + } + .vw-md-50 { + width:50vw + } + .h-md-75 { + height:75%!important + } + .w-md-75 { + width:75%!important + } + .mw-md-75 { + max-width:75%!important + } + .vw-md-75 { + width:75vw + } + .h-md-100 { + height:100%!important + } + .w-md-100 { + width:100%!important + } + .mw-md-100 { + max-width:100%!important + } + .vw-md-100 { + width:100vw + } + .h-md-auto { + height:auto!important + } + .w-md-auto { + width:auto!important + } + .mw-md-auto { + max-width:auto!important + } + .vw-md-auto { + width:autovw + } + .h-md-110 { + height:110%!important + } + .w-md-110 { + width:110%!important + } + .mw-md-110 { + max-width:110%!important + } + .vw-md-110 { + width:110vw + } + .h-md-120 { + height:120%!important + } + .w-md-120 { + width:120%!important + } + .mw-md-120 { + max-width:120%!important + } + .vw-md-120 { + width:120vw + } + .h-md-130 { + height:130%!important + } + .w-md-130 { + width:130%!important + } + .mw-md-130 { + max-width:130%!important + } + .vw-md-130 { + width:130vw + } + .h-md-140 { + height:140%!important + } + .w-md-140 { + width:140%!important + } + .mw-md-140 { + max-width:140%!important + } + .vw-md-140 { + width:140vw + } + .h-md-150 { + height:150%!important + } + .w-md-150 { + width:150%!important + } + .mw-md-150 { + max-width:150%!important + } + .vw-md-150 { + width:150vw + } + } + @media (min-width: 992px) { + .h-lg-25 { + height:25%!important + } + .w-lg-25 { + width:25%!important + } + .mw-lg-25 { + max-width:25%!important + } + .vw-lg-25 { + width:25vw + } + .h-lg-50 { + height:50%!important + } + .w-lg-50 { + width:50%!important + } + .mw-lg-50 { + max-width:50%!important + } + .vw-lg-50 { + width:50vw + } + .h-lg-75 { + height:75%!important + } + .w-lg-75 { + width:75%!important + } + .mw-lg-75 { + max-width:75%!important + } + .vw-lg-75 { + width:75vw + } + .h-lg-100 { + height:100%!important + } + .w-lg-100 { + width:100%!important + } + .mw-lg-100 { + max-width:100%!important + } + .vw-lg-100 { + width:100vw + } + .h-lg-auto { + height:auto!important + } + .w-lg-auto { + width:auto!important + } + .mw-lg-auto { + max-width:auto!important + } + .vw-lg-auto { + width:autovw + } + .h-lg-110 { + height:110%!important + } + .w-lg-110 { + width:110%!important + } + .mw-lg-110 { + max-width:110%!important + } + .vw-lg-110 { + width:110vw + } + .h-lg-120 { + height:120%!important + } + .w-lg-120 { + width:120%!important + } + .mw-lg-120 { + max-width:120%!important + } + .vw-lg-120 { + width:120vw + } + .h-lg-130 { + height:130%!important + } + .w-lg-130 { + width:130%!important + } + .mw-lg-130 { + max-width:130%!important + } + .vw-lg-130 { + width:130vw + } + .h-lg-140 { + height:140%!important + } + .w-lg-140 { + width:140%!important + } + .mw-lg-140 { + max-width:140%!important + } + .vw-lg-140 { + width:140vw + } + .h-lg-150 { + height:150%!important + } + .w-lg-150 { + width:150%!important + } + .mw-lg-150 { + max-width:150%!important + } + .vw-lg-150 { + width:150vw + } + } + @media (min-width: 1200px) { + .h-xl-25 { + height:25%!important + } + .w-xl-25 { + width:25%!important + } + .mw-xl-25 { + max-width:25%!important + } + .vw-xl-25 { + width:25vw + } + .h-xl-50 { + height:50%!important + } + .w-xl-50 { + width:50%!important + } + .mw-xl-50 { + max-width:50%!important + } + .vw-xl-50 { + width:50vw + } + .h-xl-75 { + height:75%!important + } + .w-xl-75 { + width:75%!important + } + .mw-xl-75 { + max-width:75%!important + } + .vw-xl-75 { + width:75vw + } + .h-xl-100 { + height:100%!important + } + .w-xl-100 { + width:100%!important + } + .mw-xl-100 { + max-width:100%!important + } + .vw-xl-100 { + width:100vw + } + .h-xl-auto { + height:auto!important + } + .w-xl-auto { + width:auto!important + } + .mw-xl-auto { + max-width:auto!important + } + .vw-xl-auto { + width:autovw + } + .h-xl-110 { + height:110%!important + } + .w-xl-110 { + width:110%!important + } + .mw-xl-110 { + max-width:110%!important + } + .vw-xl-110 { + width:110vw + } + .h-xl-120 { + height:120%!important + } + .w-xl-120 { + width:120%!important + } + .mw-xl-120 { + max-width:120%!important + } + .vw-xl-120 { + width:120vw + } + .h-xl-130 { + height:130%!important + } + .w-xl-130 { + width:130%!important + } + .mw-xl-130 { + max-width:130%!important + } + .vw-xl-130 { + width:130vw + } + .h-xl-140 { + height:140%!important + } + .w-xl-140 { + width:140%!important + } + .mw-xl-140 { + max-width:140%!important + } + .vw-xl-140 { + width:140vw + } + .h-xl-150 { + height:150%!important + } + .w-xl-150 { + width:150%!important + } + .mw-xl-150 { + max-width:150%!important + } + .vw-xl-150 { + width:150vw + } + } + @media (min-width: 576px) { + .w-cover { + width:calc(100% + (100vw - 540px)/2 + 40px) + } + } + @media (min-width: 768px) { + .w-cover { + width:calc(100% + (100vw - 720px)/2 + 40px) + } + } + @media (min-width: 992px) { + .w-cover { + width:calc(100% + (100vw - 960px)/2 + 40px) + } + } + @media (min-width: 1200px) { + .w-cover { + width:calc(100% + (100vw - 1200px)/2 + 40px) + } + } + .font-size-sm { + font-size:.9375rem!important + } + .font-size-lg { + font-size:1.1875rem!important + } + @media (max-width: 991.98px) { + .font-size-lg { + font-size:1.0625rem!important + } + } + .text-gray-100 { + color:#f9fbfd!important + } + .text-gray-200 { + color:#f1f4f8!important + } + .text-gray-300 { + color:#d9e2ef!important + } + .text-gray-400 { + color:#c6d3e6!important + } + .text-gray-500 { + color:#abbcd5!important + } + .text-gray-600 { + color:#869ab8!important + } + .text-gray-700 { + color:#506690!important + } + .text-gray-800 { + color:#384c74!important + } + .text-gray-900 { + color:#2b354f!important + } + .text-white-70 { + color:hsla(0, + 0%, + 100%, + .7)!important + } + .text-white-75 { + color:hsla(0, + 0%, + 100%, + .75)!important + } + .text-white-80 { + color:hsla(0, + 0%, + 100%, + .8)!important + } + .opacity-0 { + opacity:0!important + } + .opacity-1 { + opacity:1!important + } + [data-aos=img-skewed-item-left], + [data-aos=img-skewed-item-right] { + opacity:0; + transition-property:opacity, + transform, + -webkit-transform; + will-change:opacity, + transform, + -webkit-transform; + -webkit-backface-visibility:hidden; + backface-visibility:hidden + } + [data-aos=img-skewed-item-left].aos-animate, + [data-aos=img-skewed-item-right].aos-animate { + opacity:1 + } + [data-aos=img-skewed-item-left] { + -webkit-transform:rotateY(-20deg) rotateX(5deg) translate3d(0, + 100px, + 0); + transform:rotateY(-20deg) rotateX(5deg) translate3d(0, + 100px, + 0) + } + [data-aos=img-skewed-item-left].aos-animate { + -webkit-transform:rotateY(-35deg) rotateX(15deg) translateZ(0); + transform:rotateY(-35deg) rotateX(15deg) translateZ(0) + } + [data-aos=img-skewed-item-right] { + -webkit-transform:rotateY(20deg) rotateX(5deg) translate3d(0, + 100px, + 0); + transform:rotateY(20deg) rotateX(5deg) translate3d(0, + 100px, + 0) + } + [data-aos=img-skewed-item-right].aos-animate { + -webkit-transform:rotateY(35deg) rotateX(15deg) translateZ(0); + transform:rotateY(35deg) rotateX(15deg) translateZ(0) + } + .avatar { + position:relative; + display:inline-block; + width:1.875rem; + height:1.875rem; + font-size:.625rem + } + .avatar:after { + content:""; + position:absolute; + width:0; + height:0; + background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJTdGF0dXMiPjxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9Ijg1IiBjeT0iODUiIHI9IjE1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhclN0YXR1cykiLz48L3N2Zz4=), + url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cCI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwKSIvPjwvc3ZnPg==), + url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cEhvdmVyIj48cmVjdCB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIxMjUiIGN5PSI1MCIgcj0iNTUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iLTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwSG92ZXIpIi8+PC9zdmc+), + url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cEhvdmVyTGFzdCI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iLTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwSG92ZXJMYXN0KSIvPjwvc3ZnPg==) + } + .avatar-img { + width:100%; + height:100%; + -o-object-fit:cover; + object-fit:cover + } + .avatar-title { + display:flex; + align-items:center; + justify-content:center; + width:100%; + height:100%; + background-color:#abbcd5; + color:#fff + } + .avatar-offline:before, + .avatar-online:before { + content:""; + position:absolute; + bottom:5%; + right:5%; + width:20%; + height:20%; + border-radius:50% + } + .avatar-offline .avatar-img, + .avatar-online .avatar-img { + -webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJTdGF0dXMiPjxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9Ijg1IiBjeT0iODUiIHI9IjE1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhclN0YXR1cykiLz48L3N2Zz4=); + mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJTdGF0dXMiPjxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9Ijg1IiBjeT0iODUiIHI9IjE1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhclN0YXR1cykiLz48L3N2Zz4=); + -webkit-mask-size:100% 100%; + mask-size:100% 100% + } + .avatar-online:before { + background-color:#42ba96 + } + .avatar-offline:before { + background-color:#abbcd5 + } + .avatar-xs { + width:1rem; + height:1rem; + font-size:.33333rem + } + .avatar-sm { + width:1.5rem; + height:1.5rem; + font-size:.5rem + } + .avatar-lg { + width:2.25rem; + height:2.25rem; + font-size:.75rem + } + .avatar-xl, + .avatar-xxl { + width:4rem; + height:4rem; + font-size:1.33333rem + } + @media (min-width: 768px) { + .avatar-xxl { + width:5rem; + height:5rem; + font-size:1.66667rem + } + } + .avatar.avatar-4by3 { + width:2.5rem + } + .avatar-xs.avatar-4by3 { + width:1.33333rem + } + .avatar-sm.avatar-4by3 { + width:2rem + } + .avatar-lg.avatar-4by3 { + width:3rem + } + .avatar-xl.avatar-4by3 { + width:5.33333rem + } + .avatar-xxl.avatar-4by3 { + width:6.66667rem + } + .avatar-group { + display:inline-flex + } + .avatar-group .avatar+.avatar { + margin-left:-.46875rem + } + .avatar-group .avatar-xs+.avatar-xs { + margin-left:-.25rem + } + .avatar-group .avatar-sm+.avatar-sm { + margin-left:-.375rem + } + .avatar-group .avatar-lg+.avatar-lg { + margin-left:-.5625rem + } + .avatar-group .avatar-xl+.avatar-xl { + margin-left:-1rem + } + .avatar-group .avatar-xxl+.avatar-xxl { + margin-left:-1.25rem + } + .avatar-group .avatar:not(:last-child) { + -webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cCI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwKSIvPjwvc3ZnPg==); + mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cCI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwKSIvPjwvc3ZnPg==); + -webkit-mask-size:100% 100%; + mask-size:100% 100% + } + .avatar-group .avatar:hover { + -webkit-mask-image:none; + mask-image:none; + z-index:1 + } + .avatar-group .avatar:hover+.avatar { + -webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cEhvdmVyIj48cmVjdCB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIxMjUiIGN5PSI1MCIgcj0iNTUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iLTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwSG92ZXIpIi8+PC9zdmc+); + mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cEhvdmVyIj48cmVjdCB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIxMjUiIGN5PSI1MCIgcj0iNTUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iLTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwSG92ZXIpIi8+PC9zdmc+); + -webkit-mask-size:100% 100%; + mask-size:100% 100% + } + .avatar-group .avatar:hover+.avatar:last-child { + -webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cEhvdmVyTGFzdCI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iLTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwSG92ZXJMYXN0KSIvPjwvc3ZnPg==); + mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxtYXNrIGlkPSJhdmF0YXJHcm91cEhvdmVyTGFzdCI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iLTI1IiBjeT0iNTAiIHI9IjU1IiBmaWxsPSJibGFjayIvPjwvbWFzaz48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9ImdyZWVuIiBtYXNrPSJ1cmwoI2F2YXRhckdyb3VwSG92ZXJMYXN0KSIvPjwvc3ZnPg==) + } + .collapse-chevron { + display:inline-block; + -webkit-transition:all .2s ease-in-out; + transition:all .2s ease-in-out + } + [aria-expanded=true] .collapse-chevron { + -webkit-transform:rotate(-180deg); + transform:rotate(-180deg) + } + .device, + .device>.img-fluid { + position:relative + } + .device:before { + content:""; + background-color:#f9fbfd + } + .device-screen, + .device:before { + position:absolute; + -o-object-fit:cover; + object-fit:cover + } + .device-iphonex:before, + .device-iphonex>.device-screen { + top:7.784431138%; + left:16.4021164%; + width:66.137566137%; + height:80.838323353% + } + .device-macbook:before, + .device-macbook>.device-screen { + top:11.53846154%; + left:13.38709677%; + width:73.548387096%; + height:73.076923076% + } + .device-combo { + position:relative + } + .device-combo>.device { + position:absolute + } + .device-combo-iphonex-iphonex { + padding-bottom:130.250482% + } + .device-combo-iphonex-iphonex>.device-iphonex:first-child { + bottom:0; + left:0; + width:65.5260116%; + z-index:1 + } + .device-combo-iphonex-iphonex>.device-iphonex:last-child { + top:0; + right:0; + width:72.8323699% + } + .device-combo-iphonex-macbook, + .device-combo-macbook-iphonex { + padding-bottom:62.4260355% + } + .device-combo-iphonex-macbook>.device-macbook, + .device-combo-macbook-iphonex>.device-macbook { + width:91.7159763% + } + .device-combo-iphonex-macbook>.device-iphonex, + .device-combo-macbook-iphonex>.device-iphonex { + width:27.9585799%; + z-index:1 + } + .device-combo-macbook-iphonex>.device-macbook { + top:0; + left:0 + } + .device-combo-iphonex-macbook>.device-macbook { + top:0; + right:0 + } + .device-combo-macbook-iphonex>.device-iphonex { + bottom:0; + right:0 + } + .device-combo-iphonex-macbook>.device-iphonex { + bottom:0; + left:0 + } + body.compensate-for-scrollbar { + margin-right:0!important + } + .fancybox-container .fancybox-bg { + background-color:hsla(0, + 0%, + 100%, + .97) + } + .fe-lg { + font-size:1.3125rem + } + @media (min-width: 768px) { + .fe-lg { + font-size:1.125rem + } + } + .bg-dark .footer-brand { + -webkit-filter:brightness(0) invert(1); + filter:brightness(0) invert(1) + } + .flickity-button { + display:flex; + align-items:center; + justify-content:center; + width:calc(1.6em + 1.625rem + 2px); + height:calc(1.6em + 1.625rem + 2px); + background-color:#1f93ff; + box-shadow:0 .5rem 1.5rem rgba(22, + 28, + 45, + .05); + color:#fff + } + .flickity-button:after, + .flickity-button:before { + font-family:Feather + } + .flickity-button:focus, + .flickity-button:hover { + background-color:#1f93ff; + box-shadow:0 .5rem 1.5rem rgba(22, + 28, + 45, + .1) + } + @media (min-width: 768px) { + .flickity-button.previous { + left:0; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%) + } + } + .flickity-button.previous:before { + content:"\E910" + } + @media (min-width: 768px) { + .flickity-button.next { + right:0; + -webkit-transform:translate(50%, + -50%); + transform:translate(50%, + -50%) + } + } + .flickity-button.next:before { + content:"\E912" + } + .flickity-button-icon { + display:none + } + .flickity-button-white .flickity-button { + background-color:#fff; + color:#1f93ff + } + .flickity-button-bottom .flickity-button { + top:auto; + bottom:1.5rem; + -webkit-transform:none; + transform:none + } + .flickity-button-bottom .flickity-button.previous { + left:auto; + right:6.375rem + } + .flickity-button-bottom .flickity-button.next { + left:auto; + right:2.5rem + } + .flickity-button-inset .flickity-button { + -webkit-transform:translateY(-50%); + transform:translateY(-50%) + } + .flickity-button-inset .flickity-button.previous { + left:1.5rem + } + .flickity-button-inset .flickity-button.next { + right:1.5rem + } + .flickity-viewport-visible .flickity-viewport { + overflow:visible + } + [data-flickity*='"adaptiveHeight": true'] .flickity-viewport { + -webkit-transition:all .5s ease; + transition:all .5s ease + } + .hljs { + background-color:transparent + } + .icon>svg { + width:3rem; + height:3rem + } + .icon[class*=text-]>svg[fill]:not([fill=none]) { + fill:currentColor!important + } + .icon-xs>svg { + width:1.5rem; + height:1.5rem + } + .icon-sm>svg { + width:2.25rem; + height:2.25rem + } + .icon-lg>svg { + width:4rem; + height:4rem + } + .icon-xl>svg { + width:5rem; + height:5rem + } + .icon-circle { + display:inline-flex; + align-items:center; + justify-content:center; + width:4.1875rem; + height:4.1875rem; + border-radius:50% + } + .icon-circle>.fe { + font-size:1.875rem + } + .list { + margin-bottom:0; + padding-left:0; + list-style-type:none + } + .list-item.active { + font-weight:800 + } + .list-item+.list-item { + margin-top:.35rem + } + .list-link { + display:flex; + flex-wrap:nowrap; + align-items:center; + font-size:.9375rem; + color:#506690 + } + .list-link:focus, + .list-link:hover { + text-decoration:none; + color:#1f93ff + } + .screenshot { + border-radius:.625rem; + box-shadow:25px 60px 125px -25px rgba(80, + 102, + 144, + .1), + 16px 40px 75px -40px rgba(0, + 0, + 0, + .2) + } + .section-border { + position:relative + } + .section-border:before { + position:absolute; + top:0; + right:0; + left:0; + border-width:2px 0 0; + border-style:solid; + border-color:inherit; + content:"" + } + .shape { + position:absolute; + pointer-events:none + } + .shape>* { + display:block + } + .shape:not([class*=shape-blur]) { + overflow:hidden + } + .shape:not([class*=shape-blur])>* { + -webkit-transform:scale(2); + transform:scale(2) + } + @media (-ms-high-contrast: active), + (-ms-high-contrast: none) { + .shape>svg { + display:none + } + } + .shape-top { + top:0; + right:0; + left:0 + } + .shape-top>* { + -webkit-transform-origin:bottom center; + transform-origin:bottom center + } + .shape-right { + top:0; + right:0; + bottom:0; + left:0 + } + .shape-right>* { + position:inherit; + top:inherit; + bottom:inherit; + right:inherit; + -webkit-transform-origin:center left; + transform-origin:center left + } + .shape-bottom { + right:0; + bottom:0; + left:0 + } + .shape-bottom>* { + -webkit-transform-origin:top center; + transform-origin:top center + } + .shape-left { + top:0; + right:0; + bottom:0; + left:0 + } + .shape-left>* { + position:inherit; + top:inherit; + bottom:inherit; + left:inherit; + -webkit-transform-origin:center right; + transform-origin:center right + } + .shape-fluid-x>* { + width:100%; + height:auto + } + .shape-fluid-y>* { + width:auto; + height:100% + } + .shape-blur-1 { + top:0; + right:0; + left:0 + } + @media (min-width: 768px) { + .shape-blur-1 { + bottom:0; + left:50%; + right:auto + } + } + .shape-blur-1>* { + width:100%; + height:auto + } + @media (min-width: 768px) { + .shape-blur-1>* { + width:auto; + height:100% + } + } + .shape-blur-2 { + top:0; + right:0; + left:0 + } + @media (min-width: 768px) { + .shape-blur-2 { + bottom:0; + right:50%; + left:auto + } + } + .shape-blur-2>* { + width:100%; + height:auto + } + @media (min-width: 768px) { + .shape-blur-2>* { + width:auto; + height:100%; + float:right + } + } + .shape-blur-3 { + top:0; + right:0; + left:0 + } + .shape-blur-3>* { + width:100%; + height:auto + } + .shape-blur-4 { + top:0; + bottom:0; + left:50%; + -webkit-transform:translateX(-50%) scale(1.3); + transform:translateX(-50%) scale(1.3) + } + .shape-blur-4>* { + width:auto; + height:100% + } + @media (min-width: 992px) { + .sidenav { + position:fixed; + top:96px; + height:calc(100vh - 84px); + overflow:auto + } + } + @media (min-width: 992px) { + .sidenav-left { + left:0 + } + } + @media (min-width: 992px) { + .sidenav-right { + right:0 + } + } + .documentation--content h3 { + margin-top:40px + } + .documentation--container { + border-radius:16px + } + pre.hljs { + padding:12px; + border-radius:4px + } + blockquote { + color:grey; + font-style:italic + } + .hljs { + display:block; + overflow-x:auto; + padding:.5em; + color:#333; + background:#f8f8f8 + } + .hljs-comment, + .hljs-quote { + color:#998; + font-style:italic + } + .hljs-keyword, + .hljs-selector-tag, + .hljs-subst { + color:#333; + font-weight:700 + } + .hljs-literal, + .hljs-number, + .hljs-tag .hljs-attr, + .hljs-template-variable, + .hljs-variable { + color:teal + } + .hljs-doctag, + .hljs-string { + color:#d14 + } + .hljs-section, + .hljs-selector-id, + .hljs-title { + color:#900; + font-weight:700 + } + .hljs-subst { + font-weight:400 + } + .hljs-class .hljs-title, + .hljs-type { + color:#458; + font-weight:700 + } + .hljs-attribute, + .hljs-name, + .hljs-tag { + color:navy; + font-weight:400 + } + .hljs-link, + .hljs-regexp { + color:#009926 + } + .hljs-bullet, + .hljs-symbol { + color:#990073 + } + .hljs-built_in, + .hljs-builtin-name { + color:#0086b3 + } + .hljs-meta { + color:#999; + font-weight:700 + } + .hljs-deletion { + background:#fdd + } + .hljs-addition { + background:#dfd + } + .hljs-emphasis { + font-style:italic + } + .hljs-strong { + font-weight:700 + } + .index-content a:hover{ + color:black; + text-decoration:none; + } + .index-content{ + margin-bottom:20px; + padding:50px 0px; + + } + .index-content .row{ + margin-top:20px; + } + .index-content a{ + color: #869AB8; + } + .index-content button{ + color: white; + } + .index-content .card{ + background-color: #FFFFFF; + padding:0; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius:4px; + box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3); + + } + /* p{ + font-size: 0.3rem; + } */ + + #join{ + padding-top:5%; + padding-bottom:5%; + } + @media only screen and (max-width:600px){ + #join{ + padding-top:0%; + } + } + .index-content .card:hover{ + box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3); + color:black; + } + .index-content .card img{ + width:100%; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + } + .index-content .card h4{ + margin:20px; + } + .index-content .card p{ + margin:20px; + opacity: 0.65; + } + .index-content .blue-button{ + width: 100px; + -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */ + transition: background-color 1s , color 1s; + min-height: 20px; + background-color: #002E5B; + /* color: #ffffff; */ + border-radius: 4px; + text-align: center; + font-weight: lighter; + margin: 0px 20px 15px 20px; + padding: 5px 0px; + display: inline-block; + } + .index-content .blue-button:hover{ + background-color: #dadada; + color: #002E5B; + } + @media (max-width: 768px) { + + .index-content .col-lg-4 { + margin-top: 20px; + } + } + + .associations{ + padding-top: 65px; + } + .comming-soon{ + box-shadow: 5px 20px 5px 20px; + } diff --git a/src/pages/Home/NewHome.js b/src/pages/Home/NewHome.js new file mode 100644 index 0000000..fddd991 --- /dev/null +++ b/src/pages/Home/NewHome.js @@ -0,0 +1,28 @@ +import React from 'react'; +import './NewHome.css'; +import ScrollToTopBtn from '../../components/ScrollToTopBtn/ScrollToTopBtn.js'; +import Projects from './Components/Projects' +import LandingPageComponent from './Components/LandingPageComponent' +import Activities from './Components/Activities' +import Partners from './Components/Partners' +import TweetFeeds from '../../components/TwitterFeeds/TwitterFeeds' +const NewHome = () => { + return ( +
+
+
+
+ + + + + + +
+
+
+
+ ); +} + +export default NewHome; diff --git a/src/pages/Home/images/WhyCodeuino.png b/src/pages/Home/images/WhyCodeuino.png new file mode 100644 index 0000000..a6c8296 Binary files /dev/null and b/src/pages/Home/images/WhyCodeuino.png differ diff --git a/src/pages/Home/images/banner.png b/src/pages/Home/images/banner.png new file mode 100644 index 0000000..0c7c41e Binary files /dev/null and b/src/pages/Home/images/banner.png differ diff --git a/src/pages/Home/images/banner.svg b/src/pages/Home/images/banner.svg new file mode 100644 index 0000000..1cecdee --- /dev/null +++ b/src/pages/Home/images/banner.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Home/images/card.svg b/src/pages/Home/images/card.svg new file mode 100644 index 0000000..d50d06f --- /dev/null +++ b/src/pages/Home/images/card.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Home/images/codebadge.svg b/src/pages/Home/images/codebadge.svg new file mode 100644 index 0000000..50a15f2 --- /dev/null +++ b/src/pages/Home/images/codebadge.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Home/images/dgocean.svg b/src/pages/Home/images/dgocean.svg new file mode 100644 index 0000000..27c4809 --- /dev/null +++ b/src/pages/Home/images/dgocean.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/Home/images/donut.svg b/src/pages/Home/images/donut.svg new file mode 100644 index 0000000..63e9d5c --- /dev/null +++ b/src/pages/Home/images/donut.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Home/images/image.svg b/src/pages/Home/images/image.svg new file mode 100644 index 0000000..be58c10 --- /dev/null +++ b/src/pages/Home/images/image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/pages/Home/images/kwoc_logo.png b/src/pages/Home/images/kwoc_logo.png new file mode 100644 index 0000000..ec5503f Binary files /dev/null and b/src/pages/Home/images/kwoc_logo.png differ diff --git a/src/pages/Home/images/poster.svg b/src/pages/Home/images/poster.svg new file mode 100644 index 0000000..3275a4e --- /dev/null +++ b/src/pages/Home/images/poster.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/Home/images/workshop.jpg b/src/pages/Home/images/workshop.jpg new file mode 100644 index 0000000..c61e36a Binary files /dev/null and b/src/pages/Home/images/workshop.jpg differ diff --git a/src/pages/Home/images/wwc.jpeg b/src/pages/Home/images/wwc.jpeg new file mode 100644 index 0000000..12a966d Binary files /dev/null and b/src/pages/Home/images/wwc.jpeg differ diff --git a/src/pages/Home/kwoc_logo.png b/src/pages/Home/kwoc_logo.png new file mode 100644 index 0000000..ec5503f Binary files /dev/null and b/src/pages/Home/kwoc_logo.png differ diff --git a/src/pages/JoinUs/JoinUs.js b/src/pages/JoinUs/JoinUs.js new file mode 100644 index 0000000..b287da9 --- /dev/null +++ b/src/pages/JoinUs/JoinUs.js @@ -0,0 +1,177 @@ +import React from 'react'; + +const JoinUs = () => { + return ( +
+
+
+
+
+

Get Involved

+

Welcome to Newcomers !!!

+
+
+
+ image + image +
+
+


+
+
+
+

Join Us

+

Codeuino is an Open Source organization that helps to bring amazing people together to create, develop, design and make things with Open Technologies and share work + for the benefit of all.Our project is an important part of Free Software Ecosystem.We work with other free projects to create high - quality solutions that span the entire software stack.While the many Codeuino contributors develop code, smash bugs, write documentation, and help users, the Foundation acts as a guiding hand in the process and provides resources and infrastructure.It steers releases, determines what software is officially part of the project, and acts as an official face of the Codeuino Project to the outside world, through it delegates most of its authority to specialized teams.Therefore, this guide would help you to become an integral part of the Community.

+
+
+

+
+
+
+

Working with Codeuino

+

Everyone in the Codeuino community is expected to follow our Code of Conduct. To become part of the Codeuino developers team, there are a few steps you need to complete.

+
+
+
+
+
+
+
+
    +
  • + 1. Read the issues. +
  • +
  • + 2. Before Solving, leave a comment suggesting your will. +
  • +
  • + 3. After being assigned the issue, solve the same. +
  • +
  • + 4. Send the Pull Request to the “development” branch. +
  • +
  • + 5. After the merge is successful, review the pull request. +
  • +
+
+

+ Make sure you follow the steps as mentioned, and hence it will make you familiar with the workflow of the organization.Also, you would successfully be able to contribute to the community. +

+

Step 1. Familiarize, Communicate and Get Involved with the Community

+

+ To get started, the first step is to meet the community. We use Slack to communicate, and there the helpful community will guide you. Slack is an instant messaging service used by developers and users of Github. Slack uses chat rooms, where developers can join in and can talk about a particular topic. Codeuino has two types of chat rooms (channels) – Meeting channel and General channel. +

+ Meeting chat room is related to a specific details and General chat room is related to general discussion topics like conferences, workshops and it is here where we welcome Newcomers and guide them. This is the main chat room of Codeuino. Everything related to conferences and off topics are discussed here. +

+

+ The list of all available chat rooms are available here - channel list. But before joining the community, here are few things that you should keep in mind. +

+
+
    +
  • + 1.Only log into Slack using your GitHub account. +
  • +
  • + 2.It will be appreciated if your Github username and slack username is same which will make easier for all to identify you. +
  • +
  • + 3.Do not mention users unrelated to a particular issue/question. This also means you should not mention the person that was last online. For example, mentioning someone on a Github issue will subscribe them to that issue, even if they don’t want to be a part of the discussion. However, mentioning someone is okay if they really need to see your message. +
  • +
  • + 4.Don’t repeatedly mention people in an ongoing conversation. +
  • +
  • + 5.You should ask someone before mentioning them. +
  • +
+
+

+ Now you are ready to join Codeuino community at Codeuino Slack. The newcomers would be greeted by our Slack bot which will invite you to introduce yourself to the team.

+ Note:-If you have questions, make sure they are precise and have the proper documentation style. You must feel free to contact us on Slack while you encounter any problem.

+ Also, we use Hangouts, to conduct our discussions and for video conferencing. So you must have an account on the same. Also, we recommend you that our Organization Team is always there for your help, but irrelevant doubts will create unnecessary confusion during discussions. +

+

Step 2. Proposing a Project

+

If you have some interesting ideas about a new project that you think our organization should work upon, you are most welcome to do so. To propose a new project follow the steps mentioned below :-

+
+
    +
  • + 1.We have created a different channel #chalk-outProposals on Slack for our organization where you can propose your project. In this channel we have the team which decides the projects that our organization should work upon. +
  • +
  • + 2.If your project is unanimously accepted by the team then you will be allowed to create issues regarding your project. But until then, you cannot do so. +
  • +
  • + 3.As soon the project is accepted you will be the official admin of that project and you will be free to create issues. You are allowed to assign the issue to anyone you feel worthy( if the one is interested to do it ). Please do not mention anyone without a reason. +
  • +
  • + 4.Also, you can then label the issue as “Work In Progress” (wip), so that others do not work on it. +
  • +
+
+

Step 3. Working on the Issue

+

+ Help is always welcome, be it any form, whether it is working on the documentation process or solving an issue. It is the best way to get along with the community. You can view all the issues on our GitHub Organization.

+ Important !! You need to be logged in before you follow the issues link. They will give you a glimpse of what it’s like to work with us and what the workflow is like.

+ Also, for those who are new to Git and GitHub, our guidelines will help you throughout the process. + Cloning our GitHub repository:- The git clone command is used to copy an existing Git repository from a server to the local machine. To clone our git repository follow these steps in your terminals:-

+

+
+
    +
  • + 1.cd path where you would like the clone to create a directory +
  • +
  • + 2.copy and paste this code into your terminals for cloning our website code. Similarly just change the link to clone the other repositories git clone https://github.com/Codeuino/website-www.Codeuino.org.git +
  • +
  • + 3.Now pick an issue which isn’t assigned and which you would like to fix. Leave a comment that you would like to work on that particular issue. This way we don’t have multiple people working on the same issue at the same time. After this, you can start working on it. +
  • +
  • + 4.Caution:- You should never work on an issue without being assigned. Also take up the issue, only when you know what the problem is and how to solve it. +
  • +
+
+

Step 4. Forking and Testing the Modifications

+

+ You should first fork the repository by visiting the official repository of Codeuino and clicking on the button Fork. This step is needed only once.

+ Important !! It is important that you DO NOT make your changes on the master branch of your forked repository as you cannot have two pull requests using the same branch name. Therefore, if your fork’s master has been used in a pull request and you decide to work on a different issue you will have to branch eventually. Differently every new commit that you make on your master branch will get attached to the initial pull request and that will result in altering the purpose of that request.

+ You can create a branch per set of changes. To do that run: + $ git checkout -b branchname where your branch name can be anything other than master. The scope is your forked repository. The branch name will be shown on pull request.Before pushing the pull request, you must test your changes with some concrete examples. +

+

Step 5. Sending a Pull Request

+

+ Now that your commit has been sent to your fork, it is time to create a Pull Request. You can do this by accessing your fork on GitHub and clicking New Pull Request.

+ Note:- Comments are always welcomed, as the readability of the code becomes easy for the other developers.

+ Creating a Pull Request:- If you've forked a repository and made changes to the fork, you can ask that the upstream repository accept your changes by creating a pull request.

+ Note: To open a pull request in a public repository, you must have write access to the head or the source branch or, for organization-owned repositories, you must be a member of the organization that owns the repository to open a pull request.

+

+
+
    +
  • + 1.Navigate to the original repository you created your fork from. +
  • +
  • + 2.To the right of the Branch menu, click New pull request. +
  • +
  • + 3.Type a title and description for your pull request. +
  • +
  • + 4.If you do not want to allow anyone with push access to the upstream repository to make changes to your PR, deselect Allow edits from maintainers. +
  • +
  • + 5. Click Create pull request. +
  • +
+
+
+
+

+
+
+ ); +} + +export default JoinUs; diff --git a/src/pages/NewBlog/NewBlog.js b/src/pages/NewBlog/NewBlog.js new file mode 100644 index 0000000..2923f57 --- /dev/null +++ b/src/pages/NewBlog/NewBlog.js @@ -0,0 +1,150 @@ +import React from 'react' +import ReactDOM from 'react-dom' +import MdEditor from 'react-markdown-editor-lite' +import MarkdownIt from 'markdown-it' +import emoji from 'markdown-it-emoji' +import subscript from 'markdown-it-sub' +import superscript from 'markdown-it-sup' +import footnote from 'markdown-it-footnote' +import deflist from 'markdown-it-deflist' +import abbreviation from 'markdown-it-abbr' +import insert from 'markdown-it-ins' +import mark from 'markdown-it-mark' +import tasklists from 'markdown-it-task-lists' +import hljs from 'highlight.js' +import 'highlight.js/styles/atom-one-light.css' +// import 'highlight.js/styles/github.css' +// import './index.less'; + +const MOCK_DATA = "Hello.\n\n * This is markdown.\n * It is fun\n * Love it or leave it." +export default class Demo extends React.Component { + mdEditor = null + mdParser = null + constructor(props) { + super(props) + // initial a parser + this.mdParser = new MarkdownIt({ + html: true, + linkify: true, + typographer: true, + highlight: function (str, lang) { + if (lang && hljs.getLanguage(lang)) { + try { + return hljs.highlight(lang, str).value + } catch (__) {} + } + return '' // use external default escaping + } + }) + .use(emoji) + .use(subscript) + .use(superscript) + .use(footnote) + .use(deflist) + .use(abbreviation) + .use(insert) + .use(mark) + .use(tasklists, { enabled: this.taskLists }) + this.renderHTML = this.renderHTML.bind(this) + } + handleEditorChange({html, text}, event) { + console.log('handleEditorChange', html, text, event) + } + handleImageUpload(file, callback) { + const reader = new FileReader() + reader.onload = () => { + const convertBase64UrlToBlob = (urlData) => { + let arr = urlData.split(','), mime = arr[0].match(/:(.*?);/)[1] + let bstr = atob(arr[1]) + let n = bstr.length + let u8arr = new Uint8Array(n) + while (n--) { + u8arr[n] = bstr.charCodeAt(n) + } + return new Blob([u8arr], {type:mime}) + } + const blob = convertBase64UrlToBlob(reader.result) + setTimeout(() => { + // setTimeout 模拟异步上传图片 + // 当异步上传获取图片地址后,执行calback回调(参数为imageUrl字符串),即可将图片地址写入markdown + const uploadedUrl = 'https://avatars0.githubusercontent.com/u/21263805?s=40&v=4' + callback(uploadedUrl) + }, 1000) + } + reader.readAsDataURL(file) + } + onCustomImageUpload = () => { + return new Promise((resolve, reject) => { + const result = window.prompt('Please enter image url here') + resolve({ url: result }) + // custom confirm message pseudo code + // YourCustomDialog.open(() => { + // setTimeout(() => { + // // setTimeout 模拟oss异步上传图片 + // const url = 'https://avatars0.githubusercontent.com/u/21263805?s=80&v=4' + // resolve({url: url, name: 'pic'}) + // }, 1000) + // }) + }) + } + renderHTML(text) { + // 模拟异步渲染Markdown + return new Promise((resolve) => { + setTimeout(() => { + resolve(this.mdParser.render(text)) + }, 1000) + }) + } + onBeforeClear = () => { + return new Promise((resolve, reject) => { + const result = window.confirm('Are you sure you want to clear your markdown :-)') + const toClear = result ? true : false + resolve(toClear) + // custom confirm dialog pseudo code + // YourCustomDialog.open(() => { + // // confirm callback + // resolve(true) + // }, () => { + // // cancel callback + // resolve(false) + // }) + }) + } + handleGetMdValue = () => { + this.mdEditor && alert(this.mdEditor.getMdValue()) + } + handleGetHtmlValue = () => { + this.mdEditor && alert(this.mdEditor.getHtmlValue()) + } + render() { + return ( +
+ +
+ this.mdEditor = node} + value={MOCK_DATA} + style={{height: '400px'}} + renderHTML={this.renderHTML} + config={{ + view: { + menu: true, + md: true, + html: true, + fullScreen: true + }, + imageUrl: 'https://octodex.github.com/images/minion.png' + }} + onChange={this.handleEditorChange} + onImageUpload={this.handleImageUpload} + // onCustomImageUpload={this.onCustomImageUpload} // if using onCustomImageUpload, onImageUpload will be not working + onBeforeClear={this.onBeforeClear} + /> +
+
+ ) + } +} \ No newline at end of file diff --git a/src/pages/Projects/Projects.js b/src/pages/Projects/Projects.js new file mode 100644 index 0000000..539411b --- /dev/null +++ b/src/pages/Projects/Projects.js @@ -0,0 +1,65 @@ +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; +import {Card,Button} from 'react-bootstrap' +import Banner from './doughnut.png' + +class Projects extends Component { + render() { + return ( +
+
+
+
+
+ +
+

Projects

+
+ +
+ +
+ + + + Card Title + + Some quick example text to build on the card title and make up the bulk of + the card's content. + + + + +
+
+ + + + Card Title + + Some quick example text to build on the card title and make up the bulk of + the card's content. + + + + +
+ +
+
+
+
+
+
+
+ ); + } +} + + +Projects.propTypes = { + +}; + + +export default Projects; diff --git a/src/pages/Projects/banner.png b/src/pages/Projects/banner.png new file mode 100644 index 0000000..0c7c41e Binary files /dev/null and b/src/pages/Projects/banner.png differ diff --git a/src/pages/Projects/doughnut.png b/src/pages/Projects/doughnut.png new file mode 100644 index 0000000..3456e36 Binary files /dev/null and b/src/pages/Projects/doughnut.png differ diff --git a/src/pages/Team/AselPeiris.png b/src/pages/Team/AselPeiris.png new file mode 100644 index 0000000..927aebd Binary files /dev/null and b/src/pages/Team/AselPeiris.png differ diff --git a/src/pages/Team/BoardMembers.js b/src/pages/Team/BoardMembers.js new file mode 100644 index 0000000..221a45a --- /dev/null +++ b/src/pages/Team/BoardMembers.js @@ -0,0 +1,58 @@ +import React from "react"; +import TeamCard from "./TeamCard"; +import jaskirat from "./Jaskirat.jpeg"; +import devesh from "./Devesh.jpeg"; +import vaibhav from "./Vaibhav.jpeg"; +import "./TeamCardWrapper.css"; +var BoardMembers = [ + { + name: "Jaskirat Singh", + post: "Founder", + headline: + "Founder @Codeuino, Google summer of code & Code In mentor at @sugar_labs, @jbossorg, member at @OpenSourceOrg, Mentor at @kossiitkgp, @microsoft Educator Expert", + profile: jaskirat, + github: "https://github.com/jaskirat2000", + linkedin: "", + }, + { + name: "Devesh", + post: "Donut Maintainer", + headline: + "foss contributor|board member@CODEUINO|software engineer@SHAW ACADEMY|ex-intern@SHAW ACADEMY|HASURA| INTERNSHALA|HIREINK|INDICIUMHUB|", + profile: devesh, + github: "", + linkedin: "", + }, + { + name: "Vaibhav D. Aren", + post: "Board Member", + headline: + "SDE at HashedIn | GSOC 2018 Developer @SugarLabs | GSOC-19 Mentor @JBOSS(Codeuino)| GCI -18 Mentor @SugarLabs .", + profile: vaibhav, + github: "", + linkedin: "", + }, + { + name: "Ayush Nagar", + post: "CodeBadge Maintainer", + headline: "Student Mentor at Google Code-in", + profile: "https://avatars1.githubusercontent.com/u/32647423?s=460&v=4", + github: "https://github.com/ayushnagar123", + linkedin: "", + }, + { + name: "Siddharth", + post: "Designer", + headline: "Student Mentor at Google Code-in", + profile: "https://avatars1.githubusercontent.com/u/33068322?s=460&v=4", + github: "", + linkedin: "", + }, +]; +const InjectedJSX = BoardMembers.map((member, index) => { + return ; +}); +const BoardMembersWrapper = () => { + return
{InjectedJSX}
; +}; +export default BoardMembersWrapper; diff --git a/src/pages/Team/CoreContributors.js b/src/pages/Team/CoreContributors.js new file mode 100644 index 0000000..3137bfc --- /dev/null +++ b/src/pages/Team/CoreContributors.js @@ -0,0 +1,42 @@ +import React from 'react' +import TeamCard from './TeamCard' +import aselPeiris from './AselPeiris.png' +import './TeamCardWrapper.css' + +var CoreContributors = [ + { + name:"Rupeshiya", + post:"Core Colaborator", + headline:"GSoC '20 Codeuino", + profile:'https://avatars0.githubusercontent.com/u/31209617?s=460&v=4', + github:'https://github.com/Rupeshiya', + linkedin:'' + }, + { + name:"Asel Peiris", + post:"Core Colaborator", + headline:"GSoC '20 Codeuino", + profile:aselPeiris, + github:'https://github.com/AuraOfDivinity', + linkedin:'' + }, + { + name:"Devansh Agarwal", + post:"Core Colaborator", + headline:"Maintains Codeuino.org", + profile:'https://avatars3.githubusercontent.com/u/48180687?s=460&v=4', + github:'https://github.com/DevanshCodes', + linkedin:'https://www.linkedin.com/in/devansh-agarwal-739702189/' + } +] +const InjectedJSX = CoreContributors.map((member,index) => { + return +}) +const CoreContributorsWrapper = () => { + return ( +
+ {InjectedJSX} +
+ ) +} +export default CoreContributorsWrapper \ No newline at end of file diff --git a/src/pages/Team/Devesh.jpeg b/src/pages/Team/Devesh.jpeg new file mode 100644 index 0000000..4841f88 Binary files /dev/null and b/src/pages/Team/Devesh.jpeg differ diff --git a/src/pages/Team/Jaskirat.jpeg b/src/pages/Team/Jaskirat.jpeg new file mode 100644 index 0000000..35f5816 Binary files /dev/null and b/src/pages/Team/Jaskirat.jpeg differ diff --git a/src/pages/Team/Team.css b/src/pages/Team/Team.css new file mode 100644 index 0000000..b9e5c12 --- /dev/null +++ b/src/pages/Team/Team.css @@ -0,0 +1,10 @@ +.teamimg{ + width:100%; + height:100%; +} +/* .teamcard{ + margin:1vh; +} */ +img{ + width:75%; +} \ No newline at end of file diff --git a/src/pages/Team/Team.js b/src/pages/Team/Team.js new file mode 100644 index 0000000..aa80807 --- /dev/null +++ b/src/pages/Team/Team.js @@ -0,0 +1,75 @@ +import React, { Component } from 'react'; + +import PropTypes from 'prop-types'; +// import {Card,Button} from 'react-bootstrap' + +import './Team.css'; +import BoardMembersWrapper from './BoardMembers' +import CoreContributorsWrapper from './CoreContributors' +import ScrollToTopBtn from '../../components/ScrollToTopBtn/ScrollToTopBtn.js'; +import axios from 'axios'; +import $ from 'jquery'; +class Team extends Component { + + constructor(props){ + super(props); + this.state={ + boardMembers:[], + contributors:[] + } + } + // var jsonURL = "https://s3.ap-south-1.amazonaws.com/pr-webhook-contributors-json/contributors.json"; + // $.getJSON(jsonURL, function(json) { + // $.each(json, function() { + // var contributorDiv = ""; + // contributorDiv += '
'; + // // contributorDiv += '

' + this.name + '

'; + // // contributorDiv += ' ' + // $('#contributors').append(contributorDiv); + // }); + // }); + componentDidMount(){ + var jsonURL = "https://s3.ap-south-1.amazonaws.com/pr-webhook-contributors-json/contributors.json"; + axios.get(jsonURL) + .then((res)=>{this.setState({contributors:res.data});console.log(this.state)}); + } + render() { + let contributors=this.state.contributors; + // console.log(contributors) + var contrilist = contributors.map((contri)=>{ + return
+ }) + return ( + <> +
+
+
+
+
+

Leadership

+
+ +
+

Our Backbone

+
+ +
+

Our Awesome Contributors

+
+
+ {contrilist} +
+
+
+
+
+
+ + + ); + } +} + + + +export default Team; diff --git a/src/pages/Team/TeamCard.js b/src/pages/Team/TeamCard.js new file mode 100644 index 0000000..f26b23c --- /dev/null +++ b/src/pages/Team/TeamCard.js @@ -0,0 +1,28 @@ +import React from 'react' +import { Card, Image } from 'semantic-ui-react' + + +const TeamCard = (props) => { + console.log(props) + return ( + + + + {props.member.name} + + {props.member.post} + + + {props.member.headline} + + + +
+ + +
+
+
+ ) +} +export default TeamCard \ No newline at end of file diff --git a/src/pages/Team/TeamCardWrapper.css b/src/pages/Team/TeamCardWrapper.css new file mode 100644 index 0000000..1a962f1 --- /dev/null +++ b/src/pages/Team/TeamCardWrapper.css @@ -0,0 +1,11 @@ +.grid { + display: grid; + grid-template-columns: auto auto auto; + grid-gap: 30px; + grid-row-gap: 50px; +} +@media screen and (max-width:767px) { + .grid { + grid-template-columns: auto; + } +} \ No newline at end of file diff --git a/src/pages/Team/Vaibhav.jpeg b/src/pages/Team/Vaibhav.jpeg new file mode 100644 index 0000000..4931bf8 Binary files /dev/null and b/src/pages/Team/Vaibhav.jpeg differ diff --git a/src/serviceWorker.js b/src/serviceWorker.js new file mode 100644 index 0000000..8703ddb --- /dev/null +++ b/src/serviceWorker.js @@ -0,0 +1,137 @@ +// This optional code is used to register a service worker. +// register() is not called by default. + +// This lets the app load faster on subsequent visits in production, and gives +// it offline capabilities. However, it also means that developers (and users) +// will only see deployed updates on subsequent visits to a page, after all the +// existing tabs open on the page have been closed, since previously cached +// resources are updated in the background. + +// To learn more about the benefits of this model and instructions on how to +// opt-in, read https://bit.ly/CRA-PWA + +const isLocalhost = Boolean( + window.location.hostname === 'localhost' || + // [::1] is the IPv6 localhost address. + window.location.hostname === '[::1]' || + // 127.0.0.0/8 are considered localhost for IPv4. + window.location.hostname.match( + /^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/ + ) +); + +export function register(config) { + if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) { + // The URL constructor is available in all browsers that support SW. + const publicUrl = new URL(process.env.PUBLIC_URL, window.location.href); + if (publicUrl.origin !== window.location.origin) { + // Our service worker won't work if PUBLIC_URL is on a different origin + // from what our page is served on. This might happen if a CDN is used to + // serve assets; see https://github.com/facebook/create-react-app/issues/2374 + return; + } + + window.addEventListener('load', () => { + const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`; + + if (isLocalhost) { + // This is running on localhost. Let's check if a service worker still exists or not. + checkValidServiceWorker(swUrl, config); + + // Add some additional logging to localhost, pointing developers to the + // service worker/PWA documentation. + navigator.serviceWorker.ready.then(() => { + console.log( + 'This web app is being served cache-first by a service ' + + 'worker. To learn more, visit https://bit.ly/CRA-PWA' + ); + }); + } else { + // Is not localhost. Just register service worker + registerValidSW(swUrl, config); + } + }); + } +} + +function registerValidSW(swUrl, config) { + navigator.serviceWorker + .register(swUrl) + .then(registration => { + registration.onupdatefound = () => { + const installingWorker = registration.installing; + if (installingWorker == null) { + return; + } + installingWorker.onstatechange = () => { + if (installingWorker.state === 'installed') { + if (navigator.serviceWorker.controller) { + // At this point, the updated precached content has been fetched, + // but the previous service worker will still serve the older + // content until all client tabs are closed. + console.log( + 'New content is available and will be used when all ' + + 'tabs for this page are closed. See https://bit.ly/CRA-PWA.' + ); + + // Execute callback + if (config && config.onUpdate) { + config.onUpdate(registration); + } + } else { + // At this point, everything has been precached. + // It's the perfect time to display a + // "Content is cached for offline use." message. + console.log('Content is cached for offline use.'); + + // Execute callback + if (config && config.onSuccess) { + config.onSuccess(registration); + } + } + } + }; + }; + }) + .catch(error => { + console.error('Error during service worker registration:', error); + }); +} + +function checkValidServiceWorker(swUrl, config) { + // Check if the service worker can be found. If it can't reload the page. + fetch(swUrl, { + headers: { 'Service-Worker': 'script' } + }) + .then(response => { + // Ensure service worker exists, and that we really are getting a JS file. + const contentType = response.headers.get('content-type'); + if ( + response.status === 404 || + (contentType != null && contentType.indexOf('javascript') === -1) + ) { + // No service worker found. Probably a different app. Reload the page. + navigator.serviceWorker.ready.then(registration => { + registration.unregister().then(() => { + window.location.reload(); + }); + }); + } else { + // Service worker found. Proceed as normal. + registerValidSW(swUrl, config); + } + }) + .catch(() => { + console.log( + 'No internet connection found. App is running in offline mode.' + ); + }); +} + +export function unregister() { + if ('serviceWorker' in navigator) { + navigator.serviceWorker.ready.then(registration => { + registration.unregister(); + }); + } +} diff --git a/src/setupTests.js b/src/setupTests.js new file mode 100644 index 0000000..74b1a27 --- /dev/null +++ b/src/setupTests.js @@ -0,0 +1,5 @@ +// jest-dom adds custom jest matchers for asserting on DOM nodes. +// allows you to do things like: +// expect(element).toHaveTextContent(/react/i) +// learn more: https://github.com/testing-library/jest-dom +import '@testing-library/jest-dom/extend-expect'; diff --git a/src/webpack.config.js b/src/webpack.config.js new file mode 100644 index 0000000..2667f02 --- /dev/null +++ b/src/webpack.config.js @@ -0,0 +1 @@ +const HtmlWebPackPlugin = require('html-webpack-plugin'); \ No newline at end of file diff --git a/views/.DS_Store b/views/.DS_Store deleted file mode 100644 index 97413ce..0000000 Binary files a/views/.DS_Store and /dev/null differ diff --git a/views/assets/css/agency.style.css b/views/assets/css/agency.style.css deleted file mode 100644 index 233b22b..0000000 --- a/views/assets/css/agency.style.css +++ /dev/null @@ -1,543 +0,0 @@ -/* -* Template Name: Unify - Responsive Bootstrap Template -* Version: 1.9 -* Author: @htmlstream -* Website: http://htmlstream.com -*/ -body { - width: 100%; - height: 100%; - color: #a49da6; - font-size: 14px; - line-height: 1.6; -} -html { - width: 100%; - height: 100%; -} - -a { - color: #e74c3c; - text-decoration: none; -} -a, -a:focus, -a:hover, -a:active { - outline: 0; -} -a:focus { - text-decoration: none; -} -a:hover { - color: #e74c3c; - text-decoration: underline; -} - -::-moz-selection { - color: #fff; - background: #e74c3c; -} -::selection { - color: #fff; - background: #e74c3c; -} - -/* Global Styles START */ -.clear { - clear: both; -} - -@media (min-width: 600px) { - .visible-2xs { - display: none; - } -} -@media (max-width: 600px) { - .hidden-2xs { - display: none; - } - .col-2xs-12 { - width: 100%; - } -} -@media (min-width: 500px) { - .visible-3xs { - display: none; - } -} -@media (max-width: 500px) { - .hidden-3xs { - display: none; - } -} - -.g-padding-5 { padding: 5px;} -.g-padding-10 { padding: 10px;} -.g-padding-15 { padding: 15px;} -.g-padding-20 { padding: 20px;} -.g-padding-25 { padding: 25px;} -.g-padding-30 { padding: 30px;} -.g-padding-35 { padding: 35px;} -.g-padding-40 { padding: 40px;} -.g-padding-45 { padding: 45px;} -.g-padding-50 { padding: 50px;} - -.g-pt-10 { padding-top: 10px;} -.g-pt-20 { padding-top: 20px;} -.g-pt-30 { padding-top: 30px;} -.g-pt-40 { padding-top: 40px;} -.g-pt-50 { padding-top: 50px;} -.g-pt-60 { padding-top: 60px;} -.g-pt-70 { padding-top: 70px;} -.g-pt-80 { padding-top: 80px;} -.g-pt-85 { padding-top: 80px;} -.g-pt-90 { padding-top: 90px;} -.g-pt-100 { padding-top: 100px;} -.g-pt-110 { padding-top: 110px;} -.g-pt-120 { padding-top: 120px;} -.g-pt-130 { padding-top: 130px;} -.g-pt-140 { padding-top: 140px;} -.g-pt-150 { padding-top: 150px;} -.g-pt-160 { padding-top: 160px;} -.g-pt-170 { padding-top: 170px;} - -.g-pb-10 { padding-bottom: 10px;} -.g-pb-20 { padding-bottom: 20px;} -.g-pb-30 { padding-bottom: 30px;} -.g-pb-40 { padding-bottom: 40px;} -.g-pb-50 { padding-bottom: 50px;} -.g-pb-60 { padding-bottom: 60px;} -.g-pb-70 { padding-bottom: 70px;} -.g-pb-75 { padding-bottom: 75px;} -.g-pb-80 { padding-bottom: 80px;} -.g-pb-90 { padding-bottom: 90px;} -.g-pb-100 { padding-bottom: 100px;} - -.g-pl-10 { padding-left: 10px;} -.g-pl-20 { padding-left: 20px;} -.g-pl-30 { padding-left: 30px;} -.g-pl-40 { padding-left: 40px;} -.g-pl-50 { padding-left: 50px;} -.g-pl-60 { padding-left: 60px;} -.g-pl-70 { padding-left: 70px;} -.g-pl-80 { padding-left: 80px;} -.g-pl-90 { padding-left: 90px;} -.g-pl-100 { padding-left: 100px;} - -.g-pr-10 { padding-right: 10px;} -.g-pr-20 { padding-right: 20px;} -.g-pr-30 { padding-right: 30px;} -.g-pr-40 { padding-right: 40px;} -.g-pr-50 { padding-right: 50px;} -.g-pr-60 { padding-right: 60px;} -.g-pr-70 { padding-right: 70px;} -.g-pr-80 { padding-right: 80px;} -.g-pr-90 { padding-right: 90px;} -.g-pr-100 { padding-right: 100px;} - -.g-mt-0 { margin-top: 0;} -.g-mt-10 { margin-top: 10px;} -.g-mt-20 { margin-top: 20px;} -.g-mt-30 { margin-top: 30px;} -.g-mt-40 { margin-top: 40px;} -.g-mt-50 { margin-top: 50px;} -.g-mt-60 { margin-top: 60px;} -.g-mt-70 { margin-top: 70px;} -.g-mt-80 { margin-top: 80px;} -.g-mt-90 { margin-top: 90px;} -.g-mt-100 { margin-top: 100px;} - -.g-mb-10 { margin-bottom: 10px !important;} -.g-mb-15 { margin-bottom: 15px !important;} -.g-mb-20 { margin-bottom: 20px !important;} -.g-mb-25 { margin-bottom: 25px !important;} -.g-mb-30 { margin-bottom: 30px !important;} -.g-mb-35 { margin-bottom: 35px !important;} -.g-mb-40 { margin-bottom: 40px !important;} -.g-mb-45 { margin-bottom: 45px !important;} -.g-mb-50 { margin-bottom: 50px !important;} -.g-mb-55 { margin-bottom: 55px !important;} -.g-mb-60 { margin-bottom: 60px !important;} -.g-mb-65 { margin-bottom: 65px !important;} -.g-mb-70 { margin-bottom: 70px !important;} -.g-mb-75 { margin-bottom: 75px !important;} -.g-mb-80 { margin-bottom: 80px !important;} -.g-mb-85 { margin-bottom: 85px !important;} -.g-mb-90 { margin-bottom: 90px !important;} -.g-mb-95 { margin-bottom: 95px !important;} -.g-mb-100 { margin-bottom: 100px !important;} - -.g-ml-10 { margin-left: 10px;} -.g-ml-20 { margin-left: 20px;} -.g-ml-30 { margin-left: 30px;} -.g-ml-40 { margin-left: 40px;} -.g-ml-50 { margin-left: 50px;} -.g-ml-60 { margin-left: 60px;} -.g-ml-70 { margin-left: 70px;} -.g-ml-80 { margin-left: 80px;} -.g-ml-90 { margin-left: 90px;} -.g-ml-100 { margin-left: 100px;} - -.g-mr-10 { margin-right: 10px;} -.g-mr-20 { margin-right: 20px;} -.g-mr-30 { margin-right: 30px;} -.g-mr-40 { margin-right: 40px;} -.g-mr-50 { margin-right: 50px;} -.g-mr-60 { margin-right: 60px;} -.g-mr-70 { margin-right: 70px;} -.g-mr-80 { margin-right: 80px;} -.g-mr-90 { margin-right: 90px;} -.g-mr-100 { margin-right: 100px;} - -.margin-top-minus-225 { - margin-top: -225px; -} - -@media(max-width: 992px) { - .g-mb-30--sm { - margin-bottom: 30px; - } -} - -.GMap-stand-alone { - height: 500px; -} - -.g-section-bg-gray { - background: #f8f8f8; -} - -.g-social-icons-v2 { - margin: 0; - padding: 0; -} -.g-social-icons-v2 li { - list-style: none; - margin-right: 10px; - margin-bottom: 10px; - display: inline-block; -} -.g-social-icons-v2 a { - width: 35px; - height: 35px; - line-height: 35px; - display: block; - background: #fff; - color: #e74c3c; - transition: all 0.3s ease-in-out; -} -.g-social-icons-v2 a:hover { - background: #383339; - color: #fff; -} -.g-social-icons-v2 a i { - color: #e74c3c; -} -.g-social-icons-v2 a:hover i { - color: #fff; -} - -.g-display-inline-block { - display: inline-block; -} -.g-display-table { - display: table; -} -.g-display-td { - display: table-cell; -} - -.g-text-top { - vertical-align: top; -} -.g-text-middle { - vertical-align: middle; -} -.g-text-bottom { - vertical-align: bottom; -} - -.btn-u-upper { - text-transform: uppercase; -} -.btn-u-lg.btn-u-upper, a.btn-u-lg.btn-u-upper { - font-size: 12px; - font-weight: bold; -} - -i.icon-2lg { - width: 100px; - height: 100px; - line-height: 95px; - font-size: 35px; -} -i.icon-3lg { - width: 130px; - height: 130px; - line-height: 115px; - font-size: 40px; -} -i.icon-color-u { - border: 1px solid #e74c3c; - color: #e74c3c; -} -i.icon-border-v2 { - border: 4px solid #504a51; -} -i.icon-border-v3 { - border: 10px solid #f8f8f8; -} - -i.icon-v4 { - width: 40px; - height: 40px; - line-height: 1; - font-size: 40px; - color: #e74c3c; - display: inline-block; -} - -i.num-icon-v2 { - border: 4px solid #504a51; - color: #e74c3c; - display: inline-block; - font-size: 14px; - font-weight: bold; - font-style: normal; - width: 40px; - height: 40px; - line-height: 33px; - text-align: center; - border-radius: 50%; -} - -.g-icon-hover-1 { - position: relative; - transition: border-color .3s ease-in-out; - transition: box-shadow .4s ease-in-out; - transition: background .5s ease-in-out; -} -i.icon-border-v3.g-icon-hover-1:hover { - border-color: transparent; - color: #fff; -} -.g-icon-hover-1 span { - display: block; - border-radius: 100%; - position: absolute; - top: 0; - left: 0; - z-index: -1; - transform: scale(0); - transition: all .2s ease-in-out; -} -.g-icon-hover-1:hover span { - transform: scale(1); -} -i.icon-3lg.g-icon-hover-1 span { - top: -10px; - left: -10px; - right: -10px; - bottom: -10px; -} -i.icon-border-v3.g-icon-hover-1 span { - background: #e74c3c; -} - -.g-heading-v7 h2, -.g-heading-v7 .h2 { - text-transform: uppercase; - font-size: 40px; - font-weight: 600; - position: relative; - padding-bottom: 40px; - margin-bottom: 40px; - color: #383339; -} -.g-heading-v7 .h2 .block-name { - font-size: 12px; - font-style: normal; - display: block; - color: #fe6466; - margin-bottom: 20px; -} -.g-heading-v7 .h2:after { - content: ""; - display: inline-block; - width: 70px; - height: 10px; - background: #fe6466; - position: absolute; - left: 0; - bottom: 0; -} -.text-center .g-heading-v7 .h2:after, -.g-heading-v7.text-center .h2:after { - left: 50%; - margin-left: -35px; -} -@media(max-width: 500px) { - .g-heading-v7 h2, - .g-heading-v7 .h2 { - font-size: 30px; - padding-bottom: 30px; - } - .g-heading-v7 .h2:after { - height: 7px; - } -} -.g-heading-v7 h3, -.g-heading-v7 .h3 { - text-transform: uppercase; - font-size: 26px; - font-weight: 600; - margin-bottom: 25px; - color: #383339; -} -.g-heading-v7 h4, -.g-heading-v7 .h4 { - text-transform: uppercase; - font-size: 14px; - font-weight: 600; - line-height: auto; - margin: 0 0 5px; - color: #383339; -} -.g-heading-v7 h5, -.g-heading-v7 .h5 { - text-transform: uppercase; - font-size: 11px; - font-weight: 600; - line-height: auto; - margin: 0 0 5px; - color: #383339; -} -/* Global Styles END */ - -/* Our Team BEGIN */ -.our-team-v4 { - color: #89848a; - padding-bottom: 20px; -} -.our-team-v4-start { - background: #413c42 url(../img-temp/Our-Team.jpg) no-repeat 50% 0 / cover; - position: relative; - color: #89848a; - height: 585px; - padding-top: 80px; -} -.our-team-v4-start:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(56,51,57,.95); -} -.our-team-v4 .container { - z-index: 1; - position: relative; -} -.our-team-v4 h2, -.our-team-v4 .h2 { - color: #fff; -} - -.our-team-v4-members { - margin-top: -225px; -} -@media(max-width: 768px) { - .our-team-v4-members { - margin-top: -175px; - } -} - -.our-team-v4-member-wrapper { - position: relative; -} -.our-team-v4-member-wrapper img { - width: 100%; - height: auto; -} -.our-team-v4-member-wrapper div { - opacity: 0; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: rgba(231,76,60,.8); - transition: all 0.3s ease-in-out; -} -.our-team-v4-member-wrapper:hover div { - opacity: 1; -} - -.our-team-v4-member .g-social-icons-v2 { - position: absolute; - left: 20px; - right: 20px; - bottom: 20px; -} -.our-team-v4-member .g-social-icons-v2 li { - margin: 0 5px 10px; -} -.our-team-v4-member .g-social-icons-v2 a:hover { - background: #e74c3c; -} -.our-team-v4-member div em { - display: block; - position: relative; - padding-left: 20px; - padding-right: 20px; - margin-top: -30px; - - text-transform: uppercase; - font-size: 16px; - font-weight: 600; - font-style: normal; - line-height: 1.4; - color: #fff; - - position: absolute; - top: 50%; - left: 0; - right: 0; - - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.our-team-v4-member div em:before { - content: "\“"; - display: block; - font-size: 36px; - line-height: 1; -} -.our-team-v4__role, -.our-team-v4__name, -.our-team-v4__position { - display: block; - line-height: 1; -} -.our-team-v4__role { - color: #e74c3c; - font-size: 11px; - font-weight: bold; - font-style: normal; - text-transform: uppercase; - margin-bottom: 15px; -} -.our-team-v4__name { - text-transform: uppercase; - font-size: 18px; - color: #383339; - margin-bottom: 15px; -} -.our-team-v4__position { - font-size: 13px; - text-transform: lowercase; -} -/* Our Team END */ \ No newline at end of file diff --git a/views/assets/css/app.css b/views/assets/css/app.css deleted file mode 100644 index 9ba8a81..0000000 --- a/views/assets/css/app.css +++ /dev/null @@ -1,3952 +0,0 @@ -/* -* Template Name: Unify - Responsive Bootstrap Template -* Version: 1.9 -* Author: @htmlstream -* Website: http://htmlstream.com -*/ - -/*Reset Styles -------------------------------------*/ -* { - border-radius: 0; -} - -a, -a:focus, -a:hover, -a:active, -button, -button:hover { - outline: 0 !important; -} - -a:focus { - text-decoration: none; -} - -hr { - margin: 30px 0; -} - -hr.hr-xs { - margin: 10px 0; -} - -hr.hr-md { - margin: 20px 0; -} - -hr.hr-lg { - margin: 40px 0; -} - -/*Headings*/ -h1 { - font-size: 28px; - line-height: 35px; -} -h2 { - font-size: 24px; - line-height: 33px; -} -h3 { - font-size: 20px; - line-height: 27px; -} -h4 { - line-height: 25px; -} -h5 { - line-height: 20px; -} -h6 { - line-height: 18px; -} - -.font-open-sans { - font-family: "Open Sans", Arial, sans-serif; -} - -h1, h2, h3, h4, h5, h6 { - color: #555; - margin-top: 5px; - text-shadow: none; - font-weight: normal; - font-family: "Open Sans", Arial, sans-serif; -} - -h1 i, h2 i, h3 i, h4 i, h5 i, h6 i { - margin-right: 5px; -} - -/*Block Headline*/ -.headline { - display: block; - margin: 10px 0 25px 0; - border-bottom: 1px dotted #e4e9f0; -} - -.headline h2 { - font-size: 22px; -} - -.headline h2, -.headline h3, -.headline h4 { - margin: 0 0 -2px 0; - padding-bottom: 5px; - display: inline-block; - border-bottom: 2px solid #72c02c; -} - -.headline-md { - margin-bottom: 15px; -} - -.headline-md h2 { - font-size: 21px; -} - -/*Heading Options*/ -.heading { - text-align: center; -} - -.heading h2 { - padding: 0 12px; - position: relative; - display: inline-block; - line-height: 34px !important; /*For Tagline Boxes*/ -} - -.heading h2:before, -.heading h2:after { - content: ' '; - width: 70%; - position: absolute; - border-width: 1px; - border-color: #bbb; -} - -.heading h2:before { - right: 100%; -} - -.heading h2:after { - left: 100%; -} - -@media (max-width: 768px) { - .heading h2:before, - .heading h2:after { - width: 20%; - } -} - -/*Headline v1*/ -.heading-v1 h2:before, -.heading-v1 h2:after { - top: 15px; - height: 6px; - border-top-style: solid; - border-bottom-style: solid; -} - -/*Headline v2*/ -.heading-v2 h2:before, -.heading-v2 h2:after { - top: 15px; - height: 6px; - border-top-style: dashed; - border-bottom-style: dashed; -} - -/*Headline v3*/ -.heading-v3 h2:before, -.heading-v3 h2:after { - top: 15px; - height: 6px; - border-top-style: dotted; - border-bottom-style: dotted; -} - -/*Headline v4*/ -.heading-v4 h2:before, -.heading-v4 h2:after { - top: 17px; - border-bottom-style: solid; -} - -/*Headline v5*/ -.heading-v5 h2:before, -.heading-v5 h2:after { - top: 17px; - border-bottom-style: dashed; -} - -/*Headline v6*/ -.heading-v6 h2:before, -.heading-v6 h2:after { - top: 17px; - border-bottom-style: dotted; -} - -/*Heading Titles v1*/ -.title-v1 { - z-index: 1; - position: relative; - text-align: center; - margin-bottom: 60px; -} - -.title-v1 h1, -.title-v1 h2 { - color: #444; - font-size: 28px; - position: relative; - margin-bottom: 15px; - padding-bottom: 20px; - text-transform: uppercase; - font-family: "Open Sans", Arial, sans-serif; -} - -.title-v1 h1:after, -.title-v1 h2:after { - bottom: 0; - left: 50%; - height: 1px; - width: 70px; - content: " "; - margin-left: -35px; - position: absolute; - background: #72c02c; -} - -.title-v1 p { - font-size: 17px; - font-weight: 200; -} - -/*Heading Titles v2*/ -h2.title-v2 { - color: #555; - position: relative; - margin-bottom: 30px; -} - -h2.title-v2:after { - left: 0; - width: 70px; - height: 2px; - content: " "; - bottom: -10px; - background: #555; - position: absolute; -} - -h1.title-v2.title-center, -h2.title-v2.title-center, -h3.title-v2.title-center { - text-align: center; -} - -h1.title-v2.title-center:after, -h2.title-v2.title-center:after, -h3.title-v2.title-center:after { - left: 50%; - width: 70px; - margin-left: -35px; -} - -h1.title-light, -h2.title-light, -h3.title-light { - color: #fff; -} - -h2.title-light:after { - background: #fff; -} - -/*Heading Title v3*/ -h1[class^="title-v3-"], -h2[class^="title-v3-"], -h3[class^="title-v3-"] { - color: #555; -} - -h2.title-v3-xlg { - font-size: 28px; - line-height: 32px; -} - -h1.title-v3-lg, -h2.title-v3-lg { - font-size: 24px; - line-height: 28px; -} - -h1.title-v3-md, -h2.title-v3-md { - font-size: 20px; - line-height: 24px; -} - -h2.title-v3-sm, -h3.title-v3-md { - font-size: 18px; - line-height: 24px; -} - -h3.title-v3-md { - line-height: 22px; -} - -h3.title-v3-sm { - font-size: 16px; - line-height: 20px; -} - -h2.title-v3-xs { - font-size: 16px; - line-height: 22px; -} - -h3.title-v3-xs { - font-size: 14px; - margin-bottom: 0; -} - -/*Title v4*/ -.title-v4 { - font-size: 18px; - margin: 0 0 20px; - font-weight: bold; - position: relative; - text-transform: uppercase; - border-bottom: 3px solid #333; -} - -/*Headline Center*/ -.headline-center { - text-align: center; - position: relative; -} - -.headline-center h2 { - color: #555; - font-size: 24px; - position: relative; - margin-bottom: 20px; - padding-bottom: 15px; -} - -.headline-center h2:after { - left: 50%; - z-index: 1; - width: 30px; - height: 2px; - content: " "; - bottom: -5px; - margin-left: -15px; - text-align: center; - position: absolute; - background: #72c02c; -} - -.headline-center p { - /*color: #999;*/ - font-size: 14px; - /*padding: 0 150px;*/ -} - -@media (max-width: 991px) { - .headline-center p { - padding: 0 50px; - } -} - -.headline-center.headline-light h2 { - color: #fff; -} - -.headline-center.headline-light p { - color: #eee; -} - -/*Headline Center v2*/ -.headline-center-v2 { - z-index: 0; - text-align: center; - position: relative; -} - -.headline-center-v2 h2 { - color: #555; - font-size: 24px; - margin-bottom: 20px; - text-transform: uppercase; -} - -.headline-center-v2 span.bordered-icon { - color: #fff; - padding: 0 10px; - font-size: 15px; - line-height: 18px; - position: relative; - margin-bottom: 25px; - display: inline-block; -} - -.headline-center-v2 span.bordered-icon:before, -.headline-center-v2 span.bordered-icon:after { - top: 8px; - height: 1px; - content: " "; - width: 100px; - background: #fff; - position: absolute; -} - -.headline-center-v2 span.bordered-icon:before { - left: 100%; -} - -.headline-center-v2 span.bordered-icon:after { - right: 100%; -} - -.headline-center-v2 p { - color: #555; - font-size: 14px; - padding: 0 70px; -} - -.headline-center-v2.headline-center-v2-dark p { - color: #666; -} - -.headline-center-v2.headline-center-v2-dark span.bordered-icon { - color: #666; -} - -.headline-center-v2.headline-center-v2-dark span.bordered-icon:before, -.headline-center-v2.headline-center-v2-dark span.bordered-icon:after { - background: #666; -} - -/*Headline Left*/ -.headline-left { - position: relative; -} - -.headline-left .headline-brd { - color: #555; - position: relative; - margin-bottom: 25px; - padding-bottom: 10px; -} - -.headline-left .headline-brd:after { - left: 1px; - z-index: 1; - width: 30px; - height: 2px; - content: " "; - bottom: -5px; - position: absolute; - background: #72c02c; -} - -/*Headline v2 -------------------------------------*/ -.headline-v2 { - display: block; - background: #fff; - padding: 1px 10px; - margin: 0 0 20px 0; - border-left: 2px solid #000; -} - -.headline-v2 h2 { - margin: 3px 0; - font-size: 20px; - font-weight: 200; -} - -/*Heading Sizes -------------------------------------*/ -h2.heading-md { - font-size: 20px; - line-height: 24px; -} - -h2.heading-sm, -h3.heading-md { - font-size: 18px; - line-height: 24px; -} - -h3.heading-md { - line-height: 22px; -} - -h3.heading-sm { - font-size: 16px; - line-height: 20px; -} - -h2.heading-xs { - font-size: 16px; - line-height: 22px; -} - -h3.heading-xs { - font-size: 14px; - margin-bottom: 0; -} - -/*Devider -------------------------------------*/ -.devider.devider-dotted { - border-top: 2px dotted #eee; -} -.devider.devider-dashed { - border-top: 2px dashed #eee; -} - -.devider.devider-db { - height: 5px; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; -} -.devider.devider-db-dashed { - height: 5px; - border-top: 1px dashed #ddd; - border-bottom: 1px dashed #ddd; -} -.devider.devider-db-dotted { - height: 5px; - border-top: 1px dotted #ddd; - border-bottom: 1px dotted #ddd; -} - -/*Tables -------------------------------------*/ -/*Basic Tables*/ -.table thead > tr > th { - border-bottom: none; -} - -@media (max-width: 768px) { - .table th.hidden-sm, - .table td.hidden-sm { - display: none !important; - } -} - -/*Forms -------------------------------------*/ -.form-control { - box-shadow: none; - border-radius: 0; -} - -.input-group-addon { - border-radius: 0; -} - -.form-control:focus { - border-color: #bbb; - box-shadow: 0 0 2px #c9c9c9; -} - -/*Form Spacing*/ -.form-spacing .form-control { - margin-bottom: 15px; -} - -/*Form Icons*/ -.input-group-addon { - color: #b3b3b3; - font-size: 14px; - background: #fff; -} - -/*Carousel v1 -------------------------------------*/ -.carousel-v1 .carousel-caption { - left: 0; - right: 0; - bottom: 0; - padding: 7px 15px; - background: rgba(0, 0, 0, 0.7); -} - -.carousel-v1 .carousel-caption p { - color: #fff; - margin-bottom: 0; -} - -.carousel-v1 .carousel-arrow a.carousel-control { - opacity: 1; - font-size:30px; - height:inherit; - width: inherit; - background: none; - text-shadow: none; - position: inherit; -} - -.carousel-v1 .carousel-arrow a i { - top: 50%; - opacity: 0.6; - background: #000; - margin-top: -18px; - padding: 2px 12px; - position: absolute; -} -.carousel-v1 .carousel-arrow a i:hover { - opacity: 0.8; -} - -.carousel-v1 .carousel-arrow a.left i { - left: 0; -} -.carousel-v1 .carousel-arrow a.right i { - right: 0; -} - -/*Carousel v2 -------------------------------------*/ -.carousel-v2 .carousel-control, -.carousel-v2 .carousel-control:hover { - opacity: 1; - text-shadow: none; -} - -.carousel-v2 .carousel-control.left, -.carousel-v2 .carousel-control.right { - top: 50%; - z-index: 5; - color: #eee; - width: 45px; - height: 45px; - font-size: 30px; - margin-top: -22px; - position: absolute; - text-align: center; - display: inline-block; - border: 2px solid #eee; - background: rgba(0,0,0,0.1); -} - -.carousel-v2 .carousel-control:hover { - background: rgba(0,0,0,0.3); - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} - -.carousel-v2 .carousel-control.left { - left: 20px; -} - -.carousel-v2 .carousel-control.right { - right: 20px; -} - -.carousel-v2 .carousel-control .arrow-prev, -.carousel-v2 .carousel-control .arrow-next { - top: -5px; - position: relative; -} - -.carousel-v2 .carousel-control .arrow-next { - right: -2px; -} - - -@media (min-width: 768px) { - .carousel-indicators { - bottom: 10px; - } -} - -/*Tabs -------------------------------------*/ -.nav-tabs > li > a, -.nav-pills > li > a, -.nav-tabs.nav-justified > li > a { - border-radius: 0; -} - -/*Tabs v1 -------------------------------------*/ -.tab-v1 .nav-tabs { - border: none; - background: none; - border-bottom: solid 2px #72c02c; -} - -.tab-v1 .nav-tabs a { - font-size: 14px; - padding: 5px 15px; -} - -.tab-v1 .nav-tabs > .active > a, -.tab-v1 .nav-tabs > .active > a:hover, -.tab-v1 .nav-tabs > .active > a:focus { - color: #fff; - border: none; - background: #72c02c; -} - -.tab-v1 .nav-tabs > li > a { - border: none; -} -.tab-v1 .nav-tabs > li > a:hover { - color: #fff; - background: #72c02c; -} - -.tab-v1 .tab-content { - padding: 10px 0; -} - -.tab-v1 .tab-content img { - margin-top: 4px; - margin-bottom: 15px; -} - -.tab-v1 .tab-content img.img-tab-space { - margin-top: 7px; -} - -/*Tabs v2 -------------------------------------*/ -.tab-v2 .nav-tabs { - border-bottom: none; -} - -.tab-v2 .nav-tabs li a { - padding: 9px 16px; - background: none; - border: none; -} - -.tab-v2 .nav-tabs li.active a { - background: #fff; - padding: 7px 15px 9px; - border: solid 1px #eee; - border-top: solid 2px #72c02c; - border-bottom: none !important; -} - -.tab-v2 .tab-content { - padding: 10px 16px; - border: solid 1px #eee; -} - -/*Tabs v3 -------------------------------------*/ -.tab-v3 .nav-pills li a { - color: #777; - font-size: 17px; - padding: 4px 8px; - margin-bottom: 3px; - background: #fafafa; - border: solid 1px #eee; -} - -.tab-v3 .nav-pills li a:hover, -.tab-v3 .nav-pills li.active a { - color: #fff; - background: #72c02c; - border: solid 1px #68af28; -} - -.tab-v3 .nav-pills li i { - width: 1.25em; - margin-right: 5px; - text-align: center; - display: inline-block; -} - -.tab-v3 .tab-content { - padding: 15px; - background: #fafafa; - border: solid 1px #eee; -} - -/*Tab v4 -------------------------------------*/ -.tab-v4 .tab-heading { - width: 100%; - overflow: hidden; - position: relative; - display: inline-block; - text-transform: uppercase; - border-bottom: 3px solid #333; -} - -.tab-v4 .tab-heading h2 { - margin: 0; - float: left; - font-size: 18px; - font-weight: bold; -} - -/*Nav Tabs*/ -.tab-v4 .nav-tabs { - top: 3px; - border: none; - float: right; - overflow: hidden; - position: relative; -} - -.tab-v4 .nav-tabs a { - color: #555; - font-size: 12px; - padding: 6px 15px; - text-transform: uppercase; -} - -.tab-v4 .nav-tabs > .active > a, -.tab-v4 .nav-tabs > .active > a:hover, -.tab-v4 .nav-tabs > .active > a:focus { - border: none; - background: inherit; -} - -.tab-v4 .nav-tabs > li > a { - border: none; -} -.tab-v4 .nav-tabs > li > a:hover { - background: inherit; -} - -.tab-v4 .tab-content { - padding: 20px 0 10px; -} - -/*Tab v5 -------------------------------------*/ -.tab-v5 .nav-tabs { - border-bottom: none; -} - -.tab-v5 .nav-tabs li a { - border: none; - font-size: 14px; - background: none; - padding: 9px 16px; -} - -.tab-v5 .nav-tabs li.active a { - background: #fff; - padding: 7px 15px 9px; - border: solid 1px #eee; - border-top: solid 3px #222; - border-bottom: none !important; -} - -.tab-v5 .tab-content { - padding: 13px; - border: solid 1px #eee; -} - -/*Accordions -------------------------------------*/ -/*Accordion v1*/ -.acc-v1 .panel-heading { - padding: 0; - box-shadow: none; -} - -.acc-v1 .panel-heading a { - display: block; - font-size: 14px; - padding: 5px 15px; - background: #fefefe; -} - -.acc-icon a.accordion-toggle i { - color: #555; - margin-right: 8px; -} -.acc-icon a.accordion-toggle:hover i { - color: #39414c; -} - -/*Navigation -------------------------------------*/ -.dropdown-menu, -.navbar-toggle { - border-radius: 0; -} - -/*Pegination*/ -.pagination > li:first-child > a, -.pagination > li:first-child > span, -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span, -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span, -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-radius: 0; -} - -.pagination li a { - color: #777; - padding: 5px 15px; -} - -.pagination li a:hover { - color: #fff; - background: #5fb611; - border-color: #5fb611; -} - -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - border-color: #72c02c; - background-color: #72c02c; -} - -/*Pagination Without Space*/ -.pagination-no-space .pagination { - margin: 0; -} - -/*Pager*/ -.pager li > a, -.pager li > span { - border-radius: 0; -} - -.pager li > a:hover, -.pager li > a:focus { - color: #fff; - background: #5fb611; - border-color: #5fb611; -} - -/*Pager v2 and v3 -------------------------------------*/ -.pager.pager-v2 li > a { - border: none; -} - -.pager.pager-v2 li > a, -.pager.pager-v3 li > a { - -webkit-transition: all 0.1s ease-in-out; - -moz-transition: all 0.1s ease-in-out; - -o-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; -} - -.pager.pager-v2 li > a:hover, -.pager.pager-v2 li > a:focus, -.pager.pager-v3 li > a:hover, -.pager.pager-v3 li > a:focus { - color: #fff; - background: #72c02c; -} - -/*Pager Amount*/ -.pager.pager-v2 li.page-amount, -.pager.pager-v3 li.page-amount { - font-size: 16px; - font-style: italic; -} - -.pager.pager-v2 li.page-amount, -.pager.pager-v2 li.page-amount:hover, -.pager.pager-v2 li.page-amount:focus, -.pager.pager-v3 li.page-amount, -.pager.pager-v3 li.page-amount:hover, -.pager.pager-v3 li.page-amount:focus { - top: 7px; - color: #777; - position: relative; -} - -/*Pager Size*/ -.pager.pager-v2.pager-md li a, -.pager.pager-v3.pager-md li a { - font-size: 16px; - padding: 8px 18px; -} - -/*Pager v4 -------------------------------------*/ -.pager.pager-v4 li > a { - line-height: normal; - -webkit-transition: all 0.1s ease-in-out; - -moz-transition: all 0.1s ease-in-out; - -o-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; -} - -.pager.pager-v4 li > a:hover, -.pager.pager-v4 li > a:focus { - color: #fff; - background: #222; - border-color: #222; -} - -/*Pager Amount*/ -.pager.pager-v4 li.page-amount { - font-size: 14px; - font-style: italic; -} - -.pager.pager-v4 li.page-amount, -.pager.pager-v4 li.page-amount:hover, -.pager.pager-v4 li.page-amount:focus { - top: 7px; - color: #777; - position: relative; -} - -/*Sidebar Menu -------------------------------------*/ -.list-group-item:first-child, -.list-group-item:last-child { - border-radius: 0; -} - -/*Sidebar Menu v1*/ -.sidebar-nav-v1 li { - padding: 0; -} - -.sidebar-nav-v1 li a { - display: block; - padding: 8px 30px 8px 10px; -} - -.sidebar-nav-v1 li a:hover { - text-decoration: none; -} - -.sidebar-nav-v1 > li.active, -.sidebar-nav-v1 > li.active:hover { - background: #717984; -} - -.sidebar-nav-v1 > li.active, -.sidebar-nav-v1 > li.active:hover, -.sidebar-nav-v1 > li.active:focus { - border-color: #ddd; -} - -.sidebar-nav-v1 > li.active > a { - color: #fff; -} - -/*Sidebar Sub Navigation*/ -.sidebar-nav-v1 li ul { - padding: 0; - list-style: none; -} - -.sidebar-nav-v1 li ul, -.sidebar-nav-v1 li.active ul a { - background: #f8f8f8; -} - -.sidebar-nav-v1 li ul a { - color: #555; - font-size: 12px; - border-top: solid 1px #ddd; - padding: 6px 30px 6px 17px; -} - -.sidebar-nav-v1 ul li:hover a, -.sidebar-nav-v1 ul li.active a { - color: #72c02c; -} - -/*Sidebar Badges*/ -.list-group-item li > .badge { - float: right; -} - -.sidebar-nav-v1 span.badge { - margin-top: 8px; - margin-right: 10px; -} - -.sidebar-nav-v1 .list-toggle > span.badge { - margin-right: 25px; -} - -.sidebar-nav-v1 ul li span.badge { - margin-top: 8px; - font-size: 11px; - padding: 3px 5px; - margin-right: 10px; -} - -/*Sidebar List Toggle*/ -.list-toggle:after { - top: 7px; - right: 10px; - color: #777; - font-size: 14px; - content: "\f105"; - position: absolute; - font-weight: normal; - display: inline-block; - font-family: FontAwesome; -} - -.list-toggle.active:after { - color: #fff; - content: "\f107"; -} - -/*Button Styles -------------------------------------*/ -.btn { - box-shadow: none; - border-radius: 0; -} -.btn-u { - border: 0; - color: #fff; - font-size: 14px; - cursor: pointer; - font-weight: 400; - padding: 6px 13px; - position: relative; - background: #72c02c; - white-space: nowrap; - display: inline-block; - text-decoration: none; -} -.btn-u:hover { - color: #fff; - text-decoration: none; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} - -.btn-u.btn-block { - text-align: center; -} - -a.btn-u { - /*padding: 4px 13px;*/ - /*vertical-align: middle;*/ -} - -.btn-u-sm, -a.btn-u-sm { - padding: 3px 12px; -} - -.btn-u-md, -a.btn-u-md { - padding: 10px 20px; -} - -.btn-u-lg, -a.btn-u-lg { - font-size: 18px; - padding: 10px 25px; -} - -.btn-u-xs, -a.btn-u-xs { - font-size: 12px; - padding: 2px 12px; - line-height: 18px; -} - -/*Button Groups*/ -.btn-group .dropdown-menu > li > a { - padding: 3px 13px; -} - -.btn-group > .btn-u, -.btn-group-vertical > .btn-u { - float: left; - position: relative; -} - -.btn-group > .btn-u:first-child { - margin-left: 0; -} - -/*For FF Only*/ -@-moz-document url-prefix() { - .footer-subsribe .btn-u { - padding-bottom: 4px; - } -} -@media (max-width: 768px) { - @-moz-document url-prefix() { - .btn-u { - padding-bottom: 6px; - } - } -} - -/*Buttons Color*/ -.btn-u:hover, -.btn-u:focus, -.btn-u:active, -.btn-u.active, -.open .dropdown-toggle.btn-u { - background: #5fb611; -} -.btn-u-split.dropdown-toggle { - border-left: solid 1px #5fb611; -} - -.btn-u.btn-u-blue { - background: #3498db; -} -.btn-u.btn-u-blue:hover, -.btn-u.btn-u-blue:focus, -.btn-u.btn-u-blue:active, -.btn-u.btn-u-blue.active, -.open .dropdown-toggle.btn-u.btn-u-blue { - background: #2980b9; -} -.btn-u.btn-u-split-blue.dropdown-toggle { - border-left: solid 1px #2980b9; -} - -.btn-u.btn-u-red { - background: #e74c3c; -} -.btn-u.btn-u-red:hover, -.btn-u.btn-u-red:focus, -.btn-u.btn-u-red:active, -.btn-u.btn-u-red.active, -.open .dropdown-toggle.btn-u.btn-u-red { - background: #c0392b; -} -.btn-u.btn-u-split-red.dropdown-toggle { - border-left: solid 1px #c0392b; -} - -.btn-u.btn-u-orange { - background: #e67e22; -} -.btn-u.btn-u-orange:hover, -.btn-u.btn-u-orange:focus, -.btn-u.btn-u-orange:active, -.btn-u.btn-u-orange.active, -.open .dropdown-toggle.btn-u.btn-u-orange { - background: #d35400; -} -.btn-u.btn-u-split-orange.dropdown-toggle { - border-left: solid 1px #d35400; -} - -.btn-u.btn-u-sea { - background: #1abc9c; -} -.btn-u.btn-u-sea:hover, -.btn-u.btn-u-sea:focus, -.btn-u.btn-u-sea:active, -.btn-u.btn-u-sea.active, -.open .dropdown-toggle.btn-u.btn-u-sea { - background: #16a085; -} -.btn-u.btn-u-split-sea.dropdown-toggle { - border-left: solid 1px #16a085; -} - -.btn-u.btn-u-green { - background: #2ecc71; -} -.btn-u.btn-u-green:hover, -.btn-u.btn-u-green:focus, -.btn-u.btn-u-green:active, -.btn-u.btn-u-green.active, -.open .dropdown-toggle.btn-u.btn-u-green { - background: #27ae60; -} -.btn-u.btn-u-split-green.dropdown-toggle { - border-left: solid 1px #27ae60; -} - -.btn-u.btn-u-yellow { - background: #f1c40f; -} -.btn-u.btn-u-yellow:hover, -.btn-u.btn-u-yellow:focus, -.btn-u.btn-u-yellow:active, -.btn-u.btn-u-yellow.active, -.open .dropdown-toggle.btn-u.btn-u-yellow { - background: #f39c12; -} -.btn-u.btn-u-split-yellow.dropdown-toggle { - border-left: solid 1px #f39c12; -} - -.btn-u.btn-u-default { - background: #95a5a6; -} -.btn-u.btn-u-default:hover, -.btn-u.btn-u-default:focus, -.btn-u.btn-u-default:active, -.btn-u.btn-u-default.active, -.open .dropdown-toggle.btn-u.btn-u-default { - background: #7f8c8d; -} -.btn-u.btn-u-split-default.dropdown-toggle { - border-left: solid 1px #7f8c8d; -} - -.btn-u.btn-u-purple { - background: #9b6bcc; -} -.btn-u.btn-u-purple:hover, -.btn-u.btn-u-purple:focus, -.btn-u.btn-u-purple:active, -.btn-u.btn-u-purple.active, -.open .dropdown-toggle.btn-u.btn-u-purple { - background: #814fb5; -} -.btn-u.btn-u-split-purple.dropdown-toggle { - border-left: solid 1px #814fb5; -} - -.btn-u.btn-u-aqua { - background: #27d7e7; -} -.btn-u.btn-u-aqua:hover, -.btn-u.btn-u-aqua:focus, -.btn-u.btn-u-aqua:active, -.btn-u.btn-u-aqua.active, -.open .dropdown-toggle.btn-u.btn-u-aqua { - background: #26bac8; -} -.btn-u.btn-u-split-aqua.dropdown-toggle { - border-left: solid 1px #26bac8; -} - -.btn-u.btn-u-brown { - background: #9c8061; -} -.btn-u.btn-u-brown:hover, -.btn-u.btn-u-brown:focus, -.btn-u.btn-u-brown:active, -.btn-u.btn-u-brown.active, -.open .dropdown-toggle.btn-u.btn-u-brown { - background: #81674b; -} -.btn-u.btn-u-split-brown.dropdown-toggle { - border-left: solid 1px #81674b; -} - -.btn-u.btn-u-dark-blue { - background: #4765a0; -} -.btn-u.btn-u-dark-blue:hover, -.btn-u.btn-u-dark-blue:focus, -.btn-u.btn-u-dark-blue:active, -.btn-u.btn-u-dark-blue.active, -.open .dropdown-toggle.btn-u.btn-u-dark-blue { - background: #324c80; -} -.btn-u.btn-u-split-dark.dropdown-toggle { - border-left: solid 1px #324c80; -} - -.btn-u.btn-u-light-green { - background: #79d5b3; -} -.btn-u.btn-u-light-green:hover, -.btn-u.btn-u-light-green:focus, -.btn-u.btn-u-light-green:active, -.btn-u.btn-u-light-green.active, -.open .dropdown-toggle.btn-u.btn-u-light-green { - background: #59b795; -} -.btn-u.btn-u-split-light-green.dropdown-toggle { - border-left: solid 1px #59b795; -} - -.btn-u.btn-u-dark { - background: #555; -} -.btn-u.btn-u-dark:hover, -.btn-u.btn-u-dark:focus, -.btn-u.btn-u-dark:active, -.btn-u.btn-u-dark.active, -.open .dropdown-toggle.btn-u.btn-u-dark { - background: #333; -} -.btn-u.btn-u-split-dark.dropdown-toggle { - border-left: solid 1px #333; -} - -.btn-u.btn-u-light-grey { - background: #585f69; -} -.btn-u.btn-u-light-grey:hover, -.btn-u.btn-u-light-grey:focus, -.btn-u.btn-u-light-grey:active, -.btn-u.btn-u-light-grey.active, -.open .dropdown-toggle.btn-u.btn-u-light-grey { - background: #484f58; -} -.btn-u.btn-u-split-light-grey.dropdown-toggle { - border-left: solid 1px #484f58; -} - -/*Bordered Buttons*/ -.btn-u.btn-brd { - color: #555; - background: none; - padding: 5px 13px; - border: solid 1px transparent; - -webkit-transition: all 0.1s ease-in-out; - -moz-transition: all 0.1s ease-in-out; - -o-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; -} -.btn-u.btn-brd-width-2 { - padding: 7px 18px; - border-width: 2px; -} -.btn-u.btn-brd:hover { - background: none; -} -.btn-u.btn-brd:focus { - background: none; -} -.btn-u.btn-brd.btn-brd-hover:hover { - color: #fff !important; -} - -.btn-u.btn-brd { - border-color: #72c02c; -} -.btn-u.btn-brd:hover { - color: #5fb611; - border-color: #5fb611; -} -.btn-u.btn-brd.btn-brd-hover:hover { - background: #5fb611; -} - -.btn-u.btn-brd.btn-u-blue { - border-color: #3498db; -} -.btn-u.btn-brd.btn-u-blue:hover { - color: #2980b9; - border-color: #2980b9; -} -.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover { - background: #2980b9; -} - -.btn-u.btn-brd.btn-u-red { - border-color: #e74c3c; -} -.btn-u.btn-brd.btn-u-red:hover { - color: #c0392b; - border-color: #c0392b; -} -.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover { - background: #c0392b; -} - -.btn-u.btn-brd.btn-u-orange { - border-color: #e67e22; -} -.btn-u.btn-brd.btn-u-orange:hover { - color: #d35400; - border-color: #d35400; -} -.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover { - background: #d35400; -} - -.btn-u.btn-brd.btn-u-sea { - border-color: #1abc9c; -} -.btn-u.btn-brd.btn-u-sea:hover { - color: #16a085; - border-color: #16a085; -} -.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover { - background: #16a085; -} - -.btn-u.btn-brd.btn-u-green { - border-color: #2ecc71; -} -.btn-u.btn-brd.btn-u-green:hover { - color: #27ae60; - border-color: #27ae60; -} -.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover { - background: #27ae60; -} - -.btn-u.btn-brd.btn-u-yellow { - border-color: #f1c40f; -} -.btn-u.btn-brd.btn-u-yellow:hover { - color: #f39c12; - border-color: #f39c12; -} -.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover { - background: #f39c12; -} - -.btn-u.btn-brd.btn-u-default { - border-color: #95a5a6; -} -.btn-u.btn-brd.btn-u-default:hover { - color: #7f8c8d; - border-color: #7f8c8d; -} -.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover { - background: #7f8c8d; -} - -.btn-u.btn-brd.btn-u-dark { - border-color: #555; -} -.btn-u.btn-brd.btn-u-dark:hover { - color: #333; - border-color: #333; -} -.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover { - background: #333; -} - -.btn-u.btn-brd.btn-u-light-grey { - border-color: #585f69; -} -.btn-u.btn-brd.btn-u-light-grey:hover { - color: #484f58; - border-color: #484f58; -} -.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover { - background: #484f58; -} - -.btn-u.btn-brd.btn-u-purple { - border-color: #9b6bcc; -} -.btn-u.btn-brd.btn-u-purple:hover { - color: #814fb5; - border-color: #814fb5; -} -.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover { - background: #814fb5; -} - -.btn-u.btn-brd.btn-u-aqua { - border-color: #27d7e7; -} -.btn-u.btn-brd.btn-u-aqua:hover { - color: #26bac8; - border-color: #26bac8; -} -.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover { - background: #26bac8; -} - -.btn-u.btn-brd.btn-u-brown { - border-color: #9c8061; -} -.btn-u.btn-brd.btn-u-brown:hover { - color: #81674b; - border-color: #81674b; -} -.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover { - background: #81674b; -} - -.btn-u.btn-brd.btn-u-dark-blue { - border-color: #4765a0; -} -.btn-u.btn-brd.btn-u-dark-blue:hover { - color: #324c80; - border-color: #324c80; -} -.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover { - background: #324c80; -} - -.btn-u.btn-brd.btn-u-light-green { - border-color: #79d5b3; -} -.btn-u.btn-brd.btn-u-light-green:hover { - color: #59b795; - border-color: #59b795; -} -.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover { - background: #59b795; -} - -.btn-u.btn-brd.btn-u-light { - color: #fff; - border-color: #fff; -} -.btn-u.btn-brd.btn-u-light:hover { - border-color: #fff; -} -.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover { - background: #fff; - color: #555 !important; -} - -/*Dropdown Buttons -------------------------------------*/ -.dropdown-show { - box-shadow: 0 0 4px #eee; - display: inline-block; - position: relative; -} - -/*Badges and Labels -------------------------------------*/ -.badge, -.label { - border-radius: 0; -} - -/*Labels*/ -span.label { - font-size: 11px; - font-weight: 400; - padding: 4px 7px; -} - -/*Badges*/ -span.badge, -.list-group-item.active>.badge { - color: #fff; - font-weight: 400; - padding: 4px 7px; -} - -span.label-u, -span.badge-u, -.list-group-item.active>.badge.badge-u { - background: #72c02c; -} - -span.label-blue, -span.badge-blue, -.list-group-item.active>.badge { - background: #3498db; -} - -span.label-red, -span.badge-red, -.list-group-item.active>.badge { - background: #e74c3c; -} - -span.label-green, -span.badge-green, -.list-group-item.active>.badge.badge-green { - background: #2ecc71; -} - -span.label-sea, -span.badge-sea, -.list-group-item.active>.badge.badge-sea { - background: #1abc9c; -} - -span.label-orange, -span.badge-orange, -.list-group-item.active>.badge.badge-orange { - background: #e67e22; -} - -span.label-yellow, -span.badge-yellow, -.list-group-item.active>.badge.badge-yellow { - background: #f1c40f; -} - -span.label-purple, -span.badge-purple, -.list-group-item.active>.badge.badge-purple { - background: #9b6bcc; -} - -span.label-aqua, -span.badge-aqua, -.list-group-item.active>.badge.badge-aqua { - background: #27d7e7; -} - -span.label-brown, -span.badge-brown, -.list-group-item.active>.badge.badge-brown { - background: #9c8061; -} - -span.label-dark-blue, -span.badge-dark-blue, -.list-group-item.active>.badge.badge-dark-blue { - background: #4765a0; -} - -span.label-light-green, -span.badge-light-green, -.list-group-item.active>.badge.badge-light-green { - background: #79d5b3; -} - -span.label-light, -span.badge-light, -.list-group-item.active>.badge.badge-light { - color: #777; - background: #ecf0f1; -} - -span.label-dark, -span.badge-dark, -.list-group-item.active>.badge.badge-dark { - background: #555; -} - -/*Badge Lists*/ -.badge-lists li { - position: relative; -} - -.badge-lists span.badge { - top: -10px; - right: -6px; - position: absolute; -} - -/*Badge Icons*/ -.badge-lists.badge-icons span.badge { - min-width: 12px; - padding: 3px 6px; - } - -.badge-lists.badge-icons i { - font-size: 18px; - min-width: 25px; -} - -/*Badge Box v1*/ -.badge-box-v1 a { - color: #777; - min-width: 40px; - font-size: 18px; - padding: 8px 9px; - display: inline-block; - border: solid 1px #eee; -} - -/*Badge Box v2*/ -.badge-box-v2 a { - color: #777; - font-size: 12px; - padding: 10px; - min-width: 70px; - text-align: center; - display: inline-block; - border: solid 1px #eee; -} - -.badge-box-v2 a i { - font-size: 20px; -} - -/*General Badge Box*/ -.badge-box-v1 a i, -.badge-box-v2 a i { - display: block; - margin: 1px auto 2px; -} - -.badge-box-v1 a:hover, -.badge-box-v2 a:hover { - color: #555; - border-color: #555; - text-decoration: none; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -/*Icons -------------------------------------*/ -/*Social Icons*/ -.social-icons { - margin: 0; - padding: 0; -} - -.social-icons li { - list-style: none; - margin-right: 3px; - margin-bottom: 5px; - text-indent: -9999px; - display: inline-block; -} - -.social-icons li a, a.social-icon { - width: 28px; - height: 28px; - display: block; - background-position: 0 0; - background-repeat: no-repeat; - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -ms-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.social-icons li:hover a { - background-position: 0 -38px; -} - -.social-icons-color li a { - opacity: 0.7; - background-position: 0 -38px !important; - -webkit-backface-visibility: hidden; /*For Chrome*/ -} - -.social-icons-color li a:hover { - opacity: 1; -} - -.social_amazon {background: url(../../../assets/img/icons/social/amazon.png) no-repeat;} -.social_behance {background: url(../../../assets/img/icons/social/behance.png) no-repeat;} -.social_blogger {background: url(../../../assets/img/icons/social/blogger.png) no-repeat;} -.social_deviantart {background: url(../../../assets/img/icons/social/deviantart.png) no-repeat;} -.social_dribbble {background: url(../../../assets/img/icons/social/dribbble.png) no-repeat;} -.social_dropbox {background: url(../../../assets/img/icons/social/dropbox.png) no-repeat;} -.social_evernote {background: url(../../../assets/img/icons/social/evernote.png) no-repeat;} -.social_facebook {background: url(../../../assets/img/icons/social/facebook.png) no-repeat;} -.social_forrst {background: url(../../../assets/img/icons/social/forrst.png) no-repeat;} -.social_github {background: url(../../../assets/img/icons/social/github.png) no-repeat;} -.social_googleplus {background: url(../../../assets/img/icons/social/googleplus.png) no-repeat;} -.social_jolicloud {background: url(../../../assets/img/icons/social/jolicloud.png) no-repeat;} -.social_last-fm {background: url(../../../assets/img/icons/social/last-fm.png) no-repeat;} -.social_linkedin {background: url(../../../assets/img/icons/social/linkedin.png) no-repeat;} -.social_picasa {background: url(../../../assets/img/icons/social/picasa.png) no-repeat;} -.social_pintrest {background: url(../../../assets/img/icons/social/pintrest.png) no-repeat;} -.social_rss {background: url(../../../assets/img/icons/social/rss.png) no-repeat;} -.social_skype {background: url(../../../assets/img/icons/social/skype.png) no-repeat;} -.social_spotify {background: url(../../../assets/img/icons/social/spotify.png) no-repeat;} -.social_stumbleupon {background: url(../../../assets/img/icons/social/stumbleupon.png) no-repeat;} -.social_tumblr {background: url(../../../assets/img/icons/social/tumblr.png) no-repeat;} -.social_twitter {background: url(../../../assets/img/icons/social/twitter.png) no-repeat;} -.social_vimeo {background: url(../../../assets/img/icons/social/vimeo.png) no-repeat;} -.social_wordpress {background: url(../../../assets/img/icons/social/wordpress.png) no-repeat;} -.social_xing {background: url(../../../assets/img/icons/social/xing.png) no-repeat;} -.social_yahoo {background: url(../../../assets/img/icons/social/yahoo.png) no-repeat;} -.social_youtube {background: url(../../../assets/img/icons/social/youtube.png) no-repeat;} -.social_vk {background: url(../../../assets/img/icons/social/vk.png) no-repeat;} -.social_instagram {background: url(../../../assets/img/icons/social/instagram.png) no-repeat;} - -/*Font Awesome Icon Styles*/ -i.icon-custom { - color: #555; - width: 40px; - height: 40px; - font-size: 20px; - line-height: 40px; - margin-bottom: 5px; - text-align: center; - display: inline-block; - border: solid 1px #555; -} - -i.icon-sm { - width: 35px; - height: 35px; - font-size: 16px; - line-height: 35px; -} - -i.icon-md { - width: 55px; - height: 55px; - font-size: 22px; - line-height: 55px; -} - -i.icon-lg { - width: 60px; - height: 60px; - font-size: 31px; - line-height: 60px; - margin-bottom: 10px; -} - -i.icon-2x { - font-size: 30px; -} -i.icon-3x { - font-size: 40px; -} -i.icon-4x { - font-size: 50px; -} - -/*Line Icons*/ -i.icon-line { - font-size: 17px; -} -i.icon-sm.icon-line { - font-size: 14px; -} -i.icon-md.icon-line { - font-size: 22px; -} -i.icon-lg.icon-line { - font-size: 28px; -} - -i.icon-2x.icon-line { - font-size: 27px; -} -i.icon-3x.icon-line { - font-size: 36px; -} -i.icon-4x.icon-line { - font-size: 47px; -} - -/*Icon Styles For Links*/ -.link-icon, -.link-bg-icon { - color: #555; -} - -.link-icon:hover, -.link-bg-icon:hover { - border: none; - text-decoration: none; -} - -.link-icon:hover i { - color: #72c02c; - background: none; - border: solid 1px #72c02c; -} - -.link-bg-icon:hover i { - color: #72c02c; - background: #72c02c; - border-color: #72c02c; - color: #fff !important; -} - -/*Icons Color*/ -i.icon-color-u, -i.icon-color-red, -i.icon-color-sea, -i.icon-color-dark, -i.icon-color-grey, -i.icon-color-blue, -i.icon-color-green, -i.icon-color-yellow, -i.icon-color-orange, -i.icon-color-purple, -i.icon-color-aqua, -i.icon-color-brown, -i.icon-color-dark-blue, -i.icon-color-light-grey, -i.icon-color-light-green, { - background: none; -} - -i.icon-color-u { - color: #72c02c; - border: solid 1px #72c02c; -} -i.icon-color-blue { - color: #3498db; - border: solid 1px #3498db; -} -i.icon-color-red { - color: #e74c3c; - border: solid 1px #e74c3c; -} -i.icon-color-sea { - color: #1abc9c; - border: solid 1px #1abc9c; -} -i.icon-color-green { - color: #2ecc71; - border: solid 1px #2ecc71; -} -i.icon-color-yellow { - color: #f1c40f; - border: solid 1px #f1c40f; -} -i.icon-color-orange { - color: #e67e22; - border: solid 1px #e67e22; -} -i.icon-color-grey { - color: #95a5a6; - border: solid 1px #95a5a6; -} -i.icon-color-purple { - color: #9b6bcc; - border: solid 1px #9b6bcc; -} -i.icon-color-aqua { - color: #27d7e7; - border: solid 1px #27d7e7; -} -i.icon-color-brown { - color: #9c8061; - border: solid 1px #9c8061; -} -i.icon-color-dark-blue { - color: #4765a0; - border: solid 1px #4765a0; -} -i.icon-color-light-green { - color: #79d5b3; - border: solid 1px #79d5b3; -} -i.icon-color-light { - color: #fff; - border: solid 1px #fff; -} -i.icon-color-light-grey { - color: #585f69; - border: solid 1px #585f69; -} - -/*Icons Backgroun Color*/ -i.icon-bg-u, -i.icon-bg-red, -i.icon-bg-sea, -i.icon-bg-dark, -i.icon-bg-darker, -i.icon-bg-grey, -i.icon-bg-blue, -i.icon-bg-green, -i.icon-bg-yellow, -i.icon-bg-orange, -i.icon-bg-purple, -i.icon-bg-aqua, -i.icon-bg-brown, -i.icon-bg-dark-blue, -i.icon-bg-light-grey, -i.icon-bg-light-green { - color: #fff; - border-color: transparent; -} - -i.icon-bg-u { - background: #72c02c; -} -i.icon-bg-blue { - background: #3498db; -} -i.icon-bg-red { - background: #e74c3c; -} -i.icon-bg-sea { - background: #1abc9c; -} -i.icon-bg-green { - background: #2ecc71; -} -i.icon-bg-yellow { - background: #f1c40f; -} -i.icon-bg-orange { - background: #e67e22; -} -i.icon-bg-grey { - background: #95a5a6; -} -i.icon-bg-dark { - background: #555; -} -i.icon-bg-darker { - background: #333; -} -i.icon-bg-purple { - background: #9b6bcc; -} -i.icon-bg-aqua { - background: #27d7e7; -} -i.icon-bg-brown { - background: #9c8061; -} -i.icon-bg-dark-blue { - background: #4765a0; -} -i.icon-bg-light-green { - background: #79d5b3; -} -i.icon-bg-light { - background: #fff; - border-color: transparent; -} -i.icon-bg-light-grey { - background: #585f69; - border-color: transparent; -} - -/* Make Font Awesome icons fixed width */ -.fa-fixed [class^="fa"], -.fa-fixed [class*=" fa"] { - width: 1.25em; - text-align: center; - display: inline-block; -} -.fa-fixed [class^="fa"].fa-lg, -.fa-fixed [class*=" fa"].fa-lg { - /* increased font size for fa-lg */ - width: 1.5625em; -} - -/*Content Boxes -------------------------------------*/ -/*Content Boxes v1*/ -.content-boxes-v1 { - text-align: center; -} - -.content-boxes-v1 span { - display: block; - margin-top: 5px; -} - -/*Content Boxes v2*/ -.content-boxes-v2-o span { - display: block; - overflow: hidden; -} - -.content-boxes-v2-o small { - display: block; - line-height: 1.6; -} - -.content-boxes-v2-o .icon-md + span { - margin-top: 9px; -} - -.content-boxes-v2-o .icon-lg + span { - margin-top: 11px; -} - -.content-boxes-v2-o .icon-custom { - float: left; - margin-top: 3px; - margin-right: 15px; -} - -@media (max-width: 992px) { - .content-boxes-v2, - .content-boxes-v2 .text-justify { - text-align: center; - } - - .content-boxes-v2 span { - display: block; - margin-top: 5px; - } -} - -/*Content Boxes v3*/ -.content-boxes-v3 i.icon-custom { - top: 8px; - float: left; - position: relative; -} - -.content-boxes-v3 .content-boxes-in-v3 { - padding: 0 20px; - overflow: hidden; -} - -.content-boxes-v3 .content-boxes-in-v3 h3 { - font-size: 18px; - line-height: 22px; - margin-bottom: 3px; - text-transform: capitalize; -} - -.content-boxes-v3 .content-boxes-in-v3 h3 a { - color: #555; -} - -/*Content Boxes Right v3*/ -.content-boxes-v3.content-boxes-v3-right { - text-align: right; -} - -.content-boxes-v3.content-boxes-v3-right i.icon-custom { - float: right; -} - -@media (max-width: 768px){ - .content-boxes-v3.content-boxes-v3-right { - text-align: inherit; - } - - .content-boxes-v3.content-boxes-v3-right i.icon-custom { - float: left; - margin-left: 0; - } -} - -/*Content Boxes v4*/ -.content-boxes-v4 h2 { - color: #555; - font-size: 18px; - font-weight: bold; - text-transform: uppercase; -} - -.content-boxes-v4 a { - color: #777; - font-size: 11px; - font-weight: bold; - text-transform: uppercase; -} - -.content-boxes-v4 i { - width: 25px; - color: #72c02c; - font-size: 35px; - margin-top: 10px; -} - -.content-boxes-in-v4 { - padding: 0 10px; - overflow: hidden; -} - -.content-boxes-v4-sm i { - font-size: 26px; - margin-top: 10px; - margin-right: 5px; -} - -/*Content Boxes v5*/ -.content-boxes-v5 i { - float: left; - color: #999; - width: 50px; - height: 50px; - padding: 11px; - font-size: 22px; - background: #eee; - line-height: 28px; - text-align: center; - margin-right: 15px; - display: inline-block; -} - -.content-boxes-v5:hover i { - color: #fff; - background: #72c02c; -} - -/*Content Boxes v6*/ -.content-boxes-v6 { - padding-top: 25px; - text-align: center; -} - -.content-boxes-v6 i { - color: #fff; - width: 90px; - height: 90px; - padding: 30px; - font-size: 30px; - line-height: 30px; - position: relative; - text-align: center; - background: #dedede; - margin-bottom: 25px; - display: inline-block; -} - -.content-boxes-v6 i:after { - top: -8px; - left: -8px; - right: -8px; - bottom: -8px; - content: " "; - position: absolute; - border: 1px solid #dedede; - border-radius: 50% !important; -} - -.content-boxes-v6:hover i, -.content-boxes-v6:hover i:after { - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} - -.content-boxes-v6:hover i { - background: #72c02c; -} - -.content-boxes-v6:hover i:after { - border-color: #72c02c; -} - -/*Colored Content Boxes -------------------------------------*/ -.service-block { - padding: 20px 30px; - text-align: center; - margin-bottom: 20px; -} - -.service-block p, -.service-block h2 { - color: #fff; -} - -.service-block h2 a:hover{ - text-decoration: none; -} - -.service-block-light, -.service-block-default { - background: #fafafa; - border: solid 1px #eee; -} - -.service-block-default:hover { - box-shadow: 0 0 8px #eee; -} - -.service-block-light p, -.service-block-light h2, -.service-block-default p, -.service-block-default h2 { - color: #555; -} - -.service-block-u { - background: #72c02c; -} -.service-block-blue { - background: #3498db; -} -.service-block-red { - background: #e74c3c; -} -.service-block-sea { - background: #1abc9c; -} -.service-block-grey { - background: #95a5a6; -} -.service-block-yellow { - background: #f1c40f; -} -.service-block-orange { - background: #e67e22; -} -.service-block-green { - background: #2ecc71; -} -.service-block-purple { - background: #9b6bcc; -} -.service-block-aqua { - background: #27d7e7; -} -.service-block-brown { - background: #9c8061; -} -.service-block-dark-blue { - background: #4765a0; -} -.service-block-light-green { - background: #79d5b3; -} -.service-block-dark { - background: #555; -} -.service-block-light { - background: #ecf0f1; -} - -/*Funny Boxes -------------------------------------*/ -.funny-boxes { - background: #f7f7f7; - padding: 20px 20px 15px; - -webkit-transition:all 0.3s ease-in-out; - -moz-transition:all 0.3s ease-in-out; - -o-transition:all 0.3s ease-in-out; - transition:all 0.3s ease-in-out; -} - -.funny-boxes h2 { - margin-top: 0; - font-size: 18px; - line-height: 20px; -} - -.funny-boxes h2 a { - color: #555; -} - -.funny-boxes p a { - color: #72c02c; -} - -.funny-boxes .funny-boxes-img li { - font-size: 12px; - margin-bottom: 2px; -} - -.funny-boxes .funny-boxes-img li i { - color: #72c02c; - font-size: 12px; - margin-right: 5px; -} - -@media (max-width: 992px) { - .funny-boxes .funny-boxes-img li { - display: inline-block; - } -} - -.funny-boxes .funny-boxes-img img { - margin: 5px 10px 15px 0; -} - -.funny-boxes ul.funny-boxes-rating li { - display: inline-block; -} - -.funny-boxes ul.funny-boxes-rating li i { - color: #f8be2c; - cursor: pointer; - font-size: 14px; -} - -.funny-boxes ul.funny-boxes-rating li i:hover { - color: #f8be2c; -} - -/*Funny Colored Boxes*/ -.funny-boxes-colored p, -.funny-boxes-colored h2 a, -.funny-boxes-colored .funny-boxes-img li, -.funny-boxes-colored .funny-boxes-img li i { - color: #fff; -} - -/*Red Funny Box*/ -.funny-boxes-red { - background: #e74c3c; -} - -/*Dark Red Funny Box*/ -.funny-boxes-purple { - background: #9b6bcc; -} - -/*Blue Funny Box*/ -.funny-boxes-blue { - background: #3498db; -} - -/*Grey Funny Box*/ -.funny-boxes-grey { - background: #95a5a6; -} - -/*Turquoise Funny Box*/ -.funny-boxes-sea { - background: #1abc9c; -} - -/*Turquoise Top Bordered Funny Box*/ -.funny-boxes-top-sea { - border-top: solid 2px #1abc9c; -} - -.funny-boxes-top-sea:hover { - border-top-color: #16a085; -} - -/*Yellow Top Bordered Funny Box**/ -.funny-boxes-top-yellow { - border-top: solid 2px #f1c40f; -} - -.funny-boxes-top-yellow:hover { - border-top-color: #f39c12; -} - -/*Red Top Bordered Funny Box**/ -.funny-boxes-top-red { - border-top: solid 2px #e74c3c; -} - -.funny-boxes-top-red:hover { - border-top-color: #c0392b; -} - -/*Purple Top Bordered Funny Box**/ -.funny-boxes-top-purple { - border-top: solid 2px #9b6bcc; -} - -.funny-boxes-top-purple:hover { - border-top-color: #814fb5; -} - -/*Orange Left Bordered Funny Box**/ -.funny-boxes-left-orange { - border-left: solid 2px #e67e22; -} - -.funny-boxes-left-orange:hover { - border-left-color: #d35400; -} - -/*Green Left Bordered Funny Box**/ -.funny-boxes-left-green { - border-left: solid 2px #72c02c; -} - -.funny-boxes-left-green:hover { - border-left-color: #5fb611; -} - -/*Blue Left Bordered Funny Box**/ -.funny-boxes-left-blue { - border-left: solid 2px #3498db; -} - -.funny-boxes-left-blue:hover { - border-left-color: #2980b9; -} - -/*Dark Left Bordered Funny Box**/ -.funny-boxes-left-dark { - border-left: solid 2px #555; -} - -.funny-boxes-left-dark:hover { - border-left-color: #333; -} - -/*Typography -------------------------------------*/ -.text-justify p { text-align: justify;} -.text-transform-uppercase { text-transform: uppercase;} -.text-transform-normal { text-transform: inherit !important;} - -.font-bold { font-weight: 600;} -.font-light { font-weight: 200;} -.font-normal { font-weight: 400 !important;} - -/*Text Dropcap*/ -.dropcap { - float: left; - color: #72c02c; - padding: 5px 0; - font-size: 45px; - font-weight: 200; - line-height: 30px; - margin: 0px 5px 0 0; -} - -.dropcap-bg { - float: left; - color: #fff; - padding: 7px 0; - min-width: 50px; - font-size: 35px; - font-weight: 200; - line-height: 35px; - text-align: center; - background: #72c02c; - margin: 4px 10px 0 0; -} - -/*Text Highlights*/ -.text-highlights { - color: #fff; - font-weight: 200; - padding: 0px 5px; - background: #555; -} - -.text-highlights-green { - background: #72c02c; -} -.text-highlights-blue { - background: #3498db; -} -.text-highlights-red { - background: #e74c3c; -} -.text-highlights-sea { - background: #1abc9c; -} -.text-highlights-orange { - background: #e67e22; -} -.text-highlights-yellow { - background: #f1c40f; -} -.text-highlights-purple { - background: #9b6bcc; -} -.text-highlights-aqua { - background: #27d7e7; -} -.text-highlights-brown { - background: #9c8061; -} -.text-highlights-dark-blue { - background: #4765a0; -} -.text-highlights-light-green { - background: #79d5b3; -} - -/*Text Borders*/ -.text-border { - border-bottom: dashed 1px #555; -} - -.text-border-default { - border-color: #95a5a6; -} -.text-border-green { - border-color: #72c02c; -} -.text-border-blue { - border-color: #3498db; -} -.text-border-red { - border-color: #e74c3c; -} -.text-border-yellow { - border-color: #f1c40f; -} -.text-border-purple { - border-color: #9b6bcc; -} - -/*List Styles*/ -.list-styles li { - margin-bottom: 8px; -} - -/*Contextual Backgrounds*/ -.contex-bg p { - opacity: 0.8; - padding: 8px 10px; -} -.contex-bg p:hover { - opacity: 1; -} - -/*Blockquote*/ -blockquote { - padding: 5px 15px; - border-left-width: 2px; -} - -blockquote p { - font-size: 14px; - font-weight: 400; -} - -blockquote h1, -blockquote h2, -blockquote span { - font-size: 18px; - margin: 0 0 8px; - line-height: 24px; -} - -/*Blockquote Styles*/ -blockquote.bq-text-lg p, -blockquote.bq-text-lg small { - text-transform: uppercase; -} - -blockquote.bq-text-lg p { - font-size: 22px; - font-weight: 300; - line-height: 32px; -} - -blockquote.text-right, -blockquote.hero.text-right { - border-left: none; - border-right: 2px solid #eee; -} - -blockquote.hero.text-right, -blockquote.hero.text-right:hover { - border-color: #555; -} - -blockquote:hover, -blockquote.text-right:hover { - border-color: #72c02c; - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} - -blockquote.bq-dark, -blockquote.bq-dark:hover { - border-color: #585f69; -} - -blockquote.bq-green { - border-color: #72c02c; -} - -/*Blockquote Hero Styles*/ -blockquote.hero { - border: none; - padding: 18px; - font-size: 16px; - background: #f3f3f3; - border-left: solid 2px #666; -} - -blockquote.hero:hover { - background: #eee; - border-left-color: #666; -} - -blockquote.hero.hero-dark, -blockquote.hero.hero-default { - border: none; -} - -blockquote.hero.hero-dark { - background: #444; -} - -blockquote.hero.hero-dark:hover { - background: #555; -} - -blockquote.hero.hero-default { - background: #72c02c; -} - -blockquote.hero.hero-default:hover { - background: #5fb611; -} - -blockquote.hero.hero-dark p, -blockquote.hero.hero-dark h2, -blockquote.hero.hero-dark small, -blockquote.hero.hero-default p, -blockquote.hero.hero-default h2, -blockquote.hero.hero-default small { - color: #fff; - font-weight: 200; -} - -/*Alerts -------------------------------------*/ -.alert { - border-radius: 0; -} - -/*Alerts -------------------------------------*/ -.thumbnail { - border-radius: 0; -} - -/*Tag Boxes -------------------------------------*/ -.tag-box { - padding: 20px; - background: #fff; - margin-bottom: 30px; -} - -.tag-box h2 { - font-size: 20px; - line-height: 25px; -} - -.tag-box p { - margin-bottom: 0; -} - -.tag-box.tag-text-space p { - margin-bottom: 10px; -} - -/*Tag Boxes v1*/ -.tag-box-v1 { - border: solid 1px #eee; - border-top: solid 2px #72c02c; -} - -/*Tag Boxes v2*/ -.tag-box-v2 { - background: #fafafa; - border: solid 1px #eee; - border-left: solid 2px #72c02c; -} - -/*Tag Boxes v3*/ -.tag-box-v3 { - border: solid 2px #eee; -} - -/*Tag Boxes v4*/ -.tag-box-v4 { - border: dashed 1px #bbb; -} - -/*Tag Boxes v5*/ -.tag-box-v5 { - margin: 20px 0; - text-align: center; - border: dashed 1px #ccc; -} - -.tag-box-v5 span { - color: #555; - font-size: 28px; - margin-bottom: 0; -} - -/*Tag Boxes v6*/ -.tag-box-v6 { - background: #fafafa; - border: solid 1px #eee; -} - -/*Tag Boxes v7*/ -.tag-box-v7 { - border: solid 1px #eee; - border-bottom: solid 2px #72c02c; -} - -/*Testimonials -------------------------------------*/ -/*Testimonials*/ -.testimonials { - margin-bottom: 10px; -} - -.testimonials .testimonial-info { - color: #72c02c; - font-size: 16px; - padding: 0 15px; - margin-top: 18px; -} - -.testimonials .testimonial-info span { - top: 3px; - position: relative; -} - -.testimonials .testimonial-info em { - color: #777; - display: block; - font-size: 13px; -} - -.testimonials .testimonial-info img { - width: 60px; - float: left; - height: 60px; - padding: 2px; - margin-right: 15px; - border: solid 1px #ccc; -} - -.testimonials .testimonial-author { - overflow: hidden; -} - -.testimonials .carousel-arrow { - top: -65px; - position: relative; -} - -.testimonials .carousel-arrow i { - color: #777; - padding: 2px; - min-width: 25px; - font-size: 20px; - text-align: center; - background: #f5f5f5; -} - -.testimonials .carousel-arrow i:hover { - color: #fff; - background: #72c02c; -} - -.testimonials .carousel-control { - opacity: 1; - width: 100%; - text-align: right; - text-shadow: none; - position: absolute; - filter: Alpha(opacity = 100); /*For IE*/ -} - -.testimonials .carousel-control.left { - right: 27px; - left: auto; -} -.testimonials .carousel-control.right { - right: 0px; -} - -/*Testimonials v1*/ -.testimonials.testimonials-v1 .item p { - position: relative; -} - -.testimonials.testimonials-v1 .item p:after, -.testimonials.testimonials-v1 .item p:before { - left: 80px; - bottom: -20px; -} - -.testimonials.testimonials-v1 .item p:after { - border-top: 22px solid; - border-left: 0 solid transparent; - border-right: 22px solid transparent; -} - -/*Testimonials v2*/ -.testimonials.testimonials-v2 .testimonial-info { - padding: 0 20px; -} - -.testimonials.testimonials-v2 p { - padding-bottom: 15px; -} - -.testimonials.testimonials-v2 .carousel-arrow { - top: -55px; -} - -.testimonials.testimonials-v2 .item p:after, -.testimonials.testimonials-v2 .item p:before { - left: 8%; - bottom: 45px; -} - -.testimonials.testimonials-v2 .item p:after { - border-top: 20px solid; - border-left: 25px solid transparent; - border-right: 0px solid transparent; -} - -/*General Testimonials v1/v2*/ -.testimonials.testimonials-v1 p, -.testimonials.testimonials-v2 p { - padding: 15px; - font-size: 14px; - font-style: italic; - background: #f5f5f5; -} - -.testimonials.testimonials-v1 .item p:after, -.testimonials.testimonials-v2 .item p:after { - width: 0; - height: 0; - content: " "; - display: block; - position: absolute; - border-top-color: #f5f5f5; - border-left-style: inset; /*FF fixes*/ - border-right-style: inset; /*FF fixes*/ -} - -/*Testimonials Backgrounds*/ -.testimonials-bg-dark .item p, -.testimonials-bg-default .item p { - color: #fff; - font-weight: 200; -} - -.testimonials-bg-dark .carousel-arrow i, -.testimonials-bg-default .carousel-arrow i { - color: #fff; -} - -/*Testimonials Default*/ -.testimonials-bg-default .item p { - background: #72c02c; -} - -.testimonials.testimonials-bg-default .item p:after, -.testimonials.testimonials-bg-default .item p:after { - border-top-color: #72c02c; -} - -.testimonials-bg-default .carousel-arrow i { - background: #72c02c; -} - -.testimonials.testimonials-bg-default .carousel-arrow i:hover { - background: #5fb611; -} - -/*Testimonials Dark*/ -.testimonials-bg-dark .item p { - background: #555; -} - -.testimonials.testimonials-bg-dark .item p:after, -.testimonials.testimonials-bg-dark .item p:after { - border-top-color: #555; -} - -.testimonials-bg-dark .carousel-arrow i { - color: #fff; - background: #555; -} - -.testimonials.testimonials-bg-dark .carousel-arrow i:hover { - background: #333; -} - -.testimonials.testimonials-bg-dark .testimonial-info { - color: #555; -} - -/*Panels (Portlets) -------------------------------------*/ -.panel, -.panel-heading, -.panel-group .panel { - border-radius: 0; -} - -.panel-heading { - color: #fff; - padding: 5px 15px; -} - -/*Panel Table*/ -.panel .table { - margin-bottom: 0; -} - -/*Panel Unify*/ -.panel-u { - border-color: #72c02c; -} - -.panel-u > .panel-heading { - background: #72c02c; -} - -/*Panel Blue*/ -.panel-blue { - border-color: #3498db; -} - -.panel-blue > .panel-heading { - background: #3498db; -} - -/*Panel Red*/ -.panel-red { - border-color: #e74c3c; -} - -.panel-red > .panel-heading { - background: #e74c3c; -} - -/*Panel Green*/ -.panel-green { - border-color: #2ecc71; -} - -.panel-green > .panel-heading { - background: #2ecc71; -} - -/*Panel Sea*/ -.panel-sea { - border-color: #1abc9c; -} - -.panel-sea > .panel-heading { - background: #1abc9c; -} - -/*Panel Orange*/ -.panel-orange { - border-color: #e67e22; -} - -.panel-orange > .panel-heading { - background: #e67e22; -} - -/*Panel Yellow*/ -.panel-yellow { - border-color: #f1c40f; -} - -.panel-yellow > .panel-heading { - background: #f1c40f; -} - -/*Panel Grey*/ -.panel-grey { - border-color: #95a5a6; -} - -.panel-grey > .panel-heading { - background: #95a5a6; -} - -/*Panel Dark*/ -.panel-dark { - border-color: #555; -} - -.panel-dark > .panel-heading { - background: #555; -} - -/*Panel Purple*/ -.panel-purple { - border-color: #9b6bcc; -} - -.panel-purple > .panel-heading { - background: #9b6bcc; -} - -/*Panel Aqua*/ -.panel-aqua { - border-color: #27d7e7; -} - -.panel-aqua > .panel-heading { - background: #27d7e7; -} - -/*Panel Brown*/ -.panel-brown { - border-color: #9c8061; -} - -.panel-brown > .panel-heading { - background: #9c8061; -} - -/*Panel Dark Blue*/ -.panel-dark-blue { - border-color: #4765a0; -} - -.panel-dark-blue > .panel-heading { - background: #4765a0; -} - -/*Panel Light Green*/ -.panel-light-green { - border-color: #79d5b3; -} - -.panel-light-green > .panel-heading { - background: #79d5b3; -} - -/*Panel Default Dark*/ -.panel-default-dark { - border-color: #585f69; -} - -.panel-default-dark > .panel-heading { - background: #585f69; -} - -/*Progress Bar -------------------------------------*/ -.progress { - border-radius: 0; -} - -.progress-u { - box-shadow: none; -} - -.progress-u .progress-bar { - box-shadow: none; -} - -/*progress-bar (sizes)*/ -.progress-lg { - height: 25px; -} -.progress-lg p { - padding-top: 3px; -} - -.progress-sm { - height: 12px; -} - -.progress-xs { - height: 7px; -} - -.progress-xxs { - height: 3px; -} - -/*progress-bar (colors)*/ -.progress { - background: #e5e5e5; -} - -.progress-bar-u { - background: #72c02c; -} - -.progress-bar-blue { - background: #3498db; -} - -.progress-bar-orange { - background: #e67e22; -} - -.progress-bar-red { - background: #e74c3c; -} - -.progress-bar-purple { - background: #9b6bcc; -} - -.progress-bar-aqua { - background: #27d7e7; -} - -.progress-bar-brown { - background: #9c8061; -} - -.progress-bar-dark-blue { - background: #4765a0; -} - -.progress-bar-light-green { - background: #79d5b3; -} - -.progress-bar-dark { - background: #555; -} - -/*Progress Bar Animation -------------------------------------*/ -.progress { - position: relative; -} - -.progress .progress-bar { - overflow: hidden; - line-height: 20px; - position: absolute; -} - -.progress-box .progress-bar { - transition: all 3s ease-in; - -o-transition: all 3s ease-in; - -ms-transition: all 3s ease-in; - -moz-transition: all 3s ease-in; - -webkit-transition: all 3s ease-in; -} - -/*Vertical Progress Bar*/ -.progress.vertical { - float: left; - width: 100%; - height: 200px; - margin-right: 20px; -} - -.progress.vertical.bottom { - position: relative; -} - -.progress.vertical .progress-bar { - height: 0; - width: 100%; - transition: height 3s ease; - -o-transition: height 3s ease; - -ms-transition: height 3s ease; - -moz-transition: height 3s ease; - -webkit-transition: height 3s ease; -} - -.progress.vertical.bottom .progress-bar { - bottom: 0; - position: absolute; -} - -/*Count Stars -------------------------------------*/ -.stars-existing { - color: #72c02c; - cursor: pointer; -} - -.star-lg { - font-size: 30px; -} - -.star-sm { - font-size: 25px; -} - -.star-xs { - font-size: 20px; -} - -.star-default { - font-size: 16px; -} - -/*Media (Audio/Videos and Images) -------------------------------------*/ -/*Images*/ -img.img-bordered { - padding: 3px; - border: solid 1px #eee; -} - -img.img-circle { - border-radius: 50% !important; -} - -img.image-sm { - width: 50px; - height: 50px; -} - -img.image-md { - width: 100px; - height: 100px; -} - -/*Responsive Video*/ -.responsive-video { - height: 0; - padding-top: 1px; - position: relative; - padding-bottom: 56.25%; /*16:9*/ -} - -.responsive-video iframe { - top: 0; - left: 0; - width: 100%; - height: 100%; - position: absolute; -} - -/*Tags v1 -------------------------------------*/ -.tags-v1 li { - margin: 0; - padding: 0; -} - -.tags-v1 li a { - font-size: 13px; - padding: 4px 8px; - line-height: 32px; - border: solid 2px #eee; - border-radius: 20px !important; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.tags-v1 li a:hover { - text-decoration: none; - border-color: #e0e0e0; -} - -/*Tags v2 -------------------------------------*/ -.tags-v2 li { - padding: 7px 0 7px 4px; -} - -.tags-v2 li a { - color: #555; - font-size: 13px; - padding: 5px 10px; - border: solid 1px #bbb; -} - -.tags-v2 li a:hover { - color: #fff; - background: #555; - border-color: #555; - text-decoration: none; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -/*Tags v3 -------------------------------------*/ -.tags-v3 li { - padding: 7px 0 7px 4px; -} - -.tags-v3 li a { - color: #555; - font-size: 12px; - padding: 4px 12px; - border: solid 1px #eee; -} - -.tags-v3 li a:hover { - color: #fff; - background: #222; - border-color: #222; - text-decoration: none; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -/*Tags v4 -------------------------------------*/ -.tags-v4 { - padding-left: 0; - list-style: none; -} - -.tags-v4 li { - padding: 3px 2px; - line-height: 28px; - display: inline-block; -} - -.tags-v4 a { - color: #bbb; - font-size: 13px; - font-weight: 400; - padding: 4px 10px; - border: 1px solid #bbb; -} - -.tags-v4 a:hover { - color: #fff; - background: #e74c3c; - border-color: #e74c3c; - text-decoration: none; - -webkit-transition: all 0.25s, -webkit-transform 0.25s; - transition: all 0.25s, transform 0.25s; -} - -/*Lists -------------------------------------*/ -.list-row { - padding: 0; - margin-bottom: 0; - list-style: none; -} - -/*Lists v1*/ -.lists-v1 li { - margin-bottom: 10px; -} - -.lists-v1 i { - color: #fff; - width: 15px; - height: 15px; - padding: 1px; - font-size: 13px; - margin-right: 7px; - text-align: center; - background: #72c02c; - display: inline-block; - border-radius: 50% !important; -} - -/*Lists v2*/ -.lists-v2 li { - margin-bottom: 10px; -} - -.lists-v2 i { - color: #72c02c; - font-size: 13px; - margin-right: 7px; - display: inline-block; -} - -/*Column Sizes -------------------------------------*/ -/*Remove the Gutter Padding from Columns*/ -.no-gutter > [class*='col-'] { - padding-right: 0; - padding-left: 0; -} - -.no-gutter.no-gutter-boxed { - padding-right: 15px; - padding-left: 15px; -} - -/*Heights -------------------------------------*/ -.height-100 { min-height: 100px;} -.height-150 { min-height: 150px;} -.height-200 { min-height: 200px;} -.height-250 { min-height: 250px;} -.height-300 { min-height: 300px;} -.height-350 { min-height: 350px;} -.height-400 { min-height: 400px;} -.height-450 { min-height: 450px;} -.height-500 { min-height: 500px !important;} - -/*Spaces -------------------------------------*/ -.no-padding { - padding: 0 !important; -} - -.no-margin { - margin: 0; -} - -.no-top-space { - margin-top: 0 !important; - padding-top: 0 !important; -} - -.no-bottom-space { - margin-bottom: 0 !important; - padding-bottom: 0 !important; -} - -.no-margin-bottom { - margin-bottom: 0 !important; -} - -.no-padding-bottom { - padding-bottom: 0 !important; -} - -.content-xs { - padding-top: 20px; - padding-bottom: 20px; -} - -.content { - padding-top: 40px; - padding-bottom: 40px; -} - -.content-sm { - padding-top: 60px; - padding-bottom: 60px; -} - -.content-md { - padding-top: 80px; - padding-bottom: 80px; -} - -.content-lg { - padding-top: 100px; - padding-bottom: 100px; -} - -.content-xlg { - padding-top: 150px; - padding-bottom: 150px; -} - -.space-lg-hor { - padding-left: 60px; - padding-right: 60px; -} - -.space-xlg-hor { - padding-left: 100px; - padding-right: 100px; -} - -.margin-bottom-5, -.margin-bottom-10, -.margin-bottom-15, -.margin-bottom-20, -.margin-bottom-25, -.margin-bottom-30, -.margin-bottom-35, -.margin-bottom-40, -.margin-bottom-45, -.margin-bottom-50, -.margin-bottom-55, -.margin-bottom-60, -.margin-bottom-100 { - clear:both; -} -.margin-bottom-5 { margin-bottom:5px;} -.margin-bottom-10 { margin-bottom:10px;} -.margin-bottom-15 { margin-bottom:15px;} -.margin-bottom-20 { margin-bottom:20px;} -.margin-bottom-25 { margin-bottom:25px;} -.margin-bottom-30 { margin-bottom:30px;} -.margin-bottom-35 { margin-bottom:35px;} -.margin-bottom-40 { margin-bottom:40px;} -.margin-bottom-45 { margin-bottom:45px;} -.margin-bottom-50 { margin-bottom:50px;} -.margin-bottom-55 { margin-bottom:55px;} -.margin-bottom-60 { margin-bottom:60px;} -.margin-bottom-100 { margin-bottom:100px;} - -@media (max-width: 768px) { - .sm-margin-bottom-10 { - margin-bottom: 10px; - } - .sm-margin-bottom-20 { - margin-bottom: 20px; - } - .sm-margin-bottom-30 { - margin-bottom: 30px; - } - .sm-margin-bottom-40 { - margin-bottom: 40px; - } - .sm-margin-bottom-50 { - margin-bottom: 50px; - } - .sm-margin-bottom-60 { - margin-bottom: 60px; - } -} - -@media (max-width: 992px) { - .md-margin-bottom-10 { - margin-bottom: 10px; - } - .md-margin-bottom-20 { - margin-bottom: 20px; - } - .md-margin-bottom-30 { - margin-bottom: 30px; - } - .md-margin-bottom-40 { - margin-bottom: 40px; - } - .md-margin-bottom-50 { - margin-bottom: 50px; - } - .md-margin-bottom-60 { - margin-bottom: 60px; - } -} - -/*Other Spaces*/ -.margin-top-20 { margin-top: 20px;} -.margin-left-5 { margin-left: 5px;} -.margin-left-10 { margin-left: 10px;} -.margin-right-5 { margin-right: 5px;} -.margin-right-10 { margin-right: 10px;} -.margin-right-20 { margin-right: 20px;} - -.padding-sm { padding: 40px 40px;} -.padding-top-5 { padding-top: 5px;} -.padding-left-5 { padding-left: 5px;} - -/*Text Colors -------------------------------------*/ -.color-sea { color: #1abc9c;} -.color-red { color: #e74c3c;} -.color-aqua { color: #27d7e7;} -.color-blue { color: #3498db;} -.color-grey { color: #95a5a6;} -.color-dark { color: #555;} -/*.color-dark1 { color: #444;}*/ -.color-darker { color: #444;} -.color-green { color: #72c02c;} -.color-brown { color: #9c8061;} -.color-light { color: #ffffff;} -.color-orange { color: #e67e22;} -.color-yellow { color: #f1c40f;} -.color-green1 { color: #2ecc71;} -.color-purple { color: #9b6bcc;} -.color-inherit { color: inherit;} -.color-dark-blue { color: #4765a0;} -.color-light-grey { color: #585f69;} -.color-light-green { color: #79d5b3;} - -/*Background Colors -------------------------------------*/ -.bg-color-dark, -.bg-color-darker, -.bg-color-sea, -.bg-color-red, -.bg-color-aqua, -.bg-color-blue, -.bg-color-grey, -.bg-color-light, -.bg-color-green, -.bg-color-brown, -.bg-color-orange, -.bg-color-green1, -.bg-color-purple, -.bg-color-dark-blue, -.bg-color-light-grey, -.bg-color-light-green, -.bg-color-primary { - color: #fff; -} -.bg-color-white { - color: #555; -} -.bg-color-primary { background-color: #72c02c !important;} -.bg-color-dark { background-color: #555 !important;} -.bg-color-darker { background-color: #222 !important;} -.bg-color-white { background-color: #fff !important;} -.bg-color-sea { background-color: #1abc9c !important;} -.bg-color-red { background-color: #e74c3c !important;} -.bg-color-aqua { background-color: #27d7e7 !important;} -.bg-color-blue { background-color: #3498db !important;} -.bg-color-grey { background-color: #95a5a6 !important;} -.bg-color-light { background-color: #f7f7f7 !important;} -.bg-color-green { background-color: #72c02c !important;} -.bg-color-brown { background-color: #9c8061 !important;} -.bg-color-orange { background-color: #e67e22 !important;} -.bg-color-green1 { background-color: #2ecc71 !important;} -.bg-color-purple { background-color: #9b6bcc !important;} -.bg-color-dark-blue { background-color: #4765a0 !important;} -.bg-color-light-grey { background-color: #585f69 !important;} -.bg-color-light-green { background-color: #79d5b3 !important;} - -.rgba-red { background-color: rgba(231,76,60,0.8);} -.rgba-blue{ background-color: rgba(52,152,219,0.8);} -.rgba-aqua { background-color: rgba(39,215,231,0.8);} -.rgba-yellow { background-color: rgba(241,196,15,0.8);} -.rgba-default { background-color: rgba(114,192,44,0.8);} -.rgba-purple { background-color: rgba(155,107,204,0.8);} - -/*Grey Backroud*/ -.bg-grey { - background: #f7f7f7; - border-top: solid 1px #eee; - border-bottom: solid 1px #eee; -} - -/*Rounded and Circle Classes -------------------------------------*/ -.no-rounded { border-radius: 0 !important;} -.rounded { border-radius: 4px !important;} -.rounded-x { border-radius: 50% !important;} -.rounded-2x { border-radius: 10px !important;} -.rounded-3x { border-radius: 15px !important;} -.rounded-4x { border-radius: 20px !important;} -.rounded-sm { border-radius: 2px !important;} -.rounded-md { border-radius: 3px !important;} -.rounded-top { border-radius: 4px 4px 0 0 !important;} -.rounded-left { border-radius: 4px 0 0 4px !important;} -.rounded-right { border-radius: 0 4px 4px 0 !important;} -.rounded-bottom { border-radius: 0 0 4px 4px !important;} - -/*Others -------------------------------------*/ -.overflow-h { overflow: hidden;} -.overflow-a { overflow: auto;} -.overflow-hidden { overflow: hidden;} - -.clear-both { clear: both;} - -/*Display*/ -.dp-none { display: none;} -.dp-block { display: block;} -.dp-table { display: table;} -.dp-inline-block { display: inline-block;} -.dp-table-cell { - display: table-cell; - vertical-align: middle; -} - -/*Font Size*/ -.text-light { - font-weight: 200; -} -.text-normal { - font-weight: 400; -} -.text-bold { - font-weight: 600; -} - -/*Full Width*/ -.full-width { - width: 100%; -} - -/*Equal Height Columns*/ -@media (max-width: 767px) { - .equal-height-column { - height: auto !important; - } -} - -/*Image Classes*/ -.img-width-200 { width:200px;} -.lft-img-margin { margin:0 20px 5px 0;} -.rgt-img-margin { margin:0 0 5px 10px;} - -img.img-center, -.img-center img { - margin-left: auto; - margin-right: auto; -} - -/*Background Light*/ -.bg-light { - padding: 10px 15px; - margin-bottom: 10px; - background: #fcfcfc; - border: solid 1px #e5e5e5; -} -.bg-light:hover { - border: solid 1px #bbb; -} - -/*CSS3 Hover Effects*/ -.hover-effect { - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} -.hover-effect-kenburn { - left:10px; - margin-left:-10px; - position:relative; - -webkit-transition: all 0.8s ease-in-out; - -moz-transition: all 0.8s ease-in-out; - -o-transition: all 0.8s ease-in-out; - -ms-transition: all 0.8s ease-in-out; - transition: all 0.8s ease-in-out; -} -.hover-effect-kenburn:hover { - -webkit-transform: scale(2) rotate(5deg); - -moz-transform: scale(2) rotate(5deg); - -o-transform: scale(2) rotate(5deg); - -ms-transform: scale(2) rotate(5deg); - transform: scale(2) rotate(5deg); -} - -/*Scroll Icon*/ -.scroll-btn-icon, -.scroll-btn-icon:before { - position: absolute; - left: 50%; -} -.scroll-btn-icon { - width: 30px; - height: 50px; - margin-left: -25px; - bottom: 30px; - box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5); - border-radius: 25px; - z-index: 2; -} -.scroll-btn-icon-dark { - box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5); -} -.scroll-btn-icon:before { - content: ''; - width: 8px; - height: 8px; - background: #fff; - margin-left: -4px; - top: 8px; - border-radius: 4px; - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-name: scroll; - animation-name: scroll; -} -.scroll-btn-icon-dark:before { - background: #333; -} -@-webkit-keyframes scroll { - 0% { - opacity: 1; - } - 100% { - opacity: 0; - -webkit-transform: translateY(36px); - transform: translateY(36px); - } -} -@keyframes scroll { - 0% { - opacity: 1; - } - 100% { - opacity: 0; - -webkit-transform: translateY(36px); - transform: translateY(36px); - } -} diff --git a/views/assets/css/blocks.css b/views/assets/css/blocks.css deleted file mode 100644 index 0340cac..0000000 --- a/views/assets/css/blocks.css +++ /dev/null @@ -1,3669 +0,0 @@ -/* -* Template Name: Unify - Responsive Bootstrap Template -* Version: 1.9 -* Author: @htmlstream -* Website: http://htmlstream.com -*/ - -/*Breadcrumbs -------------------------------------*/ -/*Default Breadcrumbs*/ -.breadcrumbs { - overflow: hidden; - padding: 10px 0 6px; - border-bottom: solid 1px #eee; - background: url(../../../assets/img/patterns/breadcrumbs.html) repeat; -} - -.breadcrumbs h1 { - color: #666; - font-size: 22px; - margin-top: 8px; -} - -.breadcrumb { - top: 10px; - padding-right: 0; - background: none; - position: relative; -} -.breadcrumb a { - color: #777; -} -.breadcrumb li.active, -.breadcrumb li a:hover { - color: #72c02c; - text-decoration: none; -} - -@media (max-width: 550px) { - .breadcrumbs h1.pull-left, - .breadcrumbs ul.pull-right { - width: 100%; - text-align: center; - } - - .breadcrumbs h1.pull-left { - margin-bottom: 0; - } - - .breadcrumbs .breadcrumb { - top: 0; - margin-bottom: 10px; - } -} - -/*Breadcrumbs Dark and Light*/ -.breadcrumbs.breadcrumbs-dark, -.breadcrumbs.breadcrumbs-light { - background: #222; - padding: 30px 0 20px; - border-bottom: solid 3px #777; -} - -.breadcrumbs.breadcrumbs-light { - background: #f7f7f7; - border-bottom: 1px solid #eee; -} - -.breadcrumbs.breadcrumbs-dark h1, -.breadcrumbs.breadcrumbs-dark a, -.breadcrumbs.breadcrumbs-light h1, -.breadcrumbs.breadcrumbs-light a { - color: #fff; - font-weight: 200; -} - -.breadcrumbs.breadcrumbs-light h1, -.breadcrumbs.breadcrumbs-light a { - color: #555; -} - -.breadcrumbs.breadcrumbs-dark h1 { - font-size: 24px; -} - -.breadcrumbs.breadcrumbs-light h1 { - font-size: 26px; -} - -/*Breadcrumbs Sizes*/ -.breadcrumbs-sm { - padding: 50px 0; -} -.breadcrumbs-md { - padding: 100px 0; -} -.breadcrumbs-lg { - padding: 200px 0; -} - -/*Breadcrumbs v1 and v3 -------------------------------------*/ -.breadcrumbs-v1, -.breadcrumbs-v3 { - -webkit-transition: all 0.8s ease-in-out; - -moz-transition: all 0.8s ease-in-out; - -o-transition: all 0.8s ease-in-out; - transition: all 0.8s ease-in-out; -} - -/*Breadcrumbs v1 -------------------------------------*/ -.breadcrumbs-v1 { - padding: 100px 0; - position: relative; - background: url(../../../assets/img/breadcrumbs/img1.html) center no-repeat; - background-size: cover; /*Scales the background image to be as large as possible*/ -} - -.breadcrumbs-v1:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.15); -} - -.breadcrumbs-v1 span, -.breadcrumbs-v1 h1 { - color: #fff; - z-index: 1; - position: relative; -} - -.breadcrumbs-v1 span { - font-size: 24px; - font-weight: 200; - margin-bottom: 5px; - display: inline-block; -} - -.breadcrumbs-v1 h1 { - font-size: 50px; - margin-bottom: 0; - line-height: 55px; - text-transform: uppercase; -} - -@media (max-width: 768px) { - .breadcrumbs-v1 { - padding: 50px 0; - } - - .breadcrumbs-v1 h1 { - font-size: 40px; - line-height: 45px; - } -} - -/*Breadcrumbs v2 -------------------------------------*/ -.breadcrumbs-v2 { - text-align: center; - position: relative; - background: url(../../../assets/img/bg/11.html) no-repeat center; -} - -.breadcrumbs-v2-in { - padding: 80px 0; - position: relative; -} - -.breadcrumbs-v2 h1 { - color: #fff; - text-transform: uppercase; -} - -.breadcrumb-v2 li a, -.breadcrumb-v2 li.active { - color: #fff; -} - -.breadcrumb-v2 li i { - color: #fff; - min-width: 19px; - padding: 3px 7px; - margin-right: 5px; - text-align: center; - border: 1px solid #fff; -} - -/*Breadcrumbs v3 -------------------------------------*/ -.breadcrumbs-v3 { - z-index: 1; - padding: 100px 0; - position: relative; -} - -.breadcrumbs-v3.breadcrumbs-lg { - padding: 200px 0; -} - -.breadcrumbs-v3.img-v1 { - background: url(../../../assets/img/breadcrumbs/img1.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.breadcrumbs-v3.img-v2 { - background: url(../../../assets/img/breadcrumbs/img2.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.breadcrumbs-v3.img-v3 { - background: url(../../../assets/img/breadcrumbs/img3.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.breadcrumbs-v3:after { - top: 0; - left: 0; - z-index: -1; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.2); -} - -.breadcrumbs-v3 h1 { - color: #fff; - font-size: 40px; - line-height: 50px; - text-transform: uppercase; -} - -.breadcrumbs-v3 p { - color: #fff; - font-size: 24px; - font-weight: 200; - margin-bottom: 0; - text-transform: uppercase; -} - -@media (max-width: 992px) { - .breadcrumbs-v3.breadcrumbs-lg { - padding: 100px 0; - } -} - -@media (max-width: 768px) { - .breadcrumbs-v3, - .breadcrumbs-v3.breadcrumbs-lg { - padding: 50px 0; - } - - .breadcrumbs-v3 h1 { - font-size: 30px; - line-height: 40px; - } - - .breadcrumbs-v3 p { - font-size: 18px; - } -} - -/*Image Hover Effects -------------------------------------*/ -/*Image Hover v1*/ -.img-hover-v1 span { - display: block; - overflow: hidden; - position: relative; -} - -.img-hover-v1 span:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; -} - -.img-hover-v1:hover span:after { - background: rgba(0,0,0,0.3); -} - -.img-hover-v1 img, -.img-hover-v2 img, -.img-hover-v1 span:after { - transition: all 0.5s ease-in-out; - -o-transition: all 0.5s ease-in-out; - -moz-transition: all 0.5s ease-in-out; - -webkit-transition: all 0.5s ease-in-out; -} - -.img-hover-v1:hover img { - -transform: scale(1.1); - -o-transform: scale(1.1); - -moz-transform: scale(1.1); - -webkit-transform: scale(1.1); -} - -/*Image Hover v2*/ -.img-hover-v2 img { - filter: grayscale(100%); - -webkit-filter: grayscale(100%); -} - -.img-hover-v2:hover img { - filter: grayscale(0); - -webkit-filter: grayscale(0); -} - -/*Block Grid v1 -------------------------------------*/ -.block-grid-v1 { - background: #fff; - padding: 15px 15px 5px; - border-bottom: solid 2px #eee; - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} - -.block-grid-v1:hover { - border-color: #72c02c; -} - -.block-grid-v1 img { - margin-bottom: 10px; -} - -.block-grid-v1 img.block-grid-v1-img { - width: 35px; - height: 35px; - margin-top: 8px; -} - -.block-grid-v1.content-boxes-v1 img.pull-left { - float: inherit !important; -} - -.block-grid-v1 h3 a { - font-size: 22px; - font-weight: 200; - margin-right: 10px; -} - -.block-grid-v1.content-boxes-v1 h3 { - margin-bottom: 0; -} - -.block-grid-v1.content-boxes-v1 h3 a { - color: #555; -} - -/*Star Vote*/ -.block-grid-v1 .star-vote { - padding: 0; - margin-bottom: 10px; - vertical-align: middle; -} - -.block-grid-v1 .star-vote li { - padding: 0; - font-size: 11px; - display: inline-block; -} - -/*Additional Info*/ -.block-grid-v1-add-info { - margin: 0; - padding-top: 15px; - border-top: solid 1px #eee; -} - -.block-grid-v1-add-info li { - padding: 0; - margin-right: 3px; - margin-bottom: 10px; -} - -.block-grid-v1-add-info li a { - font-size: 11px; - padding: 4px 7px; - text-decoration: none; - border: solid 2px #eee; - border-radius: 3px !important; -} - -/*Block Grid v2 -------------------------------------*/ -.block-grid-v2 { - padding: 0; -} - -.block-grid-v2 li { - list-style: none; - position: relative; - -webkit-backface-visibility: hidden; /*For Chrome*/ -} - -.block-grid-v2-info { - padding: 15px; - text-align: center; - background: #f9f9f9; - border-bottom: solid 3px #eee; - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} - -.block-grid-v2 li:hover .block-grid-v2-info { - border-color: #72c02c; -} - -.block-grid-v2-info h3 { - font-size: 22px; - font-weight: 200; - margin-bottom: 10px; -} - -.block-grid-v2-info .star-vote li { - padding: 2px; - font-size: 16px; -} - -/*Services Box v1 -------------------------------------*/ -.service-box-v1 .service-block { - background: #fff; - padding-top: 30px; - padding-bottom: 20px; -} - -.service-box-v1 p { - position: relative; - margin-bottom: 50px; -} - -.service-box-v1 p:after { - content: " "; - left: 50%; - height: 1px; - width: 50px; - bottom: -15px; - position: absolute; - margin-left: -25px; - background: #72c02c; -} - -.service-box-v1 ul { - padding: 0 40px; -} - -.service-box-v1 li { - margin: 8px 0; - font-size: 15px; - padding-top: 8px; - border-top: dotted 1px #72c02c; -} - -.service-box-v1 li:hover { - color: #72c02c; -} - -.service-box-v1 li:first-child { - padding-top: 0; - border-top: none; -} - -/*Service Block v1 -------------------------------------*/ -.service-block-v1 { - margin-top: 20px; - text-align: center; - position: relative; - padding: 45px 20px 20px; - border: 1px solid #f2f2f2; -} - -.service-block-v1 i { - left: 50%; - top: -30px; - color: #fff; - width: 60px; - height: 60px; - font-size: 26px; - line-height: 62px; - margin-left: -30px; - text-align: center; - position: absolute; - background: #72c02c; - display: inline-block; -} - -.service-block-v1 h3, -.service-block-v1 p { - margin-bottom: 20px; -} - -/*Service Block v2 (used in page_404_error2.html) -------------------------------------*/ -.service-block-v2 .service-block-in { - padding: 20px 30px; - text-align: center; - margin-bottom: 15px; - background: rgba(255,255,255,0.2); -} - -.service-block-v2 .service-block-in i { - font-size: 40px; -} - -.service-block-v2 .service-block-in h4 { - line-height: 25px; -} - -.service-block-v2 .service-block-in p { - margin-bottom: 20px; -} - -.service-block-v2 .service-block-in i, -.service-block-v2 .service-block-in h4, -.service-block-v2 .service-block-in p { - color: #fff; -} - -/*Service Block v3 (used in profile pages) -------------------------------------*/ -.service-block-v3 { - padding: 20px; -} - -.service-block-v3 i { - color: #fff; - float: left; - font-size: 50px; - margin: 0 20px 20px 0; -} - -.service-block-v3 .service-heading, -.service-block-v3 .service-in small { - color: #fff; - opacity: 0.8; - line-height: 1; -} - -.service-block-v3 .service-in h4, -.service-block-v3 .counter { - color: #fff; -} - -.service-block-v3 .service-heading { - font-size: 16px; - text-transform: uppercase; -} - -.service-block-v3 .counter { - display: block; - line-height: 1; - font-size: 30px; -} - -.service-block-v3 .progress { - margin-bottom: 7px; -} - -/*Service Innner*/ -.service-block-v3 .service-in small { - font-size: 16px; - text-transform: uppercase; -} - -.service-block-v3 .service-in h4 { - font-size: 16px; - line-height: 0.8; - margin-bottom: 0; -} - -/*Statistics*/ -.service-block-v3 .statistics .heading-xs { - color: #fff; - opacity: 0.8; -} - -.service-block-v3 .statistics small { - color: #fff; -} - -.service-block-v3 .statistics .progress { - background: #bbb; -} - -.service-block-v3 .statistics .progress-bar-light { - background: #fff; -} - -/*Service Block v4 -------------------------------------*/ -.service-block-v4 { - position: relative; - background: #f7f7f7; -} - -.service-block-v4:after { - top: 0; - width: 0; - height: 0; - left: 50%; - content: ''; - margin-left: -20px; - position: absolute; - border-style: solid; - border-width: 25px 20px 0 20px; - border-color: #fff transparent transparent transparent; -} - -.service-block-v4 .service-desc { - text-align: center; -} - -.service-block-v4 .service-desc i { - color: #72c02c; - display: block; - font-size: 30px; - margin-bottom: 20px; -} - -.service-block-v4 .service-desc h3 { - font-size: 18px; - margin-bottom: 15px; - text-transform: uppercase; -} - -/*Service Block v5 -------------------------------------*/ -.service-block-v5 { - text-align: center; - background: #f7f7f7; -} - -.service-block-v5 .service-inner { - padding: 80px 40px; -} - -.service-block-v5 .service-inner i { - margin-bottom: 30px; -} - -.service-block-v5 .service-inner span { - display: block; - font-size: 18px; - font-weight: 200; - margin-bottom: 15px; - text-transform: uppercase; -} - -.service-block-v5 .service-border { - border-left: 1px solid #eee; - border-right: 1px solid #eee; -} - -@media (max-width: 992px) { - .service-block-v5 .service-border { - border-left: none; - border-right: none; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; - } -} - -/*Service Block v6 -------------------------------------*/ -.service-block-v6 i { - float: left; - margin: 5px 15px 0 0; -} - -.service-block-v6 .service-desc { - overflow: hidden; -} - -.service-block-v6 .service-desc h2 { - font-size: 18px; - margin: 0 0 10px; - text-transform: uppercase; -} - -.service-block-v6 .service-desc a { - text-transform: uppercase; -} - -/*Service Block v7 -------------------------------------*/ -.service-block-v7 { - margin-top: 20px; - text-align: center; - position: relative; - border: 1px solid #ddd; - padding: 45px 20px 20px; -} - -.service-block-v7 i { - left: 50%; - top: -25px; - color: #fff; - width: 45px; - height: 45px; - font-size: 22px; - line-height: 46px; - text-align: center; - position: absolute; - background: #72c02c; - margin-left: -22.5px; - display: inline-block; -} - -.service-block-v7 h3, -.service-block-v7 p { - margin-bottom: 20px; -} - -/*Service Block v8 -------------------------------------*/ -.service-block-v8 { - padding: 25px; - background: #fff; -} - -.service-block-v8 i { - color: #555; - float: left; - font-size: 22px; - margin: 5px 25px 0 0; -} - -.service-block-v8 .service-block-desc { - overflow: hidden; -} - -.service-block-v8 .service-block-desc h3 { - font-size: 18px; - margin: 0 0 30px; - position: relative; - text-transform: uppercase; -} - -.service-block-v8 .service-block-desc h3:after { - left: 0; - top: 40px; - height: 1px; - width: 30px; - content: " "; - position: absolute; - background: #72c02c; -} - -/*Process v1 -------------------------------------*/ -.process-v1 .process-in { - text-align: center; -} - -.process-v1 .process-in > li i { - z-index: 1; - width: 30px; - height: 30px; - position: relative; - text-align: center; - background: #72c02c; - margin-bottom: 15px; - display: inline-block; - border: solid 9px #fff; -} - -.process-v1 .process-in > li i:after { - top: -9px; - left: -9px; - right: -9px; - bottom: -9px; - content: " "; - border-radius: 50%; - position: absolute; - border: 1px solid #bbb; -} - -/*Process Description*/ -.process-v1 .process-in .process-desc { - padding: 0 20px; -} - -.process-v1 .process-in > li h3 { - font-size: 16px; - font-weight: 600; - margin: 0 0 10px; - text-transform: uppercase; -} - -/*Process Border*/ -.process-v1 .process-border { - position: relative; -} - -.process-v1 .process-border:before { - top: 15px; - width: 75%; - left: 12%; - content: " "; - display: block; - position: absolute; - border-top: solid 2px #ddd; -} - -@media (max-width: 768px) { - .process-v1 .process-border:before { - border: none; - } -} - -/*Team v1 -------------------------------------*/ -.team-v1 ul { - position: relative; -} - -/*Team Image*/ -.team-v1 li > .team-img { - position: relative; -} - -.team-v1 li > .team-img:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: transparent; - transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -webkit-transition: all 0.4s ease-in-out; -} - -.team-v1 li:hover > .team-img:after { - background: rgba(0,0,0,0.5); -} - -/*Team Socials*/ -.team-v1 li > .team-img ul { - left: 0; - top: 45%; - z-index: 1; - padding: 0; - width: 100%; - height: 36px; - list-style: none; - margin-top: -18px; - text-align: center; - visibility: hidden; - position: absolute; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.team-v1 li:hover > .team-img ul { - top: 50%; - visibility: visible; -} - -.team-v1 li > .team-img ul li { - margin: 0 5px; - text-align: center; - display: inline-block; -} - -.team-v1 li > .team-img li i { - color: #eee; - border-width: 2px; - border-color: #eee; - transition: all 0.1s ease-in-out; - -o-transition: all 0.1s ease-in-out; - -moz-transition: all 0.1s ease-in-out; - -webkit-transition: all 0.1s ease-in-out; -} - -.team-v1 li > .team-img li i.fa-twitter:hover { - color: #fff; - background: #3498db; - border-color: #3498db; -} - -.team-v1 li > .team-img li i.fa-facebook:hover { - color: #fff; - background: #4765a0; - border-color: #4765a0; -} - -.team-v1 li > .team-img li i.fa-google-plus:hover { - color: #fff; - background: #e74c3c; - border-color: #e74c3c; -} - -/*Team Discription*/ -.team-v1 li > h3 { - color: #000; - font-size: 18px; - line-height: 20px; - margin: 15px 0 7px; - text-transform: uppercase; -} - -.team-v1 li > h4 { - color: #999; - font-size: 11px; - line-height: 16px; - text-transform: uppercase; -} - -.team-v1 li > p { - margin: 20px 0; - position: relative; -} - -.team-v1 li > p:before { - left: 0; - top: -10px; - height: 1px; - width: 40px; - content: " "; - position: absolute; - background: #bbb; - transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -webkit-transition: all 0.4s ease-in-out; -} - -.team-v1 li:hover > p:before { - width: 100%; - background: #72c02c; -} - -/*Team v2 -------------------------------------*/ -.team-v2 { - position: relative; - margin-bottom: 20px; -} - -.team-v2 img { - width: 100%; -} - -.team-v2 .inner-team { - padding: 20px; - background: #fff; - text-align: center; -} - -.team-v2 .inner-team h3 { - margin: 0; -} - -.team-v2 .inner-team small { - display: block; - font-size: 12px; - margin-bottom: 7px; -} - -.team-v2 .inner-team p { - font-size: 13px; -} - -.team-v2 .inner-team hr { - margin: 10px 0 15px; -} - -/*Team-Social (Temporary)*/ -.team-social { - margin-bottom: 0; -} - -.team-social li { - padding: 0 2px; -} - -.team-social li a { - font-size: 14px; - padding: 6px 4px; - text-align: center; - border-radius: 50% !important; -} - -.team-social li i { - min-width: 20px; -} - -.team-social li a.fb { - color: #4862a3; - border: 1px solid #4862a3; -} - -.team-social li a.tw { - color: #159ceb; - border: 1px solid #159ceb; -} - -.team-social li a.gp { - color: #dc4a38; - border: 1px solid #dc4a38; -} - -.team-social li a:hover { - text-decoration: none; -} - -.team-social li a.fb:hover { - color: #fff; - background: #4862a3; -} - -.team-social li a.tw:hover { - color: #fff; - background: #159ceb; -} - -.team-social li a.gp:hover { - color: #fff; - background: #dc4a38; -} - -/*Team v3 -------------------------------------*/ -.team-v3 .team-img { - position: relative; -} - -.team-v3 .team-img:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -webkit-transition: all 0.4s ease-in-out; -} - -.team-v3 .team-img:hover:after { - background: rgba(0,0,0,0.5); - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.team-v3 .team-img > img { - width: 100%; -} - -/*Team Hover Gradient*/ -.team-v3 .team-hover { - left: 0; - top: 60%; - z-index: 1; - padding: 0; - width: 100%; - padding: 20px; - list-style: none; - margin-top: -90px; - text-align: center; - visibility: hidden; - position: absolute; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.team-v3 .team-img:hover .team-hover { - top: 50%; - visibility: visible; -} - -.team-v3 .team-hover span, -.team-v3 .team-hover small { - color: #fff; - display: block; -} - -.team-v3 .team-hover span { - font-size: 18px; - font-weight: 400; - text-transform: uppercase; -} - -.team-v3 .team-hover small { - font-size: 13px; - font-weight: 200; - margin-bottom: 10px; -} - -.team-v3 .team-hover p { - color: #fff; - font-weight: 200; - margin-bottom: 20px; -} - -/*Team Social*/ -.team-v3 .team-hover .team-social-v3 i { - color: #fff; - width: 33px; - height: 33px; - padding: 9px; - font-size: 14px; - text-align: center; - display: inline-block; - border: 1px solid #fff; -} - -.team-v3 .team-hover .team-social-v3 i:hover { - color: #666; - background: #fff; - text-decoration: none; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -/*Team v4 -------------------------------------*/ -.team-v4 { - text-align: center; -} - -.team-v4 img { - width: 100%; - margin-bottom: 20px; -} - -.team-v4 span { - color: #333; - display: block; - font-size: 18px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.team-v4 small { - color: #999; - display: block; - font-size: 12px; - font-style: italic; - margin-bottom: 10px; -} - -.team-v4 .team-social-v4 a { - color: #555; - font-size: 16px; -} - -.team-v4 .team-social-v4 a:hover { - color: #72c02c; - text-decoration: none; -} - -/*Team v5 -------------------------------------*/ -.team-v5 { - text-align: center; -} - -.team-v5 span { - color: #555; - display: block; - font-size: 16px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.team-v5 small { - display: block; - color: #72c02c; - font-size: 13px; - font-style: italic; - position: relative; - margin-bottom: 25px; -} - -.team-v5 small:after { - left: 50%; - top: 30px; - height: 1px; - width: 30px; - content: " "; - background: #777; - margin-left: -15px; - position: absolute; -} - -.team-v5 .team-img { - position: relative; -} - -.team-v5 .team-img:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -webkit-transition: all 0.4s ease-in-out; -} - -.team-v5 .team-img:hover:after { - background: rgba(0,0,0,0.5); - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.team-v5 .team-img > img { - width: 100%; - margin-bottom: 20px; -} - -/*Team Hover Gradient*/ -.team-v5 .team-hover { - left: 0; - top: 60%; - z-index: 1; - padding: 0; - width: 100%; - list-style: none; - margin-top: -16px; - text-align: center; - visibility: hidden; - position: absolute; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.team-v5 .team-img:hover .team-hover { - top: 50%; - visibility: visible; -} - -/*Social Network-*/ -.team-v5 .team-hover .team-social-v5 i { - color: #fff; - width: 33px; - height: 33px; - padding: 9px; - font-size: 14px; - text-align: center; - display: inline-block; - border: 1px solid #fff; -} - -.team-v5 .team-hover .team-social-v5 i:hover { - color: #666; - background: #fff; - text-decoration: none; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -/*Team v6 -------------------------------------*/ -.team-v6 { - text-align: center; -} - -.team-v6 img { - width: 100%; - margin-bottom: 20px; -} - -.team-v6 span { - color: #777; - display: block; - font-size: 16px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.team-v6 small { - display: block; - color: #72c02c; - font-size: 13px; - margin-bottom: 15px; -} - -/*Team v7 -------------------------------------*/ -.team-v7 .team-v7-in { - padding: 0 50px; -} - -.team-v7 .team-v7-name { - color: #555; - display: block; - font-size: 18px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.team-v7 .team-v7-position { - display: block; - color: #72c02c; - font-style: normal; - margin-bottom: 15px; -} - -.team-v7 p { - font-size: 14px; - line-height: 24px; - margin-bottom: 20px; -} - -/*Team Space*/ -.team-v7 .team-v7-name { - margin-top: 60px; -} - -.team-v7 .social-icons-v1 { - margin-bottom: 60px; -} - -/*Team Image*/ -.team-v7 .team-v7-img { - position: relative; -} - -.team-v7 .team-v7-img:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.1); -} - -/*Team Info*/ -.team-v7 .team-arrow-right, -.team-v7 .team-arrow-left { - position: relative; -} - -.team-v7 .team-arrow-left:before, -.team-v7 .team-arrow-right:before { - width: 0; - height: 0; - top: 20%; - z-index: 2; - content: " "; - position: absolute; - border-style: solid; -} - -.team-v7 .team-arrow-right:before { - right: -25px; - border-width: 20px 0 20px 25px; - border-color: transparent transparent transparent #fff; -} - -.team-v7 .team-arrow-left:before { - left: -25px; - border-width: 20px 25px 20px 0; - border-color: transparent #fff transparent transparent; -} - -/*Team Info Media Queries*/ -@media (max-width: 991px) { - /*Team Arrows*/ - .team-v7 .team-arrow-left:before, - .team-v7 .team-arrow-right:before { - top: auto; - left: 70px; - bottom: -25px; - border-width: 25px 20px 0 20px; - border-color: #fff transparent transparent transparent; - } - - .team-v7 .team-arrow-left:before, - .team-v7 .team-arrow-right:before { - left: 70px; - bottom: -25px; - border-width: 25px 20px 0 20px; - } - - /*Equal Height Columns*/ - .team-v7 .equal-height-column { - height: auto !important; - } -} - -/*Call To Action v1 -------------------------------------*/ -.call-action-v1 p { - margin-top: 5px; - font-size: 18px; - font-weight: 200; - margin-bottom: 0; -} - -.call-action-v1 .call-action-v1-box { - width: 100%; - display: table; - padding: 30px 0; - vertical-align: middle; -} - -.call-action-v1 .call-action-v1-in { - display: table-cell; - vertical-align: middle; -} - -.call-action-v1 .call-action-v1-in.inner-btn { - min-width: 250px; - text-align: right; -} - -@media (max-width: 992px) { - .call-action-v1 .call-action-v1-in, - .call-action-v1 .call-action-v1-in.inner-btn { - display: block; - text-align: center; - } - - .call-action-v1 .call-action-v1-in p { - margin-bottom: 20px; - } -} - -/*Call To Axtion v2 -------------------------------------*/ -.call-action-v2 { - padding: 50px 0; - text-align: center; - background: url(../../../assets/img/patterns/16.html); -} - -.call-action-v2 h2 { - font-size: 22px; - text-transform: uppercase; -} - -.call-action-v2 p { - padding: 0 100px; - margin-bottom: 20px; -} - -@media (max-width: 768px) { - .call-action-v2 p { - padding: inherit; - } -} - -/*Portfolio Box -------------------------------------*/ -/*Portfolio Box*/ -@media (min-width: 991px) and (max-width: 1199px) { - .portfolio-box { - margin-bottom: 60px; - } -} - -@media (min-width: 768px) and (max-width: 992px) { - .portfolio-box { - margin-bottom: 0; - } -} - -@media (max-width: 768px) { - .portfolio-box { - margin-bottom: 60px; - } -} - -.portfolio-box a.fancybox { - background: #fff; - overflow: hidden; - position: relative; - -webkit-backface-visibility: hidden; /*For Chrome*/ -} - -.portfolio-box a.fancybox:after { - top: 0; - left: 0; - right: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; -} - -.portfolio-box a.fancybox:hover:after { - background: rgba(0,0,0,0.5); -} - -.portfolio-box a.fancybox img { - width: 100%; - overflow: hidden; - transition: all 500ms ease 0s; -} - -.portfolio-box a.fancybox:hover img { - transform: scale(1.1) rotate(0.1deg); -} - -.portfolio-box .portfolio-box-in { - left: 0; - top: 50%; - z-index: 1; - width: 100%; - min-height: 50px; - margin-top: -25px; - visibility: hidden; - text-align: center; - position: absolute; -} - -.portfolio-box a.fancybox:hover .portfolio-box-in { - visibility: visible; -} - -.portfolio-box a.fancybox:after, -.portfolio-box a.fancybox:hover:after, -.portfolio-box a.fancybox:hover .portfolio-box-in i { - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.portfolio-box .portfolio-box-in i { - color: #fff; - width: 50px; - height: 50px; - padding: 16px; - font-size: 20px; - text-align: center; - background: #72c02c; - display: inline-block; -} - -/*Project Tag*/ -.portfolio-box small.project-tag { - display: block; - font-size: 12px; - margin-bottom: 5px; -} - -.portfolio-box small.project-tag, -.portfolio-box small.project-tag a { - color: #999; -} - -.portfolio-box small.project-tag i { - margin-right: 5px; -} - -.portfolio-box small.project-tag a:hover { - color: #72c02c; -} - -/*Portfolio Box v1 -------------------------------------*/ -.portfolio-box-v1 { - margin: 0; -} - -.portfolio-box-v1 [class^="col-"] { - padding: 0; - overflow: hidden; -} - -.portfolio-box-v1 li { - background: #333; - position: relative; - -webkit-backface-visibility: hidden; /*For Chrome*/ -} - -.portfolio-box-v1 li:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; -} - -.portfolio-box-v1 li:hover:after { - background: rgba(0,0,0,0.7); -} - -.portfolio-box-v1 li:after, -.portfolio-box-v1 li:hover:after { - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.portfolio-box-v1 li img { - width: 100%; - overflow: hidden; - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.portfolio-box-v1 li:hover img { - -transform: scale(1.1); - -o-transform: scale(1.1); - -moz-transform: scale(1.1); - -webkit-transform: scale(1.1); -} - -.portfolio-box-v1 .portfolio-box-v1-in { - left: 0; - top: 50%; - z-index: 1; - width: 100%; - visibility: hidden; - min-height: 150px; - margin-top: -75px; - text-align: center; - position: absolute; - font-family: "Open Sans", Arial, sans-serif; -} - -.portfolio-box-v1 li:hover .portfolio-box-v1-in { - visibility: visible; -} - -.portfolio-box-v1 .portfolio-box-v1-in h3 { - font-size: 22px; - margin-top: 20px; - position: relative; - margin-bottom: 20px; - text-transform: uppercase; -} - -.portfolio-box-v1 .portfolio-box-v1-in h3:after { - left: 50%; - height: 1px; - width: 40px; - content: " "; - bottom: -10px; - background: #fff; - margin-left: -20px; - position: absolute; -} - -.portfolio-box-v1 .portfolio-box-v1-in p, -.portfolio-box-v1 .portfolio-box-v1-in h3 { - color: #fff; -} - -.portfolio-box-v1 .portfolio-box-v1-in p { - font-size: 16px; - margin-bottom: 20px; -} - -.portfolio-box-v1 .portfolio-box-v1-in a.btn-u { - font-weight: normal; - -webkit-backface-visibility: hidden; /*For Chrome*/ -} - -/*Portfolio Feature v2 -------------------------------------*/ -.portfolio-box-v2 { - margin: 0 0 60px; -} - -.portfolio-box-v2 [class^="col-"] { - padding: 0; - overflow: hidden; -} - -.portfolio-box-v2 li { - background: #333; - overflow: hidden; - position: relative; - -webkit-backface-visibility: hidden; /*For Chrome*/ -} - -.portfolio-box-v2 li:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; -} - -.portfolio-box-v2 li:hover:after { - background: rgba(255,255,255,0.6); -} - -.portfolio-box-v2 li:after, -.portfolio-box-v2 li:hover:after { - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.portfolio-box-v2 li img { - width: 100%; - overflow: hidden; - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.portfolio-box-v2 li:hover img { - -transform: scale(1.1); - -o-transform: scale(1.1); - -moz-transform: scale(1.1); - -webkit-transform: scale(1.1); -} - -.portfolio-box-v2 .portfolio-box-v2-in { - left: 0; - top: 50%; - z-index: 1; - width: 100%; - visibility: hidden; - min-height: 60px; - margin-top: -30px; - text-align: center; - position: absolute; - font-family: "Open Sans", Arial, sans-serif; -} - -.portfolio-box-v2 li:hover .portfolio-box-v2-in { - visibility: visible; -} - -.portfolio-box-v2 .portfolio-box-v2-in i { - color: #fff; - width: 60px; - height: 60px; - padding: 20px; - font-size: 22px; - cursor: pointer; - margin-right: 5px; - text-align: center; - display: inline-block; - background: rgba(114,192,44,0.8); -} - -.portfolio-box-v2 .portfolio-box-v2-in i:hover { - background: #72c02c; -} - -/*Thumbnail v1 -------------------------------------*/ -.thumbnails-v1 .thumbnail-img { - margin-bottom: 12px; -} - -.thumbnails-v1 h3 { - margin-bottom: 5px; -} - -.thumbnails-v1 h3 a { - color: #555; - font-size: 15px; - text-transform: uppercase; -} - -.thumbnails-v1 .read-more { - color: #72c02c; - font-size: 12px; - text-transform: uppercase; -} - -/*Image Backgrounds v1 -------------------------------------*/ -.bg-image-v1 { - width: 100%; - height: auto; - padding: 50px 0; - position: relative; - background: url(../../../assets/img/bg/11.html) repeat fixed; -} - -.bg-image-v1:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.5); -} - -/*Image Backgrounds v2 -------------------------------------*/ -.bg-image-v2 { - width: 100%; - height: auto; - padding: 50px 0; - position: relative; - background: url(../../../assets/img/bg/7.html) repeat fixed; -} - -.bg-image-v2:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(255,255,255,0.7); -} - -/*Background Dark Cover*/ -.bg-image-v2-dark:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.5); -} - -.bg-image-v2-dark h2, -.bg-image-v2-dark p { - color: #eee !important; -} - -/*Parallax Quote -------------------------------------*/ -.parallax-quote { - color: #fff; - padding: 100px 0; - position: relative; - text-align: center; - background: url(../../../assets/img/team/faces.html) 50% 0 repeat fixed; -} - -.parallax-quote:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.8); -} - -.parallax-quote:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: url(../../../assets/img/patterns/gridtile.html) repeat; -} - -/*Parallax Quote Inner*/ -.parallax-quote-in { - z-index: 1; - padding: 0 80px; - position: relative; -} - -.parallax-quote-in p { - color: #fff; - font-size: 28px; - text-transform: uppercase; - font-family: "Open Sans", Arial, sans-serif; -} - -.parallax-quote-in p:after, -.parallax-quote-in p:before { - content: ' " '; - position: absolute; - font-family: Tahoma; -} - -.parallax-quote-in p:after { - margin-left: 3px; -} - -.parallax-quote-in p:before { - margin-left: -15px; -} - -.parallax-quote-in small { - color: #bbb; - font-size: 13px; - font-weight: 400; - text-transform: uppercase; -} - -@media (max-width: 768px){ - .parallax-quote-in { - padding: 0 40px; - } - - .parallax-quote-in p { - font-size: 20px; - } -} - -/*Parallax Quote Light*/ -.parallax-quote-light:after { - background: rgba(255,255,255,0.9); -} - -.parallax-quote-light .parallax-quote-in { - background: #fff; - padding: 30px 80px; - border-bottom: solid 2px #ddd; -} - -.parallax-quote-light .parallax-quote-in p { - color: #555; - font-size: 28px; - font-weight: 200; -} - -.parallax-quote-light .parallax-quote-in small { - color: #555; -} - -@media (max-width: 768px){ - .parallax-quote-light .parallax-quote-in { - padding: 30px 40px; - } - - .parallax-quote-light .parallax-quote-in p { - font-size: 20px; - } - - .parallax-quote-light .parallax-quote-in small { - font-weight: 200; - } -} - -/*Parallax Team -------------------------------------*/ -.parallax-team { - background: url(../../../assets/img/team/faces.html) 50% 0 repeat fixed; -} - -.parallax-team, -.parallax-team .title-box-v2 { - position: relative; -} - -.parallax-team:before, -.parallax-team-dark:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(255,255,255,0.9); -} - -/*Parallax Team*/ -.parallax-team { - background: url(../../../assets/img/team/faces.html) 50% 0 repeat fixed; -} - -.parallax-team, -.parallax-team .title-box-v2 { - position: relative; -} - -.parallax-team-dark:before { - background: rgba(0,0,0,0.8); -} - -/*Parallax Counter -------------------------------------*/ -.parallax-bg { - background: url(../../../assets/img/patterns/5.html) repeat fixed; -} - -/*Parallax Counter -------------------------------------*/ -.parallax-counter { - padding: 30px 0; - background: url(../../../assets/img/patterns/5.html) repeat fixed; -} - -.parallax-counter .counters { - color: #fff; - padding: 15px 0; -} - -.parallax-counter h4 { - color: #999; - font-size: 16px; - text-transform: uppercase; -} - -.parallax-counter span.counter { - font-size: 48px; -} - -/*Parallax Counter v1 -------------------------------------*/ -.parallax-counter-v1 { - padding: 60px 0; - background: url(../../../assets/img/patterns/5.html) repeat fixed; -} - -.parallax-counter-v1 .counters { - color: #fff; - padding: 15px 0 10px; - border: solid 1px #555; -} - -.parallax-counter-v1 h4 { - color: #eee; - font-size: 16px; - text-transform: uppercase; -} - -.parallax-counter-v1 span.counter { - font-size: 42px; - line-height: 48px; -} - -/*Parallax Counter v2 -------------------------------------*/ -.parallax-counter-v2 { - position: relative; - padding: 80px 0 60px; - background: url(../../../assets/img/patterns/16.html) repeat fixed; -} - -.parallax-counter-v2:after { - top: 0; - left: 50%; - content: " "; - margin-left: -25px; - position: absolute; - border-top: 25px solid #fff; - border-left: 25px solid transparent; - border-right: 25px solid transparent; -} - -.parallax-counter-v2:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.02); -} - -.parallax-counter-v2 .counters { - padding: 20px 0; - border-bottom: solid 2px #ddd; - background: rgba(255,255,255,0.9); -} - -.parallax-counter-v2 .counters h4, -.parallax-counter-v2 .counters span { - color: #555; - font-weight: 200; - font-family: "Open Sans", Arial, sans-serif; -} - -.parallax-counter-v2 .counters span { - font-size: 36px; -} - -.parallax-counter-v2 .counters h4 { - font-size: 22px; - text-transform: uppercase; -} - -@media (max-width: 992px) { - .parallax-counter-v2 .counters { - margin-bottom: 0 !important; - } -} - -/*Parallax Counter v3 -------------------------------------*/ -.parallax-counter-v3 { - z-index: 1; - height: auto; - padding: 80px 0; - overflow: hidden; - text-align: center; - position: relative; - background: url(../../../assets/img/bg/25.html) 50% 0 fixed; -} - -.parallax-counter-v3:after { - left: 0; - bottom: 0; - width: 100%; - z-index: -1; - content: " "; - height: 100%; - text-align: center; - position: absolute; - background: rgba(0,0,0,0.5); -} - -.parallax-counter-v3 .features { - width: 130px; - height: 130px; - padding: 25px; - position: relative; - text-align: center; - display: inline-block; - border-radius: 50% !important; - background: rgba(255,255,255,0.2); -} - -.parallax-counter-v3 .features:after { - top: -9px; - left: -9px; - right: -9px; - bottom: -9px; - content: " "; - border-radius: 50%; - position: absolute; - border: 1px solid #fff; -} - -.parallax-counter-v3 .features span { - color: #fff; - display: block; - font-weight: 200; -} - -.parallax-counter-v3 .features span.counter { - font-size: 30px; -} - -.parallax-counter-v3 .features span.features-info { - text-transform: uppercase; -} - -@media (max-width: 550px) { - .parallax-counter-v3 .features { - width: 110px; - height: 110px; - padding: 22px; - } - - .parallax-counter-v3 .features:after { - top: -7px; - left: -7px; - right: -7px; - bottom: -7px; - } - - .parallax-counter-v3 .features span.counter { - font-size: 20px; - } - - .parallax-counter-v3 .features span.features-info { - font-size: 11px; - } -} - -/*Parallax Counter v4 -------------------------------------*/ -.parallax-counter-v4 { - z-index: 1; - height: auto; - padding: 30px 0; - overflow: hidden; - text-align: center; - position: relative; - background: url(../../../assets/img/bg/19.html) 50% 0 fixed; -} - -.parallax-counter-v4:after { - left: 0; - bottom: 0; - width: 100%; - z-index: -1; - content: " "; - height: 100%; - text-align: center; - position: absolute; - background: rgba(0,0,0,0.5); -} - -.parallax-counter-v4 i { - color: #fff; - display: block; - font-size: 50px; - margin-bottom: 20px; -} - -.parallax-counter-v4 span.counter { - color: #fff; - font-size: 30px; - font-weight: 400; - margin-bottom: 10px; -} - -.parallax-counter-v4 h4 { - color: #fff; - font-size: 18px; - font-weight: 200; - text-transform: uppercase; -} - -/*Flat Background Block -------------------------------------*/ -.flat-bg-block-v1 { - padding: 40px 0; - background: url(../../../assets/img/patterns/16.html) repeat; -} - -.flat-bg-block-v1 .checked-list.first-child { - float: left; - margin-right: 100px; -} - -.flat-bg-block-v1 .checked-list li { - color: #888; - margin-bottom: 5px; -} - -.flat-bg-block-v1 .checked-list i { - color: #72c02c; - margin-right: 5px; -} - -/*Image Over*/ -.flat-bg-block-v1 img.img-over { - top: -70px; - right: 10px; - position: absolute; -} - -@media (min-width: 991px) and (max-width: 1199px) { - .flat-bg-block-v1 img.img-over { - top: -18px; - } -} - -@media (max-width: 991px) { - .flat-bg-block-v1 img.img-over { - position: static; - } -} - -/*Flat Testimonials -------------------------------------*/ -.flat-testimonials { - padding: 50px 0; - background-color: #333; -} - -.flat-testimonials .flat-testimonials-in { - padding: 30px; - text-align: center; - background: rgba(255,255,255,0.2); -} - -.flat-testimonials .flat-testimonials-in img { - width: 135px; - height: 135px; - margin: 0 auto 25px; -} - -.flat-testimonials .flat-testimonials-in h3 { - color: #fff; - font-size: 22px; - font-weight: 200; -} - -.flat-testimonials .flat-testimonials-in span { - display: block; - margin-bottom: 5px; -} - -.flat-testimonials .flat-testimonials-in p { - color: #fff; - font-weight: 200; - position: relative; -} - -.flat-testimonials .flat-testimonials-in p:before, -.flat-testimonials .flat-testimonials-in p:after { - top: 5px; - font-size: 22px; - line-height: 10px; - position: relative; -} - -.flat-testimonials .flat-testimonials-in p:before { - content: "“"; - padding-right: 5px; -} - -.flat-testimonials .flat-testimonials-in p:after { - content: "”"; - padding-left: 5px; -} - -/*Testimonials v4 -------------------------------------*/ -.testimonials-v4 { - overflow: hidden; -} - -.testimonials-v4 .testimonials-v4-in { - background: #fff; - position: relative; - margin-bottom: 40px; - padding: 20px 20px 20px 55px; - -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1); - -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1); - box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1); -} - -.testimonials-v4 .testimonials-v4-in:before { - color: #bbb; - font-size: 60px; - content: "\201C"; - position: absolute; - margin: -25px 0 0 -40px; - font-family: Georgia, serif; -} - -.testimonials-v4 .testimonials-v4-in:after { - width: 0; - height: 0; - left: 80px; - content: " "; - bottom: -30px; - position: absolute; - border-style: solid; - border-width: 30px 30px 0 0; - border-color: #fff transparent transparent transparent; - -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1)); - filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1)); -} - -.testimonials-v4 .testimonials-v4-in p { - color: #777; - font-size: 14px; - font-style: italic; -} - -.testimonials-v4 img { - float: left; - width: 60px; - height: auto; - margin: 0 20px; -} - -.testimonials-v4 .testimonials-author { - color: #555; - display: block; - font-size: 14px; - overflow: hidden; - padding-top: 8px; - text-transform: uppercase; -} - -.testimonials-v4 .testimonials-author em { - font-size: 13px; - text-transform: capitalize; -} - -/*Testimonials v5 -------------------------------------*/ -.testimonials-v5 { - padding-top: 50px; - padding-bottom: 50px; -} - -.testimonials-v5 .testimonials-desc span { - font-size: 13px; - font-weight: 200; -} - -.testimonials-v5 .testimonials-desc p { - padding: 15px; - position: relative; - background: #f9f9f9; - margin-bottom: 25px; -} - -.testimonials-v5 .testimonials-desc p:after { - width: 0; - height: 0; - left: 30px; - color: #fff; - bottom: -12px; - content: " "; - text-align: center; - position: absolute; - border-style: solid; - border-width: 13px 10px 0 10px; - border-color: #f9f9f9 transparent transparent transparent; -} - -/*Testimonials By*/ -.testimonials-v5 .testimonials-by { - margin-left: 20px; -} - -.testimonials-v5 .testimonials-by img { - float: left; - width: 40px; - height: auto; - margin-right: 15px; -} - -.testimonials-v5 .testimonials-by small { - color: #72c02c; - font-size: 12px; -} - -.testimonials-v5 .testimonials-by span { - text-transform: uppercase; -} - -/*Testimonials v6 -------------------------------------*/ -.testimonials-v6.testimonials-wrap { - padding-left: 70px; - padding-right: 70px; -} - -.testimonials-v6 .testimonials-info { - padding: 20px; - background: #fff; - border-bottom: solid 3px #eee; - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} - -.testimonials-v6 .testimonials-info:hover { - border-color: #72c02c; -} - -.testimonials-v6 .testimonials-info img { - float: left; - width: 80px; - height: auto; - margin-right: 20px; -} - -.testimonials-v6 .testimonials-desc { - overflow: hidden; -} - -.testimonials-v6 .testimonials-desc p { - margin-bottom: 15px; -} - -.testimonials-v6 .testimonials-desc strong, -.testimonials-v6 .testimonials-desc span { - color: #555; - display: block; -} - -@media (max-width: 768px) { - .testimonials-v6 .testimonials-wrap { - padding-left: 0; - padding-right: 0; - } -} - -/*Featured Blog -------------------------------------*/ -.featured-blog h2 { - font-size: 18px; - margin: 0 0 25px; - line-height: 25px; - position: relative; -} - -.featured-blog h2:after { - left: 0; - z-index: 1; - width: 30px; - height: 2px; - content: " "; - bottom: -10px; - position: absolute; - background: #72c02c; -} - -.featured-blog .featured-img { - position: relative; -} - -.featured-blog .featured-img:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -webkit-transition: all 0.4s ease-in-out; -} - -.featured-blog .featured-img:hover:after { - background: rgba(0,0,0,0.3); - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.featured-blog .featured-img > img { - width: 100%; -} - -/*Team Hover Gradient*/ -.featured-blog .featured-img i { - top: 60%; - left: 50%; - z-index: 1; - width: 100%; - list-style: none; - text-align: center; - visibility: hidden; - position: absolute; - margin: -17.5px 0 0 -17.5px; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -.featured-blog .featured-img:hover i { - top: 50%; - visibility: visible; -} - -.featured-blog .featured-img i { - color: #fff; - width: 35px; - height: 35px; - padding: 11px; - font-size: 14px; - text-align: center; - display: inline-block; - background: rgba(255,255,255,0.4); -} - -.featured-blog .featured-img i:hover { - color: #fff; - background: #72c02c; - text-decoration: none; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -/*Blog Comments -------------------------------------*/ -.blog-comments img { - width: 80px; - height: auto; -} - -.blog-comments .comments-itself { - background: #fff; - padding: 20px 30px; - position: relative; -} - -.blog-comments .comments-itself:before { - width: 0; - height: 0; - top: 20px; - left: -17px; - content: " "; - position: absolute; - border-style: solid; - border-width: 15px 17px 15px 0; - border-color: transparent #fff transparent transparent; -} - -.blog-comments .comments-itself h3 { - margin: 0 0 10px; -} - -.blog-comments .comments-itself span { - color: #999; - float: right; - font-size: 13px; -} - -.blog-comments .comments-itself p { - color: #999; -} - -/*Comments Reply*/ -.blog-comments.blog-comments-reply { - margin-left: 70px; -} - -/*Media Queries*/ -@media (max-width: 768px) { - .blog-comments .comments-itself:before { - display: none; - } - - .blog-comments .comments-itself:after { - width: 0; - height: 0; - top: -17px; - left: 20px; - content: " "; - position: absolute; - border-style: solid; - border-width: 0 15px 17px 15px; - border-color: transparent transparent #fff transparent; - } -} - -/*Quote -------------------------------------*/ -.quote-v1 { - padding: 60px 0; - text-align: center; - background: url(../../../assets/img/patterns/5.html) repeat; -} - -.quote-v1 p { - color: #fff; - font-size: 22px; - font-weight: 200; - padding: 0 100px; - position: relative; - margin-bottom: 20px; -} - -.quote-v1 p:before { - color: #72c02c; - font-size: 60px; - content: "\201C"; - position: absolute; - margin: -30px 0 0 -40px; - font-family: Georgia, serif; -} - -.quote-v1 span { - color: #fff; - font-size: 18px; -} - -@media (max-width: 768px) { - .quote-v1 p { - font-size: 18px; - padding: 0 50px; - } -} - -/*Quote v2 -------------------------------------*/ -.quote-v2 { - text-align: center; - padding: 85px 10% 40px; -} - -.quote-v2 p { - color: #555; - font-size: 16px; - font-style: italic; - position: relative; - margin-bottom: 20px; -} - -.quote-v2 p:before { - left: 50%; - top: -75px; - font-size: 80px; - content: "\201C"; - position: absolute; - margin-left: -25px; - font-family: Georgia, serif; -} - -.quote-v2 span { - color: #555; - font-weight: 400; -} - -/*Team Social -------------------------------------*/ -.social-icons-v1 i { - color: #555; - width: 33px; - height: 33px; - padding: 9px; - font-size: 14px; - text-align: center; - background: #f7f7f7; - display: inline-block; -} - -.social-icons-v1 i:hover { - color: #fff; - background: #72c02c; - text-decoration: none; - transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -webkit-transition: all 0.2s ease-in-out; -} - -/*Box Shadows -------------------------------------*/ -.shadow-wrapper { - z-index: 1; - position: relative; -} - -/*Common Style*/ -.box-shadow { - background: #fff; - position: relative; -} - -.box-shadow:after, -.box-shadow:before { - top: 80%; - left: 5px; - width: 50%; - z-index: -1; - content: ""; - bottom: 15px; - max-width: 300px; - background: #999; - position: absolute; -} - - /*Effect 1*/ -.shadow-effect-1 { - box-shadow: 0 10px 6px -6px #bbb; - -moz-box-shadow: 0 10px 6px -6px #bbb; - -webkit-box-shadow: 0 10px 6px -6px #bbb; -} - - /*Effect 2,3,4*/ -.shadow-effect-2 { - position: relative; -} - -.shadow-effect-2:after, -.shadow-effect-2:before, -.shadow-effect-3:before, -.shadow-effect-4:after { - transform: rotate(-3deg); - -o-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -webkit-transform: rotate(-3deg); - box-shadow: 0 15px 10px #999; - -moz-box-shadow: 0 15px 10px #999; - -webkit-box-shadow: 0 15px 10px #999; -} - -.shadow-effect-2:after, -.shadow-effect-4:after { - left: auto; - right: 5px; - transform: rotate(3deg); - -o-transform: rotate(3deg); - -ms-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -webkit-transform: rotate(3deg); -} - -/*Interactive Slider v1 -------------------------------------*/ -.interactive-slider-v1 { - z-index: 1; - padding: 130px 0; - position: relative; -} - -.interactive-slider-v1.img-v1 { - background: url(../../../assets/img/bg/18.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.interactive-slider-v1.img-v2 { - background: url(../../../assets/img/bg/19.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.interactive-slider-v1.img-v3 { - background: url(../../../assets/img/bg/18.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.interactive-slider-v1:after { - top: 0; - left: 0; - z-index: -1; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.3); -} - -.interactive-slider-v1 h2 { - color: #fff; - font-size: 40px; - font-weight: 600; - text-transform: uppercase; -} - -.interactive-slider-v1 p { - color: #fff; - font-size: 24px; - font-weight: 200; - text-transform: uppercase; -} - -@media (max-width: 768px) { - .interactive-slider-v1 h2 { - font-size: 30px; - } - - .interactive-slider-v1 p { - font-size: 18px; - } -} - -/*Interactive Slider v2 -------------------------------------*/ -.interactive-slider-v2 { - z-index: 1; - padding: 200px 0; - position: relative; - text-align: center; - background: url(../../../assets/img/bg/18.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.interactive-slider-v2.img-v1 { - background: url(../../../assets/img/bg/25.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.interactive-slider-v2.img-v2 { - background: url(../../../assets/img/bg/14.html) no-repeat; - background-size: cover; - background-position: center center; -} - -.interactive-slider-v2:after { - top: 0; - left: 0; - z-index: -1; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.4); -} - -.interactive-slider-v2 h1 { - color: #fff; - font-size: 70px; - font-weight: 600; - line-height: 80px; - text-transform: uppercase; -} - -.interactive-slider-v2 p { - color: #fff; - font-size: 24px; - font-weight: 200; - font-family: "Open Sans", Arial, sans-serif; -} - -@media (max-width: 768px) { - .interactive-slider-v2 h1 { - font-size: 50px; - line-height: 60px; - margin-bottom: 20px; - } -} - -/*Blog Trending -------------------------------------*/ -.blog-trending li { - margin-bottom: 20px; -} - -.blog-trending h3 { - font-size: 14px; - margin: 0 0 5px; - line-height: 17px; -} - -.blog-trending small, -.blog-trending small a { - color: #777; -} - -.blog-trending small a:hover { - color: #72c02c; -} - -/*Blog Latest Posts -------------------------------------*/ -.blog-latest-posts li { - margin-top: 15px; - padding-top: 15px; - border-top: 1px solid #ddd; -} - -.blog-latest-posts li:first-child { - margin-top: 0; - padding-top: 0; - border-top: none; -} - -.blog-latest-posts h3 { - font-size: 14px; - margin: 0 0 3px; - line-height: 20px; -} - -.blog-latest-posts small, -.blog-latest-posts small a { - color: #777; -} - -.blog-latest-posts small { - margin-bottom: 8px; - display: inline-block; -} - -.blog-latest-posts p { - font-size: 12px; -} - -/*Blog Photostream -------------------------------------*/ -.blog-photostream { - margin-right: -5px; -} - -.blog-photostream li { - padding: 0; - margin: 3px 5px 5px; - position: relative; -} - -.blog-photostream li img { - width: 78px; - height: auto; -} - -/*Newsletter -------------------------------------*/ -.blog-newsletter p { - color: #555; - margin-bottom: 15px; -} - -.blog-newsletter .form-control { - border: none; -} - -.blog-newsletter .form-control:focus { - box-shadow: none; -} - -/*Blog Post Quote -------------------------------------*/ -.blog-post-quote { - padding: 35px 60px; - background: #fff; - text-align: center; -} - -.blog-post-quote p { - color: #555; - font-size: 32px; - font-weight: 200; - line-height: 45px; - position: relative; - margin-bottom: 20px; - font-family: "Open Sans", Arial, sans-serif; -} - -@media (max-width: 768px) { - .blog-post-quote { - padding: 35px 25px; - } - - .blog-post-quote p { - font-size: 26px; - line-height: 35px; - } -} - -.blog-post-quote p:before, -.blog-post-quote p:after { - top: -3px; - font-size: 30px; - position: relative; -} - -.blog-post-quote p:before { - left: -10px; - content: "\0022"; -} - -.blog-post-quote p:after { - right: -10px; - content: "\0022"; -} - -.blog-post-quote span { - color: #555; - font-size: 20px; - font-weight: 200; -} - -/*Blog Post Author -------------------------------------*/ -.blog-author { - padding: 20px; - background: #fff; -} - -.blog-author img { - float: left; - width: 80px; - height: auto; - margin-right: 20px; -} - -.blog-author .blog-author-desc { - overflow: hidden; -} - -.blog-author .blog-author-desc h4 { - float: left; - font-size: 18px; - margin: 0 0 10px; - text-transform: uppercase; -} - -.blog-author .blog-author-desc ul { - float: right; - margin-top: 6px; -} - -.blog-author .blog-author-desc p { - color: #555; -} - -/*Blog Comments -------------------------------------*/ -.blog-comments img { - width: 80px; - height: auto; -} - -.blog-comments .comments-itself { - background: #fff; - padding: 20px 30px; - position: relative; -} - -.blog-comments .comments-itself:before { - width: 0; - height: 0; - top: 20px; - left: -17px; - content: " "; - position: absolute; - border-style: solid; - border-width: 15px 17px 15px 0; - border-color: transparent #fff transparent transparent; -} - -.blog-comments .comments-itself h3 { - margin: 0 0 10px; -} - -.blog-comments .comments-itself span { - color: #555; - float: right; - font-size: 13px; -} - -.blog-comments .comments-itself p { - color: #555; -} - -/*Comments Reply*/ -.blog-comments.blog-comments-reply { - margin-left: 70px; -} - -/*Media Queries*/ -@media (max-width: 768px) { - .blog-comments .comments-itself:before { - display: none; - } - - .blog-comments .comments-itself:after { - width: 0; - height: 0; - top: -17px; - left: 20px; - content: " "; - position: absolute; - border-style: solid; - border-width: 0 15px 17px 15px; - border-color: transparent transparent #fff transparent; - } -} - -/*News v1 -------------------------------------*/ -.news-section { - border-top: solid 1px #eee; - border-bottom: solid 1px #eee; -} - -.news-v1 .news-v1-in { - background: #fafafa; -} - -.news-v1 h3 { - margin-bottom: 0; - font-weight: 200; - line-height: 28px; - padding: 10px 15px 15px; -} - -.news-v1 h3 a { - color: #555; -} - -.news-v1 h3 a:hover { - color: #72c02c; -} - -.news-v1 p { - color: #555; - padding: 0 15px; - margin-bottom: 20px; -} - -.news-v1 .news-v1-info { - margin-left: 0; - margin-top: 30px; - overflow: hidden; - padding: 8px 10px; - border-top: solid 1px #eee; -} - -.news-v1 .news-v1-info li { - font-size: 12px; -} - -.news-v1 .news-v1-info li a:hover { - color: #72c02c; - text-decoration: none; -} - -/*News v2 -------------------------------------*/ -/*News Badge*/ -.news-v2 .news-v2-badge { - overflow: hidden; - position: relative; -} - -.news-v2 .news-v2-badge p { - left: 0; - top: 20px; - background: #fff; - padding: 5px 15px; - text-align: center; - position: absolute; -} - -.news-v2 .news-v2-badge span { - color: #555; - display: block; - font-size: 16px; - line-height: 16px; -} - -.news-v2 .news-v2-badge small { - color: #555; - display: block; - font-size: 10px; - text-transform: uppercase; -} - -/*News Description*/ -.news-v2 .news-v2-desc { - padding: 20px; - background: #fff; -} - -.news-v2 .news-v2-desc h3 { - margin: 0 0 3px; - font-size: 16px; -} - -.news-v2 .news-v2-desc h3 a { - color: #555; -} - -.news-v2 .news-v2-desc h3 a:hover { - color: #72c02c; -} - -.news-v2 .news-v2-desc small { - color: #555; - display: block; - margin-bottom: 15px; - text-transform: uppercase; -} - -.news-v2 .news-v2-desc p { - color: #555; -} - -/*News v3 -------------------------------------*/ -/*News Posts*/ -.news-v3 { - /*background: #fff;*/ -} - -.news-v3 .news-v3-in { - padding: 35px 30px; -} - -.news-v3 .news-v3-in-sm { - padding: 20px; -} - -.news-v3 h2 { - font-size: 32px; - font-weight: 200; - margin: 0 0 20px; - line-height: 45px; - text-transform: uppercase; -} - -.news-v3 .news-v3-in-sm h2 { - font-size: 22px; - margin: 0 0 15px; - line-height: 30px; - text-transform: inherit; -} - -@media (max-width: 768px) { - .news-v3 h2 { - font-size: 22px; - line-height: 30px; - } -} - -.news-v3 h2 a { - color: #555; -} - -.news-v3 h2 a:hover { - color: #72c02c; - text-decoration: none; -} - -.news-v3 p { - color: #555; - margin-bottom: 20px; -} - -/*News Info*/ -.news-v3 .posted-info li { - color: #555; - font-style: italic; -} - -.news-v3 .news-v3-in-sm .posted-info li { - padding: 0; - font-size: 12px; - padding-left: 5px; -} - -.news-v3 .posted-info li:before, -.news-v3 .news-v3-in-sm .posted-info li:before { - content: '/'; -} - -.news-v3 .posted-info li:before { - font-size: 12px; - line-height: 12px; - margin-right: 13px; -} - -.news-v3 .news-v3-in-sm .posted-info li:before { - font-size: 11px; - line-height: 11px; - margin-right: 9px; -} - -.news-v3 .posted-info li:first-child:before, -.news-v3 .news-v3-in-sm .posted-info li:first-child:before { - content: " "; - margin-right: 0; -} - -.news-v3 .posted-info li a { - color: #555; -} - -.news-v3 .posted-info li a:hover { - color: #72c02c; -} - -/*News Shares*/ -.news-v3 .post-shares { - padding-left: 0; - list-style: none; - margin: 40px 0 0 -5px; -} - -.news-v3 .news-v3-in-sm .post-shares { - margin: 20px 0 0 -5px; -} - -.news-v3 .post-shares li { - position: relative; - padding: 0 10px 0 5px; - display: inline-block; -} - -.news-v3 .post-shares li i { - color: #555; - width: 40px; - height: 40px; - padding: 13px; - font-size: 16px; - background: #eee; - text-align: center; - display: inline-block; -} - -.news-v3 .post-shares li i:hover { - background: #ddd; -} - -.news-v3 .post-shares li span { - top: -5px; - right: 6px; - color: #fff; - width: 22px; - height: 22px; - padding: 4px; - font-size: 10px; - line-height: 10px; - position: absolute; - text-align: center; - background: #72c02c; - border: 2px solid #fff; - border-radius: 50% !important; -} - -.news-v3 .post-shares-lg li span { - top: -10px; - right: 0px; - width: 29px; - height: 29px; - padding: 4px; - font-size: 10px; - line-height: 16px; -} - - -/*-------------------------------------------------- -[Blog Grid] -----------------------------------------------------*/ - -.blog-grid img { - margin-bottom: 15px; -} - -.blog-grid h3 { - font-size: 22px; - margin: 0 0 10px; - line-height: 1.4; -} - -.blog-grid h2.blog-grid-title-lg { - font-size: 28px; - line-height: 1.4; - margin: 0 0 10px; -} - -.blog-grid h3.blog-grid-title-sm { - font-size: 15px; - line-height: 1.4; -} - -.blog-grid h3 a { - color: #333; -} - -.blog-grid p { - margin-bottom: 15px; -} - -.blog-grid-inner { - padding: 20px; - background: #fff; - margin: -70px 40px 0; - position: relative; -} - -/*Blog Grid Gradient*/ -.blog-grid .blog-grid-grad { - position: relative; -} - -.blog-grid .blog-grid-grad i { - top: 10px; - left: 10px; - z-index: 1; - color: #fff; - width: 30px; - height: 30px; - font-size: 18px; - line-height: 30px; - text-align: center; - position: absolute; - display: inline-block; - background: rgba(0,0,0,0.5); -} - -/*Blog Grid Info*/ -.blog-grid .blog-grid-info { - padding-left: 0; - list-style: none; -} - -.blog-grid .blog-grid-info li { - color: #888; - padding: 0 2px; - font-size: 12px; - display: inline-block; -} - -.blog-grid .blog-grid-info li:before { - content: '/'; - font-size: 12px; - line-height: 1.4; - margin-right: 9px; -} - -.blog-grid .blog-grid-info li:first-child:before { - content: " "; - margin-right: 0; -} - -.blog-grid .blog-grid-info li a { - color: #888; -} - -.blog-grid .blog-grid-info li a:hover { - text-decoration: none; -} - -/*Read More Link*/ -.blog-grid a.r-more { - font-size: 13px; - font-weight: 400; - font-style: italic; - display: inline-block; -} - -.blog-grid a.r-more:hover { - text-decoration: none; -} - - -/*-------------------------------------------------- -[Blog Thumb] -----------------------------------------------------*/ - -.blog-thumb { - overflow: hidden; -} - -/*Blog Grid Hover*/ -.blog-thumb .blog-thumb-hover { - float: left; - position: relative; - margin-right: 15px; -} - -.blog-thumb .blog-thumb-hover:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - -webkit-transition: all 0.35s, -webkit-transform 0.35s; - transition: all 0.35s, transform 0.35s; -} - -.blog-thumb .blog-thumb-hover img { - width: 120px; - height: auto; -} - -.blog-thumb .blog-thumb-hover img.video-play-btn { - width: 30px; - height: 30px; -} - -/*Icon Hover Gradient*/ -.blog-thumb .blog-thumb-hover .hover-grad { - left: 0; - top: 50%; - z-index: 1; - opacity: 0; - width: 100%; - color: #fff; - font-size: 20px; - margin-top: -14px; - text-align: center; - position: absolute; - display: inline-block; - -webkit-transition: all 0.65s, -webkit-transform 0.65s; - transition: all 0.65s, transform 0.65s; -} - -.blog-thumb .blog-thumb-hover:hover .hover-grad { - opacity: 1; - -webkit-transition: opacity 0.55s, -webkit-transform 0.55s; - transition: opacity 0.55s, transform 0.55s; -} - -/*Blog Thumb Description*/ -.blog-thumb .blog-thumb-desc { - overflow: hidden; -} - -.blog-thumb .blog-thumb-desc h3 { - font-size: 14px; - margin: 0 0 5px; - font-weight: 400; - line-height: 1.4; -} - -.blog-thumb .blog-thumb-desc h3 a { - color: #555; -} - -/*Blog Grid Info*/ -.blog-thumb .blog-thumb-info { - padding-left: 0; - list-style: none; -} - -.blog-thumb .blog-thumb-info li { - color: #888; - padding: 0 2px; - font-size: 12px; - display: inline-block; -} - -.blog-thumb .blog-thumb-info li:before { - content: '/'; - font-size: 12px; - line-height: 1.4; - margin-right: 9px; -} - -.blog-thumb .blog-thumb-info li:first-child:before { - content: " "; - margin-right: 0; -} - -.blog-thumb .blog-thumb-info li a { - color: #888; -} - -.blog-thumb .blog-thumb-info li a:hover { - color: #e74c3c; -} - -/*Blog Thumb Circle -------------------------------------*/ -.blog-thumb.blog-thumb-circle .blog-thumb-hover:after { - border-radius: 50% !important; -} - -.blog-thumb.blog-thumb-circle .blog-thumb-hover img { - width: 50px; - height: 50px; -} - -.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad { - font-size: 15px; - margin-top: -10px; -} diff --git a/views/assets/css/blog.css b/views/assets/css/blog.css deleted file mode 100644 index 24dbb16..0000000 --- a/views/assets/css/blog.css +++ /dev/null @@ -1,122 +0,0 @@ -/*Blog Large -------------------------------------*/ -/*Blog Page*/ -.blog h2 { - color: #555; - font-size: 21px; - line-height: 32px; - margin-bottom: 10px; -} - -.blog h2 a { - color: #585f69; - line-height: 32px; -} - -.blog h2 a:hover { - color: #72c02c; - text-decoration: none; -} - -.blog .blog-img { - margin: 20px 0; -} - -.headline-md { - margin-top: 9px; -} - -/*Blog Content Tags*/ -.blog-post-tags { - padding: 5px 0 8px; - margin-bottom: 10px; - border-top: solid 1px #eee; - border-bottom: solid 1px #eee; -} - -.blog-post-tags ul { - margin-bottom: 0; -} - -.blog-post-tags li { - font-size: 12px; -} - -.blog-post-tags li i { - color: #777; -} - -.blog-post-tags ul.blog-info { - color: #eee; - margin-bottom: 3px; -} - -.blog-post-tags ul.blog-tags a { - color: #555; - font-size: 11px; - display: inline; - padding: 3px 7px; - margin-right: 2px; - background: #f4f4f4; -} - -.blog-post-tags ul.blog-tags a:hover { - background: #72c02c; -} - -/*Blog Item Page -------------------------------------*/ -.blog-item .media img { - top: 3px; - width: 54px; - height: 54px; - position: relative; -} - -.post-comment h3, -.blog-item .media h3 { - color: #72c02c; - font-size: 21px; - margin-bottom: 25px; -} - -.blog-item .media h4.media-heading { - color: #555; - font-size: 17px; - position: relative; -} - -.blog-item .media h4.media-heading span { - top: 3px; - right: 0; - color: #777; - font-size: 12px; - position: absolute; -} - -.blog-item .media h4.media-heading span a { - color: #72c02c; -} - -/*Blog Medium -------------------------------------*/ -.blog-medium .blog-info li, -.blog-medium .blog-info li a { - color: #777; -} - -/* Medium devices (desktops, 992px and up) */ -@media (max-width: 992px) { - .blog-medium img { - margin-bottom: 20px; - } -} - -/*Blog Full Wisth -------------------------------------*/ -.blog-full-width .blog-post-tags { - padding: 5px 0; -} -.blog-full-width ul.blog-info { - margin-bottom: 0; -} \ No newline at end of file diff --git a/views/assets/css/custom.css b/views/assets/css/custom.css deleted file mode 100644 index d4ddd9a..0000000 --- a/views/assets/css/custom.css +++ /dev/null @@ -1,440 +0,0 @@ -/* Add here all your css styles (customizations) */ - -.align-center{ - margin-left: auto; - margin-right: auto; -} - -.github-button{ - width: 124px; -} - -.github-btn-before{ - margin-right: 48px; -} - -.navbar-brand > img{ - width: 150px!important; -} - -#contact .btn:hover { - color: #e74c3c !important; -} - -.w-228 { - width: 228px; - text-align: left; - color: #555; -} - -.mail { - padding-right: 2px; -} - -.owl-buttons { - display: none !important; -} - -.ta-js { - text-align: justify; -} - -.fs-18 { - font-size: 18px; -} - -.fs-16 { - font-size: 16px; -} - -#our-cases .container { - padding-top: 10px !important; - padding-bottom: 70px !important; -} - -#testimonials { - margin-top: 0 !important; - padding-bottom: 60px; -} - -#testimonials .container .sponsors { - width: 40%; - position: relative; - margin-left: auto; - margin-right: auto; -} - -.sponsors li a { - padding: 0 10px !important; -} - -.sponsors li { - height: 121px !important; - width: 50%; -} - -.sponsors li a img { - height: 121px; -} - -.caption-outer img { - height: 233.33px !important; -} - -#blog .lawyer-post img { - height: 240px !important; -} - -.our-team-v4-start { - background: #4d4354 url(../img-temp/Our-Team.jpg) no-repeat 50% 0 / cover; -} - -.our-team-v4-member-wrapper img { - height: 450px !important; -} - -.g-mb-40 { - margin-bottom: 10px !important; -} - -#Contact { - padding-bottom: 60px; -} - -#Contact .row { - margin-left: auto; - margin-right: auto; -} - -#irc { - border: 0; - width: 88%; - height: 498px; - padding-top: 60px; -} - -hr { - margin: 0 0; -} - -/*Projects*/ - -.g-heading-v9.text-center:after { - left: 44% !important; -} - -.g-heading-v9:after { - width: 143px!important; -} - -#blog { - margin-top: 60px; -} - -#blog h2, -#blog2 h2, -#blog3 h2 { - font-weight: 700; - font-size: 40px; -} - -#getInvolved, -#projects { - margin-top: 82px; -} - -.g-pb-40 { - padding-bottom: 0; -} - -.g-pt-100 { - padding-top: 60px !important; -} - -#testimonials .container .g-mb-70 { - margin-bottom: 30px !important; -} - -/*Get Involved*/ - -#getInvolved p { - font-size: 18px; - margin-bottom: 0; -} - -#getInvolved .container .fs-16 p { - font-size: 16px !important; -} - -#getInvolved .footer-section p { - font-size: 14px; - margin-bottom: 30px !important; -} - -#getInvolved-content { - padding-top: 70px; -} - -#getInvolved-content h3 { - font-weight: 600; - font-size: 40px; -} - -.heading-padding { - padding-top: 30px; -} - - -.reduce { - margin-bottom: 30px !important; -} - -blockquote { - /*border-left: 5px solid #e74c3c!important;*/ -} - -ul { - list-style-type: none; -} - -#points li p { - margin-bottom: 10px !important; -} - -.steps-heading { - padding-bottom: 5px; -} - -.steps-heading h4 { - font-weight: 600; - padding-top: 30px; -} - -.steps-heading .g-heading-v9:after { - width: 60px !important; -} - -.team-h2 { - margin-top: 80px; -} - -/*Project*/ -.project-heading{ - font-size: 30px; -} - -.project-sub-headings{ - font-size: 30px!important; -} - -.pb-15{ - padding-bottom: 1px!important; -} - -.pt-15{ - padding-top: 15px!important; -} - -.mb-0{ - margin-bottom: 0!important; -} - -.pt-30{ - padding-top: 30px!important; -} - -.features i{ - font-size: 10px!important; -} - -.features ul, .features li { - margin-bottom: 5px!important; - color: #a49da6!important; -} - -.features{ - font-size: 18px!important; - padding-left: 30px!important; -} - -.fa-circle:before{ - color: #e74c3c; -} - -#blog #donut .g-heading-v9:after, #blog2 #codo .g-heading-v9:after{ - left: 0!important; -} - -#contributors{ - margin-top: 30px; - margin-left: 10px; - margin-right: 10px; -} - -#contributors .g-mb-50{ - margin-bottom: 2px!important; -} - -#contributors .g-mb-25{ - margin-bottom: 0px!important; -} - -#contributors p{ - text-align: center; - font-size: 14px; -} - -#contributors img{ - border-radius: 50%; -} - -#contributrs .col-xs-1{ - width: 11.333333%; -} - -.hr-style{ - margin-top: 50px!important; -} - -@media (max-width: 768px) { - - .navbar-brand > img{ - width: 110px!important; - } - - .center-align { - text-align: center; - } - - .pb-15 { - padding-bottom: 20px; - } - - .pb-20 { - padding-bottom: 20px; - } - - #blog h2 { - font-size: 30px; - } - - .pr-pl-0 { - padding-right: 15px !important; - padding-left: 15px !important; - } - - .g-heading-v9.text-center:after { - left: 31% !important; - } - - .sponsors li { - height: 121px !important; - width: 50%; - } - - #testimonials .container .sponsors { - width: 85%; - } - - .sponsors li a img { - height: 90px; - } - - #irc { - border: 0; - width: 100%; - height: 398px; - padding-top: 0px; - } - - .g-heading-v9:after { - left: 26% !important; - } - - /*Get Involved*/ - #points { - padding-left: 0 !important; - } - - #getInvolved p { - font-size: 16px; - margin-bottom: 0; - } - - #getInvolved-content h3 { - font-size: 30px; - line-height: 1.2; - text-align: left; - } - - #getInvolved-content .g-heading-v9:after{ - left: 0!important; - } - - #getInvolved-content .g-heading-v9{ - padding-bottom: 12px!important; - } - - #getInvolved, - #projects { - margin-top: 55px; - } - - .steps-heading:after { - left: 0 !important; - } - - /*Home*/ - .promo { - padding-top: 55px; - } - - .one-page-header .navbar-toggle { - margin-top: 11px !important; - } - - .underline .g-heading-v9.text-center:after{ - left: 31%!important; - width: 143px!important; - } - - /*Team*/ - .team-h2{ - margin-top: 30px!important; - } - - .our-team-v4-start { - height: 404px !important; - } - - .our-team-v4-start:after { - background: #4e4353 !important; - } - - /*Projects*/ - .project-sub-headings{ - font-size: 20px!important; - } - - #blog p, #blog2 p{ - font-size: 16px!important; - } - #blog #donut .g-heading-v9:after, #blog2 #codo .g-heading-v9:after{ - width: 78px!important; - } - .features ul, .features li { - font-size: 16px; - } - #blog2 h2{ - font-size: 30px; - } - .github-button{ - margin-top: 9px; - } - #contributors .col-3xs-12{ - width: 33%; - } - .hr-style{ - margin-top: 50px!important; - } -} \ No newline at end of file diff --git a/views/assets/css/lawyer.style.css b/views/assets/css/lawyer.style.css deleted file mode 100644 index d01e027..0000000 --- a/views/assets/css/lawyer.style.css +++ /dev/null @@ -1,865 +0,0 @@ -a, -a:focus, -a:hover, -a:active { - outline: 0 !important; -} -a:focus { - text-decoration: none; -} -a:hover { - color: #e74c3c; - text-decoration: underline; -} - -::-moz-selection { - color: #fff; - background: #e74c3c; -} -::selection { - color: #fff; - background: #e74c3c; -} - -/* Global classes ----------------------------------------*/ -.g-dp-table { - display: table; -} - -.g-dp-table-cell { - display: table-cell; -} - -.g-va-middle { - vertical-align: middle; -} - -.g-va-bottom { - vertical-align: bottom; -} - -@media (min-width: 600px) { - .visible-2xs { - display: none; - } -} -@media (max-width: 600px) { - .hidden-2xs { - display: none; - } - .col-2xs-12 { - width: 100%; - } -} -@media (min-width: 500px) { - .visible-3xs { - display: none; - } -} -@media (max-width: 500px) { - .hidden-3xs { - display: none; - } - .col-3xs-12 { - width: 100%; - } - -} - -.g-fs-10 { font-size: 10px;} -.g-fs-12 { font-size: 12px;} -.g-fs-14 { font-size: 14px;} -.g-fs-16 { font-size: 16px;} -.g-fs-18 { font-size: 18px;} - -.g-padding-5 { padding: 5px;} -.g-padding-10 { padding: 10px;} -.g-padding-15 { padding: 15px;} -.g-padding-20 { padding: 20px;} -.g-padding-25 { padding: 25px;} -.g-padding-30 { padding: 30px;} -.g-padding-35 { padding: 35px;} -.g-padding-40 { padding: 40px;} -.g-padding-45 { padding: 45px;} -.g-padding-50 { padding: 50px;} - -.g-pt-10 { padding-top: 10px;} -.g-pt-20 { padding-top: 20px;} -.g-pt-30 { padding-top: 30px;} -.g-pt-40 { padding-top: 40px;} -.g-pt-50 { padding-top: 50px;} -.g-pt-60 { padding-top: 60px;} -.g-pt-70 { padding-top: 70px;} -.g-pt-80 { padding-top: 80px;} -.g-pt-90 { padding-top: 90px;} -.g-pt-100 { padding-top: 100px;} -.g-pt-110 { padding-top: 110px;} -.g-pt-120 { padding-top: 120px;} -.g-pt-130 { padding-top: 130px;} -.g-pt-140 { padding-top: 140px;} -.g-pt-150 { padding-top: 150px;} -.g-pt-160 { padding-top: 160px;} -.g-pt-170 { padding-top: 170px;} - -.g-pb-10 { padding-bottom: 10px;} -.g-pb-20 { padding-bottom: 20px;} -.g-pb-30 { padding-bottom: 30px;} -.g-pb-40 { padding-bottom: 40px;} -.g-pb-50 { padding-bottom: 50px;} -.g-pb-60 { padding-bottom: 60px;} -.g-pb-70 { padding-bottom: 70px;} -.g-pb-80 { padding-bottom: 80px;} -.g-pb-90 { padding-bottom: 90px;} -.g-pb-100 { padding-bottom: 100px;} - -.g-pl-10 { padding-left: 10px;} -.g-pl-20 { padding-left: 20px;} -.g-pl-30 { padding-left: 30px;} -.g-pl-40 { padding-left: 40px;} -.g-pl-50 { padding-left: 50px;} -.g-pl-60 { padding-left: 60px;} -.g-pl-70 { padding-left: 70px;} -.g-pl-80 { padding-left: 80px;} -.g-pl-90 { padding-left: 90px;} -.g-pl-100 { padding-left: 100px;} - -@media (max-width: 767px) { - .g-pl-10--xs { padding-left: 10px;} - .g-pl-15--xs { padding-left: 15px;} - .g-pl-20--xs { padding-left: 20px;} - .g-pl-30--xs { padding-left: 30px;} - .g-pl-40--xs { padding-left: 40px;} - .g-pl-50--xs { padding-left: 50px;} - .g-pl-60--xs { padding-left: 60px;} - .g-pl-70--xs { padding-left: 70px;} - .g-pl-80--xs { padding-left: 80px;} - .g-pl-90--xs { padding-left: 90px;} - .g-pl-100--xs { padding-left: 100px;} -} - -.g-pr-10 { padding-right: 10px;} -.g-pr-20 { padding-right: 20px;} -.g-pr-30 { padding-right: 30px;} -.g-pr-40 { padding-right: 40px;} -.g-pr-50 { padding-right: 50px;} -.g-pr-60 { padding-right: 60px;} -.g-pr-70 { padding-right: 70px;} -.g-pr-80 { padding-right: 80px;} -.g-pr-90 { padding-right: 90px;} -.g-pr-100 { padding-right: 100px;} - -@media (max-width: 767px) { - .g-pr-10--xs { padding-right: 10px;} - .g-pr-15--xs { padding-right: 15px;} - .g-pr-20--xs { padding-right: 20px;} - .g-pr-30--xs { padding-right: 30px;} - .g-pr-40--xs { padding-right: 40px;} - .g-pr-50--xs { padding-right: 50px;} - .g-pr-60--xs { padding-right: 60px;} - .g-pr-70--xs { padding-right: 70px;} - .g-pr-80--xs { padding-right: 80px;} - .g-pr-90--xs { padding-right: 90px;} - .g-pr-100--xs { padding-right: 100px;} -} - -.g-mt-10 { margin-top: 10px;} -.g-mt-20 { margin-top: 20px;} -.g-mt-30 { margin-top: 30px;} -.g-mt-40 { margin-top: 40px;} -.g-mt-50 { margin-top: 50px;} -.g-mt-60 { margin-top: 60px;} -.g-mt-70 { margin-top: 70px;} -.g-mt-80 { margin-top: 80px;} -.g-mt-90 { margin-top: 90px;} -.g-mt-100 { margin-top: 100px;} - -.g-mb-5 { margin-bottom: 5px;} -.g-mb-10 { margin-bottom: 10px;} -.g-mb-15 { margin-bottom: 15px;} -.g-mb-20 { margin-bottom: 20px;} -.g-mb-25 { margin-bottom: 25px;} -.g-mb-30 { margin-bottom: 30px;} -.g-mb-35 { margin-bottom: 35px;} -.g-mb-40 { margin-bottom: 40px;} -.g-mb-45 { margin-bottom: 45px;} -.g-mb-50 { margin-bottom: 50px;} -.g-mb-55 { margin-bottom: 55px;} -.g-mb-60 { margin-bottom: 60px;} -.g-mb-65 { margin-bottom: 65px;} -.g-mb-70 { margin-bottom: 70px;} -.g-mb-75 { margin-bottom: 75px;} -.g-mb-80 { margin-bottom: 80px;} -.g-mb-85 { margin-bottom: 85px;} -.g-mb-90 { margin-bottom: 90px;} -.g-mb-95 { margin-bottom: 95px;} -.g-mb-100 { margin-bottom: 100px;} - -.g-ml-10 { margin-left: 10px;} -.g-ml-20 { margin-left: 20px;} -.g-ml-30 { margin-left: 30px;} -.g-ml-40 { margin-left: 40px;} -.g-ml-50 { margin-left: 50px;} -.g-ml-60 { margin-left: 60px;} -.g-ml-70 { margin-left: 70px;} -.g-ml-80 { margin-left: 80px;} -.g-ml-90 { margin-left: 90px;} -.g-ml-100 { margin-left: 100px;} - -.g-mr-10 { margin-right: 10px;} -.g-mr-15 { margin-right: 15px;} -.g-mr-20 { margin-right: 20px;} -.g-mr-30 { margin-right: 30px;} -.g-mr-40 { margin-right: 40px;} -.g-mr-50 { margin-right: 50px;} -.g-mr-60 { margin-right: 60px;} -.g-mr-70 { margin-right: 70px;} -.g-mr-80 { margin-right: 80px;} -.g-mr-90 { margin-right: 90px;} -.g-mr-100 { margin-right: 100px;} - -.no-column-space [class^="col-"], .no-column-space [class*=" col-"] { - padding-left: 0; - padding-right: 0; - overflow: hidden; -} -.standart-column-space [class^="col-"], .standart-column-space [class*=" col-"] { - padding-left: 15px; - padding-right: 15px; -} - -@media (max-width: 768px) { - .equal-height-column { - width: 100%; - height: auto !important; - } -} - -/* Lawyer global classes ----------------------------------------------------*/ -h1, h2, h3, h4, h5, h6 { - color: inherit; -} -li { - color: inherit !important; -} -p { - color: inherit; - font-size: 14px; - margin-bottom: 30px; -} -a { - color: inherit; -} - -::selection { -color:#fff; -background:#e74c3c; -} - -.g-text-color-1 { color: #555;} -.g-text-color-2 { color: #eee;} - -.g-theme-text-color-1 { color: #e74c3c;} - -.g-link-color-1 { color: #555;} -.g-link-color-2 { color: #eee;} - -.g-theme-link-color-1 a { color: #e74c3c;} - -.g-theme-bg-color-1 { background-color: #4e4353;} -.g-theme-bg-color-transparent-1 { background-color: rgba(78,67,83, 0.9)} - -.lawyer-style h1, -.lawyer-style h2, -.lawyer-style h3, -.lawyer-style h4, -.lawyer-style h5, -.lawyer-style h6 { - color: #4e4353; -} - -.lawyer-style .g-theme-bg-color-1 h1, -.lawyer-style .g-theme-bg-color-transparent-1 h1, -.lawyer-style .g-theme-bg-color-1 h2, -.lawyer-style .g-theme-bg-color-transparent-1 h2, -.lawyer-style .g-theme-bg-color-1 h3, -.lawyer-style .g-theme-bg-color-transparent-1 h3, -.lawyer-style .g-theme-bg-color-1 h4, -.lawyer-style .g-theme-bg-color-transparent-1 h4, -.lawyer-style .g-theme-bg-color-1 h5, -.lawyer-style .g-theme-bg-color-transparent-1 h5, -.lawyer-style .g-theme-bg-color-1 h6, -.lawyer-style .g-theme-bg-color-transparent-1 h6 { - color: #fff; -} - -.lawyer-style h1, -.lawyer-style .h1 { - font-size: 40px; -} -.lawyer-style h2, -.lawyer-style .h2 { - font-size: 40px; - line-height: 50px; -} -.lawyer-style h3, -.lawyer-style .h3 { - font-size: 30px; -} -.lawyer-style h4, -.lawyer-style .h4 { - font-size: 18px; -} -.lawyer-style h5, -.lawyer-style .h5 { - font-size: 14px; -} -.lawyer-style h6, -.lawyer-style .h6 { - font-size: 14px; -} - -@media (max-width: 1200px) { -.lawyer-style h1, -.lawyer-style .h1 { - font-size: 30px; -} -.lawyer-style h2, -.lawyer-style .h2 { - font-size: 30px; - line-height: 40px; -} -.lawyer-style h3, -.lawyer-style .h3 { - font-size: 25px; -} -} - -/* Promo */ -.promo { - padding-top: 65px; -} - -.tp-caption.NotGeneric-Title, .NotGeneric-Title, -.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle, -.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction { - font-family: "Open Sans", Arial, sans-serif; -} -@media (max-width: 768px) { - .tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle { - display: none; - } -} - -/* Other classes*/ -.g-heading-v9 { - text-transform: uppercase; - padding-bottom: 26px; - position: relative; - margin-top: -15px; -} -.g-heading-v9:after { - content: ""; - display: block; - position: absolute; - left: 0; - bottom: 0; - width: 38px; - margin-left: 0; - border-bottom: 5px solid #e74c3c; -} -.g-heading-v9.text-center:after { - left: 50%; - margin-left: -19px; -} -.g-heading-v9.text-right:after { - left: auto; - right: 0; - margin-left: 0; -} - -.btn-u-upper { - text-transform: uppercase; -} -.btn-u-lg.btn-u-upper, a.btn-u-lg.btn-u-upper { - font-size: 12px; - font-weight: bold; -} - -/* Logo */ -.one-page-header .navbar-brand { - padding: 10px 15px; - height: auto; -} -.navbar-brand > img { - width: 110px; -} -@media (max-width: 768px) { - .one-page-header .navbar-brand { - padding-left: 0; - } -} - -/* Header --------------------------------------------------------*/ - -.lawyer-style .one-page-header { - background-color: #fff; - margin-bottom: 0; -} - -.lawyer-style .navbar-nav > li > a:before { - content: ""; - display: none; -} - -.lawyer-style .one-page-header .navbar-nav > li { - padding: 23px 0; -} - -.lawyer-style .one-page-header .navbar-nav > li > a { - font-size: 11px; - text-transform: uppercase; - padding: 0 15px; - font-weight: bold; - overflow: hidden; - position: relative; -} -@media (max-width: 991px) { - .lawyer-style .one-page-header .navbar-nav { - padding-top: 10px; - } - .lawyer-style .one-page-header .navbar-nav > li { - padding: 0; - } - .lawyer-style .one-page-header .navbar-nav > li > a { - padding: 5px 0; - } -} - -.lawyer-style .one-page-header .navbar-nav > li > a span[data-hover] { - color: #555; - position: relative; - display: inline-block; - transition: transform .4s; -} - -.lawyer-style .one-page-header .navbar-nav > li > a span[data-hover]:before { - position: absolute; - top: 100%; - font-weight: bold; - color: #e74c3c; - content: attr(data-hover); - transform: translate3d(0, 0, 0); - transition: color .4s; -} - -.lawyer-style .one-page-header .navbar-nav > li > a:hover span[data-hover] { - transform: translate3d(0, -100%, 0); - font-weight: bold; -} - -.lawyer-style .one-page-header .navbar-nav > .active > a span[data-hover], -.lawyer-style .one-page-header .navbar-nav > .active > a:hover span[data-hover], -.lawyer-style .one-page-header .navbar-nav > .active > a:focus span[data-hover], -.lawyer-style .one-page-header .dropdown-menu > .active > a span[data-hover], -.lawyer-style .one-page-header .dropdown-menu > .active > a:hover span[data-hover], -.lawyer-style .one-page-header .dropdown-menu > .active > a:focus span[data-hover], -.lawyer-style .one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover], -.lawyer-style .one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover], -.lawyer-style .one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] { - color: #e74c3c; - transform: translate3d(0, 0, 0); -} - -.one-page-header .navbar-toggle { - margin-top: 22px; - transition: margin .3s; -} -.one-page-header.top-nav-collapse .navbar-toggle { - margin-top: 17px; -} - -@media (max-width: 991px) { - .lawyer-style .one-page-header .navbar-nav > li > a span[data-hover]:before { - content: ""; - display: none; - top: 0; - } - .lawyer-style .one-page-header .navbar-nav > li > a:hover span[data-hover] { - transform: translate3d(0, 0, 0); - transition: color .3s; - color: #e74c3c; - font-weight: bold; - } -} -.one-page-header .navbar-toggle .icon-bar { - background-color: #555; -} -.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar { - background-color: #e74c3c; -} -/* End Header ---------------------------------------------*/ - -/* About section ---------------------------------------------*/ -.arrow-section-block { - position: relative; - padding: 95px 50px 65px; - overflow: visible; -} -/*.arrow-section-img { - position: relative; -} -.arrow-section-img:after { - content: ""; - background-color: rgba(78,67,83,.4); - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; -}*/ - -.arrow-section-block:after { - content: " "; - display: block; - position: absolute; - left: 50%; - margin-left: -17px; - border-width: 17px; - border-style: solid; - border-right-color: transparent !important; - border-left-color: transparent !important; - z-index: 2; - border-color: #fff; -} - -.g-theme-bg-color-1 .arrow-section-block:after { - border-color: #4e4353; -} - -.arrow-section-block.arrow-top:after { - bottom: 100%; - border-top-color: transparent; -} - -.arrow-section-block.arrow-bottom:after { - top: 100%; - border-bottom-color: transparent; -} - -.arrow-section-block p { - font-size: 16px; - line-height: 26px; -} - - -/* What we do section ---------------------------------------------*/ -.content-boxes-v7 { - margin-bottom: 40px; -} - -.content-boxes-v7 i.fa { - font-size: 47px; - margin-top: 24px; - margin-right: 38px; -} - -.content-boxes-in-v7 { - overflow: hidden; -} - -/* Why we section ---------------------------------------------*/ -.marked-list-v1 li { - position: relative; - padding-left: 24px; -} - -.marked-list-v1 li[data-mark]:after { - content: attr(data-mark); - font-weight: bold; - line-height: 15px; - color: #e74c3c; - font-size: 20px; - position: absolute; - left: 0; - top: 0; -} - -/* Our cases section ---------------------------------------------*/ -.owl-lawyer { - margin-bottom: 0; -} - -.owl-lawyer .caption-outer { - position: relative; -} - -.owl-lawyer .caption { - position: absolute; - right: 0; - top: 0; - bottom: 0; - width: 50%; - height: 100%; -} - -.owl-lawyer .caption p { - margin-bottom: 10px; -} - -.owl-lawyer .owl-buttons { - text-align: center; - margin: 40px 0 0; -} - -.owl-lawyer .owl-prev, -.owl-lawyer .owl-next { - display: inline-block; - font-size: 15px; - color: #fff; - font-weight: bold; - margin: 0 15px; - padding: 10px 20px; -} - -.owl-lawyer .owl-prev, -.owl-lawyer .owl-next { - background-color: #e74c3c; - cursor: pointer; -} - -.owl-lawyer .owl-prev:hover, -.owl-lawyer .owl-next:hover { - background-color: #d94024; -} - -@media (max-width: 767px) { - .owl-lawyer .caption { - display: block; - padding-top: 50px; - } -} - -/* Blog section ---------------------------------------------*/ -.lawyer-post p { - margin-bottom: 10px; -} - -/* Team section ---------------------------------------------*/ -.team-v-8 img { - margin-bottom: 40px; -} - -.team-v-8 .post { - font-size: 11px; -} - -.team-v-8 p i { - margin-right: 5px; -} - -.team-v-8 hr { - margin: 20px 0; -} - -@media(max-width: 767px) { - .team-v-8 { margin-bottom: 50px;} -} - -/* Testimonials section ---------------------------------------------*/ -.ms-staff-carousel .ms-staff-info { - background: none; -} -.lawyer-style .ms-info-name { - text-transform: uppercase; - font-size: 16px; - font-weight: bold; - margin-bottom: 0; -} -.lawyer-style .ms-info-position { - opacity: .6; - font-size: 12px; - margin: 0 0 20px; - text-transform: uppercase; -} -.ms-staff-carousel .ms-staff-info p { - opacity: .6; - font-size: 16px; -} - -/* Sponsors section ---------------------------------------------*/ -.sponsors li { - float: left; - text-align: center; - border-left: 1px solid #483d4d; - border-top: 1px solid #483d4d; - text-align: center; -} - -.sponsors li a { - display: block; - padding: 25px 10px; -} - -.sponsors li:first-child { - border-left: 0; - border-top: 0; -} - -.sponsors li:nth-child(2) { - border-top: 0; -} - -.sponsors li:nth-child(3) { - border-top: 0; -} - -.sponsors li img { - margin: 0 auto; -} - -@media (max-width: 768px) { - .sponsors { - width: 100%; - } - .sponsors li { - width: 33.33333333333%; - height: inherit !important; - } - - .sponsors li:nth-child(4) { - clear: left; - } - .sponsors li:nth-child(3n+4) { - clear: left; - border-left: 0; - } -} - -@media (min-width: 768px) { - .sponsors li { - width: 25%; - } - .sponsors li:nth-child(4) { - border-top: 0; - } - .sponsors li:nth-child(4n+5) { - border-left: 0; - } -} - -@media (min-width: 992px) { - .sponsors li { - width: 16.666666666666%; - } - - .sponsors li:nth-child(4) { - border-top: 0; - } - .sponsors li:nth-child(5) { - border-top: 0; - } - .sponsors li:nth-child(6) { - border-top: 0; - border-left: 1px solid #483d4d !important; - } - .sponsors li:nth-child(4n+5) { - border-left: 1px solid #483d4d; - } - .sponsors li:nth-child(6n-11) { - border-left: none; - } -} - -/* Contact section ---------------------------------------------*/ -.address-list li { - margin-bottom: 25px; -} -.address-list .glyphicon, -.address-list .fa { - font-size: 20px; - color: #e74c3c; - position: relative; - top: 3px; -} -.address-list em { - font-style: normal; - opacity: .3; -} -.address-list strong { - color: #fff; -} - -/* Footer section ---------------------------------------------*/ -.social-icons-v-2 { - padding: 0 0 0 0; - list-style: none; -} -.social-icons-v-2 li { - display: inline-block; - font-size: 16px; - margin: 0 10px 10px 0; -} -.social-icons-v-2 li a { - display: inline-block; - width: 35px; - padding: 5px 0; - background-color: #4e4353; - text-align: center; - color: #eee; -} -.social-icons-v-2 li a:hover { - background-color: #e74c3c; - color: #fff; - transition: all 0.3s; -} - -.marked-list { - padding-left: 0px; - font-size: 12px; -} - -.marked-list i { - font-size: 5px; - position: relative; - top: -2px; -} -.marked-list li { - list-style: none; - padding-right: 20px; - margin-bottom: 15px; -} -.sky-form { - border: none; - box-shadow: none; -} - -.sky-form .input input, -.sky-form .select select, -.sky-form .textarea textarea { - border: none; - background-color: #4e4353; - color: #eee; - font-size: 14px; - margin-bottom: 20px; - height: 45px; -} - -.contact-section-map { - min-height: 600px; -} - - diff --git a/views/assets/css/one.style.css b/views/assets/css/one.style.css deleted file mode 100644 index b8bfd2c..0000000 --- a/views/assets/css/one.style.css +++ /dev/null @@ -1,782 +0,0 @@ -/* -* Template Name: Unify - Responsive Bootstrap Template -* Version: 1.9 -* Author: @htmlstream -* Website: http://htmlstream.com -*/ - -/*Import Global Compulsory CSS Files*/ -body { - width: 100%; - height: 100%; - color: #333; - font-size: 13px; - line-height: 1.6; -} - -html { - width: 100%; - height: 100%; -} - -h1, h2, h3, h4, h5, h6 { - color: #555; -} - -p, -li, -li a { - color: #555; -} - -a { - color: #72c02c; - text-decoration: none; -} - -a, -a:focus, -a:hover, -a:active { - outline: 0 !important; -} -a:focus { - text-decoration: none; -} -a:hover { - color: #72c02c; - text-decoration: underline; -} - -::selection { - color: #fff; - background: #72c02c; -} - -.navbar-fixed-bottom .navbar-collapse, -.navbar-fixed-top .navbar-collapse { - max-height: 100%; -} - -/*Header -------------------------------------*/ -/*Containers*/ -@media (min-width: 768px) and (max-width: 991px) { - .one-page-header .menu-container { - width: 720px; - } -} - -@media (max-width: 991px) { - .one-page-header .menu-container:before, - .one-page-header .menu-container:after { - content: " "; - display: table; - } - - .one-page-header .menu-container:after { - clear: both; - } - - .one-page-header > .navbar-default > .container { - width: inherit; - margin-left: 0; - margin-right: 0; - padding-left: 0; - padding-right: 0; - } - - .one-page-header > .navbar-default > .container > .navbar-header, - .one-page-header > .navbar-default > .container > .navbar-collapse { - margin-left: 0; - margin-right: 0; - } -} - -/*Navbar Logo*/ -.one-page-header .navbar-brand { - font-size: 31px; - font-weight: 200; - line-height: 15px; - padding: 17px 15px 13px; - color: #fff !important; - font-family: 'Open Sans', sans-serif; -} - -.one-page-header .navbar-brand span { - color: #72c02c !important; -} - -@media (max-width: 768px) { - .one-page-header .navbar-brand { - padding-left: 0; - } -} - -/*Navbar Toggle*/ -.one-page-header .navbar-toggle { - border: none; - margin-right: 3px; - padding-right: 0; -} - -.one-page-header .navbar-toggle:hover, -.one-page-header .navbar-toggle:focus { - background: none; -} - -.one-page-header .navbar-toggle .icon-bar { - background: #fff; -} - -.one-page-header .navbar-toggle .icon-bar { - height: 1px; - width: 25px; - font-size: 22px; - background: #fff; - margin-bottom: 7px; -} - -.one-page-header .navbar-toggle .icon-bar:last-child { - margin-bottom: 0; -} - -/*Navbar*/ -.one-page-header { - border-bottom: none; - background: rgba(0,0,0,0.4); -} -.one-page-header .container { - position: relative; -} - -.one-page-header .navbar-nav > li > a { - color: #eee; - font-size: 12.5px; - text-transform: uppercase; - padding: 17px 15px 13px; -} - -.one-page-header .navbar-nav > li > a:before { - left: -3px; - top: 15px; - z-index: 2; - color: #eee; - font-size: 4px; - content: "\f10c"; - margin-right: 6px; - position: absolute; - font-family: FontAwesome; -} - -.one-page-header .navbar-nav > li.home > a:before { - content: ""; -} - -.one-page-header .navbar-nav > li > a:hover { - z-index: 1; - color: #72c02c; -} - -.one-page-header .navbar-nav > li > a:focus { - color: #72c02c; -} - -.one-page-header .navbar-nav > .active > a, -.one-page-header .navbar-nav > .active > a:hover, -.one-page-header .navbar-nav > .active > a:focus, -.one-page-header .dropdown-menu > .active > a, -.one-page-header .dropdown-menu > .active > a:hover, -.one-page-header .dropdown-menu > .active > a:focus, -.one-page-header.top-nav-collapse .dropdown-menu > .active > a, -.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover, -.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus { - z-index: 1; - background: none; - color: #72c02c !important; -} - -/*Responsive Navbar*/ -@media (max-width: 991px) { - /*Responsive code for max-width: 991px*/ - .one-page-header .navbar-header { - float: none; - } - - .one-page-header .navbar-toggle { - display: block; - } - - .one-page-header .navbar-collapse.collapse { - display: none !important; - } - - .one-page-header .navbar-collapse.collapse.in { - display: block !important; - } - - .one-page-header .navbar-nav { - margin: 0 0 5px; - float: none !important; - } - - .one-page-header .navbar-nav > li { - float: none; - } - - .navbar-default .navbar-nav > li > a { - padding: 10px 0; - } - - .navbar-default .navbar-nav > li > a::before { - content: ''; - } -} - -@media(min-width: 992px) { - .one-page-header.navbar { - padding: 12px 0; - -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out; - -moz-transition: background .3s ease-in-out,padding .3s ease-in-out; - transition: background .3s ease-in-out,padding .3s ease-in-out; - } - - .one-page-header.top-nav-collapse { - /* Customize the look and feel of the collapsed top nav here */ - padding: 7px 0; - } -} - -@media (max-width: 768px) { - .one-page-header .navbar-nav > li > a:before { - content: " "; - } -} - -/*Navbar*/ -@media (min-width: 992px) { - .one-page-header.navbar .navbar-nav { - float: right; - } - .one-page-header-style-2.navbar .navbar-nav { - float: left; - margin-left: 25px; - } -} - -/* Top Log-Reg */ -.log-reg-block { - float: right; - list-style: none; - margin: 0; - padding: 0; -} -.log-reg-block > li { - float: left; - position: relative; -} -.log-reg-block a { - color: #eee; - font-size: 12.5px; - text-transform: uppercase; - padding: 17px 15px 13px 15px; - display: block; - line-height: 20px; -} -.log-reg-block a:hover { - color: #72c02c; - z-index: 1; -} -.log-reg-block a:before { - color: #eee; - content: "\f10c"; - font-family: FontAwesome; - font-size: 4px; - left: -3px; - margin-right: 6px; - position: absolute; - z-index: 2; -} -.log-reg-block a.cd-signin:before { - content: ""; -} -.top-nav-collapse .log-reg-block a, -.top-nav-collapse .log-reg-block a:before { - color: #777; -} - -@media (max-width: 992px) { - .one-page-header .navbar-nav > li.cd-log_reg { - opacity: 0.5; - } -} - -/* Dropdown Menu */ -.one-page-header .dropdown-menu, -.one-page-header.top-nav-collapse .dropdown-menu { - border: none; - background: none; - box-shadow: none; - float: none; -} -.one-page-header .navbar-nav a.dropdown-toggle { - color: #fff !important; -} -.one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle { - color: #777 !important; -} -.one-page-header .dropdown-menu .active > a, -.one-page-header .dropdown-menu li > a:hover { - background: none; - filter: none !important; - -webkit-transition: all 0.1s ease-in-out; - -moz-transition: all 0.1s ease-in-out; - -o-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; -} -.one-page-header .dropdown-menu li > a:focus { - background: none; - filter: none !important; -} -@media (min-width: 992px) { - .one-page-header .dropdown-menu, - .one-page-header.top-nav-collapse .dropdown-menu { - padding-top: 12px; - min-width: 200px; - border-radius: 0; - z-index: 9999 !important; - top: 100%; - } - .one-page-header.top-nav-collapse .dropdown-menu { - padding-top: 7px; - } - .one-page-header .navbar-nav > li.dropdown:hover > .dropdown-menu { - display: block; - } - .one-page-header .open > .dropdown-menu { - display: none; - } - .one-page-header .dropdown-menu > li { - background: rgba(0, 0, 0, 0.4); - } - .one-page-header.top-nav-collapse .dropdown-menu > li { - background: #fff; - } - .one-page-header .dropdown-menu > li:first-child { - padding-top: 15px; - } - .one-page-header .dropdown-menu > li:last-child { - padding-bottom: 15px; - } - .one-page-header .dropdown-menu > li > a { - color: #fff; - font-size: 13px; - font-weight: 400; - padding: 6px 25px; - } - .one-page-header.top-nav-collapse .dropdown-menu > li > a { - color: #777; - } - .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover { - color: #72c02c; - } -} -@media (max-width: 991px) { - .one-page-header .dropdown-menu { - position: relative; - } - .one-page-header .dropdown-menu a { - color: #fff !important; - padding: 10px 20px; - background: none !important; - } - .one-page-header.top-nav-collapse .dropdown-menu > li > a { - color: #777 !important; - } - .one-page-header .dropdown-menu a:hover, - .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover { - color: #72c02c !important; - } -} - -/* Top Contacts Block */ -.top-contact-block { - float: right; - padding: 9px 0 0 20px; - font-weight: 300; - font-size: 16px; - line-height: 20px; -} -.top-contact-block i { - display: inline-block; - width: 30px; - height: 30px; - color: #fff; - border: solid 1px #fff; - border-radius: 50% !important; - text-align: center; - padding-top: 7px; - margin-right: 5px; -} -.top-nav-collapse .top-contact-block i { - color: #777; - border-color: #777; -} -.top-contact-block a { - color: #fff; - position: relative; - top: 1px; -} -.top-contact-block a:hover { - text-decoration: none; -} -.top-nav-collapse .top-contact-block a { - color: #777; -} -@media (max-width: 991px) { - .top-contact-block { - position: absolute; - top: 10px; - left: 130px; - float: none; - padding: 0; - } -} -@media (max-width: 480px) { - .top-contact-block { -/* position: static; - padding: 8px 0 14px; - text-align: right;*/ - display: none; - } -} - -/* Login Block Simple */ -.log-reg-block-simple { - float: right; - padding: 10px 0 4px 20px; - line-height: 20px; - text-transform: uppercase; -} -.log-reg-block-simple .btn-u { - font-size: 12.5px; - color: #fff; - border: solid 1px #fff; - background: none; - padding: 5px 13px; -} -.top-nav-collapse .log-reg-block-simple .btn-u { - color: #777; - border-color: #777; -} -.log-reg-block-simple .btn-u:hover, -.top-nav-collapse .log-reg-block-simple .btn-u:hover { - color: #fff; - background: #72c02c; - border-color: #72c02c; -} - -@media (max-width: 991px) { - .log-reg-block-simple { - position: absolute; - top: 10px; - right: 60px; - float: none; - padding: 0; - } -} - -/* Lang Block */ -.lang-block { - float: right; - background: rgba(0,0,0,0.6); - padding: 6px 13px 4px 13px; - margin: 10px 0 0 20px; - font-size: 12.5px; - text-transform: uppercase; - line-height: 20px; - position: relative; -} -.mega-hover__current { - display: inline-block; - position: relative; - padding-right: 15px; -} -.mega-hover__current:before { - color: #fff; - content: "\f107"; - font-family: FontAwesome; - position: absolute; - right: 0; - top: 0; -} -.lang-block ul { - list-style: none; - padding: 0 13px 5px; - margin: 0; - background: rgba(0,0,0,0.6); - position: absolute; - left: 0; - right: 0; - top: 100%; -} -.mega-hover-list { - display: none; -} -/*.lang-block:hover { - cursor: pointer; -}*/ -.lang-block:hover .mega-hover-list { - display: block; -} -.lang-block a { - color: #fff; -} -@media (max-width: 991px) { - .lang-block { - float: none; - background: rgba(0,0,0,0.6); - display: inline-block; - position: absolute; - top: 0; - right: 60px; - } -} - -/*Fixed Header*/ -.one-page-header.top-nav-collapse { - background: #fff; - box-shadow: 0 0 3px #b5b5b5; -} - -@media (max-width: 768px) { - .one-page-header.top-nav-collapse { - padding: 0; - } -} - -.one-page-header.top-nav-collapse .navbar-brand, -.one-page-header.top-nav-collapse .navbar-nav > li > a, -.one-page-header.top-nav-collapse .navbar-nav > li > a:before { - color: #777; -} - -.one-page-header.top-nav-collapse .navbar-brand { - color: #777 !important; -} - -/*Navbar Toggle*/ -.one-page-header.top-nav-collapse .navbar-toggle .icon-bar { - background: #555; -} - -.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar { - background: #72c02c; -} - -/*Intro Section -------------------------------------*/ -/*Intro Section*/ -.intro-section { - background: #222; -} - -.intro-section:after { - width: 100%; - height: 100%; - position: absolute; -} - -/*About Section -------------------------------------*/ -/*About Section*/ -.about-section { - padding-top: 40px; - padding-bottom: 0; -} - -.block-v1 { - padding: 50px 0; -} - -.about-section .about-image { - padding-top: 100px; -} - -/*Icon Lists*/ -.content-boxes-v3 i.icon-custom { - margin-right: 8px; -} - -.content-boxes-v3 h2 { - font-size: 15px; - margin-bottom: 5px; - font-weight: bold; - text-transform: uppercase; -} - -/*Style for Cube Portfolio wrapper*/ -.cube-portfolio #filters-container { - text-align: center; -} - -.cube-portfolio #filters-container .cbp-filter-item-active { - background: #72c02c; - border-color: #72c02c; -} - -.cube-portfolio .cbp-l-filters-button .cbp-filter-counter { - color: #fff; - background: #72c02c; -} - -.cube-portfolio .cbp-l-filters-button .cbp-filter-counter:before { - border-top-color: #72c02c; -} - -.promo-section { - position: relative; -} -.backstretch:after { - background: rgba(0,0,0,0.3); - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - display: block; - content: ""; -} -.promo-section h2 { - color: #fff; - font-size: 35px; - line-height: 1.1; - font-weight: 200; - padding: 10px 75px; - position: relative; - border-top: solid 1px #fff; - border-bottom: solid 1px #fff; - text-align: center; - margin-bottom: 30px; -} -.promo-section h2:after, -.promo-section h2:before { - font-size: 16px; - content: "\f005"; - position: absolute; - font-family: FontAwesome; - position: absolute; - top: 50%; - margin-top: -8px; -} -.promo-section h2:after { - right: 4%; -} -.promo-section h2:before { - left: 4%; -} -.promo-text { - color: #fff; - position: relative; - font-size: 26px; - font-weight: 200; - line-height: 40px; - padding: 10px 50px; - text-align: center; - margin-bottom: 60px; -} -.promo-text:after { - left: 50%; - content: ""; - height: 1px; - width: 100px; - bottom: -10px; - background: #fff; - margin-left: -50px; - position: absolute; -} - -.promo-next { - text-align: center; -} -.promo-next a { - margin: 0 5px; - padding: 7px 20px; - text-transform: uppercase; -} - -.promo-section h2, -.promo-text, -.promo-next { - opacity: .9; -} - -@media (max-width: 600px) { - .promo-section h2 { - font-size: 25px; - margin-bottom: 10px; - } - .promo-text { - font-size: 18px; - line-height: 1.4; - margin-bottom: 20px; - } - .promo-text:after { - display: none; - } -} - -.contacts-section2 { - padding-top: 50px; - padding-bottom: 10px; - font-size: 15px; -} -.contacts-section2 h2 { - color: #444; - font: 28px "Open Sans",sans-serif; - margin-bottom: 15px; - padding-bottom: 15px; - position: relative; - text-transform: uppercase; -} -.contacts-section2 .lead { - font-size: 18px; -} -.contacts-section2 i { - float: left; - margin-right: 15px; -} -.contacts-section2 h6 { - font-size: 16px; - font-weight: 600; - margin: 0 0 5px; -} - -.footer-simple { - padding: 20px 0; - border-top: 1px solid #eee; -} -.footer-simple p { - margin-top: 15px; - margin-bottom: 0; -} -.footer-simple .social-icons { - margin-top: 10px; -} -.footer-simple .social-icons li { - margin-bottom: 0; -} - -.what-people-say .testimonials-v6 .testimonials-info { - background: #f7f7f7; -} -.what-people-say .testimonials-v6.testimonials-wrap { - padding-left: 0; - padding-right: 0; -} - -/*Spaces -------------------------------------*/ -.padding-top-60 { - padding-top: 60px; -} diff --git a/views/assets/css/plugins.css b/views/assets/css/plugins.css deleted file mode 100644 index 41f1eef..0000000 --- a/views/assets/css/plugins.css +++ /dev/null @@ -1,944 +0,0 @@ -/* -* Template Name: Unify - Responsive Bootstrap Template -* Version: 1.9 -* Author: @htmlstream -* Website: http://htmlstream.com -*/ - -/*Parallax Slider (Main) -------------------------------------*/ -.slider-inner .da-slider { - box-shadow: none; - border-bottom: 2px solid #ddd; -} - -.slider-inner .da-dots { - z-index: 10; -} - -@media (max-width: 450px) { - .da-slide p { - display:none; - } -} - -@media (max-width: 900px) { - /*Slider Parallax*/ - .da-slide .da-img { - display:none; - } -} - -/*Master Slider -------------------------------------*/ -.ms-promo-info { - font-size: 45px; - font-weight: 300; - line-height: 1.5; - text-transform: uppercase; - font-family: "Open Sans", Arial, sans-serif; -} - -.ms-promo-info-in { - font-size: 60px; - font-weight: 600; -} - -.ms-promo-sub { - font-size: 18px; - font-weight: 400; - line-height: 1.4; - font-family: "Open Sans", Arial, sans-serif; -} - -.ms-promo-sub-in { - font-size: 15px; -} - -.ms-img-bordered { - background: #fff; - padding: 7px; -} - -/*Revolution Slider -------------------------------------*/ -.tp-dottedoverlay { - z-index: 1 !important; -} - -.tp-bullets.preview4 .bullet { - border-radius: 10px !important; -} - -.tp-banner-container ul li, -.fullscreenbanner-container ul li { - list-style: none; - visibility: hidden; -} - -.tp-banner-container a.btn-u, -.tp-banner-container a.btn-u:hover { - color: #fff; - border: solid 1px transparent; -} - -.tp-banner-container a.re-btn-brd { - background: none; - border: solid 1px #fff; -} - -.tp-banner-container a.re-btn-brd:hover { - color: #555; - background: #fff; -} - -/*Fullwidth*/ -.tp-banner-container .btn-u.btn-brd { - font-weight: 400; -} - -.tp-banner-container { - position: relative; -} - -/*Fullscreen*/ -.fullscreen-container { - padding:0; - width:100%; - position:relative; -} - -/*Slider Contents v1*/ -.revolution-mch-1:after { - top: 0; - left: 0; - right: 0; - width: 100%; - height: 100%; - content: ' '; - position: absolute; - background: rgba(0,0,0,0.3); -} - -.revolution-ch1 { - color: #fff; - font-size: 40px; - font-weight: 400; - line-height: 60px; - text-transform: uppercase; - font-family: "Open Sans", Arial, sans-serif; -} - -.revolution-ch2 { - color: #fff; - font-size: 20px; - max-width: 470px; - line-height: 32px; - position: relative; - text-align: center; - font-weight: normal; - font-family: "Open Sans", Arial, sans-serif; -} - -.revolution-ch2:after { - left: 50%; - width: 70px; - height: 2px; - content: ' '; - bottom: -20px; - background: #fff; - margin-left: -35px; - position: absolute; -} - -/*Slider Contents v2*/ -.re-title-v1 { - color: #fff; - font-size: 75px; - font-weight: 600; - line-height: 60px; - text-transform: uppercase; - font-family: "Open Sans", Arial, sans-serif; -} - -.re-title-v2 { - color: #fff; - font-size: 40px; - font-weight: 600; - line-height: 45px; - text-align: center; - text-transform: uppercase; - font-family: "Open Sans", Arial, sans-serif; -} - -.re-text-v1 { - color: #fff; - font-size: 24px; - text-align: center; - font-family: "Open Sans", Arial, sans-serif; -} - -.re-text-v2 { - color: #fff; - font-size: 24px; - font-family: "Open Sans", Arial, sans-serif; -} - -/*Slides*/ -.rs-caption-1 { - color: #fff; - font-size: 32px; - font-weight: 200; - padding: 6px 75px; - position: relative; - border-top: solid 1px #fff; - border-bottom: solid 1px #fff; -} - -.rs-caption-1:after, -.rs-caption-1:before { - font-size: 16px; - content: "\f005"; - position: absolute; - font-family: FontAwesome; -} - -@media (max-width: 768px) { - .rs-caption-1:after, - .rs-caption-1:before { - content: ""; - } -} - -.rs-caption-1:after { - right: 4%; -} - -.rs-caption-1:before { - left: 4%; -} - -.rs-caption-2 { - color: #fff; - position: relative; - font-size: 26px; - font-weight: 200; - line-height: 40px; - padding: 10px 50px; - text-align: center; -} - -.rs-caption-2:after { - left: 50%; - content: ""; - height: 1px; - width: 100px; - bottom: -10px; - background: #fff; - margin-left: -50px; - position: absolute; -} - -.rs-caption-3 a { - margin: 0 5px; - padding: 7px 20px; - text-transform: uppercase; -} - -@media (max-width: 768px) { - .rs-caption-1, - .rs-caption-2, - .rs-caption-3 { - font-weight: normal; - } -} - -/*Layer Slider -------------------------------------*/ -.layer_slider { - overflow: hidden; -} - -.ls-ct-half, .ls-ct-center { - border-radius: 100px !important; -} - -/*Sequence Slider (Home Page) -------------------------------------*/ -@media (max-width: 900px) { - #sequence-theme .info { - top:80px !important; - width:60% !important; - margin-right:50px; - } -} - -@media (max-width: 450px) { - #sequence-theme .info { - top:70px !important; - width:70% !important; - margin-right:25px; - } - #sequence-theme h2 { - font-size:30px !important; - } - #sequence-theme .info p { - font-size:18px !important; - } -} - -/*Clients Carousel -------------------------------------*/ -.clients { - border: 0; - overflow: hidden; - margin-top: 10px; - margin-bottom: 30px; - box-shadow:none !important; - margin-bottom: 0 !important; -} -.clients li { - overflow: hidden; - margin-left: 1px; - position: relative; - background: #fafafa; -} -.clients li:hover { - background: #f6f6f6; -} -.clients li img.color-img { - top: 0; - left: 0; - display: none; - position: absolute; -} -.clients li:hover img.color-img { - display: block; -} -.clients li img { - filter: gray; /* IE6-9 */ - float: none !important; - margin: 0 auto !important; -} -.clients li img:hover { - filter: none; -} - -/*Pie Chart -------------------------------------*/ -.pie-progress-charts .inner-pchart { - text-align: center; -} - -.pie-progress-charts .circle { - color: #555; - font-weight: 200; - margin-bottom: 20px; -} - -.pie-progress-charts .circle-title { - font-size: 22px; -} - -@media (max-width: 767px) { - .pie-progress-charts .inner-pchart { - margin-bottom: 40px; - } -} - -/*Counter -------------------------------------*/ -.counters { - color: #555; - text-align: center; -} - -@media (max-width: 767px) { - .counters { - margin-bottom: 30px; - } - .counters:last-child { - margin-bottom: inherit; - } -} - -.counters span { - font-size: 35px; -} - -.counters span.counter-icon { - display: block; - margin-bottom: 10px; -} - -.counters span.counter-icon i { - color: #fff; - padding: 16px; - min-width: 65px; - font-size: 30px; - position: relative; - background: #72c02c; -} - -.counters span.counter-icon i:after { - width: 0; - height: 0; - left: 38%; - content: " "; - bottom: -7px; - display: block; - position: absolute; - border-top: 7px solid #72c02c; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-left-style: inset; /*FF fixes*/ - border-right-style: inset; /*FF fixes*/ -} - -.counters:hover span.counter-icon i { - border-color: #000; -} - -/*Back To Top -------------------------------------*/ -#topcontrol { - color: #fff; - z-index: 99; - width: 30px; - height: 30px; - font-size: 20px; - background: #222; - position: relative; - right: 14px !important; - bottom: 11px !important; - border-radius: 3px !important; -} - -#topcontrol:after { - top: -2px; - left: 8.5px; - content: "\f106"; - position: absolute; - text-align: center; - font-family: FontAwesome; -} - -#topcontrol:hover { - color: #fff; - background: #72c02c; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} - -/*Owl Carousel -------------------------------------*/ -.owl-btn { - color: #777; - cursor: pointer; - font-size: 18px; - padding: 2px 9px; - text-align: center; - background: #f5f5f5; -} - -.owl-btn:hover { - color: #fff; - background: #72c02c; -} - -/*Owl Carousel v1*/ -.owl-carousel-v1 .owl-navigation { - text-align: right; - margin-bottom: 20px; -} - -.owl-carousel-v1 .item { - margin: 0 5px; -} - -.owl-carousel-v1 .item img { - text-align: center; -} - -.owl-carousel-v1 .owl-pagination { - display: none; -} - -/*Owl Carousel v2*/ -.owl-carousel-v2 .owl-slider-v2 { - margin-bottom: 20px; -} - -.owl-carousel-v2 .item { - margin: 0 15px; -} - -.owl-carousel-v2 .item img { - text-align: center; -} - -.owl-carousel-v2 .owl-navigation { - text-align: center; -} - -.owl-carousel-v2 .owl-pagination { - display: none; -} - -/*Owl Carousel v3*/ -.owl-carousel-v3 .item { - margin: 0 15px; -} - -.owl-carousel-v3 .item img { - text-align: center; -} - -.owl-carousel-v3 .owl-pagination { - display: none; -} - -/*Owl Carousel v4*/ -.owl-carousel-v4 .owl-wrapper-outer { - margin-bottom: 20px; -} - -.owl-carousel-v4 .item { - margin: 0 3px; -} - -.owl-carousel-v4 .item img { - width: 100%; -} - -/*Owl Carousel v5*/ -.owl-carousel-v5 .owl-wrapper-outer { - margin-bottom: 20px; -} - -.owl-carousel-v5 .owl-controls .owl-page.active span, -.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span { - background: #72c02c; -} - -.owl-carousel-v5 .owl-controls .owl-page span { - margin: 5px 3px !important; -} - -/*Owl Slider v6*/ -.owl-carousel-v6 .owl-carousel-item { - margin: 0 10px; - padding: 7px 0; - text-align: center; - position: relative; - border: 1px solid #e4e2e2; -} - -.owl-carousel-v6 .owl-carousel-item img { - width: 150px; - height: auto; -} - -.owl-carousel-v6 .owl-wrapper-outer { - margin-bottom: 20px; -} - -.owl-carousel-v6 .owl-controls .owl-page span { - margin: 5px 3px !important; -} - -/*Owl Pagination*/ -.owl-pagination { - text-align: center !important; -} - -.owl-theme .owl-controls .owl-page.active span, -.owl-theme .owl-controls.clickable .owl-page:hover span { - opacity: 1; - filter: Alpha(Opacity=100);/*IE7 fix*/ -} - -.owl-theme .owl-controls .owl-page { - zoom: 1; - display: inline-block; - *display: inline;/*IE7 life-saver */ -} - -.owl-theme .owl-controls .owl-page span { - width: 12px; - height: 12px; - opacity: 0.3; - display: block; - margin: 5px 7px; - background: #bbb; - filter: Alpha(Opacity=50);/*IE7 fix*/ - -webkit-border-radius: 50% !important; - -moz-border-radius: 50% !important; - border-radius: 50% !important; -} - -/*Owl Carousel Style v1*/ -.owl-carousel-style-v1 img { - width: 120px; - height: auto; -} - -/*Owl Carousel Style v2*/ -.owl-carousel-style-v2 .item { - margin: 0 3px; - background: #fafafa; - text-align: center; - border: solid 1px #eee; -} - -.owl-carousel-style-v2 .item img { - padding: 0 3px; - display: inline-block; -} - -.owl-carousel-style-v2 .item:hover { - background: #f7f7f7; - border-color: #e5e5e5; - transition: all 0.4s ease-in-out; -} - -.owl-carousel-style-v2 .owl-pagination { - display: none; -} - -/*Owl Clients v2 -------------------------------------*/ -.owl-clients-v1 img { - width: 120px; - height: auto; -} - -.owl-clients-v1 .owl-pagination { - display: none; -} - -/*Owl Carousel - Testimonials v3 -------------------------------------*/ -/*Testimonials Section*/ -.testimonials-v3 { - padding: 100px 0; - font-family: "Open Sans", Arial, sans-serif; -} - -.testimonials-v3 ul { - margin: 0; - padding: 0; - text-align: center; - position: relative; -} - -.testimonials-v3 li img { - width: 150px; - height: 150px; - margin-bottom: 10px; -} - -.testimonials-v3 li > p { - font-size: 14px; -} - -.testimonials-v3 .testimonials-v3-title { - font-size: 22px; - font-weight: 200; - margin-bottom: 20px; -} - -.testimonials-v3 .testimonials-v3-title p { - color: #72c02c; - margin-bottom: 0; -} - -.testimonials-v3 .testimonials-v3-title span { - color: #777; - display: block; - font-size: 14px; -} - -/*Testimonials Owl Navigation*/ -.testimonials-v3 .owl-pagination { - display: none; -} - -.testimonials-v3 .owl-buttons .owl-prev, -.testimonials-v3 .owl-buttons .owl-next { - padding: 13px; - position: relative; - margin: 15px 2px 0; - background: #f5f5f5; - display: inline-block; -} - -.testimonials-v3 .owl-buttons .owl-prev:after, -.testimonials-v3 .owl-buttons .owl-next:after { - top: 0; - color: #bbb; - font-size: 16px; - position: absolute; - font-weight: normal; - display: inline-block; - font-family: FontAwesome; -} - -.testimonials-v3 .owl-buttons .owl-prev:after { - left: 10px; - content: "\f104"; -} - -.testimonials-v3 .owl-buttons .owl-next:after { - right: 10px; - content: "\f105"; -} - -.testimonials-v3 .owl-buttons .owl-prev:hover:after, -.testimonials-v3 .owl-buttons .owl-next:hover:after { - color: #fff; -} - -.testimonials-v3 .owl-buttons .owl-prev:hover, -.testimonials-v3 .owl-buttons .owl-next:hover { - background: #72c02c; - -webkit-transition: background 0.4s ease-in-out; - -moz-transition: background 0.4s ease-in-out; - -o-transition: background 0.4s ease-in-out; - transition: background 0.4s ease-in-out; -} - -/*Recent Works (Owl Carousel) -------------------------------------*/ -.owl-work-v1 .owl-navigation { - top: 3px; - position: relative; -} - -.owl-work-v1 .owl-navigation { - margin-bottom: 10px; -} - -.owl-work-v1 .item a { - text-align: center; -} - -.owl-work-v1 .item a:hover { - text-decoration: none; -} - -.owl-work-v1 .item a:hover strong { - color: #555; -} - -.owl-work-v1 .item em.overflow-hidden { - display: block; -} - -.owl-work-v1 .item a span { - display: block; - padding: 10px; - border-bottom: solid 2px #eee; -} - -.owl-work-v1 .item a strong { - color: #555; - display: block; -} - -.owl-work-v1 .item a i { - color: #777; -} - -.owl-work-v1 .item a img { - -webkit-transition: all 0.8s ease-in-out; - -moz-transition: all 0.8s ease-in-out; - -o-transition: all 0.8s ease-in-out; - -ms-transition: all 0.8s ease-in-out; - transition: all 0.8s ease-in-out; -} - -.owl-work-v1 .item a:hover img { - opacity: 0.8; - -webkit-transform: scale(1.2) rotate(3deg); - -moz-transform: scale(1.2) rotate(3deg); - -o-transform: scale(1.0) rotate(3deg); - -ms-transform: scale(1.2) rotate(3deg); - transform: scale(1.2) rotate(3deg); -} - -.owl-work-v1 .item a:hover span { - border-bottom: solid 2px #72c02c; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.3s ease-in-out; -} - -/*Parallax Twitter (Owl Carousel) -------------------------------------*/ -.parallax-twitter { - color: #fff; - padding: 100px 0; - position: relative; - text-align: center; - background: #333 url(../../../assets/img/bg/19.html) 50% 0 fixed; - background-size: cover; - background-position: center center; -} - -.parallax-twitter:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.5); -} - -.parallax-twitter:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: url(../../../assets/img/patterns/gridtile.html) repeat; -} - -.parallax-twitter-in { - z-index: 1; - position: relative; -} - -/*Twitter Block (owl-controls)*/ -.parallax-twitter-in ul { - margin: 0; -} - -.parallax-twitter-in li { - color: #fff; -} - -.parallax-twitter-in li p { - color: #fff; - font-size: 18px; - font-weight: 200; -} - -.parallax-twitter-in li a { - color: #eee; - text-decoration: underline; -} - -.parallax-twitter-in li a:hover { - text-decoration: none; -} - -.parallax-twitter-in li span { - color: #ddd; - display: block; - font-size: 14px; - font-weight: 400; - margin-bottom: 20px; -} - -.parallax-twitter-in .owl-page { - width: 18px; -} - -/*Clients Section (Owl Carousel) -------------------------------------*/ -.clients-section { - padding: 60px 0; - position: relative; - background: #333 url(../../../assets/img/bg/7.html) 50% fixed; - background-size: cover; - background-position: center center; -} - -.clients-section:after { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: rgba(0,0,0,0.8); -} - -.clients-section:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - content: " "; - position: absolute; - background: url(../../../assets/img/patterns/gridtile.html) repeat; -} - -.clients-section .title-v1 p, -.clients-section .title-v1 h2 { - color: #fff; -} - -.clients-section ul { - padding: 0; - z-index: 1; - list-style: none; -} - -.clients-section li { - margin: 0 3px; - background: #fff; -} - -.clients-section li a { - padding: 10px; - display: block; - overflow: hidden; - text-align: center; - transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -webkit-transition: all 0.3s ease-in-out; -} - -.clients-section li a:hover { - -transform: scale(1.2); - -o-transform: scale(1.2); - -moz-transform: scale(1.2); - -webkit-transform: scale(1.2); -} - -.clients-section img { - width: 100px; - height: 100px; -} - -.clients-section .owl-pagination { - display: none; -} - -/*Owl Video -------------------------------------*/ -.owl-video img { - position: relative; - text-align: center; - margin: 0 auto 20px; -} - -.owl-video img.video-play { - top: 50%; - left: 50%; - margin-top: -52px; - margin-left: -52px; - position: absolute; -} - -.owl-video .owl-controls .owl-page span { - margin: 5px 3px; -} diff --git a/views/assets/img-temp/.DS_Store b/views/assets/img-temp/.DS_Store deleted file mode 100644 index cc756a8..0000000 Binary files a/views/assets/img-temp/.DS_Store and /dev/null differ diff --git a/views/assets/img-temp/activities/.DS_Store b/views/assets/img-temp/activities/.DS_Store deleted file mode 100644 index b8b2d23..0000000 Binary files a/views/assets/img-temp/activities/.DS_Store and /dev/null differ diff --git a/views/assets/img-temp/activities/gssoc.png b/views/assets/img-temp/activities/gssoc.png deleted file mode 100644 index d5d5efc..0000000 Binary files a/views/assets/img-temp/activities/gssoc.png and /dev/null differ diff --git a/views/assets/img-temp/activities/hacktoberfest.png b/views/assets/img-temp/activities/hacktoberfest.png deleted file mode 100644 index 9d512fc..0000000 Binary files a/views/assets/img-temp/activities/hacktoberfest.png and /dev/null differ diff --git a/views/assets/img-temp/activities/kwoc.png b/views/assets/img-temp/activities/kwoc.png deleted file mode 100644 index 506aab5..0000000 Binary files a/views/assets/img-temp/activities/kwoc.png and /dev/null differ diff --git a/views/assets/img-temp/activities/wwc.jpg b/views/assets/img-temp/activities/wwc.jpg deleted file mode 100644 index baf7364..0000000 Binary files a/views/assets/img-temp/activities/wwc.jpg and /dev/null differ diff --git a/views/assets/img-temp/projects/codo.png b/views/assets/img-temp/projects/codo.png deleted file mode 100644 index b90d1bb..0000000 Binary files a/views/assets/img-temp/projects/codo.png and /dev/null differ diff --git a/views/assets/img-temp/projects/donut_landing.png b/views/assets/img-temp/projects/donut_landing.png deleted file mode 100644 index 6342bf6..0000000 Binary files a/views/assets/img-temp/projects/donut_landing.png and /dev/null differ diff --git a/views/assets/img-temp/promo/img1.jpg b/views/assets/img-temp/promo/img1.jpg deleted file mode 100644 index da7cdff..0000000 Binary files a/views/assets/img-temp/promo/img1.jpg and /dev/null differ diff --git a/views/assets/img-temp/team/.DS_Store b/views/assets/img-temp/team/.DS_Store deleted file mode 100644 index 0942e0b..0000000 Binary files a/views/assets/img-temp/team/.DS_Store and /dev/null differ diff --git a/views/assets/img-temp/team/devesh.jpg b/views/assets/img-temp/team/devesh.jpg deleted file mode 100644 index 7d4aaa7..0000000 Binary files a/views/assets/img-temp/team/devesh.jpg and /dev/null differ diff --git a/views/assets/img-temp/team/hrishi.jpg b/views/assets/img-temp/team/hrishi.jpg deleted file mode 100644 index 4cd933c..0000000 Binary files a/views/assets/img-temp/team/hrishi.jpg and /dev/null differ diff --git a/views/assets/img-temp/team/jaskirat.jpg b/views/assets/img-temp/team/jaskirat.jpg deleted file mode 100644 index 7547db4..0000000 Binary files a/views/assets/img-temp/team/jaskirat.jpg and /dev/null differ diff --git a/views/assets/img-temp/team/uphaar.jpg b/views/assets/img-temp/team/uphaar.jpg deleted file mode 100644 index e181d62..0000000 Binary files a/views/assets/img-temp/team/uphaar.jpg and /dev/null differ diff --git a/views/assets/img-temp/team/vaibhav.jpg b/views/assets/img-temp/team/vaibhav.jpg deleted file mode 100644 index a6e1385..0000000 Binary files a/views/assets/img-temp/team/vaibhav.jpg and /dev/null differ diff --git a/views/assets/img/.DS_Store b/views/assets/img/.DS_Store deleted file mode 100644 index 8e68f22..0000000 Binary files a/views/assets/img/.DS_Store and /dev/null differ diff --git a/views/assets/img/4.jpg b/views/assets/img/4.jpg deleted file mode 100644 index 9578a59..0000000 Binary files a/views/assets/img/4.jpg and /dev/null differ diff --git a/views/assets/img/favicon.ico b/views/assets/img/favicon.ico deleted file mode 100644 index d626c45..0000000 Binary files a/views/assets/img/favicon.ico and /dev/null differ diff --git a/views/assets/img/gmail.png b/views/assets/img/gmail.png deleted file mode 100644 index ea0028b..0000000 Binary files a/views/assets/img/gmail.png and /dev/null differ diff --git a/views/assets/img/maillist.png b/views/assets/img/maillist.png deleted file mode 100644 index 375fd0f..0000000 Binary files a/views/assets/img/maillist.png and /dev/null differ diff --git a/views/assets/img/slack.png b/views/assets/img/slack.png deleted file mode 100644 index 551a9c8..0000000 Binary files a/views/assets/img/slack.png and /dev/null differ diff --git a/views/assets/js/one.app.js b/views/assets/js/one.app.js deleted file mode 100644 index c978cea..0000000 --- a/views/assets/js/one.app.js +++ /dev/null @@ -1,149 +0,0 @@ -/* -* Template Name: Unify - Responsive Bootstrap Template -* Version: 1.9 -* Author: @htmlstream -* Website: http://htmlstream.com -*/ - -var App = function() { - - // Bootstrap - function handleBootstrap() { - /*Bootstrap Carousel*/ - jQuery('.carousel').carousel({ - interval: 15000, - pause: 'hover' - }); - - /* Tooltips */ - jQuery('.tooltips').tooltip(); - jQuery('.tooltips-show').tooltip('show'); - jQuery('.tooltips-hide').tooltip('hide'); - jQuery('.tooltips-toggle').tooltip('toggle'); - jQuery('.tooltips-destroy').tooltip('destroy'); - - /* Popovers */ - jQuery('.popovers').popover(); - jQuery('.popovers-show').popover('show'); - jQuery('.popovers-hide').popover('hide'); - jQuery('.popovers-toggle').popover('toggle'); - jQuery('.popovers-destroy').popover('destroy'); - } - - // Equal Height Columns - function handleEqualHeightColumns() { - var EqualHeightColumns = function () { - $('.equal-height-columns').each(function() { - heights = []; - $('.equal-height-column', this).each(function() { - $(this).removeAttr('style'); - heights.push($(this).height()); // Write column's heights to the array - }); - $('.equal-height-column', this).height(Math.max.apply(Math, heights)); // Find and set max - }); - } - - EqualHeightColumns(); - $(window).resize(function() { - EqualHeightColumns(); - }); - $(window).load(function() { - EqualHeightColumns('img.equal-height-column'); - }); - } - - // Full Screen - var handleFullscreen = function() { - var WindowHeight = $(window).height(); - - if ($(document.body).hasClass('promo-padding-top')) { - HeaderHeight = $('.header').height(); - } else { - HeaderHeight = 0; - } - - $('.fullheight').css('height', WindowHeight - HeaderHeight); - - $(window).resize(function() { - var WindowHeight = $(window).height(); - $('.fullheight').css('height', WindowHeight - HeaderHeight); - }); - } - - // Align Middle - var handleValignMiddle = function() { - $('.valign__middle').each(function() { - $(this).css('padding-top', $(this).parent().height() / 2 - $(this).height() / 2); - }); - $(window).resize(function() { - $('.valign__middle').each(function() { - $(this).css('padding-top', $(this).parent().height() / 2 - $(this).height() / 2); - }); - }); - } - - // Header - function handleHeader() { - // jQuery to collapse the navbar on scroll - if ($('.navbar').offset().top > 150) { - $('.navbar-fixed-top').addClass('top-nav-collapse'); - } - $(window).scroll(function() { - if ($('.navbar').offset().top > 150) { - $('.navbar-fixed-top').addClass('top-nav-collapse'); - } else { - $('.navbar-fixed-top').removeClass('top-nav-collapse'); - } - }); - - var $offset = 0; - if ($('.one-page-nav-scrolling').hasClass('one-page-nav__fixed')) { - $offset = $(".one-page-nav-scrolling").height()+8; - } - // jQuery for page scrolling feature - requires jQuery Easing plugin - $('.page-scroll a').bind('click', function(event) { - var $position = $($(this).attr('href')).offset().top; - $('html, body').stop().animate({ - scrollTop: $position - $offset - }, 600); - event.preventDefault(); - }); - - var $scrollspy = $('body').scrollspy({target: '.one-page-nav-scrolling', offset: $offset+2}); - - // Collapse Navbar When It's Clickicked - $(window).scroll(function() { - $('.navbar-collapse.in').collapse('hide'); - }); - } - - return { - init: function() { - handleBootstrap(); - handleEqualHeightColumns(); - handleFullscreen(); - handleValignMiddle(); - handleHeader(); - }, - - initCounter: function() { - jQuery('.counter').counterUp({ - delay: 10, - time: 1000 - }); - }, - - initParallaxBg: function() { - $(window).load(function() { - jQuery('.parallaxBg').parallax('50%', 0.4); - jQuery('.parallaxBg1').parallax('50%', 0.2); - }); - }, - - initParallaxBg2: function() { - $(window).load(function() { - jQuery('.parallaxBg').parallax('50%', '50%'); - }); - }, - }; -}(); diff --git a/views/assets/js/plugins/owl-carousel2.js b/views/assets/js/plugins/owl-carousel2.js deleted file mode 100644 index c69b134..0000000 --- a/views/assets/js/plugins/owl-carousel2.js +++ /dev/null @@ -1,19 +0,0 @@ -var OwlCarousel = function () { - return { - initOwlCarousel: function () { - $('.owl-lawyer').owlCarousel({ - loop: true, - margin: 0, - responsive: { - 0:{ - items: 1 - } - }, - navText: ['',''], - nav: true, - dots: false, - navContainerClass: 'owl-buttons', - }); - } - }; -}(); diff --git a/views/assets/js/plugins/promo.js b/views/assets/js/plugins/promo.js deleted file mode 100644 index 0061c29..0000000 --- a/views/assets/js/plugins/promo.js +++ /dev/null @@ -1,40 +0,0 @@ - $(document).ready(function() { - $(document).ready(function() { - if($("#rev_slider_20_1").revolution == undefined){ - revslider_showDoubleJqueryError("#rev_slider_20_1"); - }else{ - revapi20 = $("#rev_slider_20_1").show().revolution({ - sliderType:"hero", - jsFileLocation:"../../revolution/js/", - sliderLayout:"fullwidth", - dottedOverlay:"none", - delay:9000, - navigation: { - }, - responsiveLevels:[1240,1024,778,480], - gridwidth:[1240,1024,778,480], - gridheight:[600,500,400,300], - lazyType:"none", - parallax: { - type:"mouse", - origo:"slidercenter", - speed:2000, - levels:[2,3,4,5,6,7,12,16,10,50], - }, - shadow:0, - spinner:"off", - autoHeight:"off", - disableProgressBar:"on", - hideThumbsOnMobile:"off", - hideSliderAtLimit:0, - hideCaptionAtLimit:0, - hideAllCaptionAtLilmit:0, - debugMode:false, - fallbacks: { - simplifyAll:"off", - disableFocusListener:false, - } - }); - } - }); - }); diff --git a/views/assets/js/plugins/testimonials.js b/views/assets/js/plugins/testimonials.js deleted file mode 100644 index 6ae4b90..0000000 --- a/views/assets/js/plugins/testimonials.js +++ /dev/null @@ -1,15 +0,0 @@ -$(function() { - var slider = new MasterSlider(); - slider.setup('masterslider' , { - loop: true, - width: 130, - height: 130, - speed: 20, - view: 'fadeBasic', - preload: 0, - space: 0, - wheel: false - }); - slider.control('arrows'); - slider.control('slideinfo',{insertTo:'#staff-info'}); -}); diff --git a/views/assets/plugins/animate.css b/views/assets/plugins/animate.css deleted file mode 100644 index 986479a..0000000 --- a/views/assets/plugins/animate.css +++ /dev/null @@ -1,3340 +0,0 @@ -@charset "UTF-8"; - -/*! - * animate.css -http://daneden.me/animate - * Version - 3.5.0 - * Licensed under the MIT license - http://opensource.org/licenses/MIT - * - * Copyright (c) 2015 Daniel Eden - */ - -.animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.animated.infinite { - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.animated.hinge { - -webkit-animation-duration: 2s; - animation-duration: 2s; -} - -.animated.flipOutX, -.animated.flipOutY, -.animated.bounceIn, -.animated.bounceOut { - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -@-webkit-keyframes bounce { - from, 20%, 53%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -@keyframes bounce { - from, 20%, 53%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -.bounce { - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - transform-origin: center bottom; -} - -@-webkit-keyframes flash { - from, 50%, to { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -@keyframes flash { - from, 50%, to { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -.flash { - -webkit-animation-name: flash; - animation-name: flash; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes pulse { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes pulse { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.pulse { - -webkit-animation-name: pulse; - animation-name: pulse; -} - -@-webkit-keyframes rubberBand { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes rubberBand { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.rubberBand { - -webkit-animation-name: rubberBand; - animation-name: rubberBand; -} - -@-webkit-keyframes shake { - from, to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -@keyframes shake { - from, to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -.shake { - -webkit-animation-name: shake; - animation-name: shake; -} - -@-webkit-keyframes headShake { - 0% { - -webkit-transform: translateX(0); - transform: translateX(0); - } - - 6.5% { - -webkit-transform: translateX(-6px) rotateY(-9deg); - transform: translateX(-6px) rotateY(-9deg); - } - - 18.5% { - -webkit-transform: translateX(5px) rotateY(7deg); - transform: translateX(5px) rotateY(7deg); - } - - 31.5% { - -webkit-transform: translateX(-3px) rotateY(-5deg); - transform: translateX(-3px) rotateY(-5deg); - } - - 43.5% { - -webkit-transform: translateX(2px) rotateY(3deg); - transform: translateX(2px) rotateY(3deg); - } - - 50% { - -webkit-transform: translateX(0); - transform: translateX(0); - } -} - -@keyframes headShake { - 0% { - -webkit-transform: translateX(0); - transform: translateX(0); - } - - 6.5% { - -webkit-transform: translateX(-6px) rotateY(-9deg); - transform: translateX(-6px) rotateY(-9deg); - } - - 18.5% { - -webkit-transform: translateX(5px) rotateY(7deg); - transform: translateX(5px) rotateY(7deg); - } - - 31.5% { - -webkit-transform: translateX(-3px) rotateY(-5deg); - transform: translateX(-3px) rotateY(-5deg); - } - - 43.5% { - -webkit-transform: translateX(2px) rotateY(3deg); - transform: translateX(2px) rotateY(3deg); - } - - 50% { - -webkit-transform: translateX(0); - transform: translateX(0); - } -} - -.headShake { - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - -webkit-animation-name: headShake; - animation-name: headShake; -} - -@-webkit-keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - to { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -@keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - to { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -.swing { - -webkit-transform-origin: top center; - transform-origin: top center; - -webkit-animation-name: swing; - animation-name: swing; -} - -@-webkit-keyframes tada { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes tada { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.tada { - -webkit-animation-name: tada; - animation-name: tada; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes wobble { - from { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes wobble { - from { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.wobble { - -webkit-animation-name: wobble; - animation-name: wobble; -} - -@-webkit-keyframes jello { - from, 11.1%, to { - -webkit-transform: none; - transform: none; - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg); - } - - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - } -} - -@keyframes jello { - from, 11.1%, to { - -webkit-transform: none; - transform: none; - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg); - } - - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - } -} - -.jello { - -webkit-animation-name: jello; - animation-name: jello; - -webkit-transform-origin: center; - transform-origin: center; -} - -@-webkit-keyframes bounceIn { - from, 20%, 40%, 60%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - to { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes bounceIn { - from, 20%, 40%, 60%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - to { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.bounceIn { - -webkit-animation-name: bounceIn; - animation-name: bounceIn; -} - -@-webkit-keyframes bounceInDown { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInDown { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.bounceInDown { - -webkit-animation-name: bounceInDown; - animation-name: bounceInDown; -} - -@-webkit-keyframes bounceInLeft { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInLeft { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.bounceInLeft { - -webkit-animation-name: bounceInLeft; - animation-name: bounceInLeft; -} - -@-webkit-keyframes bounceInRight { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInRight { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.bounceInRight { - -webkit-animation-name: bounceInRight; - animation-name: bounceInRight; -} - -@-webkit-keyframes bounceInUp { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInUp { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInUp { - -webkit-animation-name: bounceInUp; - animation-name: bounceInUp; -} - -@-webkit-keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -@keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -.bounceOut { - -webkit-animation-name: bounceOut; - animation-name: bounceOut; -} - -@-webkit-keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.bounceOutDown { - -webkit-animation-name: bounceOutDown; - animation-name: bounceOutDown; -} - -@-webkit-keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.bounceOutLeft { - -webkit-animation-name: bounceOutLeft; - animation-name: bounceOutLeft; -} - -@-webkit-keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.bounceOutRight { - -webkit-animation-name: bounceOutRight; - animation-name: bounceOutRight; -} - -@-webkit-keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.bounceOutUp { - -webkit-animation-name: bounceOutUp; - animation-name: bounceOutUp; -} - -@-webkit-keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - -@keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - -.fadeIn { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; -} - -@-webkit-keyframes fadeInDown { - from { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDown { - from { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInDown { - -webkit-animation-name: fadeInDown; - animation-name: fadeInDown; -} - -@-webkit-keyframes fadeInDownBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDownBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInDownBig { - -webkit-animation-name: fadeInDownBig; - animation-name: fadeInDownBig; -} - -@-webkit-keyframes fadeInLeft { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeft { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInLeft { - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} - -@-webkit-keyframes fadeInLeftBig { - from { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeftBig { - from { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInLeftBig { - -webkit-animation-name: fadeInLeftBig; - animation-name: fadeInLeftBig; -} - -@-webkit-keyframes fadeInRight { - from { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRight { - from { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInRight { - -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; -} - -@-webkit-keyframes fadeInRightBig { - from { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRightBig { - from { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInRightBig { - -webkit-animation-name: fadeInRightBig; - animation-name: fadeInRightBig; -} - -@-webkit-keyframes fadeInUp { - from { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUp { - from { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUp { - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} - -@-webkit-keyframes fadeInUpBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUpBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUpBig { - -webkit-animation-name: fadeInUpBig; - animation-name: fadeInUpBig; -} - -@-webkit-keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - -@keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - -.fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOutDown { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes fadeOutDown { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.fadeOutDown { - -webkit-animation-name: fadeOutDown; - animation-name: fadeOutDown; -} - -@-webkit-keyframes fadeOutDownBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes fadeOutDownBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.fadeOutDownBig { - -webkit-animation-name: fadeOutDownBig; - animation-name: fadeOutDownBig; -} - -@-webkit-keyframes fadeOutLeft { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes fadeOutLeft { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.fadeOutLeft { - -webkit-animation-name: fadeOutLeft; - animation-name: fadeOutLeft; -} - -@-webkit-keyframes fadeOutLeftBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes fadeOutLeftBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.fadeOutLeftBig { - -webkit-animation-name: fadeOutLeftBig; - animation-name: fadeOutLeftBig; -} - -@-webkit-keyframes fadeOutRight { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes fadeOutRight { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.fadeOutRight { - -webkit-animation-name: fadeOutRight; - animation-name: fadeOutRight; -} - -@-webkit-keyframes fadeOutRightBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes fadeOutRightBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.fadeOutRightBig { - -webkit-animation-name: fadeOutRightBig; - animation-name: fadeOutRightBig; -} - -@-webkit-keyframes fadeOutUp { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes fadeOutUp { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.fadeOutUp { - -webkit-animation-name: fadeOutUp; - animation-name: fadeOutUp; -} - -@-webkit-keyframes fadeOutUpBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes fadeOutUpBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.fadeOutUpBig { - -webkit-animation-name: fadeOutUpBig; - animation-name: fadeOutUpBig; -} - -@-webkit-keyframes flip { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -@keyframes flip { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -.animated.flip { - -webkit-backface-visibility: visible; - backface-visibility: visible; - -webkit-animation-name: flip; - animation-name: flip; -} - -@-webkit-keyframes flipInX { - from { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInX { - from { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInX { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInX; - animation-name: flipInX; -} - -@-webkit-keyframes flipInY { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInY { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInY; - animation-name: flipInY; -} - -@-webkit-keyframes flipOutX { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutX { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -.flipOutX { - -webkit-animation-name: flipOutX; - animation-name: flipOutX; - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; -} - -@-webkit-keyframes flipOutY { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutY { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -.flipOutY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipOutY; - animation-name: flipOutY; -} - -@-webkit-keyframes lightSpeedIn { - from { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - to { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes lightSpeedIn { - from { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - to { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.lightSpeedIn { - -webkit-animation-name: lightSpeedIn; - animation-name: lightSpeedIn; - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; -} - -@-webkit-keyframes lightSpeedOut { - from { - opacity: 1; - } - - to { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -@keyframes lightSpeedOut { - from { - opacity: 1; - } - - to { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -.lightSpeedOut { - -webkit-animation-name: lightSpeedOut; - animation-name: lightSpeedOut; - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; -} - -@-webkit-keyframes rotateIn { - from { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateIn { - from { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateIn { - -webkit-animation-name: rotateIn; - animation-name: rotateIn; -} - -@-webkit-keyframes rotateInDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownLeft { - -webkit-animation-name: rotateInDownLeft; - animation-name: rotateInDownLeft; -} - -@-webkit-keyframes rotateInDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownRight { - -webkit-animation-name: rotateInDownRight; - animation-name: rotateInDownRight; -} - -@-webkit-keyframes rotateInUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpLeft { - -webkit-animation-name: rotateInUpLeft; - animation-name: rotateInUpLeft; -} - -@-webkit-keyframes rotateInUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpRight { - -webkit-animation-name: rotateInUpRight; - animation-name: rotateInUpRight; -} - -@-webkit-keyframes rotateOut { - from { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -@keyframes rotateOut { - from { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -.rotateOut { - -webkit-animation-name: rotateOut; - animation-name: rotateOut; -} - -@-webkit-keyframes rotateOutDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -.rotateOutDownLeft { - -webkit-animation-name: rotateOutDownLeft; - animation-name: rotateOutDownLeft; -} - -@-webkit-keyframes rotateOutDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutDownRight { - -webkit-animation-name: rotateOutDownRight; - animation-name: rotateOutDownRight; -} - -@-webkit-keyframes rotateOutUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutUpLeft { - -webkit-animation-name: rotateOutUpLeft; - animation-name: rotateOutUpLeft; -} - -@-webkit-keyframes rotateOutUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -@keyframes rotateOutUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -.rotateOutUpRight { - -webkit-animation-name: rotateOutUpRight; - animation-name: rotateOutUpRight; -} - -@-webkit-keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - to { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -@keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - to { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -.hinge { - -webkit-animation-name: hinge; - animation-name: hinge; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollIn { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes rollIn { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.rollIn { - -webkit-animation-name: rollIn; - animation-name: rollIn; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollOut { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -@keyframes rollOut { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -.rollOut { - -webkit-animation-name: rollOut; - animation-name: rollOut; -} - -@-webkit-keyframes zoomIn { - from { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -@keyframes zoomIn { - from { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -.zoomIn { - -webkit-animation-name: zoomIn; - animation-name: zoomIn; -} - -@-webkit-keyframes zoomInDown { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInDown { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInDown { - -webkit-animation-name: zoomInDown; - animation-name: zoomInDown; -} - -@-webkit-keyframes zoomInLeft { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInLeft { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInLeft { - -webkit-animation-name: zoomInLeft; - animation-name: zoomInLeft; -} - -@-webkit-keyframes zoomInRight { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInRight { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInRight { - -webkit-animation-name: zoomInRight; - animation-name: zoomInRight; -} - -@-webkit-keyframes zoomInUp { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInUp { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInUp { - -webkit-animation-name: zoomInUp; - animation-name: zoomInUp; -} - -@-webkit-keyframes zoomOut { - from { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - to { - opacity: 0; - } -} - -@keyframes zoomOut { - from { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - to { - opacity: 0; - } -} - -.zoomOut { - -webkit-animation-name: zoomOut; - animation-name: zoomOut; -} - -@-webkit-keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutDown { - -webkit-animation-name: zoomOutDown; - animation-name: zoomOutDown; -} - -@-webkit-keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -@keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -.zoomOutLeft { - -webkit-animation-name: zoomOutLeft; - animation-name: zoomOutLeft; -} - -@-webkit-keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -@keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -.zoomOutRight { - -webkit-animation-name: zoomOutRight; - animation-name: zoomOutRight; -} - -@-webkit-keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutUp { - -webkit-animation-name: zoomOutUp; - animation-name: zoomOutUp; -} - -@-webkit-keyframes slideInDown { - from { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInDown { - from { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInDown { - -webkit-animation-name: slideInDown; - animation-name: slideInDown; -} - -@-webkit-keyframes slideInLeft { - from { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInLeft { - from { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInLeft { - -webkit-animation-name: slideInLeft; - animation-name: slideInLeft; -} - -@-webkit-keyframes slideInRight { - from { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInRight { - from { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInRight { - -webkit-animation-name: slideInRight; - animation-name: slideInRight; -} - -@-webkit-keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInUp { - -webkit-animation-name: slideInUp; - animation-name: slideInUp; -} - -@-webkit-keyframes slideOutDown { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes slideOutDown { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.slideOutDown { - -webkit-animation-name: slideOutDown; - animation-name: slideOutDown; -} - -@-webkit-keyframes slideOutLeft { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes slideOutLeft { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.slideOutLeft { - -webkit-animation-name: slideOutLeft; - animation-name: slideOutLeft; -} - -@-webkit-keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.slideOutRight { - -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; -} - -@-webkit-keyframes slideOutUp { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes slideOutUp { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.slideOutUp { - -webkit-animation-name: slideOutUp; - animation-name: slideOutUp; -} diff --git a/views/assets/plugins/bootstrap/css/bootstrap.min.css b/views/assets/plugins/bootstrap/css/bootstrap.min.css deleted file mode 100644 index 9ce6e93..0000000 --- a/views/assets/plugins/bootstrap/css/bootstrap.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Bootstrap v3.3.4 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} \ No newline at end of file diff --git a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot b/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot deleted file mode 100644 index b93a495..0000000 Binary files a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg b/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg deleted file mode 100644 index 94fb549..0000000 --- a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf b/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc6..0000000 Binary files a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff b/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e61285..0000000 Binary files a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b5..0000000 Binary files a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ diff --git a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regulard41d.eot b/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regulard41d.eot deleted file mode 100644 index b93a495..0000000 Binary files a/views/assets/plugins/bootstrap/fonts/glyphicons-halflings-regulard41d.eot and /dev/null differ diff --git a/views/assets/plugins/bootstrap/js/bootstrap.min.js b/views/assets/plugins/bootstrap/js/bootstrap.min.js deleted file mode 100644 index c8f82e5..0000000 --- a/views/assets/plugins/bootstrap/js/bootstrap.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v3.3.4 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.4",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.4",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-mp.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.4",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.4",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.4",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a(document.body).height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/font-awesome/css/font-awesome.min.css b/views/assets/plugins/font-awesome/css/font-awesome.min.css deleted file mode 100644 index 27a9412..0000000 --- a/views/assets/plugins/font-awesome/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.4.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-webfont93e3.eot?v=4.4.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont93e3.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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: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-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-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"} diff --git a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.eot b/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.eot deleted file mode 100644 index a30335d..0000000 Binary files a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.eot and /dev/null differ diff --git a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.svg b/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.svg deleted file mode 100644 index 6fd19ab..0000000 --- a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.svg +++ /dev/null @@ -1,640 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.ttf b/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.ttf deleted file mode 100644 index d7994e1..0000000 Binary files a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.ttf and /dev/null differ diff --git a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.woff b/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.woff deleted file mode 100644 index 6fd4ede..0000000 Binary files a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.woff and /dev/null differ diff --git a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.woff2 b/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.woff2 deleted file mode 100644 index 5560193..0000000 Binary files a/views/assets/plugins/font-awesome/fonts/fontawesome-webfont93e3.woff2 and /dev/null differ diff --git a/views/assets/plugins/font-awesome/fonts/fontawesome-webfontd41d.eot b/views/assets/plugins/font-awesome/fonts/fontawesome-webfontd41d.eot deleted file mode 100644 index a30335d..0000000 Binary files a/views/assets/plugins/font-awesome/fonts/fontawesome-webfontd41d.eot and /dev/null differ diff --git a/views/assets/plugins/jquery.easing.min.js b/views/assets/plugins/jquery.easing.min.js deleted file mode 100644 index 005abd7..0000000 --- a/views/assets/plugins/jquery.easing.min.js +++ /dev/null @@ -1,44 +0,0 @@ -/* - * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ - * - * Uses the built in easing capabilities added In jQuery 1.1 - * to offer multiple easing options - * - * TERMS OF USE - EASING EQUATIONS - * - * Open source under the BSD License. - * - * Copyright © 2001 Robert Penner - * All rights reserved. - * - * TERMS OF USE - jQuery Easing - * - * Open source under the BSD License. - * - * Copyright © 2008 George McGinley Smith - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: - * - * Redistributions of source code must retain the above copyright notice, this list of - * conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list - * of conditions and the following disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * Neither the name of the author nor the names of contributors may be used to endorse - * or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * -*/ -jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g",{size:1}).attr("size")&&e.attrFn,s=e.attr,u=e.attrHooks.value&&e.attrHooks.value.get||function(){return null},c=e.attrHooks.value&&e.attrHooks.value.set||function(){return n},l=/^(?:input|button)$/i,d=/^[238]$/,p=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,f=/^(?:checked|selected)$/i;a(e,"attrFn",o||{},"jQuery.attrFn is deprecated"),e.attr=function(t,a,i,u){var c=a.toLowerCase(),g=t&&t.nodeType;return u&&(4>s.length&&r("jQuery.fn.attr( props, pass ) is deprecated"),t&&!d.test(g)&&(o?a in o:e.isFunction(e.fn[a])))?e(t)[a](i):("type"===a&&i!==n&&l.test(t.nodeName)&&t.parentNode&&r("Can't change the 'type' of an input or button in IE 6/7/8"),!e.attrHooks[c]&&p.test(c)&&(e.attrHooks[c]={get:function(t,r){var a,i=e.prop(t,r);return i===!0||"boolean"!=typeof i&&(a=t.getAttributeNode(r))&&a.nodeValue!==!1?r.toLowerCase():n},set:function(t,n,r){var a;return n===!1?e.removeAttr(t,r):(a=e.propFix[r]||r,a in t&&(t[a]=!0),t.setAttribute(r,r.toLowerCase())),r}},f.test(c)&&r("jQuery.fn.attr('"+c+"') may use property instead of attribute")),s.call(e,t,a,i))},e.attrHooks.value={get:function(e,t){var n=(e.nodeName||"").toLowerCase();return"button"===n?u.apply(this,arguments):("input"!==n&&"option"!==n&&r("jQuery.fn.attr('value') no longer gets properties"),t in e?e.value:null)},set:function(e,t){var a=(e.nodeName||"").toLowerCase();return"button"===a?c.apply(this,arguments):("input"!==a&&"option"!==a&&r("jQuery.fn.attr('value', val) no longer sets properties"),e.value=t,n)}};var g,h,v=e.fn.init,m=e.parseJSON,y=/^([^<]*)(<[\w\W]+>)([^>]*)$/;e.fn.init=function(t,n,a){var i;return t&&"string"==typeof t&&!e.isPlainObject(n)&&(i=y.exec(e.trim(t)))&&i[0]&&("<"!==t.charAt(0)&&r("$(html) HTML strings must start with '<' character"),i[3]&&r("$(html) HTML text after last tag is ignored"),"#"===i[0].charAt(0)&&(r("HTML string cannot start with a '#' character"),e.error("JQMIGRATE: Invalid selector string (XSS)")),n&&n.context&&(n=n.context),e.parseHTML)?v.call(this,e.parseHTML(i[2],n,!0),n,a):v.apply(this,arguments)},e.fn.init.prototype=e.fn,e.parseJSON=function(e){return e||null===e?m.apply(this,arguments):(r("jQuery.parseJSON requires a valid JSON string"),null)},e.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||0>e.indexOf("compatible")&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e.browser||(g=e.uaMatch(navigator.userAgent),h={},g.browser&&(h[g.browser]=!0,h.version=g.version),h.chrome?h.webkit=!0:h.webkit&&(h.safari=!0),e.browser=h),a(e,"browser",e.browser,"jQuery.browser is deprecated"),e.sub=function(){function t(e,n){return new t.fn.init(e,n)}e.extend(!0,t,this),t.superclass=this,t.fn=t.prototype=this(),t.fn.constructor=t,t.sub=this.sub,t.fn.init=function(r,a){return a&&a instanceof e&&!(a instanceof t)&&(a=t(a)),e.fn.init.call(this,r,a,n)},t.fn.init.prototype=t.fn;var n=t(document);return r("jQuery.sub() is deprecated"),t},e.ajaxSetup({converters:{"text json":e.parseJSON}});var b=e.fn.data;e.fn.data=function(t){var a,i,o=this[0];return!o||"events"!==t||1!==arguments.length||(a=e.data(o,t),i=e._data(o,t),a!==n&&a!==i||i===n)?b.apply(this,arguments):(r("Use of jQuery.fn.data('events') is deprecated"),i)};var j=/\/(java|ecma)script/i,w=e.fn.andSelf||e.fn.addBack;e.fn.andSelf=function(){return r("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),w.apply(this,arguments)},e.clean||(e.clean=function(t,a,i,o){a=a||document,a=!a.nodeType&&a[0]||a,a=a.ownerDocument||a,r("jQuery.clean() is deprecated");var s,u,c,l,d=[];if(e.merge(d,e.buildFragment(t,a).childNodes),i)for(c=function(e){return!e.type||j.test(e.type)?o?o.push(e.parentNode?e.parentNode.removeChild(e):e):i.appendChild(e):n},s=0;null!=(u=d[s]);s++)e.nodeName(u,"script")&&c(u)||(i.appendChild(u),u.getElementsByTagName!==n&&(l=e.grep(e.merge([],u.getElementsByTagName("script")),c),d.splice.apply(d,[s+1,0].concat(l)),s+=l.length));return d});var Q=e.event.add,x=e.event.remove,k=e.event.trigger,N=e.fn.toggle,T=e.fn.live,M=e.fn.die,S="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",C=RegExp("\\b(?:"+S+")\\b"),H=/(?:^|\s)hover(\.\S+|)\b/,A=function(t){return"string"!=typeof t||e.event.special.hover?t:(H.test(t)&&r("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'"),t&&t.replace(H,"mouseenter$1 mouseleave$1"))};e.event.props&&"attrChange"!==e.event.props[0]&&e.event.props.unshift("attrChange","attrName","relatedNode","srcElement"),e.event.dispatch&&a(e.event,"handle",e.event.dispatch,"jQuery.event.handle is undocumented and deprecated"),e.event.add=function(e,t,n,a,i){e!==document&&C.test(t)&&r("AJAX events should be attached to document: "+t),Q.call(this,e,A(t||""),n,a,i)},e.event.remove=function(e,t,n,r,a){x.call(this,e,A(t)||"",n,r,a)},e.fn.error=function(){var e=Array.prototype.slice.call(arguments,0);return r("jQuery.fn.error() is deprecated"),e.splice(0,0,"error"),arguments.length?this.bind.apply(this,e):(this.triggerHandler.apply(this,e),this)},e.fn.toggle=function(t,n){if(!e.isFunction(t)||!e.isFunction(n))return N.apply(this,arguments);r("jQuery.fn.toggle(handler, handler...) is deprecated");var a=arguments,i=t.guid||e.guid++,o=0,s=function(n){var r=(e._data(this,"lastToggle"+t.guid)||0)%o;return e._data(this,"lastToggle"+t.guid,r+1),n.preventDefault(),a[r].apply(this,arguments)||!1};for(s.guid=i;a.length>o;)a[o++].guid=i;return this.click(s)},e.fn.live=function(t,n,a){return r("jQuery.fn.live() is deprecated"),T?T.apply(this,arguments):(e(this.context).on(t,this.selector,n,a),this)},e.fn.die=function(t,n){return r("jQuery.fn.die() is deprecated"),M?M.apply(this,arguments):(e(this.context).off(t,this.selector||"**",n),this)},e.event.trigger=function(e,t,n,a){return n||C.test(e)||r("Global events are undocumented and deprecated"),k.call(this,e,t,n||document,a)},e.each(S.split("|"),function(t,n){e.event.special[n]={setup:function(){var t=this;return t!==document&&(e.event.add(document,n+"."+e.guid,function(){e.event.trigger(n,null,t,!0)}),e._data(this,n,e.guid++)),!1},teardown:function(){return this!==document&&e.event.remove(document,n+"."+e._data(this,n)),!1}}})}(jQuery,window); \ No newline at end of file diff --git a/views/assets/plugins/jquery/jquery.min.js b/views/assets/plugins/jquery/jquery.min.js deleted file mode 100644 index ab28a24..0000000 --- a/views/assets/plugins/jquery/jquery.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.1",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),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("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="
",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h; -if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/\s*$/g,rb={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?""!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("").addClass("ms-slide-video").css({width:"100%",height:"100%",display:"none"}).attr("src","about:blank").attr("allowfullscreen","true").appendTo(this.$element),this.vpbtn=$("
").addClass("ms-slide-vpbtn").click(function(){that.__playVideo()}).appendTo(this.$element),this.vcbtn=$("
").addClass("ms-slide-vcbtn").click(function(){that.__closeVideo()}).appendTo(this.$element).css("display","none"),window._touch&&this.vcbtn.removeClass("ms-slide-vcbtn").addClass("ms-slide-vcbtn-mobile").append('
Close video
').appendTo(this.view.$element.parent())),!this.slider.options.autoHeight&&this.hasBG&&(this.$imgcont.css("height","100%"),("center"===this.fillMode||"stretch"===this.fillMode)&&(this.fillMode="fill")),this.slider.options.autoHeight&&this.$element.addClass("ms-slide-auto-height"),this.sleep(!0)},p.destroy=function(){this.hasLayers&&(this.layerController.destroy(),this.layerController=null),this.$element.remove(),this.$element=null},p.prepareToSelect=function(){this.pselected||this.selected||(this.pselected=!0,(this.link||this.video)&&(this.view.addEventListener(MSViewEvents.SWIPE_START,this.onSwipeStart,this),this.view.addEventListener(MSViewEvents.SWIPE_MOVE,this.onSwipeMove,this),this.view.addEventListener(MSViewEvents.SWIPE_CANCEL,this.onSwipeCancel,this),this.linkdis=!1,this.swipeMoved=!1),this.loadImages(),this.hasLayers&&this.layerController.prepareToShow(),this.ready&&(this.bgvideo&&this.bgvideo.play(),this.hasLayers&&this.slider.options.instantStartLayers&&this.layerController.showLayers()),this.moz&&this.$element.css("margin-top",""))},p.select=function(){this.selected||(this.selected=!0,this.pselected=!1,this.$element.addClass("ms-sl-selected"),this.hasLayers&&(this.slider.options.autoHeight&&this.layerController.updateHeight(),this.slider.options.instantStartLayers||this.layerController.showLayers()),this.ready&&this.bgvideo&&this.bgvideo.play(),this.videoAutoPlay&&(this.videodis=!1,this.vpbtn.trigger("click")))},p.unselect=function(){this.pselected=!1,this.moz&&this.$element.css("margin-top","0.1px"),(this.link||this.video)&&(this.view.removeEventListener(MSViewEvents.SWIPE_START,this.onSwipeStart,this),this.view.removeEventListener(MSViewEvents.SWIPE_MOVE,this.onSwipeMove,this),this.view.removeEventListener(MSViewEvents.SWIPE_CANCEL,this.onSwipeCancel,this)),this.bgvideo&&(this.bgvideo.pause(),!this.autoPauseBgVid&&this.vinit&&(this.bgvideo.currentTime=0)),this.hasLayers&&this.layerController.hideLayers(),this.selected&&(this.selected=!1,this.$element.removeClass("ms-sl-selected"),this.video&&this.vplayed&&(this.__closeVideo(),this.roc=!1))},p.sleep=function(force){(!this.isSleeping||force)&&(this.isSleeping=!0,this.autoAppend&&this.$element.detach(),this.hasLayers&&this.layerController.onSlideSleep())},p.wakeup=function(){this.isSleeping&&(this.isSleeping=!1,this.autoAppend&&this.view.$slideCont.append(this.$element),this.moz&&this.$element.css("margin-top","0.1px"),this.setupBG(),this.hasBG&&this.bgAligner.align(),this.hasLayers&&this.layerController.onSlideWakeup())}}(window,document,jQuery),function($){"use strict";var SliderViewList={};window.MSSlideController=function(slider){this._delayProgress=0,this._timer=new averta.Timer(100),this._timer.onTimer=this.onTimer,this._timer.refrence=this,this.currentSlide=null,this.slider=slider,this.so=slider.options,averta.EventDispatcher.call(this)},MSSlideController.registerView=function(name,_class){if(name in SliderViewList)throw new Error(name+", is already registered.");SliderViewList[name]=_class},MSSlideController.SliderControlList={},MSSlideController.registerControl=function(name,_class){if(name in MSSlideController.SliderControlList)throw new Error(name+", is already registered.");MSSlideController.SliderControlList[name]=_class};var p=MSSlideController.prototype;p.setupView=function(){var that=this;this.resize_listener=function(){that.__resize()};var viewOptions={spacing:this.so.space,mouseSwipe:this.so.mouse,loop:this.so.loop,autoHeight:this.so.autoHeight,swipe:this.so.swipe,speed:this.so.speed,dir:this.so.dir,viewNum:this.so.inView,critMargin:this.so.critMargin};this.so.viewOptions&&$.extend(viewOptions,this.so.viewOptions),this.so.autoHeight&&(this.so.heightLimit=!1);var viewClass=SliderViewList[this.slider.options.view]||MSBasicView;if(!viewClass._3dreq||window._css3d&&!$.browser.msie||(viewClass=viewClass._fallback||MSBasicView),this.view=new viewClass(viewOptions),this.so.overPause){var that=this;this.slider.$element.mouseenter(function(){that.is_over=!0,that._stopTimer()}).mouseleave(function(){that.is_over=!1,that._startTimer()})}},p.onChangeStart=function(){this.change_started=!0,this.currentSlide&&this.currentSlide.unselect(),this.currentSlide=this.view.currentSlide,this.currentSlide.prepareToSelect(),this.so.endPause&&this.currentSlide.index===this.slider.slides.length-1&&(this.pause(),this.skipTimer()),this.so.autoHeight&&this.slider.setHeight(this.currentSlide.getHeight()),this.so.deepLink&&this.__updateWindowHash(),this.dispatchEvent(new MSSliderEvent(MSSliderEvent.CHANGE_START))},p.onChangeEnd=function(){if(this.change_started=!1,this._startTimer(),this.currentSlide.select(),this.so.preload>1){var loc,i,slide,l=this.so.preload-1;for(i=1;l>=i;++i){if(loc=this.view.index+i,loc>=this.view.slideList.length){if(!this.so.loop){i=l;continue}loc-=this.view.slideList.length}slide=this.view.slideList[loc],slide&&slide.loadImages()}for(l>this.view.slideList.length/2&&(l=Math.floor(this.view.slideList.length/2)),i=1;l>=i;++i){if(loc=this.view.index-i,0>loc){if(!this.so.loop){i=l;continue}loc=this.view.slideList.length+loc}slide=this.view.slideList[loc],slide&&slide.loadImages()}}this.dispatchEvent(new MSSliderEvent(MSSliderEvent.CHANGE_END))},p.onSwipeStart=function(){this.skipTimer()},p.skipTimer=function(){this._timer.reset(),this._delayProgress=0,this.dispatchEvent(new MSSliderEvent(MSSliderEvent.WAITING))},p.onTimer=function(){if(this._timer.getTime()>=1e3*this.view.currentSlide.delay&&(this.skipTimer(),this.view.next(),this.hideCalled=!1),this._delayProgress=this._timer.getTime()/(10*this.view.currentSlide.delay),this.so.hideLayers&&!this.hideCalled&&1e3*this.view.currentSlide.delay-this._timer.getTime()<=300){var currentSlide=this.view.currentSlide;currentSlide.hasLayers&¤tSlide.layerController.animHideLayers(),this.hideCalled=!0}this.dispatchEvent(new MSSliderEvent(MSSliderEvent.WAITING))},p._stopTimer=function(){this._timer&&this._timer.stop()},p._startTimer=function(){this.paused||this.is_over||!this.currentSlide||!this.currentSlide.ready||this.change_started||this._timer.start()},p.__appendSlides=function(){var slide,loc,i=0,l=this.view.slideList.length-1;for(i;l>i;++i)slide=this.view.slideList[i],slide.detached||(slide.$element.detach(),slide.detached=!0);for(this.view.appendSlide(this.view.slideList[this.view.index]),l=3,i=1;l>=i;++i){if(loc=this.view.index+i,loc>=this.view.slideList.length){if(!this.so.loop){i=l;continue}loc-=this.view.slideList.length}slide=this.view.slideList[loc],slide.detached=!1,this.view.appendSlide(slide)}for(l>this.view.slideList.length/2&&(l=Math.floor(this.view.slideList.length/2)),i=1;l>=i;++i){if(loc=this.view.index-i,0>loc){if(!this.so.loop){i=l;continue}loc=this.view.slideList.length+loc}slide=this.view.slideList[loc],slide.detached=!1,this.view.appendSlide(slide)}},p.__resize=function(hard){this.created&&(this.width=this.slider.$element[0].clientWidth||this.so.width,this.so.fullwidth||(this.width=Math.min(this.width,this.so.width)),this.so.fullheight?(this.so.heightLimit=!1,this.so.autoHeight=!1,this.height=this.slider.$element[0].clientHeight):this.height=this.width/this.slider.aspect,this.so.autoHeight?(this.currentSlide.setSize(this.width,null,hard),this.view.setSize(this.width,this.currentSlide.getHeight(),hard)):this.view.setSize(this.width,Math.max(this.so.minHeight,this.so.heightLimit?Math.min(this.height,this.so.height):this.height),hard),this.slider.$controlsCont&&this.so.centerControls&&this.so.fullwidth&&this.view.$element.css("left",Math.min(0,-(this.slider.$element[0].clientWidth-this.so.width)/2)+"px"),this.dispatchEvent(new MSSliderEvent(MSSliderEvent.RESIZE)))},p.__dispatchInit=function(){this.dispatchEvent(new MSSliderEvent(MSSliderEvent.INIT))},p.__updateWindowHash=function(){var hash=window.location.hash,dl=this.so.deepLink,dlt=this.so.deepLinkType,eq="path"===dlt?"/":"=",sep="path"===dlt?"/":"&",sliderHash=dl+eq+(this.view.index+1),regTest=new RegExp(dl+eq+"[0-9]+","g");window.location.hash=""===hash?sep+sliderHash:regTest.test(hash)?hash.replace(regTest,sliderHash):hash+sep+sliderHash},p.__curentSlideInHash=function(){var hash=window.location.hash,dl=this.so.deepLink,dlt=this.so.deepLinkType,eq="path"===dlt?"/":"=",regTest=new RegExp(dl+eq+"[0-9]+","g");if(regTest.test(hash)){var index=Number(hash.match(regTest)[0].match(/[0-9]+/g).pop());if(!isNaN(index))return index-1}return-1},p.__onHashChanged=function(){var index=this.__curentSlideInHash();-1!==index&&this.gotoSlide(index)},p.setup=function(){this.created=!0,this.paused=!this.so.autoplay,this.view.addEventListener(MSViewEvents.CHANGE_START,this.onChangeStart,this),this.view.addEventListener(MSViewEvents.CHANGE_END,this.onChangeEnd,this),this.view.addEventListener(MSViewEvents.SWIPE_START,this.onSwipeStart,this),this.currentSlide=this.view.slideList[this.so.start-1],this.__resize();var slideInHash=this.__curentSlideInHash(),startSlide=-1!==slideInHash?slideInHash:this.so.start-1;if(this.view.create(startSlide),0===this.so.preload&&this.view.slideList[0].loadImages(),this.scroller=this.view.controller,this.so.wheel){var that=this,last_time=(new Date).getTime();this.wheellistener=function(event){var e=window.event||event.orginalEvent||event;e.preventDefault();var current_time=(new Date).getTime();if(!(400>current_time-last_time)){last_time=current_time;var delta=Math.abs(e.detail||e.wheelDelta);$.browser.mozilla&&(delta*=100);var scrollThreshold=15;return e.detail<0||e.wheelDelta>0?delta>=scrollThreshold&&that.previous(!0):delta>=scrollThreshold&&that.next(!0),!1}},$.browser.mozilla?this.slider.$element[0].addEventListener("DOMMouseScroll",this.wheellistener):this.slider.$element.bind("mousewheel",this.wheellistener)}0===this.slider.$element[0].clientWidth&&(this.slider.init_safemode=!0),this.__resize();var that=this;this.so.deepLink&&$(window).on("hashchange",function(){that.__onHashChanged()})},p.index=function(){return this.view.index},p.count=function(){return this.view.slidesCount},p.next=function(checkLoop){this.skipTimer(),this.view.next(checkLoop)},p.previous=function(checkLoop){this.skipTimer(),this.view.previous(checkLoop)},p.gotoSlide=function(index){index=Math.min(index,this.count()-1),this.skipTimer(),this.view.gotoSlide(index)},p.destroy=function(reset){this.dispatchEvent(new MSSliderEvent(MSSliderEvent.DESTROY)),this.slider.destroy(reset)},p._destroy=function(){this._timer.reset(),this._timer=null,$(window).unbind("resize",this.resize_listener),this.view.destroy(),this.view=null,this.so.wheel&&($.browser.mozilla?this.slider.$element[0].removeEventListener("DOMMouseScroll",this.wheellistener):this.slider.$element.unbind("mousewheel",this.wheellistener),this.wheellistener=null),this.so=null},p.runAction=function(action){var actionParams=[];if(-1!==action.indexOf("(")){var temp=action.slice(0,action.indexOf("("));actionParams=action.slice(action.indexOf("(")+1,-1).replace(/\"|\'|\s/g,"").split(","),action=temp}action in this?this[action].apply(this,actionParams):console},p.update=function(hard){this.slider.init_safemode&&hard&&(this.slider.init_safemode=!1),this.__resize(hard),hard&&this.dispatchEvent(new MSSliderEvent(MSSliderEvent.HARD_UPDATE))},p.locate=function(){this.__resize()},p.resume=function(){this.paused&&(this.paused=!1,this._startTimer())},p.pause=function(){this.paused||(this.paused=!0,this._stopTimer())},p.currentTime=function(){return this._delayProgress},averta.EventDispatcher.extend(p)}(jQuery),function($){"use strict";var LayerTypes={image:MSImageLayerElement,text:MSLayerElement,video:MSVideoLayerElement,hotspot:MSHotspotLayer,button:MSButtonLayer};window.MasterSlider=function(){this.options={autoplay:!1,loop:!1,mouse:!0,swipe:!0,grabCursor:!0,space:0,fillMode:"fill",start:1,view:"basic",width:300,height:150,inView:15,critMargin:1,heightLimit:!0,smoothHeight:!0,autoHeight:!1,minHeight:-1,fullwidth:!1,fullheight:!1,autofill:!1,layersMode:"center",hideLayers:!1,endPause:!1,centerControls:!0,overPause:!0,shuffle:!1,speed:17,dir:"h",preload:0,wheel:!1,layout:"boxed",autofillTarget:null,fullscreenMargin:0,instantStartLayers:!1,parallaxMode:"mouse",rtl:!1,deepLink:null,deepLinkType:"path",disablePlugins:[]},this.slides=[],this.activePlugins=[],this.$element=null,this.lastMargin=0,this.leftSpace=0,this.topSpace=0,this.rightSpace=0,this.bottomSpace=0,this._holdOn=0;var that=this;this.resize_listener=function(){that._resize()},$(window).bind("resize",this.resize_listener)},MasterSlider.author="Averta Ltd. (www.averta.net)",MasterSlider.version="2.15.1",MasterSlider.releaseDate="Jul 2015",MasterSlider._plugins=[];var MS=MasterSlider;MS.registerPlugin=function(plugin){-1===MS._plugins.indexOf(plugin)&&MS._plugins.push(plugin)};var p=MasterSlider.prototype;p.__setupSlides=function(){var new_slide,that=this,ind=0;this.$element.children(".ms-slide").each(function(){var $slide_ele=$(this);new_slide=new MSSlide,new_slide.$element=$slide_ele,new_slide.slider=that,new_slide.delay=void 0!==$slide_ele.data("delay")?$slide_ele.data("delay"):3,new_slide.fillMode=void 0!==$slide_ele.data("fill-mode")?$slide_ele.data("fill-mode"):that.options.fillMode,new_slide.index=ind++;var slide_img=$slide_ele.children("img:not(.ms-layer)");slide_img.length>0&&new_slide.setBG(slide_img[0]);var slide_video=$slide_ele.children("video");if(slide_video.length>0&&new_slide.setBGVideo(slide_video),that.controls)for(var i=0,l=that.controls.length;l>i;++i)that.controls[i].slideAction(new_slide);$slide_ele.children("a").each(function(){var $this=$(this);"video"===this.getAttribute("data-type")?(new_slide.video=this.getAttribute("href"),new_slide.videoAutoPlay=$this.data("autoplay"),$this.remove()):$this.hasClass("ms-layer")||(new_slide.link=$(this))});that.__createSlideLayers(new_slide,$slide_ele.find(".ms-layer")),that.slides.push(new_slide),that.slideController.view.addSlide(new_slide)})},p.__createSlideLayers=function(slide,layers){0!=layers.length&&(slide.setupLayerController(),layers.each(function(index,domEle){var $parent_ele,$layer_element=$(this);"A"===domEle.nodeName&&"image"===$layer_element.find(">img").data("type")&&($parent_ele=$(this),$layer_element=$parent_ele.find("img"));var layer=new(LayerTypes[$layer_element.data("type")||"text"]);layer.$element=$layer_element,layer.link=$parent_ele;var eff_parameters={},end_eff_parameters={};void 0!==$layer_element.data("effect")&&(eff_parameters.name=$layer_element.data("effect")),void 0!==$layer_element.data("ease")&&(eff_parameters.ease=$layer_element.data("ease")),void 0!==$layer_element.data("duration")&&(eff_parameters.duration=$layer_element.data("duration")),void 0!==$layer_element.data("delay")&&(eff_parameters.delay=$layer_element.data("delay")),$layer_element.data("hide-effect")&&(end_eff_parameters.name=$layer_element.data("hide-effect")),$layer_element.data("hide-ease")&&(end_eff_parameters.ease=$layer_element.data("hide-ease")),void 0!==$layer_element.data("hide-duration")&&(end_eff_parameters.duration=$layer_element.data("hide-duration")),void 0!==$layer_element.data("hide-time")&&(end_eff_parameters.time=$layer_element.data("hide-time")),layer.setStartAnim(eff_parameters),layer.setEndAnim(end_eff_parameters),slide.layerController.addLayer(layer)}))},p._removeLoading=function(){$(window).unbind("resize",this.resize_listener),this.$element.removeClass("before-init").css("visibility","visible").css("height","").css("opacity",0),CTween.fadeIn(this.$element),this.$loading.remove(),this.slideController&&this.slideController.__resize()},p._resize=function(){if(this.$loading){var h=this.$loading[0].clientWidth/this.aspect;h=this.options.heightLimit?Math.min(h,this.options.height):h,this.$loading.height(h),this.$element.height(h)}},p._shuffleSlides=function(){for(var r,slides=this.$element.children(".ms-slide"),i=0,l=slides.length;l>i;++i)r=Math.floor(Math.random()*(l-1)),i!=r&&(this.$element[0].insertBefore(slides[i],slides[r]),slides=this.$element.children(".ms-slide"))},p._setupSliderLayout=function(){this._updateSideMargins(),this.lastMargin=this.leftSpace;var lo=this.options.layout;"boxed"!==lo&&"partialview"!==lo&&(this.options.fullwidth=!0),("fullscreen"===lo||"autofill"===lo)&&(this.options.fullheight=!0,"autofill"===lo&&(this.$autofillTarget=$(this.options.autofillTarget),0===this.$autofillTarget.length&&(this.$autofillTarget=this.$element.parent()))),"partialview"===lo&&this.$element.addClass("ms-layout-partialview"),("fullscreen"===lo||"fullwidth"===lo||"autofill"===lo)&&($(window).bind("resize",{that:this},this._updateLayout),this._updateLayout()),$(window).bind("resize",this.slideController.resize_listener)},p._updateLayout=function(event){var that=event?event.data.that:this,lo=that.options.layout,$element=that.$element,$win=$(window);if("fullscreen"===lo)document.body.style.overflow="hidden",$element.height($win.height()-that.options.fullscreenMargin-that.topSpace-that.bottomSpace),document.body.style.overflow="";else if("autofill"===lo)return void $element.height(that.$autofillTarget.height()-that.options.fullscreenMargin-that.topSpace-that.bottomSpace).width(that.$autofillTarget.width()-that.leftSpace-that.rightSpace);$element.width($win.width()-that.leftSpace-that.rightSpace);var margin=-$element.offset().left+that.leftSpace+that.lastMargin;$element.css("margin-left",margin),that.lastMargin=margin},p._init=function(){if(!(this._holdOn>0)&&this._docReady){if(this.initialized=!0,"all"!==this.options.preload&&this._removeLoading(),this.options.shuffle&&this._shuffleSlides(),MSLayerEffects.setup(),this.slideController.setupView(),this.view=this.slideController.view,this.$controlsCont=$("
").addClass("ms-inner-controls-cont"),this.options.centerControls&&this.$controlsCont.css("max-width",this.options.width+"px"),this.$controlsCont.prepend(this.view.$element),this.$msContainer=$("
").addClass("ms-container").prependTo(this.$element).append(this.$controlsCont),this.controls)for(var i=0,l=this.controls.length;l>i;++i)this.controls[i].setup();if(this._setupSliderLayout(),this.__setupSlides(),this.slideController.setup(),this.controls)for(i=0,l=this.controls.length;l>i;++i)this.controls[i].create();if(this.options.autoHeight&&this.slideController.view.$element.height(this.slideController.currentSlide.getHeight()),this.options.swipe&&!window._touch&&this.options.grabCursor&&this.options.mouse){var $view=this.view.$element;$view.mousedown(function(){$view.removeClass("ms-grab-cursor"),$view.addClass("ms-grabbing-cursor"),$.browser.msie&&window.ms_grabbing_curosr&&($view[0].style.cursor="url("+window.ms_grabbing_curosr+"), move")}).addClass("ms-grab-cursor"),$(document).mouseup(function(){$view.removeClass("ms-grabbing-cursor"),$view.addClass("ms-grab-cursor"),$.browser.msie&&window.ms_grab_curosr&&($view[0].style.cursor="url("+window.ms_grab_curosr+"), move")})}this.slideController.__dispatchInit()}},p.setHeight=function(value){this.options.smoothHeight?(this.htween&&(this.htween.reset?this.htween.reset():this.htween.stop(!0)),this.htween=CTween.animate(this.slideController.view.$element,500,{height:value},{ease:"easeOutQuart"})):this.slideController.view.$element.height(value)},p.reserveSpace=function(side,space){var sideSpace=side+"Space",pos=this[sideSpace];return this[sideSpace]+=space,this._updateSideMargins(),pos},p._updateSideMargins=function(){this.$element.css("margin",this.topSpace+"px "+this.rightSpace+"px "+this.bottomSpace+"px "+this.leftSpace+"px")},p._realignControls=function(){this.rightSpace=this.leftSpace=this.topSpace=this.bottomSpace=0,this._updateSideMargins(),this.api.dispatchEvent(new MSSliderEvent(MSSliderEvent.RESERVED_SPACE_CHANGE))},p.control=function(control,options){if(control in MSSlideController.SliderControlList){this.controls||(this.controls=[]);var ins=new MSSlideController.SliderControlList[control](options);return ins.slider=this,this.controls.push(ins),this}},p.holdOn=function(){this._holdOn++},p.release=function(){this._holdOn--,this._init()},p.setup=function(target,options){if(this.$element="string"==typeof target?$("#"+target):target.eq(0),this.setupMarkup=this.$element.html(),0!==this.$element.length){this.$element.addClass("master-slider").addClass("before-init"),$.browser.msie?this.$element.addClass("ms-ie").addClass("ms-ie"+$.browser.version.slice(0,$.browser.version.indexOf("."))):$.browser.webkit?this.$element.addClass("ms-wk"):$.browser.mozilla&&this.$element.addClass("ms-moz");var ua=navigator.userAgent.toLowerCase(),isAndroid=ua.indexOf("android")>-1;isAndroid&&this.$element.addClass("ms-android");var that=this;$.extend(this.options,options),this.aspect=this.options.width/this.options.height,this.$loading=$("
").addClass("ms-loading-container").insertBefore(this.$element).append($("
").addClass("ms-loading")),this.$loading.parent().css("position","relative"),this.options.autofill&&(this.options.fullwidth=!0,this.options.fullheight=!0),this.options.fullheight&&this.$element.addClass("ms-fullheight"),this._resize(),this.slideController=new MSSlideController(this),this.api=this.slideController;for(var i=0,l=MS._plugins.length;i!==l;i++){var plugin=MS._plugins[i];-1===this.options.disablePlugins.indexOf(plugin.name)&&this.activePlugins.push(new plugin(this))}return $(document).ready(function(){that._docReady=!0,that._init()}),this}},p.destroy=function(insertMarkup){for(var i=0,l=this.activePlugins.length;i!==l;i++)this.activePlugins[i].destroy();if(this.controls)for(i=0,l=this.controls.length;i!==l;i++)this.controls[i].destroy();this.slideController&&this.slideController._destroy(),this.$loading&&this.$loading.remove(),insertMarkup?this.$element.html(this.setupMarkup).css("visibility","hidden"):this.$element.remove();var lo=this.options.layout;("fullscreen"===lo||"fullwidth"===lo)&&$(window).unbind("resize",this._updateLayout),this.view=null,this.slides=null,this.options=null,this.slideController=null,this.api=null,this.resize_listener=null,this.activePlugins=null}}(jQuery),function($,window,document,undefined){function MasterSliderPlugin(element,options){this.element=element,this.$element=$(element),this.settings=$.extend({},defaults,options),this._defaults=defaults,this._name=pluginName,this.init()}var pluginName="masterslider",defaults={controls:{}};$.extend(MasterSliderPlugin.prototype,{init:function(){var self=this;this._slider=new MasterSlider;for(var control in this.settings.controls)this._slider.control(control,this.settings.controls[control]);this._slider.setup(this.$element,this.settings);var _superDispatch=this._slider.api.dispatchEvent;this._slider.api.dispatchEvent=function(event){self.$element.trigger(event.type),_superDispatch.call(this,event)}},api:function(){return this._slider.api},slider:function(){return this._slider}}),$.fn[pluginName]=function(options){var args=arguments,plugin="plugin_"+pluginName;if(options===undefined||"object"==typeof options)return this.each(function(){$.data(this,plugin)||$.data(this,plugin,new MasterSliderPlugin(this,options))});if("string"==typeof options&&"_"!==options[0]&&"init"!==options){var returns;return this.each(function(){var instance=$.data(this,plugin);instance instanceof MasterSliderPlugin&&"function"==typeof instance[options]&&(returns=instance[options].apply(instance,Array.prototype.slice.call(args,1))),instance instanceof MasterSliderPlugin&&"function"==typeof instance._slider.api[options]&&(returns=instance._slider.api[options].apply(instance._slider.api,Array.prototype.slice.call(args,1))),"destroy"===options&&$.data(this,plugin,null)}),returns!==undefined?returns:this}}}(jQuery,window,document),window.MSViewEvents=function(type,data){this.type=type,this.data=data},MSViewEvents.SWIPE_START="swipeStart",MSViewEvents.SWIPE_END="swipeEnd",MSViewEvents.SWIPE_MOVE="swipeMove",MSViewEvents.SWIPE_CANCEL="swipeCancel",MSViewEvents.SCROLL="scroll",MSViewEvents.CHANGE_START="slideChangeStart",MSViewEvents.CHANGE_END="slideChangeEnd",function($){"use strict";window.MSBasicView=function(options){this.options={loop:!1,dir:"h",autoHeight:!1,spacing:5,mouseSwipe:!0,swipe:!0,speed:17,minSlideSpeed:2,viewNum:20,critMargin:1},$.extend(this.options,options),this.dir=this.options.dir,this.loop=this.options.loop,this.spacing=this.options.spacing,this.__width=0,this.__height=0,this.__cssProb="h"===this.dir?"left":"top",this.__offset="h"===this.dir?"offsetLeft":"offsetTop",this.__dimension="h"===this.dir?"__width":"__height",this.__translate_end=window._css3d?" translateZ(0px)":"",this.$slideCont=$("
").addClass("ms-slide-container"),this.$element=$("
").addClass("ms-view").addClass("ms-basic-view").append(this.$slideCont),this.currentSlide=null,this.index=-1,this.slidesCount=0,this.slides=[],this.slideList=[],this.viewSlidesList=[],this.css3=window._cssanim,this.start_buffer=0,this.firstslide_snap=0,this.slideChanged=!1,this.controller=new Controller(0,0,{snapping:!0,snapsize:100,paging:!0,snappingMinSpeed:this.options.minSlideSpeed,friction:(100-.5*this.options.speed)/100,endless:this.loop}),this.controller.renderCallback("h"===this.dir?this._horizUpdate:this._vertiUpdate,this),this.controller.snappingCallback(this.__snapUpdate,this),this.controller.snapCompleteCallback(this.__snapCompelet,this),averta.EventDispatcher.call(this)};var p=MSBasicView.prototype;p.__snapCompelet=function(){this.slideChanged&&(this.slideChanged=!1,this.__locateSlides(),this.start_buffer=0,this.dispatchEvent(new MSViewEvents(MSViewEvents.CHANGE_END)))},p.__snapUpdate=function(controller,snap,change){if(this.loop){var target_index=this.index+change;this.updateLoop(target_index),target_index>=this.slidesCount&&(target_index-=this.slidesCount),0>target_index&&(target_index=this.slidesCount+target_index),this.index=target_index}else{if(0>snap||snap>=this.slidesCount)return;this.index=snap}this._checkCritMargins(),$.browser.mozilla&&(this.slideList[this.index].$element[0].style.marginTop="0.1px",this.currentSlide&&(this.currentSlide.$element[0].style.marginTop=""));var new_slide=this.slideList[this.index];new_slide!==this.currentSlide&&(this.currentSlide=new_slide,this.autoUpdateZIndex&&this.__updateSlidesZindex(),this.slideChanged=!0,this.dispatchEvent(new MSViewEvents(MSViewEvents.CHANGE_START)))},p._checkCritMargins=function(){if(!this.normalMode){var hlf=Math.floor(this.options.viewNum/2),inView=this.viewSlidesList.indexOf(this.slideList[this.index]),size=this[this.__dimension]+this.spacing,cm=this.options.critMargin;return this.loop?void((cm>=inView||inView>=this.viewSlidesList.length-cm)&&(size*=inView-hlf,this.__locateSlides(!1,size+this.start_buffer),this.start_buffer+=size)):void((cm>inView&&this.index>=cm||inView>=this.viewSlidesList.length-cm&&this.index=i;++i)return_arr.unshift(this.slideList[this.index-i<0?this.slidesCount-i+this.index:this.index-i]);for(return_arr.push(this.slideList[this.index]),i=1;after_count>=i;++i)return_arr.push(this.slideList[this.index+i>=this.slidesCount?this.index+i-this.slidesCount:this.index+i]);return return_arr},p.__getSteps=function(index,target){var right=index>target?this.slidesCount-index+target:target-index,left=Math.abs(this.slidesCount-right);return left>right?right:-left},p.__pushEnd=function(){var first_slide=this.slides.shift(),last_slide=this.slides[this.slidesCount-2];if(this.slides.push(first_slide),this.normalMode){var pos=last_slide.$element[0][this.__offset]+this.spacing+this[this.__dimension];first_slide.$element[0].style[this.__cssProb]=pos+"px",first_slide.position=pos}},p.__pushStart=function(){var last_slide=this.slides.pop(),first_slide=this.slides[0];if(this.slides.unshift(last_slide),this.normalMode){var pos=first_slide.$element[0][this.__offset]-this.spacing-this[this.__dimension];last_slide.$element[0].style[this.__cssProb]=pos+"px",last_slide.position=pos}},p.__updateSlidesZindex=function(){{var slide,l=this.viewSlidesList.length; -Math.floor(l/2)}if(this.loop)for(var loc=this.viewSlidesList.indexOf(this.currentSlide),i=0;i!==l;i++)slide=this.viewSlidesList[i],this.viewSlidesList[i].$element.css("z-index",loc>=i?i+1:l-i);else{for(var beforeNum=this.currentSlide.index-this.viewSlidesList[0].index,i=0;i!==l;i++)this.viewSlidesList[i].$element.css("z-index",beforeNum>=i?i+1:l-i);this.currentSlide.$element.css("z-index",l)}},p.addSlide=function(slide){slide.view=this,this.slides.push(slide),this.slideList.push(slide),this.slidesCount++},p.appendSlide=function(slide){this.$slideCont.append(slide.$element)},p.updateLoop=function(index){if(this.loop)for(var steps=this.__getSteps(this.index,index),i=0,l=Math.abs(steps);l>i;++i)0>steps?this.__pushStart():this.__pushEnd()},p.gotoSlide=function(index,fast){this.updateLoop(index),this.index=index;var target_slide=this.slideList[index];this._checkCritMargins(),this.controller.changeTo(target_slide.position,!fast,null,null,!1),target_slide!==this.currentSlide&&(this.slideChanged=!0,this.currentSlide=target_slide,this.autoUpdateZIndex&&this.__updateSlidesZindex(),this.dispatchEvent(new MSViewEvents(MSViewEvents.CHANGE_START)),fast&&this.dispatchEvent(new MSViewEvents(MSViewEvents.CHANGE_END)))},p.next=function(checkLoop){return checkLoop&&!this.loop&&this.index+1>=this.slidesCount?void this.controller.bounce(10):void this.gotoSlide(this.index+1>=this.slidesCount?0:this.index+1)},p.previous=function(checkLoop){return checkLoop&&!this.loop&&this.index-1<0?void this.controller.bounce(-10):void this.gotoSlide(this.index-1<0?this.slidesCount-1:this.index-1)},p.setupSwipe=function(){this.swipeControl=new averta.TouchSwipe(this.$element),this.swipeControl.swipeType="h"===this.dir?"horizontal":"vertical";var that=this;this.swipeControl.onSwipe="h"===this.dir?function(status){that.horizSwipeMove(status)}:function(status){that.vertSwipeMove(status)}},p.vertSwipeMove=function(status){var phase=status.phase;if("start"===phase)this.controller.stop(),this.dispatchEvent(new MSViewEvents(MSViewEvents.SWIPE_START,status));else if("move"===phase&&(!this.loop||Math.abs(this.currentSlide.position-this.controller.value+status.moveY).1?(this.controller.push(-speed),speed>this.controller.options.snappingMinSpeed&&this.dispatchEvent(new MSViewEvents(MSViewEvents.SWIPE_END,status))):(this.controller.cancel(),this.dispatchEvent(new MSViewEvents(MSViewEvents.SWIPE_CANCEL,status)))}},p.horizSwipeMove=function(status){var phase=status.phase;if("start"===phase)this.controller.stop(),this.dispatchEvent(new MSViewEvents(MSViewEvents.SWIPE_START,status));else if("move"===phase&&(!this.loop||Math.abs(this.currentSlide.position-this.controller.value+status.moveX).1?(this.controller.push(-speed),speed>this.controller.options.snappingMinSpeed&&this.dispatchEvent(new MSViewEvents(MSViewEvents.SWIPE_END,status))):(this.controller.cancel(),this.dispatchEvent(new MSViewEvents(MSViewEvents.SWIPE_CANCEL,status)))}},p.setSize=function(width,height,hard){if(this.lastWidth!==width||height!==this.lastHeight||hard){this.$element.width(width).height(height);for(var i=0;idistance?-1:1),zvalue=1.2*value;slide.$element[0].style[window._jcsspfx+"Transform"]="translateZ("+5*-zvalue+"px) rotateY("+rvalue+"deg) "},p.__updateSlidesVertic=function(slide,distance){var value=Math.abs(100*distance/this.__width),rvalue=Math.min(.3*value,30)*(0>distance?-1:1),zvalue=1.2*value;slide.$element[0].style[window._jcsspfx+"Transform"]="translateZ("+5*-zvalue+"px) rotateX("+-rvalue+"deg) "},MSSlideController.registerView("flow",MSFlowView)}(jQuery),function(){window.MSFadeFlowView=function(options){MSWaveView.call(this,options),this.$element.removeClass("ms-wave-view").addClass("ms-fade-flow-view")},MSFadeFlowView.extend(MSWaveView),MSFadeFlowView._3dreq=!0;{var p=MSFadeFlowView.prototype;MSWaveView.prototype}p.__calculate=function(distance){var value=Math.min(Math.abs(100*distance/this.__width),100),rvalue=Math.min(.5*value,50)*(0>distance?-1:1);return{value:value,rvalue:rvalue}},p.__updateSlidesHoriz=function(slide,distance){var clc=this.__calculate(distance);slide.$element.css("opacity",1-clc.value/300),slide.$element[0].style[window._jcsspfx+"Transform"]="translateZ("+-clc.value+"px) rotateY("+clc.rvalue+"deg) "},p.__updateSlidesVertic=function(slide,distance){var clc=this.__calculate(distance);slide.$element.css("opacity",1-clc.value/300),slide.$element[0].style[window._jcsspfx+"Transform"]="translateZ("+-clc.value+"px) rotateX("+-clc.rvalue+"deg) "},MSSlideController.registerView("fadeFlow",MSFadeFlowView)}(),function($){"use strict";window.MSMaskView=function(options){MSBasicView.call(this,options),this.$element.removeClass("ms-basic-view").addClass("ms-mask-view")},MSMaskView.extend(MSBasicView);var p=MSMaskView.prototype,_super=MSBasicView.prototype;p.addSlide=function(slide){slide.view=this,slide.$frame=$("
").addClass("ms-mask-frame").append(slide.$element),slide.$element[0].style.position="relative",slide.autoAppend=!1,this.slides.push(slide),this.slideList.push(slide),this.slidesCount++},p.setSize=function(width,height){for(var slider=this.slides[0].slider,i=0;i=1-value?slide.$element.fadeTo(0,0).css("visibility","hidden"):slide.$element.fadeTo(0,1-value).css("visibility","")},p.__locateSlides=function(move,start){this.__updateViewList(),start=this.loop?start||0:this.slides.indexOf(this.viewSlidesList[0])*(this[this.__dimension]+this.spacing);for(var slide,l=this.viewSlidesList.length,i=0;i!==l;i++){var pos=start+i*this[this.__dimension];slide=this.viewSlidesList[i],slide.wakeup(),slide.position=pos}move!==!1&&this.controller.changeTo(this.slideList[this.index].position,!1,null,null,!1)},p.__pushEnd=function(){var first_slide=this.slides.shift(),last_slide=this.slides[this.slidesCount-2];this.slides.push(first_slide),first_slide.position=last_slide.position+this[this.__dimension]},p.__pushStart=function(){var last_slide=this.slides.pop(),first_slide=this.slides[0];this.slides.unshift(last_slide),last_slide.position=first_slide.position-this[this.__dimension]},p.create=function(index){_super.create.call(this,index),this.spacing=0,this.controller.options.minValidDist=10},MSSlideController.registerView("fade",MSFadeView)}(jQuery),function(){"use strict";window.MSScaleView=function(options){MSBasicView.call(this,options),this.$element.removeClass("ms-basic-view").addClass("ms-scale-view"),this.controller.renderCallback(this.__update,this)},MSScaleView.extend(MSFadeView);var p=MSScaleView.prototype,_super=MSFadeView.prototype;p.__updateSlides=function(slide,distance){var value=Math.abs(distance/this[this.__dimension]),element=slide.$element[0];0>=1-value?(element.style.opacity=0,element.style.visibility="hidden",element.style[window._jcsspfx+"Transform"]=""):(element.style.opacity=1-value,element.style.visibility="",element.style[window._jcsspfx+"Transform"]="perspective(2000px) translateZ("+value*(0>distance?-.5:.5)*300+"px)")},p.create=function(index){_super.create.call(this,index),this.controller.options.minValidDist=.03},MSSlideController.registerView("scale",MSScaleView)}(jQuery),function(){"use strict";window.MSStackView=function(options){MSBasicView.call(this,options),this.$element.removeClass("ms-basic-view").addClass("ms-stack-view"),this.controller.renderCallback(this.__update,this),this.autoUpdateZIndex=!0},MSStackView.extend(MSFadeView),MSStackView._3dreq=!0,MSStackView._fallback=MSFadeView;var p=MSStackView.prototype,_super=MSFadeView.prototype;p.__updateSlidesZindex=function(){for(var slide,l=this.viewSlidesList.length,i=0;i!==l;i++)slide=this.viewSlidesList[i],this.viewSlidesList[i].$element.css("z-index",l-i)},p.__updateSlides=function(slide,distance){var value=Math.abs(distance/this[this.__dimension]),element=slide.$element[0];0>=1-value?(element.style.opacity=1,element.style.visibility="hidden",element.style[window._jcsspfx+"Transform"]=""):(element.style.visibility="",element.style[window._jcsspfx+"Transform"]=0>distance?"perspective(2000px) translateZ("+-300*value+"px)":this.__translate+"("+-value*this[this.__dimension]+"px)")},p.create=function(index){_super.create.call(this,index),this.controller.options.minValidDist=.03,this.__translate="h"===this.dir?"translateX":"translateY"},MSSlideController.registerView("stack",MSStackView)}(jQuery),function(){"use strict";var perspective=2e3;window.MSFocusView=function(options){MSWaveView.call(this,options),this.$element.removeClass("ms-wave-view").addClass("ms-focus-view"),this.options.centerSpace=this.options.centerSpace||1},MSFocusView.extend(MSWaveView),MSFocusView._3dreq=!0,MSFocusView._fallback=MSFadeBasicView;{var p=MSFocusView.prototype;MSWaveView.prototype}p.__calcview=function(z,w){var a=w/2*z/(z+perspective);return a*(z+perspective)/perspective},p.__updateSlidesHoriz=function(slide,distance){var value=Math.abs(100*distance/this.__width);value=15*-Math.min(value,100),slide.$element.css(window._csspfx+"transform","translateZ("+(value+1)+"px) rotateY(0.01deg) translateX("+(0>distance?1:-1)*-this.__calcview(value,this.__width)*this.options.centerSpace+"px)")},p.__updateSlidesVertic=function(slide,distance){var value=Math.abs(100*distance/this.__width);value=15*-Math.min(value,100),slide.$element.css(window._csspfx+"transform","translateZ("+(value+1)+"px) rotateY(0.01deg) translateY("+(0>distance?1:-1)*-this.__calcview(value,this.__width)*this.options.centerSpace+"px)")},MSSlideController.registerView("focus",MSFocusView)}(),function(){window.MSPartialWaveView=function(options){MSWaveView.call(this,options),this.$element.removeClass("ms-wave-view").addClass("ms-partial-wave-view")},MSPartialWaveView.extend(MSWaveView),MSPartialWaveView._3dreq=!0,MSPartialWaveView._fallback=MSFadeBasicView;{var p=MSPartialWaveView.prototype;MSWaveView.prototype}p.__updateSlidesHoriz=function(slide,distance){var value=Math.abs(100*distance/this.__width);slide.hasBG&&slide.$bg_img.css("opacity",(100-Math.abs(120*distance/this.__width/3))/100),slide.$element.css(window._csspfx+"transform","translateZ("+3*-value+"px) rotateY(0.01deg) translateX("+.75*distance+"px)")},p.__updateSlidesVertic=function(slide,distance){var value=Math.abs(100*distance/this.__width);slide.hasBG&&slide.$bg_img.css("opacity",(100-Math.abs(120*distance/this.__width/3))/100),slide.$element.css(window._csspfx+"transform","translateZ("+3*-value+"px) rotateY(0.01deg) translateY("+.75*distance+"px)")},MSSlideController.registerView("partialWave",MSPartialWaveView)}(),function($){"use strict";var BaseControl=function(){this.options={prefix:"ms-",autohide:!0,overVideo:!0,customClass:null}},p=BaseControl.prototype;p.slideAction=function(){},p.setup=function(){this.cont=this.options.insertTo?$(this.options.insertTo):this.slider.$controlsCont,this.options.overVideo||this._hideOnvideoStarts()},p.checkHideUnder=function(){this.options.hideUnder&&(this.needsRealign=!this.options.insetTo&&("left"===this.options.align||"right"===this.options.align)&&this.options.inset===!1,$(window).bind("resize",{that:this},this.onResize),this.onResize())},p.onResize=function(event){var that=event&&event.data.that||this,w=window.innerWidth;w<=that.options.hideUnder&&!that.detached?(that.hide(!0),that.detached=!0,that.onDetach()):w>=that.options.hideUnder&&that.detached&&(that.detached=!1,that.visible(),that.onAppend())},p.create=function(){this.options.autohide&&(this.hide(!0),this.slider.$controlsCont.mouseenter($.proxy(this._onMouseEnter,this)).mouseleave($.proxy(this._onMouseLeave,this)).mousedown($.proxy(this._onMouseDown,this)),this.$element&&this.$element.mouseenter($.proxy(this._onMouseEnter,this)).mouseleave($.proxy(this._onMouseLeave,this)).mousedown($.proxy(this._onMouseDown,this)),$(document).mouseup($.proxy(this._onMouseUp,this))),this.options.align&&this.$element.addClass("ms-align-"+this.options.align),this.options.customClass&&this.$element&&this.$element.addClass(this.options.customClass)},p._onMouseEnter=function(){this._disableAH||this.mdown||this.visible(),this.mleave=!1},p._onMouseLeave=function(){this.mdown||this.hide(),this.mleave=!0},p._onMouseDown=function(){this.mdown=!0},p._onMouseUp=function(){this.mdown&&this.mleave&&this.hide(),this.mdown=!1},p.onAppend=function(){this.needsRealign&&this.slider._realignControls()},p.onDetach=function(){this.needsRealign&&this.slider._realignControls()},p._hideOnvideoStarts=function(){var that=this;this.slider.api.addEventListener(MSSliderEvent.VIDEO_PLAY,function(){that._disableAH=!0,that.hide()}),this.slider.api.addEventListener(MSSliderEvent.VIDEO_CLOSE,function(){that._disableAH=!1,that.visible()})},p.hide=function(fast){if(fast)this.$element.css("opacity",0),this.$element.css("display","none");else{clearTimeout(this.hideTo);var $element=this.$element;this.hideTo=setTimeout(function(){CTween.fadeOut($element,400,!1)},20)}this.$element.addClass("ms-ctrl-hide")},p.visible=function(){this.detached||(clearTimeout(this.hideTo),this.$element.css("display",""),CTween.fadeIn(this.$element,400,!1),this.$element.removeClass("ms-ctrl-hide"))},p.destroy=function(){this.options&&this.options.hideUnder&&$(window).unbind("resize",this.onResize)},window.BaseControl=BaseControl}(jQuery),function($){"use strict";var MSArrows=function(options){BaseControl.call(this),$.extend(this.options,options)};MSArrows.extend(BaseControl);var p=MSArrows.prototype,_super=BaseControl.prototype;p.setup=function(){var that=this;this.$next=$("
").addClass(this.options.prefix+"nav-next").bind("click",function(){that.slider.api.next(!0)}),this.$prev=$("
").addClass(this.options.prefix+"nav-prev").bind("click",function(){that.slider.api.previous(!0)}),_super.setup.call(this),this.cont.append(this.$next),this.cont.append(this.$prev),this.checkHideUnder()},p.hide=function(fast){return fast?(this.$prev.css("opacity",0).css("display","none"),void this.$next.css("opacity",0).css("display","none")):(CTween.fadeOut(this.$prev,400,!1),CTween.fadeOut(this.$next,400,!1),this.$prev.addClass("ms-ctrl-hide"),void this.$next.addClass("ms-ctrl-hide"))},p.visible=function(){this.detached||(CTween.fadeIn(this.$prev,400),CTween.fadeIn(this.$next,400),this.$prev.removeClass("ms-ctrl-hide").css("display",""),this.$next.removeClass("ms-ctrl-hide").css("display",""))},p.destroy=function(){_super.destroy(),this.$next.remove(),this.$prev.remove()},window.MSArrows=MSArrows,MSSlideController.registerControl("arrows",MSArrows)}(jQuery),function($){"use strict";var MSThumblist=function(options){BaseControl.call(this),this.options.dir="h",this.options.wheel="v"===options.dir,this.options.arrows=!1,this.options.speed=17,this.options.align=null,this.options.inset=!1,this.options.margin=10,this.options.space=10,this.options.width=100,this.options.height=100,this.options.type="thumbs",this.options.hover=!1,$.extend(this.options,options),this.thumbs=[],this.index_count=0,this.__dimen="h"===this.options.dir?"width":"height",this.__alignsize="h"===this.options.dir?"height":"width",this.__jdimen="h"===this.options.dir?"outerWidth":"outerHeight",this.__pos="h"===this.options.dir?"left":"top",this.click_enable=!0};MSThumblist.extend(BaseControl);var p=MSThumblist.prototype,_super=BaseControl.prototype;p.setup=function(){if(this.$element=$("
").addClass(this.options.prefix+"thumb-list"),"tabs"===this.options.type&&this.$element.addClass(this.options.prefix+"tabs"),this.$element.addClass("ms-dir-"+this.options.dir),_super.setup.call(this),this.$element.appendTo(this.slider.$controlsCont===this.cont?this.slider.$element:this.cont),this.$thumbscont=$("
").addClass("ms-thumbs-cont").appendTo(this.$element),this.options.arrows){var that=this;this.$fwd=$("
").addClass("ms-thumblist-fwd").appendTo(this.$element).click(function(){that.controller.push(-15)}),this.$bwd=$("
").addClass("ms-thumblist-bwd").appendTo(this.$element).click(function(){that.controller.push(15)})}if(!this.options.insetTo&&this.options.align){var align=this.options.align;this.options.inset?this.$element.css(align,this.options.margin):"top"===align?this.$element.detach().prependTo(this.slider.$element).css({"margin-bottom":this.options.margin,position:"relative"}):"bottom"===align?this.$element.css({"margin-top":this.options.margin,position:"relative"}):(this.slider.api.addEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.align()),"v"===this.options.dir?this.$element.width(this.options.width):this.$element.height(this.options.height)}this.checkHideUnder()},p.align=function(){if(!this.detached){var align=this.options.align,pos=this.slider.reserveSpace(align,this.options[this.__alignsize]+2*this.options.margin);this.$element.css(align,-pos-this.options[this.__alignsize]-this.options.margin)}},p.slideAction=function(slide){var thumb_ele=slide.$element.find(".ms-thumb"),that=this,thumb_frame=$("
").addClass("ms-thumb-frame").append(thumb_ele).append($('
')).bind(this.options.hover?"hover":"click",function(){that.changeSlide(thumb_frame)});if(this.options.align&&thumb_frame.width(this.options.width-("v"===this.options.dir&&"tabs"===this.options.type?12:0)).height(this.options.height).css("margin-"+("v"===this.options.dir?"bottom":"right"),this.options.space),thumb_frame[0].index=this.index_count++,this.$thumbscont.append(thumb_frame),this.options.fillMode&&thumb_ele.is("img")){var aligner=new window.MSAligner(this.options.fillMode,thumb_frame,thumb_ele);thumb_ele[0].aligner=aligner,thumb_ele.one("load",function(){var $this=$(this);$this[0].aligner.init($this.width(),$this.height()),$this[0].aligner.align()}).each($.jqLoadFix)}$.browser.msie&&thumb_ele.on("dragstart",function(event){event.preventDefault()}),this.thumbs.push(thumb_frame)},p.create=function(){_super.create.call(this),this.__translate_end=window._css3d?" translateZ(0px)":"",this.controller=new Controller(0,0,{snappingMinSpeed:2,friction:(100-.5*this.options.speed)/100}),this.controller.renderCallback("h"===this.options.dir?this._hMove:this._vMove,this);var that=this;this.resize_listener=function(){that.__resize()},$(window).bind("resize",this.resize_listener),this.thumbSize=this.thumbs[0][this.__jdimen](!0),this.setupSwipe(),this.__resize();var that=this;this.options.wheel&&(this.wheellistener=function(event){var e=window.event||event.orginalEvent||event,delta=Math.max(-1,Math.min(1,e.wheelDelta||-e.detail));return that.controller.push(10*-delta),!1},$.browser.mozilla?this.$element[0].addEventListener("DOMMouseScroll",this.wheellistener):this.$element.bind("mousewheel",this.wheellistener)),this.slider.api.addEventListener(MSSliderEvent.CHANGE_START,this.update,this),this.slider.api.addEventListener(MSSliderEvent.HARD_UPDATE,this.realignThumbs,this),this.cindex=this.slider.api.index(),this.select(this.thumbs[this.cindex])},p._hMove=function(controller,value){return this.__contPos=value,window._cssanim?void(this.$thumbscont[0].style[window._jcsspfx+"Transform"]="translateX("+-value+"px)"+this.__translate_end):void(this.$thumbscont[0].style.left=-value+"px")},p._vMove=function(controller,value){return this.__contPos=value,window._cssanim?void(this.$thumbscont[0].style[window._jcsspfx+"Transform"]="translateY("+-value+"px)"+this.__translate_end):void(this.$thumbscont[0].style.top=-value+"px")},p.setupSwipe=function(){this.swipeControl=new averta.TouchSwipe(this.$element),this.swipeControl.swipeType="h"===this.options.dir?"horizontal":"vertical";var that=this;this.swipeControl.onSwipe="h"===this.options.dir?function(status){that.horizSwipeMove(status)}:function(status){that.vertSwipeMove(status)}},p.vertSwipeMove=function(status){if(!this.dTouch){var phase=status.phase;if("start"===phase)this.controller.stop();else if("move"===phase)this.controller.drag(status.moveY);else if("end"===phase||"cancel"===phase){var speed=Math.abs(status.distanceY/status.duration*50/3);speed>.1?this.controller.push(-status.distanceY/status.duration*50/3):(this.click_enable=!0,this.controller.cancel())}}},p.horizSwipeMove=function(status){if(!this.dTouch){var phase=status.phase;if("start"===phase)this.controller.stop(),this.click_enable=!1;else if("move"===phase)this.controller.drag(status.moveX);else if("end"===phase||"cancel"===phase){var speed=Math.abs(status.distanceX/status.duration*50/3);speed>.1?this.controller.push(-status.distanceX/status.duration*50/3):(this.click_enable=!0,this.controller.cancel())}}},p.update=function(){var nindex=this.slider.api.index();this.cindex!==nindex&&(null!=this.cindex&&this.unselect(this.thumbs[this.cindex]),this.cindex=nindex,this.select(this.thumbs[this.cindex]),this.dTouch||this.updateThumbscroll())},p.realignThumbs=function(){this.$element.find(".ms-thumb").each(function(index,thumb){thumb.aligner&&thumb.aligner.align()})},p.updateThumbscroll=function(){var pos=this.thumbSize*this.cindex;if(0/0==this.controller.value&&(this.controller.value=0),pos-this.controller.value<0)return void this.controller.gotoSnap(this.cindex,!0);if(pos+this.thumbSize-this.controller.value>this.$element[this.__dimen]()){var first_snap=this.cindex-Math.floor(this.$element[this.__dimen]()/this.thumbSize)+1;return void this.controller.gotoSnap(first_snap,!0)}},p.changeSlide=function(thumb){this.click_enable&&this.cindex!==thumb[0].index&&this.slider.api.gotoSlide(thumb[0].index)},p.unselect=function(ele){ele.removeClass("ms-thumb-frame-selected")},p.select=function(ele){ele.addClass("ms-thumb-frame-selected")},p.__resize=function(){var size=this.$element[this.__dimen]();if(this.ls!==size){this.ls=size,this.thumbSize=this.thumbs[0][this.__jdimen](!0);var len=this.slider.api.count()*this.thumbSize;this.$thumbscont[0].style[this.__dimen]=len+"px",size>=len?(this.dTouch=!0,this.controller.stop(),this.$thumbscont[0].style[this.__pos]=.5*(size-len)+"px",this.$thumbscont[0].style[window._jcsspfx+"Transform"]=""):(this.dTouch=!1,this.click_enable=!0,this.$thumbscont[0].style[this.__pos]="",this.controller._max_value=len-size,this.controller.options.snapsize=this.thumbSize,this.updateThumbscroll())}},p.destroy=function(){_super.destroy(),this.options.wheel&&($.browser.mozilla?this.$element[0].removeEventListener("DOMMouseScroll",this.wheellistener):this.$element.unbind("mousewheel",this.wheellistener),this.wheellistener=null),$(window).unbind("resize",this.resize_listener),this.$element.remove(),this.slider.api.removeEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.slider.api.removeEventListener(MSSliderEvent.CHANGE_START,this.update,this) -},window.MSThumblist=MSThumblist,MSSlideController.registerControl("thumblist",MSThumblist)}(jQuery),function($){"use strict";var MSBulltes=function(options){BaseControl.call(this),this.options.dir="h",this.options.inset=!0,this.options.margin=10,this.options.space=10,$.extend(this.options,options),this.bullets=[]};MSBulltes.extend(BaseControl);var p=MSBulltes.prototype,_super=BaseControl.prototype;p.setup=function(){if(_super.setup.call(this),this.$element=$("
").addClass(this.options.prefix+"bullets").addClass("ms-dir-"+this.options.dir).appendTo(this.cont),this.$bullet_cont=$("
").addClass("ms-bullets-count").appendTo(this.$element),!this.options.insetTo&&this.options.align){var align=this.options.align;this.options.inset&&this.$element.css(align,this.options.margin)}this.checkHideUnder()},p.create=function(){_super.create.call(this);var that=this;this.slider.api.addEventListener(MSSliderEvent.CHANGE_START,this.update,this),this.cindex=this.slider.api.index();for(var i=0;i").addClass("ms-bullet");bullet[0].index=i,bullet.on("click",function(){that.changeSlide(this.index)}),this.$bullet_cont.append(bullet),this.bullets.push(bullet),"h"===this.options.dir?bullet.css("margin",this.options.space/2):bullet.css("margin",this.options.space)}"h"===this.options.dir?this.$element.width(bullet.outerWidth(!0)*this.slider.api.count()):this.$element.css("margin-top",-this.$element.outerHeight(!0)/2),this.select(this.bullets[this.cindex])},p.update=function(){var nindex=this.slider.api.index();this.cindex!==nindex&&(null!=this.cindex&&this.unselect(this.bullets[this.cindex]),this.cindex=nindex,this.select(this.bullets[this.cindex]))},p.changeSlide=function(index){this.cindex!==index&&this.slider.api.gotoSlide(index)},p.unselect=function(ele){ele.removeClass("ms-bullet-selected")},p.select=function(ele){ele.addClass("ms-bullet-selected")},p.destroy=function(){_super.destroy(),this.slider.api.removeEventListener(MSSliderEvent.CHANGE_START,this.update,this),this.$element.remove()},window.MSBulltes=MSBulltes,MSSlideController.registerControl("bullets",MSBulltes)}(jQuery),function($){"use strict";var MSScrollbar=function(options){BaseControl.call(this),this.options.dir="h",this.options.autohide=!0,this.options.width=4,this.options.color="#3D3D3D",this.options.margin=10,$.extend(this.options,options),this.__dimen="h"===this.options.dir?"width":"height",this.__jdimen="h"===this.options.dir?"outerWidth":"outerHeight",this.__pos="h"===this.options.dir?"left":"top",this.__translate_end=window._css3d?" translateZ(0px)":"",this.__translate_start="h"===this.options.dir?" translateX(":"translateY("};MSScrollbar.extend(BaseControl);var p=MSScrollbar.prototype,_super=BaseControl.prototype;p.setup=function(){if(this.$element=$("
").addClass(this.options.prefix+"sbar").addClass("ms-dir-"+this.options.dir),_super.setup.call(this),this.$element.appendTo(this.slider.$controlsCont===this.cont?this.slider.$element:this.cont),this.$bar=$("
").addClass(this.options.prefix+"bar").appendTo(this.$element),this.slider.options.loop&&(this.disable=!0,this.$element.remove()),"v"===this.options.dir?this.$bar.width(this.options.width):this.$bar.height(this.options.width),this.$bar.css("background-color",this.options.color),!this.options.insetTo&&this.options.align){this.$element.css("v"===this.options.dir?{right:"auto",left:"auto"}:{top:"auto",bottom:"auto"});var align=this.options.align;this.options.inset?this.$element.css(align,this.options.margin):"top"===align?this.$element.prependTo(this.slider.$element).css({"margin-bottom":this.options.margin,position:"relative"}):"bottom"===align?this.$element.css({"margin-top":this.options.margin,position:"relative"}):(this.slider.api.addEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.align())}this.checkHideUnder()},p.align=function(){if(!this.detached){var align=this.options.align,pos=this.slider.reserveSpace(align,2*this.options.margin+this.options.width);this.$element.css(align,-pos-this.options.margin-this.options.width)}},p.create=function(){if(!this.disable){this.scroller=this.slider.api.scroller,this.slider.api.view.addEventListener(MSViewEvents.SCROLL,this._update,this),this.slider.api.addEventListener(MSSliderEvent.RESIZE,this._resize,this),this._resize(),this.options.autohide&&this.$bar.css("opacity","0")}},p._resize=function(){this.vdimen=this.$element[this.__dimen](),this.bar_dimen=this.slider.api.view["__"+this.__dimen]*this.vdimen/this.scroller._max_value,this.$bar[this.__dimen](this.bar_dimen)},p._update=function(){var value=this.scroller.value*(this.vdimen-this.bar_dimen)/this.scroller._max_value;if(this.lvalue!==value){if(this.lvalue=value,this.options.autohide){clearTimeout(this.hto),this.$bar.css("opacity","1");var that=this;this.hto=setTimeout(function(){that.$bar.css("opacity","0")},150)}return 0>value?void(this.$bar[0].style[this.__dimen]=this.bar_dimen+value+"px"):(value>this.vdimen-this.bar_dimen&&(this.$bar[0].style[this.__dimen]=this.vdimen-value+"px"),window._cssanim?void(this.$bar[0].style[window._jcsspfx+"Transform"]=this.__translate_start+value+"px)"+this.__translate_end):void(this.$bar[0].style[this.__pos]=value+"px"))}},p.destroy=function(){_super.destroy(),this.slider.api.view.removeEventListener(MSViewEvents.SCROLL,this._update,this),this.slider.api.removeEventListener(MSSliderEvent.RESIZE,this._resize,this),this.slider.api.removeEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.$element.remove()},window.MSScrollbar=MSScrollbar,MSSlideController.registerControl("scrollbar",MSScrollbar)}(jQuery),function($){"use strict";var MSTimerbar=function(options){BaseControl.call(this),this.options.autohide=!1,this.options.width=4,this.options.color="#FFFFFF",this.options.inset=!0,this.options.margin=0,$.extend(this.options,options)};MSTimerbar.extend(BaseControl);var p=MSTimerbar.prototype,_super=BaseControl.prototype;p.setup=function(){if(_super.setup.call(this),this.$element=$("
").addClass(this.options.prefix+"timerbar"),_super.setup.call(this),this.$element.appendTo(this.slider.$controlsCont===this.cont?this.slider.$element:this.cont),this.$bar=$("
").addClass("ms-time-bar").appendTo(this.$element),"v"===this.options.dir?(this.$bar.width(this.options.width),this.$element.width(this.options.width)):(this.$bar.height(this.options.width),this.$element.height(this.options.width)),this.$bar.css("background-color",this.options.color),!this.options.insetTo&&this.options.align){this.$element.css({top:"auto",bottom:"auto"});var align=this.options.align;this.options.inset?this.$element.css(align,this.options.margin):"top"===align?this.$element.prependTo(this.slider.$element).css({"margin-bottom":this.options.margin,position:"relative"}):"bottom"===align?this.$element.css({"margin-top":this.options.margin,position:"relative"}):(this.slider.api.addEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.align())}this.checkHideUnder()},p.align=function(){if(!this.detached){var align=this.options.align,pos=this.slider.reserveSpace(align,2*this.options.margin+this.options.width);this.$element.css(align,-pos-this.options.margin-this.options.width)}},p.create=function(){_super.create.call(this),this.slider.api.addEventListener(MSSliderEvent.WAITING,this._update,this),this._update()},p._update=function(){this.$bar[0].style.width=this.slider.api._delayProgress+"%"},p.destroy=function(){_super.destroy(),this.slider.api.removeEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.slider.api.removeEventListener(MSSliderEvent.WAITING,this._update,this),this.$element.remove()},window.MSTimerbar=MSTimerbar,MSSlideController.registerControl("timebar",MSTimerbar)}(jQuery),function($){"use strict";var MSCircleTimer=function(options){BaseControl.call(this),this.options.color="#A2A2A2",this.options.stroke=10,this.options.radius=4,this.options.autohide=!1,$.extend(this.options,options)};MSCircleTimer.extend(BaseControl);var p=MSCircleTimer.prototype,_super=BaseControl.prototype;p.setup=function(){return _super.setup.call(this),this.$element=$("
").addClass(this.options.prefix+"ctimer").appendTo(this.cont),this.$canvas=$("").addClass("ms-ctimer-canvas").appendTo(this.$element),this.$bar=$("
").addClass("ms-ctimer-bullet").appendTo(this.$element),this.$canvas[0].getContext?(this.ctx=this.$canvas[0].getContext("2d"),this.prog=0,this.__w=2*(this.options.radius+this.options.stroke/2),this.$canvas[0].width=this.__w,this.$canvas[0].height=this.__w,void this.checkHideUnder()):(this.destroy(),void(this.disable=!0))},p.create=function(){if(!this.disable){_super.create.call(this),this.slider.api.addEventListener(MSSliderEvent.WAITING,this._update,this);var that=this;this.$element.click(function(){that.slider.api.paused?that.slider.api.resume():that.slider.api.pause()}),this._update()}},p._update=function(){var that=this;$(this).stop(!0).animate({prog:.01*this.slider.api._delayProgress},{duration:200,step:function(){that._draw()}})},p._draw=function(){this.ctx.clearRect(0,0,this.__w,this.__w),this.ctx.beginPath(),this.ctx.arc(.5*this.__w,.5*this.__w,this.options.radius,1.5*Math.PI,1.5*Math.PI+2*Math.PI*this.prog,!1),this.ctx.strokeStyle=this.options.color,this.ctx.lineWidth=this.options.stroke,this.ctx.stroke()},p.destroy=function(){_super.destroy(),this.disable||($(this).stop(!0),this.slider.api.removeEventListener(MSSliderEvent.WAITING,this._update,this),this.$element.remove())},window.MSCircleTimer=MSCircleTimer,MSSlideController.registerControl("circletimer",MSCircleTimer)}(jQuery),function($){"use strict";window.MSLightbox=function(options){BaseControl.call(this,options),this.options.autohide=!1,$.extend(this.options,options),this.data_list=[]},MSLightbox.fadeDuratation=400,MSLightbox.extend(BaseControl);var p=MSLightbox.prototype,_super=BaseControl.prototype;p.setup=function(){_super.setup.call(this),this.$element=$("
").addClass(this.options.prefix+"lightbox-btn").appendTo(this.cont),this.checkHideUnder()},p.slideAction=function(slide){$("
").addClass(this.options.prefix+"lightbox-btn").appendTo(slide.$element).append($(slide.$element.find(".ms-lightbox")))},p.create=function(){_super.create.call(this)},MSSlideController.registerControl("lightbox",MSLightbox)}(jQuery),function($){"use strict";window.MSSlideInfo=function(options){BaseControl.call(this,options),this.options.autohide=!1,this.options.align=null,this.options.inset=!1,this.options.margin=10,this.options.size=100,this.options.dir="h",$.extend(this.options,options),this.data_list=[]},MSSlideInfo.fadeDuratation=400,MSSlideInfo.extend(BaseControl);var p=MSSlideInfo.prototype,_super=BaseControl.prototype;p.setup=function(){if(this.$element=$("
").addClass(this.options.prefix+"slide-info").addClass("ms-dir-"+this.options.dir),_super.setup.call(this),this.$element.appendTo(this.slider.$controlsCont===this.cont?this.slider.$element:this.cont),!this.options.insetTo&&this.options.align){var align=this.options.align;this.options.inset?this.$element.css(align,this.options.margin):"top"===align?this.$element.prependTo(this.slider.$element).css({"margin-bottom":this.options.margin,position:"relative"}):"bottom"===align?this.$element.css({"margin-top":this.options.margin,position:"relative"}):(this.slider.api.addEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.align()),"v"===this.options.dir?this.$element.width(this.options.size):this.$element.css("min-height",this.options.size)}this.checkHideUnder()},p.align=function(){if(!this.detached){var align=this.options.align,pos=this.slider.reserveSpace(align,this.options.size+2*this.options.margin);this.$element.css(align,-pos-this.options.size-this.options.margin)}},p.slideAction=function(slide){var info_ele=$(slide.$element.find(".ms-info"));info_ele.detach(),this.data_list[slide.index]=info_ele},p.create=function(){_super.create.call(this),this.slider.api.addEventListener(MSSliderEvent.CHANGE_START,this.update,this),this.cindex=this.slider.api.index(),this.switchEle(this.data_list[this.cindex])},p.update=function(){var nindex=this.slider.api.index();this.switchEle(this.data_list[nindex]),this.cindex=nindex},p.switchEle=function(ele){if(this.current_ele){this.current_ele[0].tween&&this.current_ele[0].tween.stop(!0),this.current_ele[0].tween=CTween.animate(this.current_ele,MSSlideInfo.fadeDuratation,{opacity:0},{complete:function(){this.detach(),this[0].tween=null,ele.css("position","relative")},target:this.current_ele}),ele.css("position","absolute")}this.__show(ele)},p.__show=function(ele){ele.appendTo(this.$element).css("opacity","0"),this.current_ele&&ele.height(Math.max(ele.height(),this.current_ele.height())),clearTimeout(this.tou),this.tou=setTimeout(function(){CTween.fadeIn(ele,MSSlideInfo.fadeDuratation),ele.css("height","")},MSSlideInfo.fadeDuratation),ele[0].tween&&ele[0].tween.stop(!0),this.current_ele=ele},p.destroy=function(){_super.destroy(),clearTimeout(this.tou),this.current_ele&&this.current_ele[0].tween&&this.current_ele[0].tween.stop("true"),this.$element.remove(),this.slider.api.removeEventListener(MSSliderEvent.RESERVED_SPACE_CHANGE,this.align,this),this.slider.api.removeEventListener(MSSliderEvent.CHANGE_START,this.update,this)},MSSlideController.registerControl("slideinfo",MSSlideInfo)}(jQuery),function($){window.MSGallery=function(id,slider){this.id=id,this.slider=slider,this.telement=$("#"+id),this.botcont=$("
").addClass("ms-gallery-botcont").appendTo(this.telement),this.thumbcont=$("
").addClass("ms-gal-thumbcont hide-thumbs").appendTo(this.botcont),this.playbtn=$("
").addClass("ms-gal-playbtn").appendTo(this.botcont),this.thumbtoggle=$("
").addClass("ms-gal-thumbtoggle").appendTo(this.botcont),slider.control("thumblist",{insertTo:this.thumbcont,autohide:!1,dir:"h"}),slider.control("slidenum",{insertTo:this.botcont,autohide:!1}),slider.control("slideinfo",{insertTo:this.botcont,autohide:!1}),slider.control("timebar",{insertTo:this.botcont,autohide:!1}),slider.control("bullets",{insertTo:this.botcont,autohide:!1})};var p=MSGallery.prototype;p._init=function(){var that=this;this.slider.api.paused||this.playbtn.addClass("btn-pause"),this.playbtn.click(function(){that.slider.api.paused?(that.slider.api.resume(),that.playbtn.addClass("btn-pause")):(that.slider.api.pause(),that.playbtn.removeClass("btn-pause"))}),this.thumbtoggle.click(function(){that.vthumbs?(that.thumbtoggle.removeClass("btn-hide"),that.vthumbs=!1,that.thumbcont.addClass("hide-thumbs")):(that.thumbtoggle.addClass("btn-hide"),that.thumbcont.removeClass("hide-thumbs"),that.vthumbs=!0)})},p.setup=function(){var that=this;$(document).ready(function(){that._init()})}}(jQuery),function($){var getPhotosetURL=function(key,id,count){return"https://api.flickr.com/services/rest/?method=flickr.photosets.getPhotos&api_key="+key+"&photoset_id="+id+"&per_page="+count+"&extras=url_o,description,date_taken,owner_name,views&format=json&jsoncallback=?"},getUserPublicURL=function(key,id,count){return"https://api.flickr.com/services/rest/?&method=flickr.people.getPublicPhotos&api_key="+key+"&user_id="+id+"&per_page="+count+"&extras=url_o,description,date_taken,owner_name,views&format=json&jsoncallback=?"},getImageSource=function(fid,server,id,secret,size,data){return"_o"===size&&data?data.url_o:"https://farm"+fid+".staticflickr.com/"+server+"/"+id+"_"+secret+size+".jpg"};window.MSFlickrV2=function(slider,options){var _options={count:10,type:"photoset",thumbSize:"q",imgSize:"c"};if(this.slider=slider,this.slider.holdOn(),!options.key)return void this.errMsg("Flickr API Key required. Please add it in settings.");$.extend(_options,options),this.options=_options;var that=this;"photoset"===this.options.type?$.getJSON(getPhotosetURL(this.options.key,this.options.id,this.options.count),function(data){that._photosData(data)}):$.getJSON(getUserPublicURL(this.options.key,this.options.id,this.options.count),function(data){that.options.type="photos",that._photosData(data)}),""!==this.options.imgSize&&"-"!==this.options.imgSize&&(this.options.imgSize="_"+this.options.imgSize),this.options.thumbSize="_"+this.options.thumbSize,this.slideTemplate=this.slider.$element.find(".ms-slide")[0].outerHTML,this.slider.$element.find(".ms-slide").remove()};var p=MSFlickrV2.prototype;p._photosData=function(data){if("fail"===data.stat)return void this.errMsg("Flickr API ERROR#"+data.code+": "+data.message);{var that=this;this.options.author||this.options.desc}$.each(data[this.options.type].photo,function(i,item){var slide_cont=that.slideTemplate.replace(/{{[\w-]+}}/g,function(match){return match=match.replace(/{{|}}/g,""),shortCodes[match]?shortCodes[match](item,that):"{{"+match+"}}"});$(slide_cont).appendTo(that.slider.$element)}),that._initSlider()},p.errMsg=function(msg){this.slider.$element.css("display","block"),this.errEle||(this.errEle=$('
').appendTo(this.slider.$loading)),this.errEle.html(msg)},p._initSlider=function(){this.slider.release()};var shortCodes={image:function(data,that){return getImageSource(data.farm,data.server,data.id,data.secret,that.options.imgSize,data)},thumb:function(data,that){return getImageSource(data.farm,data.server,data.id,data.secret,that.options.thumbSize)},title:function(data){return data.title},"owner-name":function(data){return data.ownername},"date-taken":function(data){return data.datetaken},views:function(data){return data.views},description:function(data){return data.description._content}}}(jQuery),function($){window.MSFacebookGallery=function(slider,options){var _options={count:10,type:"photostream",thumbSize:"320",imgSize:"orginal",https:!1,token:""};this.slider=slider,this.slider.holdOn(),$.extend(_options,options),this.options=_options,this.graph="https://graph.facebook.com";var that=this;"photostream"===this.options.type?$.getJSON(this.graph+"/"+this.options.username+"/photos/uploaded/?fields=source,name,link,images,from&limit="+this.options.count+"&access_token="+this.options.token,function(data){that._photosData(data)}):$.getJSON(this.graph+"/"+this.options.albumId+"/photos?fields=source,name,link,images,from&limit="+this.options.count+"&access_token="+this.options.token,function(data){that._photosData(data)}),this.slideTemplate=this.slider.$element.find(".ms-slide")[0].outerHTML,this.slider.$element.find(".ms-slide").remove()};var p=MSFacebookGallery.prototype;p._photosData=function(content){if(content.error)return void this.errMsg("Facebook API ERROR#"+content.error.code+"("+content.error.type+"): "+content.error.message);for(var that=this,i=(this.options.author||this.options.desc,0),l=content.data.length;i!==l;i++){var slide_cont=that.slideTemplate.replace(/{{[\w-]+}}/g,function(match){return match=match.replace(/{{|}}/g,""),shortCodes[match]?shortCodes[match](content.data[i],that):"{{"+match+"}}"});$(slide_cont).appendTo(that.slider.$element)}that._initSlider()},p.errMsg=function(msg){this.slider.$element.css("display","block"),this.errEle||(this.errEle=$('
').appendTo(this.slider.$loading)),this.errEle.html(msg)},p._initSlider=function(){this.slider.release()};var getImageSource=function(images,size){if("orginal"===size)return images[0].source;for(var i=0,l=images.length;i!==l;i++)if(-1!==images[i].source.indexOf(size+"x"+size))return images[i].source;return images[0].source},shortCodes={image:function(data,that){return getImageSource(data.images,that.options.imgSize)},thumb:function(data,that){return getImageSource(data.images,that.options.thumbSize)},name:function(data){return data.name},"owner-name":function(data){return data.from.name},link:function(data){return data.link}}}(jQuery),function($){"use strict";window.MSScrollParallax=function(slider,parallax,bgparallax,fade){this.fade=fade,this.slider=slider,this.parallax=parallax/100,this.bgparallax=bgparallax/100,slider.api.addEventListener(MSSliderEvent.INIT,this.init,this),slider.api.addEventListener(MSSliderEvent.DESTROY,this.destory,this),slider.api.addEventListener(MSSliderEvent.CHANGE_END,this.resetLayers,this),slider.api.addEventListener(MSSliderEvent.CHANGE_START,this.updateCurrentSlide,this)},window.MSScrollParallax.setup=function(slider,parallax,bgparallax,fade){return window._mobile?void 0:(null==parallax&&(parallax=50),null==bgparallax&&(bgparallax=40),new MSScrollParallax(slider,parallax,bgparallax,fade))};var p=window.MSScrollParallax.prototype;p.init=function(){this.slider.$element.addClass("ms-scroll-parallax"),this.sliderOffset=this.slider.$element.offset().top,this.updateCurrentSlide();for(var slide,slides=this.slider.api.view.slideList,i=0,l=slides.length;i!==l;i++)slide=slides[i],slide.hasLayers&&(slide.layerController.$layers.wrap('
'),slide.$scrollParallaxCont=slide.layerController.$layers.parent());$(window).on("scroll",{that:this},this.moveParallax).trigger("scroll")},p.resetLayers=function(){if(this.lastSlide){var layers=this.lastSlide.$scrollParallaxCont;window._css2d?(layers&&(layers[0].style[window._jcsspfx+"Transform"]=""),this.lastSlide.hasBG&&(this.lastSlide.$imgcont[0].style[window._jcsspfx+"Transform"]="")):(layers&&(layers[0].style.top=""),this.lastSlide.hasBG&&(this.lastSlide.$imgcont[0].style.top="0px"))}},p.updateCurrentSlide=function(){this.lastSlide=this.currentSlide,this.currentSlide=this.slider.api.currentSlide,this.moveParallax({data:{that:this}})},p.moveParallax=function(e){var that=e.data.that,slider=that.slider,offset=that.sliderOffset,scrollTop=$(window).scrollTop(),layers=that.currentSlide.$scrollParallaxCont,out=offset-scrollTop;0>=out?(layers&&(window._css3d?layers[0].style[window._jcsspfx+"Transform"]="translateY("+-out*that.parallax+"px) translateZ(0.4px)":window._css2d?layers[0].style[window._jcsspfx+"Transform"]="translateY("+-out*that.parallax+"px)":layers[0].style.top=-out*that.parallax+"px"),that.updateSlidesBG(-out*that.bgparallax+"px",!0),layers&&that.fade&&layers.css("opacity",1-Math.min(1,-out/slider.api.height))):(layers&&(window._css2d?layers[0].style[window._jcsspfx+"Transform"]="":layers[0].style.top=""),that.updateSlidesBG("0px",!1),layers&&that.fade&&layers.css("opacity",1))},p.updateSlidesBG=function(pos,fixed){for(var slides=this.slider.api.view.slideList,position=!fixed||$.browser.msie||$.browser.opera?"":"fixed",i=0,l=slides.length;i!==l;i++)slides[i].hasBG&&(slides[i].$imgcont[0].style.position=position,slides[i].$imgcont[0].style.top=pos),slides[i].$bgvideocont&&(slides[i].$bgvideocont[0].style.position=position,slides[i].$bgvideocont[0].style.top=pos)},p.destory=function(){slider.api.removeEventListener(MSSliderEvent.INIT,this.init,this),slider.api.removeEventListener(MSSliderEvent.DESTROY,this.destory,this),slider.api.removeEventListener(MSSliderEvent.CHANGE_END,this.resetLayers,this),slider.api.removeEventListener(MSSliderEvent.CHANGE_START,this.updateCurrentSlide,this),$(window).off("scroll",this.moveParallax)}}(jQuery),function($,document,window){var PId=0;if(window.MasterSlider){var KeyboardNav=function(slider){this.slider=slider,this.PId=PId++,this.slider.options.keyboard&&slider.api.addEventListener(MSSliderEvent.INIT,this.init,this)};KeyboardNav.name="MSKeyboardNav";var p=KeyboardNav.prototype;p.init=function(){var api=this.slider.api;$(document).on("keydown.kbnav"+this.PId,function(event){var which=event.which;37===which||40===which?api.previous(!0):(38===which||39===which)&&api.next(!0)})},p.destroy=function(){$(document).off("keydown.kbnav"+this.PId),this.slider.api.removeEventListener(MSSliderEvent.INIT,this.init,this)},MasterSlider.registerPlugin(KeyboardNav)}}(jQuery,document,window),function($,document,window){var PId=0,$window=$(window),$doc=$(document);if(window.MasterSlider){var StartOnAppear=function(slider){this.PId=PId++,this.slider=slider,this.$slider=slider.$element,this.slider.options.startOnAppear&&(slider.holdOn(),$doc.ready($.proxy(this.init,this)))};StartOnAppear.name="MSStartOnAppear";var p=StartOnAppear.prototype;p.init=function(){this.slider.api;$window.on("scroll.soa"+this.PId,$.proxy(this._onScroll,this)).trigger("scroll")},p._onScroll=function(){var vpBottom=$window.scrollTop()+$window.height(),top=this.$slider.offset().top;vpBottom>top&&($window.off("scroll.soa"+this.PId),this.slider.release())},p.destroy=function(){},MasterSlider.registerPlugin(StartOnAppear)}}(jQuery,document,window),function(document,window){var filterUnits={"hue-rotate":"deg",blur:"px"},initialValues={opacity:1,contrast:1,brightness:1,saturate:1,"hue-rotate":0,invert:0,sepia:0,blur:0,grayscale:0};if(window.MasterSlider){var Filters=function(slider){this.slider=slider,this.slider.options.filters&&slider.api.addEventListener(MSSliderEvent.INIT,this.init,this)};Filters.name="MSFilters";var p=Filters.prototype;p.init=function(){var api=this.slider.api,view=api.view;this.filters=this.slider.options.filters,this.slideList=view.slideList,this.slidesCount=view.slidesCount,this.dimension=view[view.__dimension],this.target="slide"===this.slider.options.filterTarget?"$element":"$bg_img",this.filterName=$.browser.webkit?"WebkitFilter":"filter";var superFun=view.controller.__renderHook.fun,superRef=view.controller.__renderHook.ref;view.controller.renderCallback(function(controller,value){superFun.call(superRef,controller,value),this.applyEffect(value)},this),this.applyEffect(view.controller.value)},p.applyEffect=function(value){for(var factor,slide,i=0;iimg { transform: translateX(0px); } - -.ms-loading-container{ - position:absolute; - width:100%; - top:0; -} - -.ms-slide-auto-height { display: table; } - -.ms-loading-container .ms-loading, -.ms-slide .ms-slide-loading { - width: 36px; - height: 36px; - background: url(loading-2.gif) no-repeat center white; - border-radius: 60px; - box-shadow: 0px 0px 3px rgba(0,0,0,0.2); - position: absolute; - left: 50%; - top: 50%; - margin: -18px; - opacity: 0.9; -} - - -/* grab cursor */ -.ms-no-swipe, .ms-def-cursor{cursor:auto !important;} -.ms-grab-cursor{cursor: url(grab.png), move;} -.ms-grabbing-cursor{cursor: url(grabbing.png), move;} -.ms-ie .ms-grab-cursor{cursor: move;} -.ms-ie .ms-grabbing-cursor {cursor: move;} - -.ms-view { - margin:0px auto; - overflow:hidden; - background:black; - position:relative; - -webkit-perspective: 2000px; - -moz-perspective: 2000px; - -ms-perspective: 2000px; - perspective: 2000px; -} - -.ms-view .ms-slide-container{position:relative;} - -.ms-slide { - position:absolute; - height:100%; - -webkit-transform: translateZ(0px); - -ms-transform: translateZ(0px); - -o-transform: translateZ(0px); - transform: translateZ(0px); -} - -.ms-wk .ms-slide { - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.ms-slide.selected {} - -.ms-slide .ms-slide-bgcont, -.ms-slide .ms-slide-bgvideocont{ - position: absolute; - overflow:hidden; - width: 100%; -} - -.ms-slide .ms-slide-link { - display: block; - width: 100%; - height: 100%; - position: absolute; - top:0; - z-index: 110; -} - -.ms-ie .ms-slide-link { - background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat; -} - - -.ms-slide .ms-slide-bgvideocont{ - z-index: 105; - height: 100%; -} - -.ms-wk .ms-slide .ms-slide-bgvideocont, -.ms-wk .ms-slide-bgvideocont>video{ - -webkit-transform: translateZ(0.3px); - transform: translateZ(0.3px); -} - -.ms-slide .ms-slide-bgvideo{ - position: absolute; - top: 0px; -} - -.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;} -.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{ - -webkit-user-select:none; - -moz-user-select:none; - -ms-user-select:none; - user-select:none; -} - -.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {position:absolute;pointer-events: auto} - -.ms-slide .ms-slide-layers, -.ms-fixed-layers { - position: absolute; - overflow:hidden; - width:100%; - height: 100%; - z-index: 109; - top:0px; - pointer-events: none; -} - -.ms-slide .ms-slide-video{ - position:absolute; - top:0; - z-index: 111; - background:black; - padding:0; - margin: 0; - border: none; -} - -.ms-parallax-layer { - width: 100%; - position: absolute; - top: 0; -} - -.ms-scroll-parallax-cont{ - position: absolute; - top:0; - width: 100%; - height: 100%; -} - -.ms-wk .ms-scroll-parallax-cont{ - -webkit-transform: translateZ(0.4px); - transform: translateZ(0.4px); -} - -/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont, -.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{} -.ms-scroll-parallax .ms-slide-bgcont{}*/ - -/*-----------------------------------------------------------*/ -.ms-action-layer{cursor: pointer;} -.ms-btn-container{position: absolute;} -.ms-btn { - text-decoration: none; - display: inline-block; - color:black; - position: relative; - padding: 8px 15px; - cursor: pointer; - white-space: nowrap; -} - -.ms-default-btn{ - background: #0074A2; - border-radius: 5px; - color: #FFF; -} -.ms-default-btn:hover{background-color: #0098D5;} -.ms-default-btn:active{top:1px;} - - -.ms-btn-s{ - padding: 14px 17px; - font-size: 80%; - line-height: 0; -} - -.ms-btn-m{ - padding: 12px 40px; -} - -.ms-btn-n{ - padding: 8px 25px; - font-size: 95%; -} - -.ms-btn-l{ - padding: 17px 50px; - font-size: 120%; -} - -.ms-btn-box{} -.ms-btn-round{border-radius: 5px;} -.ms-btn-circle{border-radius: 100px;} -.ms-btn-outline-box{} -.ms-btn-outline-round{border-radius: 5px;} -.ms-btn-outline-circle{border-radius: 100px;} -/*-----------------------------------------------------------*/ - -.ms-layer.video-box{background:black;} -.ms-layer.video-box iframe{ - padding:0; - margin: 0; - border: none; - position: absolute; - z-index: 111; -} - -.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{ - position:absolute; - cursor: pointer; - z-index: 112; -} - -.ms-slide .ms-slide-vcbtn{ - position:absolute; - cursor: pointer; - z-index: 113; -} - -.ms-slide-vcbtn-mobile{ - position: relative; - bottom: 0; - left:0; - width:100%; - height: 28px; - background-color: black; - color: white; - text-align: center; - cursor: pointer; - z-index: 113; -} - -.ms-slide-vcbtn-mobile .ms-vcbtn-txt { - text-transform: uppercase; - font-family: sans-serif; - font-size: 0.75em; - display: inline-block; - background: url(video-close-btn.png) no-repeat 0px 3px; - padding-left: 15px; - height: 15px; - color: #DBDBDB; - margin-top: 7px; -} - -.ms-wk .ms-slide .ms-slide-vcbtn, -.ms-wk .ms-slide .ms-slide-layers, -.ms-wk .ms-slide .ms-slide-vpbtn, -.ms-wk .ms-slide .ms-slide-video, -.ms-wk .ms-slide-link { - -webkit-transform: translateZ(0.44px); - transform: translateZ(0.44px); -} - -.ms-video-img{ - position:absolute; - width:100%; - height:100%; - top:0; - left:0; -} - -.ms-mask-frame{ - overflow:hidden; - position:absolute; - float:left; -} - -/* controls */ - -.ms-thumb-list{ - overflow:hidden; - position:absolute; -} - -.ms-thumb-list.ms-dir-h {width: 100%;} -.ms-thumb-list.ms-dir-v {height: 100%; top: 0;} -.ms-thumbs-cont{position: relative;} -.ms-thumb-frame img{width:100%; height:auto;} -.ms-thumb-frame{ - cursor: pointer; - float: left; - overflow: hidden; - opacity: 0.5; - -webkit-transition: opacity 300ms; - -moz-transition: opacity 300ms; - -ms-transition: opacity 300ms; - -o-transition: opacity 300ms; - transition: opacity 300ms; -} -.ms-thumb-frame-selected{ opacity: 1; } - -.ms-tabs .ms-thumb-frame { - background-color: #F6f6f6; - text-shadow: 0 1px 1px white; - color: #222; - border: solid 1px white; - border-width: 0 1px 1px 0; - overflow: visible; - position: relative; - opacity: 1; - -webkit-transition: all 300ms ease-out; - -moz-transition: all 300ms ease-out; - -ms-transition: all 300ms ease-out; - -o-transition: all 300ms ease-out; - transition: all 300ms ease-out; -} - -.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;} -.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;} -.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;} -.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;} -.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame{margin-top: -12px;} -.ms-tabs .ms-thumb{padding: 20px 20px;} -.ms-tabs .ms-thumb-frame-selected { opacity: 1; background: #EDEDED;} -.ms-tabs .ms-thumb-frame .ms-thumb-ol { - position: absolute; - opacity: 0; - -webkit-transition: all 300ms ease-out; - -moz-transition: all 300ms ease-out; - -ms-transition: all 300ms ease-out; - -o-transition: all 300ms ease-out; - transition: all 300ms ease-out; -} - -.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol { - top: 0px; - left: 50%; - margin-left: -12px; - border-bottom: solid 12px #F6f6f6; - border-left: solid 12px transparent; - border-right: solid 12px transparent; -} - -.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{ - opacity: 1; - top:-12px; - border-bottom-color: #EDEDED; -} - -.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol { - bottom: 0px; - top:auto; - border-bottom:0px; - border-top: solid 12px #F6f6f6; -} - -.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{ - opacity: 1; - bottom:-12px; - border-top-color: #EDEDED; -} - -.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol { - top: 50%; - left: 0; - margin-top: -12px; - border-right: solid 12px #EDEDED; - border-top: solid 12px transparent; - border-bottom: solid 12px transparent; -} - -.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{ - opacity: 1; - left:-12px; - border-right-color:#EDEDED; -} - -.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol { - left: auto; - right: 0; - border-right: 0; - border-left: solid 12px #EDEDED; -} - -.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{ - opacity: 1; - right:-12px; - border-left-color:#EDEDED; -} - -/* horizontal thumblist arrows*/ -.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd { - height: 100%; - width: 20px; - position: absolute; - left: 0; - cursor: pointer; - background: rgba(128, 128, 128, 0.5); - text-align: center; - color: white; -} - -.ms-thumb-list.ms-dir-h .ms-thumblist-bwd { - right: 0; - left: auto; -} - -.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after { - content: close-quote; - top: 43%; - position: relative; - border: solid rgba(0, 0, 0, 0); - border-width: 5px 5px 5px 0px; - display: block; - border-right-color: #FFF; - width: 6px; - height: 1px; -} - -.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after { - border-width: 5px 0px 5px 5px; - border-left-color: #FFF; - left: 7px; -} - -/* vertical thumblist arrows */ -.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd { - width: 100%; - height: 20px; - position: absolute; - top: 0; - cursor: pointer; - background: rgba(128, 128, 128, 0.5); - text-align: center; - color: white; -} - -.ms-thumb-list.ms-dir-v .ms-thumblist-bwd { - bottom: 0; - top: auto; -} - -.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after { - content: close-quote; - left: 43%; - position: relative; - border: solid rgba(0, 0, 0, 0); - border-width: 0px 5px 5px 5px; - display: block; - border-bottom-color: #FFF; - height: 1px; - top: 5px; - width: 0; -} - -.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after { - border-width: 5px 5px 0px 5px; - border-top-color: #FFF; - top: 7px; -} - - -.ms-bullet{cursor:pointer;float: left;} -.ms-bullets.ms-dir-h { - position: absolute; - bottom: 20px; - right: 50%; - width: 100px; -} - -.ms-bullets.ms-dir-v { - position: absolute; - top:50%; -} - -.ms-bullets.ms-dir-v .ms-bullet{ - float: none; -} -.ms-bullets.ms-dir-h .ms-bullets-count { - position: relative; - right: -50%; -} - -.ms-sbar {position: absolute;} -.ms-sbar.ms-dir-h { - left: 10px; - right: 10px; - top: 5px -} - -.ms-sbar.ms-dir-v { - top: 10px; - bottom: 10px; - right: 5px -} - -.ms-sbar .ms-bar { - height: 4px; - background: #333; - border-radius: 4px; -} - -.ms-sbar.ms-dir-v .ms-bar { width: 4px;} - -.ms-sbar .ms-bar{ - position:relative; - -webkit-transition: opacity 300ms; - -moz-transition: opacity 300ms; - -ms-transition: opacity 300ms; - -o-transition: opacity 300ms; - transition: opacity 300ms; -} - -.ms-timerbar { - width: 100%; - bottom: 0px; - position: absolute; -} - -.ms-ctimer { - position: absolute; - top: 30px; - left: 30px; - cursor: pointer; -} - -.ms-ctimer-bullet {} - -.ms-time-bar{ - -webkit-transition: width 120ms linear; - -moz-transition: width 120ms linear; - -ms-transition: width 120ms linear; - -o-transition: width 120ms linear; - transition: width 120ms linear; - -} - -.ms-ie7 .ms-tooltip-arrow{ - height:0px; -} - -.ms-slide-info {position: absolute;} -.ms-slide-info.ms-dir-v {top:0;} -.ms-slide-info.ms-dir-h {width:100%;} - -@keyframes point-anim{ - 0% {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5); opacity: 1; } - 100% {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5); opacity: 0; } -} - -@-webkit-keyframes point-anim{ - 0% {-webkit-transform: scale(0.5); opacity: 1; } - 100% {-webkit-transform: scale(1.5); opacity: 0; } -} - -/* In Android browser, using css animations over slider causes some crashes */ -.ms-android .ms-tooltip-point .ms-point-border{ - animation:none; - -moz-animation:none; - -webkit-animation:none; - -o-animation:none; -} diff --git a/views/assets/plugins/master-slider/masterslider/style/video-close-btn.png b/views/assets/plugins/master-slider/masterslider/style/video-close-btn.png deleted file mode 100644 index 4093e34..0000000 Binary files a/views/assets/plugins/master-slider/masterslider/style/video-close-btn.png and /dev/null differ diff --git a/views/assets/plugins/master-slider/u-styles/arrows.png b/views/assets/plugins/master-slider/u-styles/arrows.png deleted file mode 100644 index 459150a..0000000 Binary files a/views/assets/plugins/master-slider/u-styles/arrows.png and /dev/null differ diff --git a/views/assets/plugins/master-slider/u-styles/promo-1.css b/views/assets/plugins/master-slider/u-styles/promo-1.css deleted file mode 100644 index e91fe9e..0000000 --- a/views/assets/plugins/master-slider/u-styles/promo-1.css +++ /dev/null @@ -1,94 +0,0 @@ -/* View Styles */ -.ms-promo-1 { - background: #ccc; - color: #fff; -} -.ms-promo-1 .ms-slide:after, -.ms-promo-1 .ms-thumb-frame:before { - content: ""; - background: rgba(0,0,0,.3); - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} -.ms-promo-1 .ms-thumb-frame { - opacity: 1; - position: relative; -} -.ms-promo-1 .ms-thumb-frame-selected:after { - content: ""; - display: block; - background: #e74c3c; - height: 10px; - position: absolute; - top: 0; - right: 0; - left: 0; -} - -.ms-promo-1 .ms-anim-layers { - position: relative; - margin-right: auto; - margin-left: auto; -} -@media (min-width: 768px) { - .ms-promo-1 .ms-anim-layers { - width: 750px; - } -} -@media (min-width: 992px) { - .ms-promo-1 .ms-anim-layers { - width: 970px; - } -} -@media (min-width: 1200px) { - .ms-promo-1 .ms-anim-layers { - width: 1170px; - } -} - -/* Travel Font Styles */ -.ms-promo-travel-price { - text-transform: uppercase; - display: inline-block; - background: #31353e; - font-size: 18px; - font-weight: 700; - line-height: 1; - padding: 10px; -} -.ms-promo-travel-price strong { - color: #e74c3c; -} -.ms-promo-travel-place { - color: #fff; - font-size: 76px; - font-weight: 700; - text-transform: uppercase; -} -.ms-promo-travel-description { - max-width: 550px; - font-size: 18px; - color: rgba(255,255,255,.7); -} -@media (max-width: 1024px) { - .ms-promo-travel-description { - font-size: 14px !important; - line-height: 1.4 !important; - } -} -@media (max-width: 900px) { - .ms-promo-travel-price { - font-size: 14px !important; - line-height: 1 !important; - } -} -@media (max-width: 800px) { - .ms-promo-travel-price, - .ms-promo-travel-place, - .ms-promo-travel-description { - left: 20px !important; - } -} diff --git a/views/assets/plugins/master-slider/u-styles/testimonials-1.css b/views/assets/plugins/master-slider/u-styles/testimonials-1.css deleted file mode 100644 index d7d5269..0000000 --- a/views/assets/plugins/master-slider/u-styles/testimonials-1.css +++ /dev/null @@ -1,50 +0,0 @@ -.master-slider { - -moz-transform: translate3d(0,0,1px); -} -.ms-staff-carousel { - /*max-width:880px;*/ - overflow: hidden; - margin: 0 auto; - position: relative; -} -.ms-staff-carousel .ms-view { - overflow: visible; - background-color: transparent; -} -.ms-staff-carousel .ms-nav-prev, -.ms-staff-carousel .ms-nav-next { - background: url(arrows.png) white no-repeat -7px -57px; - width: 35px; - height: 40px; - left: -35px; - margin-top: -17px; - box-shadow: 0px 1px 0px 0px rgb(190, 190, 190); - position: absolute; - top: 50%; - cursor: pointer; -} -.ms-staff-carousel .ms-nav-next { - background-position: -6px -7px; - right: -35px; - left: auto; -} -.ms-staff-carousel .ms-staff-info { -/* text-align: center; - max-width: 600px; - margin: 0 auto;*/ - padding: 50px 30px 50px; - background: #31353e; -} -.ms-slide-info { - position: static; -} -.ms-staff-carousel.ms-round .ms-nav-prev, -.ms-staff-carousel.ms-round .ms-nav-next { - background-color: transparent; - box-shadow : none; - left: -45px; -} -.ms-staff-carousel.ms-round .ms-nav-next { - left: auto; - right: -45px -} diff --git a/views/assets/plugins/owl-carousel2/assets/owl.carousel.css b/views/assets/plugins/owl-carousel2/assets/owl.carousel.css deleted file mode 100644 index 34687ba..0000000 --- a/views/assets/plugins/owl-carousel2/assets/owl.carousel.css +++ /dev/null @@ -1,216 +0,0 @@ -/* - * Owl Carousel - Animate Plugin - */ -.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 Carousel - Auto Height Plugin - */ -.owl-height { - -webkit-transition: height 500ms ease-in-out; - -moz-transition: height 500ms ease-in-out; - -ms-transition: height 500ms ease-in-out; - -o-transition: height 500ms ease-in-out; - transition: height 500ms ease-in-out; -} - -/* - * Core Owl Carousel CSS File - */ -.owl-carousel { - display: none; - width: 100%; - -webkit-tap-highlight-color: transparent; - /* position relative and z-index fix webkit rendering fonts issue */ - 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; - /* fix for flashing background */ - -webkit-transform: translate3d(0px, 0px, 0px); -} -.owl-carousel .owl-controls .owl-nav .owl-prev, -.owl-carousel .owl-controls .owl-nav .owl-next, -.owl-carousel .owl-controls .owl-dot { - cursor: pointer; - cursor: hand; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.owl-carousel.owl-loaded { - display: block; -} -.owl-carousel.owl-loading { - opacity: 0; - display: block; -} -.owl-carousel.owl-hidden { - opacity: 0; -} -.owl-carousel .owl-refresh .owl-item { - display: none; -} -.owl-carousel .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-backface-visibility: hidden; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.owl-carousel .owl-item img { - display: block; - width: 100%; - -webkit-transform-style: preserve-3d; -} -.owl-carousel.owl-text-select-on .owl-item { - -webkit-user-select: auto; - -moz-user-select: auto; - -ms-user-select: auto; - user-select: auto; -} -.owl-carousel .owl-grab { - cursor: move; - cursor: -webkit-grab; - cursor: -o-grab; - cursor: -ms-grab; - cursor: grab; -} -.owl-carousel.owl-rtl { - direction: rtl; -} -.owl-carousel.owl-rtl .owl-item { - float: right; -} - -/* No Js */ -.no-js .owl-carousel { - display: block; -} - -/* - * Owl Carousel - Lazy Load Plugin - */ -.owl-carousel .owl-item .owl-lazy { - opacity: 0; - -webkit-transition: opacity 400ms ease; - -moz-transition: opacity 400ms ease; - -ms-transition: opacity 400ms ease; - -o-transition: opacity 400ms ease; - transition: opacity 400ms ease; -} -.owl-carousel .owl-item img { - transform-style: preserve-3d; -} - -/* - * Owl Carousel - Video Plugin - */ -.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.html") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - -webkit-transition: scale 100ms ease; - -moz-transition: scale 100ms ease; - -ms-transition: scale 100ms ease; - -o-transition: scale 100ms ease; - transition: scale 100ms ease; -} -.owl-carousel .owl-video-play-icon:hover { - -webkit-transition: scale(1.3, 1.3); - -moz-transition: scale(1.3, 1.3); - -ms-transition: scale(1.3, 1.3); - -o-transition: scale(1.3, 1.3); - transition: scale(1.3, 1.3); -} -.owl-carousel .owl-video-playing .owl-video-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; - -webkit-background-size: contain; - -moz-background-size: contain; - -o-background-size: contain; - background-size: contain; - -webkit-transition: opacity 400ms ease; - -moz-transition: opacity 400ms ease; - -ms-transition: opacity 400ms ease; - -o-transition: opacity 400ms ease; - transition: opacity 400ms ease; -} -.owl-carousel .owl-video-frame { - position: relative; - z-index: 1; -} diff --git a/views/assets/plugins/owl-carousel2/assets/owl.video.play.html b/views/assets/plugins/owl-carousel2/assets/owl.video.play.html deleted file mode 100644 index fb45f88..0000000 --- a/views/assets/plugins/owl-carousel2/assets/owl.video.play.html +++ /dev/null @@ -1 +0,0 @@ -HTTP Error 404

HTTP Error 404

\ No newline at end of file diff --git a/views/assets/plugins/owl-carousel2/owl.carousel.min.js b/views/assets/plugins/owl-carousel2/owl.carousel.min.js deleted file mode 100644 index f2a15f6..0000000 --- a/views/assets/plugins/owl-carousel2/owl.carousel.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this.drag=a.extend({},m),this.state=a.extend({},n),this.e=a.extend({},o),this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._invalidated={},this._pipe=[],a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a[0].toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Pipe,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}function f(a){if(a.touches!==d)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(a.touches===d){if(a.pageX!==d)return{x:a.pageX,y:a.pageY};if(a.pageX===d)return{x:a.clientX,y:a.clientY}}}function g(a){var b,d,e=c.createElement("div"),f=a;for(b in f)if(d=f[b],"undefined"!=typeof e.style[d])return e=null,[d,b];return[!1]}function h(){return g(["transition","WebkitTransition","MozTransition","OTransition"])[1]}function i(){return g(["transform","WebkitTransform","MozTransform","OTransform","msTransform"])[0]}function j(){return g(["perspective","webkitPerspective","MozPerspective","OPerspective","MsPerspective"])[0]}function k(){return"ontouchstart"in b||!!navigator.msMaxTouchPoints}function l(){return b.navigator.msPointerEnabled}var m,n,o;m={start:0,startX:0,startY:0,current:0,currentX:0,currentY:0,offsetX:0,offsetY:0,distance:null,startTime:0,endTime:0,updatedX:0,targetEl:null},n={isTouch:!1,isScrolling:!1,isSwiping:!1,direction:!1,inMotion:!1},o={_onDragStart:null,_onDragMove:null,_onDragEnd:null,_transitionEnd:null,_resizer:null,_responsiveCall:null,_goToLoop:null,_checkVisibile:null},e.Defaults={items:3,loop:!1,center:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,responsiveClass:!1,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",themeClass:"owl-theme",baseClass:"owl-carousel",itemClass:"owl-item",centerClass:"center",activeClass:"active"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Plugins={},e.Pipe=[{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){var a=this._clones,b=this.$stage.children(".cloned");(b.length!==a.length||!this.settings.loop&&a.length>0)&&(this.$stage.children(".cloned").remove(),this._clones=[])}},{filter:["items","settings"],run:function(){var a,b,c=this._clones,d=this._items,e=this.settings.loop?c.length-Math.max(2*this.settings.items,4):0;for(a=0,b=Math.abs(e/2);b>a;a++)e>0?(this.$stage.children().eq(d.length+c.length-1).remove(),c.pop(),this.$stage.children().eq(0).remove(),c.pop()):(c.push(c.length/2),this.$stage.append(d[c[c.length-1]].clone().addClass("cloned")),c.push(d.length-1-(c.length-1)/2),this.$stage.prepend(d[c[c.length-1]].clone().addClass("cloned")))}},{filter:["width","items","settings"],run:function(){var a,b,c,d=this.settings.rtl?1:-1,e=(this.width()/this.settings.items).toFixed(3),f=0;for(this._coordinates=[],b=0,c=this._clones.length+this._items.length;c>b;b++)a=this._mergers[this.relative(b)],a=this.settings.mergeFit&&Math.min(a,this.settings.items)||a,f+=(this.settings.autoWidth?this._items[this.relative(b)].width()+this.settings.margin:e*a)*d,this._coordinates.push(f)}},{filter:["width","items","settings"],run:function(){var b,c,d=(this.width()/this.settings.items).toFixed(3),e={width:Math.abs(this._coordinates[this._coordinates.length-1])+2*this.settings.stagePadding,"padding-left":this.settings.stagePadding||"","padding-right":this.settings.stagePadding||""};if(this.$stage.css(e),e={width:this.settings.autoWidth?"auto":d-this.settings.margin},e[this.settings.rtl?"margin-left":"margin-right"]=this.settings.margin,!this.settings.autoWidth&&a.grep(this._mergers,function(a){return a>1}).length>0)for(b=0,c=this._coordinates.length;c>b;b++)e.width=Math.abs(this._coordinates[b])-Math.abs(this._coordinates[b-1]||0)-this.settings.margin,this.$stage.children().eq(b).css(e);else this.$stage.children().css(e)}},{filter:["width","items","settings"],run:function(a){a.current&&this.reset(this.$stage.children().index(a.current))}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var a,b,c,d,e=this.settings.rtl?1:-1,f=2*this.settings.stagePadding,g=this.coordinates(this.current())+f,h=g+this.width()*e,i=[];for(c=0,d=this._coordinates.length;d>c;c++)a=this._coordinates[c-1]||0,b=Math.abs(this._coordinates[c])+f*e,(this.op(a,"<=",g)&&this.op(a,">",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children("."+this.settings.activeClass).removeClass(this.settings.activeClass),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass(this.settings.activeClass),this.settings.center&&(this.$stage.children("."+this.settings.centerClass).removeClass(this.settings.centerClass),this.$stage.children().eq(this.current()).addClass(this.settings.centerClass))}}],e.prototype.initialize=function(){if(this.trigger("initialize"),this.$element.addClass(this.settings.baseClass).addClass(this.settings.themeClass).toggleClass("owl-rtl",this.settings.rtl),this.browserSupport(),this.settings.autoWidth&&this.state.imagesLoaded!==!0){var b,c,e;if(b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&0>=e)return this.preloadAutoWidthImages(b),!1}this.$element.addClass("owl-loading"),this.$stage=a("<"+this.settings.stageElement+' class="owl-stage"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this._width=this.$element.width(),this.refresh(),this.$element.removeClass("owl-loading").addClass("owl-loaded"),this.eventsCall(),this.internalEvents(),this.addTriggerableEvents(),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){b>=a&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),delete e.responsive,e.responsiveClass&&this.$element.attr("class",function(a,b){return b.replace(/\b owl-responsive-\S+/g,"")}).addClass("owl-responsive-"+d)):e=a.extend({},this.options),(null===this.settings||this._breakpoint!==d)&&(this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}}))},e.prototype.optionsLogic=function(){this.$element.toggleClass("owl-center",this.settings.center),this.settings.loop&&this._items.length").addClass(this.settings.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};c>b;)(this._invalidated.all||a.grep(this._pipe[b].filter,d).length>0)&&this._pipe[b].run(e),b++;this._invalidated={}},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){if(0===this._items.length)return!1;(new Date).getTime();this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$stage.addClass("owl-refresh"),this.update(),this.$stage.removeClass("owl-refresh"),this.state.orientation=b.orientation,this.watchVisibility(),this.trigger("refreshed")},e.prototype.eventsCall=function(){this.e._onDragStart=a.proxy(function(a){this.onDragStart(a)},this),this.e._onDragMove=a.proxy(function(a){this.onDragMove(a)},this),this.e._onDragEnd=a.proxy(function(a){this.onDragEnd(a)},this),this.e._onResize=a.proxy(function(a){this.onResize(a)},this),this.e._transitionEnd=a.proxy(function(a){this.transitionEnd(a)},this),this.e._preventClick=a.proxy(function(a){this.preventClick(a)},this)},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this.e._onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return this._items.length?this._width===this.$element.width()?!1:this.trigger("resize").isDefaultPrevented()?!1:(this._width=this.$element.width(),this.invalidate("width"),this.refresh(),void this.trigger("resized")):!1},e.prototype.eventsRouter=function(a){var b=a.type;"mousedown"===b||"touchstart"===b?this.onDragStart(a):"mousemove"===b||"touchmove"===b?this.onDragMove(a):"mouseup"===b||"touchend"===b?this.onDragEnd(a):"touchcancel"===b&&this.onDragEnd(a)},e.prototype.internalEvents=function(){var c=(k(),l());this.settings.mouseDrag?(this.$stage.on("mousedown",a.proxy(function(a){this.eventsRouter(a)},this)),this.$stage.on("dragstart",function(){return!1}),this.$stage.get(0).onselectstart=function(){return!1}):this.$element.addClass("owl-text-select-on"),this.settings.touchDrag&&!c&&this.$stage.on("touchstart touchcancel",a.proxy(function(a){this.eventsRouter(a)},this)),this.transitionEndVendor&&this.on(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd,!1),this.settings.responsive!==!1&&this.on(b,"resize",a.proxy(this.onThrottledResize,this))},e.prototype.onDragStart=function(d){var e,g,h,i;if(e=d.originalEvent||d||b.event,3===e.which||this.state.isTouch)return!1;if("mousedown"===e.type&&this.$stage.addClass("owl-grab"),this.trigger("drag"),this.drag.startTime=(new Date).getTime(),this.speed(0),this.state.isTouch=!0,this.state.isScrolling=!1,this.state.isSwiping=!1,this.drag.distance=0,g=f(e).x,h=f(e).y,this.drag.offsetX=this.$stage.position().left,this.drag.offsetY=this.$stage.position().top,this.settings.rtl&&(this.drag.offsetX=this.$stage.position().left+this.$stage.width()-this.width()+this.settings.margin),this.state.inMotion&&this.support3d)i=this.getTransformProperty(),this.drag.offsetX=i,this.animate(i),this.state.inMotion=!0;else if(this.state.inMotion&&!this.support3d)return this.state.inMotion=!1,!1;this.drag.startX=g-this.drag.offsetX,this.drag.startY=h-this.drag.offsetY,this.drag.start=g-this.drag.startX,this.drag.targetEl=e.target||e.srcElement,this.drag.updatedX=this.drag.start,("IMG"===this.drag.targetEl.tagName||"A"===this.drag.targetEl.tagName)&&(this.drag.targetEl.draggable=!1),a(c).on("mousemove.owl.dragEvents mouseup.owl.dragEvents touchmove.owl.dragEvents touchend.owl.dragEvents",a.proxy(function(a){this.eventsRouter(a)},this))},e.prototype.onDragMove=function(a){var c,e,g,h,i,j;this.state.isTouch&&(this.state.isScrolling||(c=a.originalEvent||a||b.event,e=f(c).x,g=f(c).y,this.drag.currentX=e-this.drag.startX,this.drag.currentY=g-this.drag.startY,this.drag.distance=this.drag.currentX-this.drag.offsetX,this.drag.distance<0?this.state.direction=this.settings.rtl?"right":"left":this.drag.distance>0&&(this.state.direction=this.settings.rtl?"left":"right"),this.settings.loop?this.op(this.drag.currentX,">",this.coordinates(this.minimum()))&&"right"===this.state.direction?this.drag.currentX-=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length):this.op(this.drag.currentX,"<",this.coordinates(this.maximum()))&&"left"===this.state.direction&&(this.drag.currentX+=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length)):(h=this.coordinates(this.settings.rtl?this.maximum():this.minimum()),i=this.coordinates(this.settings.rtl?this.minimum():this.maximum()),j=this.settings.pullDrag?this.drag.distance/5:0,this.drag.currentX=Math.max(Math.min(this.drag.currentX,h+j),i+j)),(this.drag.distance>8||this.drag.distance<-8)&&(c.preventDefault!==d?c.preventDefault():c.returnValue=!1,this.state.isSwiping=!0),this.drag.updatedX=this.drag.currentX,(this.drag.currentY>16||this.drag.currentY<-16)&&this.state.isSwiping===!1&&(this.state.isScrolling=!0,this.drag.updatedX=this.drag.start),this.animate(this.drag.updatedX)))},e.prototype.onDragEnd=function(b){var d,e,f;if(this.state.isTouch){if("mouseup"===b.type&&this.$stage.removeClass("owl-grab"),this.trigger("dragged"),this.drag.targetEl.removeAttribute("draggable"),this.state.isTouch=!1,this.state.isScrolling=!1,this.state.isSwiping=!1,0===this.drag.distance&&this.state.inMotion!==!0)return this.state.inMotion=!1,!1;this.drag.endTime=(new Date).getTime(),d=this.drag.endTime-this.drag.startTime,e=Math.abs(this.drag.distance),(e>3||d>300)&&this.removeClick(this.drag.targetEl),f=this.closest(this.drag.updatedX),this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(f),this.invalidate("position"),this.update(),this.settings.pullDrag||this.drag.updatedX!==this.coordinates(f)||this.transitionEnd(),this.drag.distance=0,a(c).off(".owl.dragEvents")}},e.prototype.removeClick=function(c){this.drag.targetEl=c,a(c).on("click.preventClick",this.e._preventClick),b.setTimeout(function(){a(c).off("click.preventClick")},300)},e.prototype.preventClick=function(b){b.preventDefault?b.preventDefault():b.returnValue=!1,b.stopPropagation&&b.stopPropagation(),a(b.target).off("click.preventClick")},e.prototype.getTransformProperty=function(){var a,c;return a=b.getComputedStyle(this.$stage.get(0),null).getPropertyValue(this.vendorName+"transform"),a=a.replace(/matrix(3d)?\(|\)/g,"").split(","),c=16===a.length,c!==!0?a[4]:a[12]},e.prototype.closest=function(b){var c=-1,d=30,e=this.width(),f=this.coordinates();return this.settings.freeDrag||a.each(f,a.proxy(function(a,g){return b>g-d&&g+d>b?c=a:this.op(b,"<",g)&&this.op(b,">",f[a+1]||g-e)&&(c="left"===this.state.direction?a+1:a),-1===c},this)),this.settings.loop||(this.op(b,">",f[this.minimum()])?c=b=this.minimum():this.op(b,"<",f[this.maximum()])&&(c=b=this.maximum())),c},e.prototype.animate=function(b){this.trigger("translate"),this.state.inMotion=this.speed()>0,this.support3d?this.$stage.css({transform:"translate3d("+b+"px,0px, 0px)",transition:this.speed()/1e3+"s"}):this.state.isTouch?this.$stage.css({left:b+"px"}):this.$stage.animate({left:b},this.speed()/1e3,this.settings.fallbackEasing,a.proxy(function(){this.state.inMotion&&this.transitionEnd()},this))},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(a){this._invalidated[a]=!0},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(b,c){var e=c?this._items.length:this._items.length+this._clones.length;return!a.isNumeric(b)||1>e?d:b=this._clones.length?(b%e+e)%e:Math.max(this.minimum(c),Math.min(this.maximum(c),b))},e.prototype.relative=function(a){return a=this.normalize(a),a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=0,f=this.settings;if(a)return this._items.length-1;if(!f.loop&&f.center)b=this._items.length-1;else if(f.loop||f.center)if(f.loop||f.center)b=this._items.length+f.items;else{if(!f.autoWidth&&!f.merge)throw"Can not detect maximum absolute position.";for(revert=f.rtl?1:-1,c=this.$stage.width()-this.$element.width();(d=this.coordinates(e))&&!(d*revert>=c);)b=++e}else b=this._items.length-f.items;return b},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c=null;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[b-1]||0))/2*(this.settings.rtl?-1:1)):c=this._coordinates[b-1]||0,c)},e.prototype.duration=function(a,b,c){return Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(c,d){if(this.settings.loop){var e=c-this.relative(this.current()),f=this.current(),g=this.current(),h=this.current()+e,i=0>g-h?!0:!1,j=this._clones.length+this._items.length;h=j-this.settings.items&&i===!0&&(f=g-this._items.length,this.reset(f)),b.clearTimeout(this.e._goToLoop),this.e._goToLoop=b.setTimeout(a.proxy(function(){this.speed(this.duration(this.current(),f+e,d)),this.current(f+e),this.update()},this),30)}else this.speed(this.duration(this.current(),c,d)),this.current(c),this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.transitionEnd=function(a){return a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0))?!1:(this.state.inMotion=!1,void this.trigger("translated"))},e.prototype.viewport=function(){var d;if(this.options.responsiveBaseElement!==b)d=a(this.options.responsiveBaseElement).width();else if(b.innerWidth)d=b.innerWidth;else{if(!c.documentElement||!c.documentElement.clientWidth)throw"Can not detect viewport width.";d=c.documentElement.clientWidth}return d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)},this)),this.reset(a.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(a,b){b=b===d?this._items.length:this.normalize(b,!0),this.trigger("add",{content:a,position:b}),0===this._items.length||b===this._items.length?(this.$stage.append(a),this._items.push(a),this._mergers.push(1*a.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)):(this._items[b].before(a),this._items.splice(b,0,a),this._mergers.splice(b,0,1*a.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)),this.invalidate("items"),this.trigger("added",{content:a,position:b})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.addTriggerableEvents=function(){var b=a.proxy(function(b,c){return a.proxy(function(a){a.relatedTarget!==this&&(this.suppress([c]),b.apply(this,[].slice.call(arguments,1)),this.release([c]))},this)},this);a.each({next:this.next,prev:this.prev,to:this.to,destroy:this.destroy,refresh:this.refresh,replace:this.replace,add:this.add,remove:this.remove},a.proxy(function(a,c){this.$element.on(a+".owl.carousel",b(c,a+".owl.carousel"))},this))},e.prototype.watchVisibility=function(){function c(a){return a.offsetWidth>0&&a.offsetHeight>0}function d(){c(this.$element.get(0))&&(this.$element.removeClass("owl-hidden"),this.refresh(),b.clearInterval(this.e._checkVisibile))}c(this.$element.get(0))||(this.$element.addClass("owl-hidden"),b.clearInterval(this.e._checkVisibile),this.e._checkVisibile=b.setInterval(a.proxy(d,this),500))},e.prototype.preloadAutoWidthImages=function(b){var c,d,e,f;c=0,d=this,b.each(function(g,h){e=a(h),f=new Image,f.onload=function(){c++,e.attr("src",f.src),e.css("opacity",1),c>=b.length&&(d.state.imagesLoaded=!0,d.initialize())},f.src=e.attr("src")||e.attr("data-src")||e.attr("data-src-retina")})},e.prototype.destroy=function(){this.$element.hasClass(this.settings.themeClass)&&this.$element.removeClass(this.settings.themeClass),this.settings.responsive!==!1&&a(b).off("resize.owl.carousel"),this.transitionEndVendor&&this.off(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd);for(var d in this._plugins)this._plugins[d].destroy();(this.settings.mouseDrag||this.settings.touchDrag)&&(this.$stage.off("mousedown touchstart touchcancel"),a(c).off(".owl.dragEvents"),this.$stage.get(0).onselectstart=function(){},this.$stage.off("dragstart",function(){return!1})),this.$element.off(".owl"),this.$stage.children(".cloned").remove(),this.e=null,this.$element.removeData("owlCarousel"),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.unwrap()},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:c>a;case">":return d?c>a:a>c;case">=":return d?c>=a:a>=c;case"<=":return d?a>=c:c>=a}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d){var e={item:{count:this._items.length,index:this.current()}},f=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),g=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},e,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(g)}),this.$element.trigger(g),this.settings&&"function"==typeof this.settings[f]&&this.settings[f].apply(this,g)),g},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.browserSupport=function(){if(this.support3d=j(),this.support3d){this.transformVendor=i();var a=["transitionend","webkitTransitionEnd","transitionend","oTransitionEnd"];this.transitionEndVendor=a[h()],this.vendorName=this.transformVendor.replace(/Transform/i,""),this.vendorName=""!==this.vendorName?"-"+this.vendorName.toLowerCase()+"-":""}this.state.orientation=b.orientation},a.fn.owlCarousel=function(b){return this.each(function(){a(this).data("owlCarousel")||a(this).data("owlCarousel",new e(this,b))})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b){var c=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,d=c.center&&Math.ceil(c.items/2)||c.items,e=c.center&&-1*d||0,f=(b.property&&b.property.value||this._core.current())+e,g=this._core.clones().length,h=a.proxy(function(a,b){this.load(b)},this);e++-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":"url("+g+")",opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},c.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=c}(window.Zepto||window.jQuery,window,document),function(a){var b=function(c){this._core=c,this._handlers={"initialized.owl.carousel":a.proxy(function(){this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass)===this._core.$stage.children().eq(this._core.current())&&this.update()},this)},this._core.options=a.extend({},b.Defaults,this._core.options),this._core.$element.on(this._handlers)};b.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},b.prototype.update=function(){this._core.$stage.parent().height(this._core.$stage.children().eq(this._core.current()).height()).addClass(this._core.settings.autoHeightClass)},b.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=b}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this._core=b,this._videos={},this._playing=null,this._fullscreen=!1,this._handlers={"resize.owl.carousel":a.proxy(function(a){this._core.settings.video&&!this.isInFullScreen()&&a.preventDefault()},this),"refresh.owl.carousel changed.owl.carousel":a.proxy(function(){this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))},this)},this._core.options=a.extend({},d.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};d.Defaults={video:!1,videoHeight:!1,videoWidth:!1},d.prototype.fetch=function(a,b){var c=a.attr("data-vimeo-id")?"vimeo":"youtube",d=a.attr("data-vimeo-id")||a.attr("data-youtube-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else{if(!(d[3].indexOf("vimeo")>-1))throw new Error("Video URL not supported.");c="vimeo"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},d.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='
',d=k.lazyLoad?'
':'
',b.after(d),b.after(e)};return b.wrap('
"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length?(l(h.attr(i)),h.remove(),!1):void("youtube"===c.type?(f="http://img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type&&a.ajax({type:"GET",url:"http://vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}))},d.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null},d.prototype.play=function(b){this._core.trigger("play",null,"video"),this._playing&&this.stop();var c,d,e=a(b.target||b.srcElement),f=e.closest("."+this._core.settings.itemClass),g=this._videos[f.attr("data-video")],h=g.width||"100%",i=g.height||this._core.$stage.height();"youtube"===g.type?c='':"vimeo"===g.type&&(c=''),f.addClass("owl-video-playing"),this._playing=f,d=a('
'+c+"
"),e.after(d)},d.prototype.isInFullScreen=function(){var d=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return d&&a(d).parent().hasClass("owl-video-frame")&&(this._core.speed(0),this._fullscreen=!0),d&&this._fullscreen&&this._playing?!1:this._fullscreen?(this._fullscreen=!1,!1):this._playing&&this._core.state.orientation!==b.orientation?(this._core.state.orientation=b.orientation,!1):!0},d.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=d}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){this.swapping="translated"==a.type},this),"translate.owl.carousel":a.proxy(function(){this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&this.core.support3d){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c)),f&&e.addClass("animated owl-animated-in").addClass(f).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.transitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this.core=b,this.core.options=a.extend({},d.Defaults,this.core.options),this.handlers={"translated.owl.carousel refreshed.owl.carousel":a.proxy(function(){this.autoplay() -},this),"play.owl.autoplay":a.proxy(function(a,b,c){this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(){this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.autoplay()},this)},this.core.$element.on(this.handlers)};d.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},d.prototype.autoplay=function(){this.core.settings.autoplay&&!this.core.state.videoPlay?(b.clearInterval(this.interval),this.interval=b.setInterval(a.proxy(function(){this.play()},this),this.core.settings.autoplayTimeout)):b.clearInterval(this.interval)},d.prototype.play=function(){return c.hidden===!0||this.core.state.isTouch||this.core.state.isScrolling||this.core.state.isSwiping||this.core.state.inMotion?void 0:this.core.settings.autoplay===!1?void b.clearInterval(this.interval):void this.core.next(this.core.settings.autoplaySpeed)},d.prototype.stop=function(){b.clearInterval(this.interval)},d.prototype.pause=function(){b.clearInterval(this.interval)},d.prototype.destroy=function(){var a,c;b.clearInterval(this.interval);for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=d}(window.Zepto||window.jQuery,window,document),function(a){"use strict";var b=function(c){this._core=c,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.push(a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"add.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.splice(b.position,0,a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"remove.owl.carousel prepared.owl.carousel":a.proxy(function(a){this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"change.owl.carousel":a.proxy(function(a){if("position"==a.property.name&&!this._core.state.revert&&!this._core.settings.loop&&this._core.settings.navRewind){var b=this._core.current(),c=this._core.maximum(),d=this._core.minimum();a.data=a.property.value>c?b>=c?d:c:a.property.value").addClass(d.dotClass).append(a("")).prop("outerHTML")]),d.navContainer&&d.dotsContainer||(this._controls.$container=a("
").addClass(d.controlsClass).appendTo(this.$element)),this._controls.$indicators=d.dotsContainer?a(d.dotsContainer):a("
").hide().addClass(d.dotsClass).appendTo(this._controls.$container),this._controls.$indicators.on("click","div",a.proxy(function(b){var c=a(b.target).parent().is(this._controls.$indicators)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(c,d.dotsSpeed)},this)),b=d.navContainer?a(d.navContainer):a("
").addClass(d.navContainerClass).prependTo(this._controls.$container),this._controls.$next=a("<"+d.navElement+">"),this._controls.$previous=this._controls.$next.clone(),this._controls.$previous.addClass(d.navClass[0]).html(d.navText[0]).hide().prependTo(b).on("click",a.proxy(function(){this.prev(d.navSpeed)},this)),this._controls.$next.addClass(d.navClass[1]).html(d.navText[1]).hide().appendTo(b).on("click",a.proxy(function(){this.next(d.navSpeed)},this));for(c in this._overrides)this._core[c]=a.proxy(this[c],this)},b.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},b.prototype.update=function(){var a,b,c,d=this._core.settings,e=this._core.clones().length/2,f=e+this._core.items().length,g=d.center||d.autoWidth||d.dotData?1:d.dotsEach||d.items;if("page"!==d.slideBy&&(d.slideBy=Math.min(d.slideBy,d.items)),d.dots||"page"==d.slideBy)for(this._pages=[],a=e,b=0,c=0;f>a;a++)(b>=g||0===b)&&(this._pages.push({start:a-e,end:a-e+g-1}),b=0,++c),b+=this._core.mergers(this._core.relative(a))},b.prototype.draw=function(){var b,c,d="",e=this._core.settings,f=(this._core.$stage.children(),this._core.relative(this._core.current()));if(!e.nav||e.loop||e.navRewind||(this._controls.$previous.toggleClass("disabled",0>=f),this._controls.$next.toggleClass("disabled",f>=this._core.maximum())),this._controls.$previous.toggle(e.nav),this._controls.$next.toggle(e.nav),e.dots){if(b=this._pages.length-this._controls.$indicators.children().length,e.dotData&&0!==b){for(c=0;c0?(d=new Array(b+1).join(this._templates[0]),this._controls.$indicators.append(d)):0>b&&this._controls.$indicators.children().slice(b).remove();this._controls.$indicators.find(".active").removeClass("active"),this._controls.$indicators.children().eq(a.inArray(this.current(),this._pages)).addClass("active")}this._controls.$indicators.toggle(e.dots)},b.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotData?1:c.dotsEach||c.items)}},b.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,function(a){return a.start<=b&&a.end>=b}).pop()},b.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},b.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},b.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},b.prototype.to=function(b,c,d){var e;d?a.proxy(this._overrides.to,this._core)(b,c):(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c))},a.fn.owlCarousel.Constructor.Plugins.Navigation=b}(window.Zepto||window.jQuery,window,document),function(a,b){"use strict";var c=function(d){this._core=d,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(){"URLHash"==this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");this._hashes[c]=b.content},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(){var a=b.location.hash.substring(1),c=this._core.$stage.children(),d=this._hashes[a]&&c.index(this._hashes[a])||0;return a?void this._core.to(d,!1,!0):!1},this))};c.Defaults={URLhashListener:!1},c.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=c}(window.Zepto||window.jQuery,window,document); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/assets/images/bigbold_1.jpg b/views/assets/plugins/revolution-slider/assets/images/bigbold_1.jpg deleted file mode 100644 index a643e1a..0000000 Binary files a/views/assets/plugins/revolution-slider/assets/images/bigbold_1.jpg and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/assets/images/bigbold_3.jpg b/views/assets/plugins/revolution-slider/assets/images/bigbold_3.jpg deleted file mode 100644 index ce143e4..0000000 Binary files a/views/assets/plugins/revolution-slider/assets/images/bigbold_3.jpg and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/assets/images/typing_cover.jpg b/views/assets/plugins/revolution-slider/assets/images/typing_cover.jpg deleted file mode 100644 index d4a7bc7..0000000 Binary files a/views/assets/plugins/revolution-slider/assets/images/typing_cover.jpg and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/assets/coloredbg.png b/views/assets/plugins/revolution-slider/revolution/assets/coloredbg.png deleted file mode 100644 index db75b7a..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/assets/coloredbg.png and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/assets/gridtile.png b/views/assets/plugins/revolution-slider/revolution/assets/gridtile.png deleted file mode 100644 index b07e396..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/assets/gridtile.png and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/assets/gridtile_3x3.png b/views/assets/plugins/revolution-slider/revolution/assets/gridtile_3x3.png deleted file mode 100644 index 6f2c31d..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/assets/gridtile_3x3.png and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/assets/gridtile_3x3_white.png b/views/assets/plugins/revolution-slider/revolution/assets/gridtile_3x3_white.png deleted file mode 100644 index a8830fc..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/assets/gridtile_3x3_white.png and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/assets/gridtile_white.png b/views/assets/plugins/revolution-slider/revolution/assets/gridtile_white.png deleted file mode 100644 index 7f2599e..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/assets/gridtile_white.png and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/assets/loader.gif b/views/assets/plugins/revolution-slider/revolution/assets/loader.gif deleted file mode 100644 index 53dd589..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/assets/loader.gif and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/css/closedhand.123 b/views/assets/plugins/revolution-slider/revolution/css/closedhand.123 deleted file mode 100644 index 41aaa62..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/css/closedhand.123 and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/css/layers.css b/views/assets/plugins/revolution-slider/revolution/css/layers.css deleted file mode 100644 index 90c2f97..0000000 --- a/views/assets/plugins/revolution-slider/revolution/css/layers.css +++ /dev/null @@ -1,3102 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Layer Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 18/03/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - -.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited -{ - color:#0084B4!important; -} - -.tp-caption.Twitter-Content a:hover -{ - color:#0084B4!important; - text-decoration:underline!important; -} - -.tp-caption.medium_grey,.medium_grey -{ - background-color:#888; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:20px; - font-weight:700; - line-height:20px; - margin:0; - padding:2px 4px; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.small_text,.small_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:14px; - font-weight:700; - line-height:20px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.medium_text,.medium_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:20px; - font-weight:700; - line-height:20px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.large_text,.large_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:40px; - font-weight:700; - line-height:40px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.very_large_text,.very_large_text -{ - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:60px; - font-weight:700; - letter-spacing:-2px; - line-height:60px; - margin:0; - position:absolute; - text-shadow:0 2px 5px rgba(0,0,0,0.5); - white-space:nowrap; -} - -.tp-caption.very_big_white,.very_big_white -{ - background-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:60px; - font-weight:800; - line-height:60px; - margin:0; - padding:1px 4px 0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.very_big_black,.very_big_black -{ - background-color:#fff; - border-style:none; - border-width:0; - color:#000; - font-family:Arial; - font-size:60px; - font-weight:700; - line-height:60px; - margin:0; - padding:1px 4px 0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_fat,.modern_medium_fat -{ - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:800; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_fat_white,.modern_medium_fat_white -{ - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:800; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_medium_light,.modern_medium_light -{ - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans", sans-serif; - font-size:24px; - font-weight:300; - line-height:20px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.modern_big_bluebg,.modern_big_bluebg -{ - background-color:#4e5b6c; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:30px; - font-weight:800; - letter-spacing:0; - line-height:36px; - margin:0; - padding:3px 10px; - position:absolute; - text-shadow:none; -} - -.tp-caption.modern_big_redbg,.modern_big_redbg -{ - background-color:#de543e; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans", sans-serif; - font-size:30px; - font-weight:300; - letter-spacing:0; - line-height:36px; - margin:0; - padding:1px 10px 3px; - position:absolute; - text-shadow:none; -} - -.tp-caption.modern_small_text_dark,.modern_small_text_dark -{ - border-style:none; - border-width:0; - color:#555; - font-family:Arial; - font-size:14px; - line-height:22px; - margin:0; - position:absolute; - text-shadow:none; - white-space:nowrap; -} - -.tp-caption.boxshadow,.boxshadow -{ - -moz-box-shadow:0 0 20px rgba(0,0,0,0.5); - -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5); - box-shadow:0 0 20px rgba(0,0,0,0.5); -} - -.tp-caption.black,.black -{ - color:#000; - text-shadow:none; -} - -.tp-caption.noshadow,.noshadow -{ - text-shadow:none; -} - -.tp-caption.thinheadline_dark,.thinheadline_dark -{ - background-color:transparent; - color:rgba(0,0,0,0.85); - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:30px; - position:absolute; - text-shadow:none; -} - -.tp-caption.thintext_dark,.thintext_dark -{ - background-color:transparent; - color:rgba(0,0,0,0.85); - font-family:"Open Sans"; - font-size:16px; - font-weight:300; - line-height:26px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largeblackbg,.largeblackbg -{ - -moz-border-radius:0; - -webkit-border-radius:0; - background-color:#000; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largepinkbg,.largepinkbg -{ - -moz-border-radius:0; - -webkit-border-radius:0; - background-color:#db4360; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largewhitebg,.largewhitebg -{ - -moz-border-radius:0; - -webkit-border-radius:0; - background-color:#fff; - border-radius:0; - color:#000; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.largegreenbg,.largegreenbg -{ - -moz-border-radius:0; - -webkit-border-radius:0; - background-color:#67ae73; - border-radius:0; - color:#fff; - font-family:"Open Sans"; - font-size:50px; - font-weight:300; - line-height:70px; - padding:0 20px; - position:absolute; - text-shadow:none; -} - -.tp-caption.excerpt,.excerpt -{ - background-color:rgba(0,0,0,1); - border-color:#fff; - border-style:none; - border-width:0; - color:#fff; - font-family:Arial; - font-size:36px; - font-weight:700; - height:auto; - letter-spacing:-1.5px; - line-height:36px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; - white-space:normal!important; - width:150px; -} - -.tp-caption.large_bold_grey,.large_bold_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#666; - font-family:"Open Sans"; - font-size:60px; - font-weight:800; - line-height:60px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.medium_thin_grey,.medium_thin_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#666; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:30px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.small_thin_grey,.small_thin_grey -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#757575; - font-family:"Open Sans"; - font-size:18px; - font-weight:300; - line-height:26px; - margin:0; - padding:1px 4px 0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.lightgrey_divider,.lightgrey_divider -{ - background-color:rgba(235,235,235,1); - background-position:initial initial; - background-repeat:initial initial; - border-color:#222; - border-style:none; - border-width:0; - height:3px; - text-decoration:none; - width:370px; -} - -.tp-caption.large_bold_darkblue,.large_bold_darkblue -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#34495e; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.medium_bg_darkblue,.medium_bg_darkblue -{ - background-color:#34495e; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_bold_red,.medium_bold_red -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#e33a0c; - font-family:"Open Sans"; - font-size:24px; - font-weight:800; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.medium_light_red,.medium_light_red -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#e33a0c; - font-family:"Open Sans"; - font-size:21px; - font-weight:300; - line-height:26px; - padding:0; - text-decoration:none; -} - -.tp-caption.medium_bg_red,.medium_bg_red -{ - background-color:#e33a0c; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_bold_orange,.medium_bold_orange -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#f39c12; - font-family:"Open Sans"; - font-size:24px; - font-weight:800; - line-height:30px; - text-decoration:none; -} - -.tp-caption.medium_bg_orange,.medium_bg_orange -{ - background-color:#f39c12; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.grassfloor,.grassfloor -{ - background-color:rgba(160,179,151,1); - border-color:#222; - border-style:none; - border-width:0; - height:150px; - text-decoration:none; - width:4000px; -} - -.tp-caption.large_bold_white,.large_bold_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.medium_light_white,.medium_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:36px; - padding:0; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_white,.mediumlarge_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-align:center; - text-decoration:none; -} - -.tp-caption.medium_bg_asbestos,.medium_bg_asbestos -{ - background-color:#7f8c8d; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:20px; - font-weight:800; - line-height:20px; - padding:10px; - text-decoration:none; -} - -.tp-caption.medium_light_black,.medium_light_black -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:36px; - padding:0; - text-decoration:none; -} - -.tp-caption.large_bold_black,.large_bold_black -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:58px; - font-weight:800; - line-height:60px; - text-decoration:none; -} - -.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#34495e; - font-family:"Open Sans"; - font-size:34px; - font-weight:300; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.small_light_white,.small_light_white -{ - background-color:transparent; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:17px; - font-weight:300; - line-height:28px; - padding:0; - text-decoration:none; -} - -.tp-caption.roundedimage,.roundedimage -{ - border-color:#222; - border-style:none; - border-width:0; -} - -.tp-caption.large_bg_black,.large_bg_black -{ - background-color:#000; - border-color:#ffd658; - border-style:none; - border-width:0; - color:#fff; - font-family:"Open Sans"; - font-size:40px; - font-weight:800; - line-height:40px; - padding:10px 20px 15px; - text-decoration:none; -} - -.tp-caption.mediumwhitebg,.mediumwhitebg -{ - background-color:#fff; - border-color:#000; - border-style:none; - border-width:0; - color:#000; - font-family:"Open Sans"; - font-size:30px; - font-weight:300; - line-height:30px; - padding:5px 15px 10px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.maincaption,.maincaption -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#212a40; - font-family:roboto; - font-size:33px; - font-weight:500; - line-height:43px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_title_60px,.miami_title_60px -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:"Source Sans Pro"; - font-size:60px; - font-weight:700; - letter-spacing:1px; - line-height:60px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_subtitle,.miami_subtitle -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.65); - font-family:"Source Sans Pro"; - font-size:17px; - font-weight:400; - letter-spacing:2px; - line-height:24px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.divideline30px,.divideline30px -{ - background:#fff; - background-color:#fff; - border-color:#222; - border-style:none; - border-width:0; - height:2px; - min-width:30px; - text-decoration:none; -} - -.tp-caption.Miami_nostyle,.Miami_nostyle -{ - border-color:#222; - border-style:none; - border-width:0; -} - -.tp-caption.miami_content_light,.miami_content_light -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#fff; - font-family:"Source Sans Pro"; - font-size:22px; - font-weight:400; - letter-spacing:0; - line-height:28px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_title_60px_dark,.miami_title_60px_dark -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#333; - font-family:"Source Sans Pro"; - font-size:60px; - font-weight:700; - letter-spacing:1px; - line-height:60px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.miami_content_dark,.miami_content_dark -{ - background-color:transparent; - border-color:#000; - border-style:none; - border-width:0; - color:#666; - font-family:"Source Sans Pro"; - font-size:22px; - font-weight:400; - letter-spacing:0; - line-height:28px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.divideline30px_dark,.divideline30px_dark -{ - background-color:#333; - border-color:#222; - border-style:none; - border-width:0; - height:2px; - min-width:30px; - text-decoration:none; -} - -.tp-caption.ellipse70px,.ellipse70px -{ - background-color:rgba(0,0,0,0.14902); - border-color:#222; - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - cursor:pointer; - line-height:1px; - min-height:70px; - min-width:70px; - text-decoration:none; -} - -.tp-caption.arrowicon,.arrowicon -{ - border-color:#222; - border-style:none; - border-width:0; - line-height:1px; -} - -.tp-caption.MarkerDisplay,.MarkerDisplay -{ - background-color:transparent; - border-color:#000; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - font-family:Permanent Marker; - font-style:normal; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Restaurant-Display,.Restaurant-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:120px; - font-style:normal; - font-weight:700; - line-height:120px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Cursive,.Restaurant-Cursive -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Nothing you could do; - font-size:30px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:17px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Description,.Restaurant-Description -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Price,.Restaurant-Price -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:#fff; - font-family:Roboto; - font-size:30px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem -{ - background-color:rgba(0,0,0,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:17px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Furniture-LogoText,.Furniture-LogoText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(230,207,163,1.00); - font-family:Raleway; - font-size:160px; - font-style:normal; - font-weight:300; - line-height:150px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Plus,.Furniture-Plus -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - box-shadow:rgba(0,0,0,0.1) 0 1px 3px; - color:rgba(230,207,163,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:6px 7px 4px; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Title,.Furniture-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:700; - letter-spacing:3px; - line-height:20px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Furniture-Subtitle,.Furniture-Subtitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - line-height:20px; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Gym-Display,.Gym-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:80px; - font-style:normal; - font-weight:900; - line-height:70px; - padding:0; - text-decoration:none; -} - -.tp-caption.Gym-Subline,.Gym-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:100; - letter-spacing:5px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Gym-SmallText,.Gym-SmallText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - line-height:22; - padding:0; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Fashion-SmallText,.Fashion-SmallText -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:12px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:60px; - font-style:normal; - font-weight:900; - letter-spacing:2px; - line-height:60px; - padding:0; - text-decoration:none; -} - -.tp-caption.Fashion-TextBlock,.Fashion-TextBlock -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:400; - letter-spacing:2px; - line-height:40px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-Display,.Sports-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:130px; - font-style:normal; - font-weight:100; - letter-spacing:13px; - line-height:130px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-DisplayFat,.Sports-DisplayFat -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:130px; - font-style:normal; - font-weight:900; - line-height:130px; - padding:0; - text-decoration:none; -} - -.tp-caption.Sports-Subline,.Sports-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(0,0,0,1.00); - font-family:Raleway; - font-size:32px; - font-style:normal; - font-weight:400; - letter-spacing:4px; - line-height:32px; - padding:0; - text-decoration:none; -} - -.tp-caption.Instagram-Caption,.Instagram-Caption -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:900; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Title,.News-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto Slab; - font-size:70px; - font-style:normal; - font-weight:400; - line-height:60px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Subtitle,.News-Subtitle -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto Slab; - font-size:15px; - font-style:normal; - font-weight:300; - line-height:24px; - padding:0; - text-decoration:none; -} - -.tp-caption.News-Subtitle:hover,.News-Subtitle:hover -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:solid; - border-width:0; - color:rgba(255,255,255,0.65); - text-decoration:none; -} - -.tp-caption.Photography-Display,.Photography-Display -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:80px; - font-style:normal; - font-weight:100; - letter-spacing:5px; - line-height:70px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-Subline,.Photography-Subline -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(119,119,119,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover,.Photography-ImageHover -{ - background-color:transparent; - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-size:20px; - font-style:normal; - font-weight:400; - line-height:22; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Menuitem,.Photography-Menuitem -{ - background-color:rgba(0,0,0,0.65); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-decoration:none; -} - -.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover -{ - background-color:rgba(0,255,222,0.65); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Textblock,.Photography-Textblock -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-Subline-2,.Photography-Subline-2 -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.35); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:3px; - line-height:30px; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover2,.Photography-ImageHover2 -{ - background-color:transparent; - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Arial; - font-size:20px; - font-style:normal; - font-weight:400; - line-height:22; - padding:0; - text-decoration:none; -} - -.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Title,.WebProduct-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(51,51,51,1.00); - font-family:Raleway; - font-size:90px; - font-style:normal; - font-weight:100; - line-height:90px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-Content,.WebProduct-Content -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - line-height:24px; - padding:0; - text-decoration:none; -} - -.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem -{ - background-color:rgba(51,51,51,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:500; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(153,153,153,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:90px; - font-style:normal; - font-weight:100; - line-height:90px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.35); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,0.65); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - line-height:24px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.FatRounded,.FatRounded -{ - background-color:rgba(0,0,0,0.50); - border-color:rgba(211,211,211,1.00); - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:900; - line-height:30px; - padding:20px 22px 20px 25px; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.FatRounded:hover,.FatRounded:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(211,211,211,1.00); - border-radius:50px 50px 50px 50px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-Title,.NotGeneric-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:70px; - font-style:normal; - font-weight:800; - line-height:70px; - padding:10px 0; - text-decoration:none; -} - -.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:13px; - font-style:normal; - font-weight:500; - letter-spacing:4px; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-Icon,.NotGeneric-Icon -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0); - border-radius:0 0 0 0; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:400; - letter-spacing:3px; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.15); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:27px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.MarkerStyle,.MarkerStyle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Permanent Marker"; - font-size:17px; - font-style:normal; - font-weight:100; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Menuitem,.Gym-Menuitem -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(255,255,255,0); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:20px; - font-style:normal; - font-weight:300; - letter-spacing:2px; - line-height:20px; - padding:3px 5px 3px 8px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(255,255,255,0.25); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Button,.Newspaper-Button -{ - background-color:rgba(255,255,255,0); - border-color:rgba(255,255,255,0.25); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:13px; - font-style:normal; - font-weight:700; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(0,0,0,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(168,216,238,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:900; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Title,.Newspaper-Title -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:50px; - font-style:normal; - font-weight:400; - line-height:55px; - padding:0 0 10px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:"Roboto Slab"; - font-size:50px; - font-style:normal; - font-weight:400; - line-height:55px; - padding:0 0 10px; - text-align:center; - text-decoration:none; -} - -.tp-caption.Hero-Button,.Hero-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Hero-Button:hover,.Hero-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(0,0,0,1.00); - text-decoration:none; -} - -.tp-caption.Video-Title,.Video-Title -{ - background-color:rgba(0,0,0,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:30px; - font-style:normal; - font-weight:900; - line-height:30px; - padding:5px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Video-SubTitle,.Video-SubTitle -{ - background-color:rgba(0,0,0,0.35); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:12px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:12px; - padding:5px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Button,.NotGeneric-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.15); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:14px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:14px; - padding:27px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.WebProduct-Button,.WebProduct-Button -{ - background-color:rgba(51,51,51,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:16px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:48px; - padding:0 40px; - text-align:left; - text-decoration:none; -} - -.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover -{ - background-color:rgba(255,255,255,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:2px; - color:rgba(51,51,51,1.00); - text-decoration:none; -} - -.tp-caption.Restaurant-Button,.Restaurant-Button -{ - background-color:rgba(10,10,10,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:500; - letter-spacing:3px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,224,129,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Gym-Button,.Gym-Button -{ - background-color:rgba(139,192,39,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:15px; - padding:13px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Button:hover,.Gym-Button:hover -{ - background-color:rgba(114,168,0,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Gym-Button-Light,.Gym-Button-Light -{ - background-color:transparent; - border-color:rgba(255,255,255,0.25); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - line-height:15px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover -{ - background-color:rgba(114,168,0,0); - border-color:rgba(139,192,39,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Sports-Button-Light,.Sports-Button-Light -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Sports-Button-Red,.Sports-Button-Red -{ - background-color:rgba(219,28,34,1.00); - border-color:rgba(219,28,34,0); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:17px; - font-style:normal; - font-weight:600; - letter-spacing:2px; - line-height:17px; - padding:12px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover -{ - background-color:rgba(0,0,0,1.00); - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Photography-Button,.Photography-Button -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.25); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - font-family:Raleway; - font-size:15px; - font-style:normal; - font-weight:600; - letter-spacing:1px; - line-height:15px; - padding:13px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Photography-Button:hover,.Photography-Button:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:1px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Newspaper-Button-2,.Newspaper-Button-2 -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,0.50); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:900; - line-height:15px; - padding:10px 30px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover -{ - background-color:rgba(0,0,0,0); - border-color:rgba(255,255,255,1.00); - border-radius:3px 3px 3px 3px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Tour,.Feature-Tour -{ - background-color:rgba(139,192,39,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:17px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Tour:hover,.Feature-Tour:hover -{ - background-color:rgba(114,168,0,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Examples,.Feature-Examples -{ - background-color:transparent; - border-color:rgba(33,42,64,0.15); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(33,42,64,0.50); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:15px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Examples:hover,.Feature-Examples:hover -{ - background-color:transparent; - border-color:rgba(139,192,39,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(139,192,39,1.00); - text-decoration:none; -} - -.tp-caption.subcaption,.subcaption -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(111,124,130,1.00); - font-family:roboto; - font-size:19px; - font-style:normal; - font-weight:400; - line-height:24px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.menutab,.menutab -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,46,49,1.00); - font-family:roboto; - font-size:25px; - font-style:normal; - font-weight:300; - line-height:30px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.menutab:hover,.menutab:hover -{ - background-color:transparent; - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(213,0,0,1.00); - text-decoration:none; -} - -.tp-caption.maincontent,.maincontent -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,46,49,1.00); - font-family:roboto; - font-size:21px; - font-style:normal; - font-weight:300; - line-height:26px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.minitext,.minitext -{ - background-color:transparent; - border-color:rgba(0,0,0,1.00); - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(185,186,187,1.00); - font-family:roboto; - font-size:15px; - font-style:normal; - font-weight:400; - line-height:20px; - padding:0; - text-align:left; - text-decoration:none; - text-shadow:none; -} - -.tp-caption.Feature-Buy,.Feature-Buy -{ - background-color:rgba(0,154,238,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:17px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Buy:hover,.Feature-Buy:hover -{ - background-color:rgba(0,133,214,1.00); - border-color:rgba(0,0,0,0); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Feature-Examples-Light,.Feature-Examples-Light -{ - background-color:transparent; - border-color:rgba(255,255,255,0.15); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:17px; - font-style:normal; - font-weight:700; - line-height:17px; - padding:15px 35px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover -{ - background-color:transparent; - border-color:rgba(255,255,255,1.00); - border-radius:30px 30px 30px 30px; - border-style:solid; - border-width:2px; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Facebook-Likes,.Facebook-Likes -{ - background-color:rgba(59,89,153,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:5px 15px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Favorites,.Twitter-Favorites -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(136,153,166,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Link,.Twitter-Link -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - color:rgba(135,153,165,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:15px; - padding:11px 11px 9px; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Link:hover,.Twitter-Link:hover -{ - background-color:rgba(0,132,180,1.00); - border-color:transparent; - border-radius:30px 30px 30px 30px; - border-style:none; - border-width:0; - color:rgba(255,255,255,1.00); - text-decoration:none; -} - -.tp-caption.Twitter-Retweet,.Twitter-Retweet -{ - background-color:rgba(255,255,255,0); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(136,153,166,1.00); - font-family:Roboto; - font-size:15px; - font-style:normal; - font-weight:500; - line-height:22px; - padding:0; - text-align:left; - text-decoration:none; -} - -.tp-caption.Twitter-Content,.Twitter-Content -{ - background-color:rgba(255,255,255,1.00); - border-color:transparent; - border-radius:0 0 0 0; - border-style:none; - border-width:0; - color:rgba(41,47,51,1.00); - font-family:Roboto; - font-size:20px; - font-style:normal; - font-weight:500; - line-height:28px; - padding:30px 30px 70px; - text-align:left; - text-decoration:none; -} - -.revtp-searchform input[type="text"], -.revtp-searchform input[type="email"], -.revtp-form input[type="text"], -.revtp-form input[type="email"]{ - font-family: "Arial", sans-serif; - font-size: 15px; - color: #000; - background-color: #fff; - line-height: 46px; - padding: 0 20px; - cursor: text; - border: 0; - width: 400px; - margin-bottom: 0px; - -webkit-transition: background-color 0.5s; - -moz-transition: background-color 0.5s; - -o-transition: background-color 0.5s; - -ms-transition: background-color 0.5s; - transition: background-color 0.5s; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - border-radius: 0px; -} - - -.tp-caption.BigBold-Title, -.BigBold-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 110px; - line-height: 100px; - font-weight: 800; - font-style: normal; - font-family: Raleway; - padding: 10px 0px 10px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.BigBold-SubTitle, -.BigBold-SubTitle { - color: rgba(255, 255, 255, 0.50); - font-size: 15px; - line-height: 24px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.BigBold-Button, -.BigBold-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 15px 50px 15px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.BigBold-Button:hover, -.BigBold-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.FoodCarousel-Content, -.FoodCarousel-Content { - color: rgba(41, 46, 49, 1.00); - font-size: 17px; - line-height: 28px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 30px 30px 30px 30px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.FoodCarousel-Button, -.FoodCarousel-Button { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 15px 70px 15px 50px; - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.FoodCarousel-Button:hover, -.FoodCarousel-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.FoodCarousel-CloseButton, -.FoodCarousel-CloseButton { - color: rgba(41, 46, 49, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 14px 14px 14px 16px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.FoodCarousel-CloseButton:hover, -.FoodCarousel-CloseButton:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 0); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px -} -.tp-caption.Video-SubTitle, -.Video-SubTitle { - color: rgba(255, 255, 255, 1.00); - font-size: 12px; - line-height: 12px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 5px 5px 5px 5px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0.35); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - letter-spacing: 2px; - text-align: left -} -.tp-caption.Video-Title, -.Video-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 30px; - line-height: 30px; - font-weight: 900; - font-style: normal; - font-family: Raleway; - padding: 5px 5px 5px 5px; - text-decoration: none; - background-color: rgba(0, 0, 0, 1.00); - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-BigCaption, -.Travel-BigCaption { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 50px; - font-weight: 400; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-SmallCaption, -.Travel-SmallCaption { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 30px; - font-weight: 300; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Travel-CallToAction, -.Travel-CallToAction { - color: rgba(255, 255, 255, 1.00); - font-size: 25px; - line-height: 25px; - font-weight: 500; - font-style: normal; - font-family: Roboto; - padding: 12px 20px 12px 20px; - text-decoration: none; - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 5px 5px 5px 5px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.Travel-CallToAction:hover, -.Travel-CallToAction:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 5px 5px 5px 5px -} - - -.tp-caption.RotatingWords-TitleWhite, -.RotatingWords-TitleWhite { - color: rgba(255, 255, 255, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 800; - font-style: normal; - font-family: Raleway; - padding: 0px 0px 0px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.RotatingWords-Button, -.RotatingWords-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 18px; - line-height: 20px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 20px 50px 20px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(255, 255, 255, 0.15); - border-style: solid; - border-width: 2px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 3px -} -.tp-caption.RotatingWords-Button:hover, -.RotatingWords-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 2px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.RotatingWords-SmallText, -.RotatingWords-SmallText { - color: rgba(255, 255, 255, 1.00); - font-size: 14px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left; - text-shadow: none -} - - - - -.tp-caption.ContentZoom-SmallTitle, -.ContentZoom-SmallTitle { - color: rgba(41, 46, 49, 1.00); - font-size: 33px; - line-height: 45px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallSubtitle, -.ContentZoom-SmallSubtitle { - color: rgba(111, 124, 130, 1.00); - font-size: 16px; - line-height: 24px; - font-weight: 600; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallIcon, -.ContentZoom-SmallIcon { - color: rgba(41, 46, 49, 1.00); - font-size: 20px; - line-height: 20px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - padding: 10px 10px 10px 10px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-SmallIcon:hover, -.ContentZoom-SmallIcon:hover { - color: rgba(111, 124, 130, 1.00); - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px -} -.tp-caption.ContentZoom-DetailTitle, -.ContentZoom-DetailTitle { - color: rgba(41, 46, 49, 1.00); - font-size: 70px; - line-height: 70px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-DetailSubTitle, -.ContentZoom-DetailSubTitle { - color: rgba(111, 124, 130, 1.00); - font-size: 25px; - line-height: 25px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-DetailContent, -.ContentZoom-DetailContent { - color: rgba(111, 124, 130, 1.00); - font-size: 17px; - line-height: 28px; - font-weight: 500; - font-style: normal; - font-family: Raleway; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.ContentZoom-Button, -.ContentZoom-Button { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 15px 50px 15px 50px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.ContentZoom-Button:hover, -.ContentZoom-Button:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.ContentZoom-ButtonClose, -.ContentZoom-ButtonClose { - color: rgba(41, 46, 49, 1.00); - font-size: 13px; - line-height: 13px; - font-weight: 700; - font-style: normal; - font-family: Raleway; - padding: 14px 14px 14px 16px; - text-decoration: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(41, 46, 49, 0.50); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px; - text-align: left; - letter-spacing: 1px -} -.tp-caption.ContentZoom-ButtonClose:hover, -.ContentZoom-ButtonClose:hover { - color: rgba(255, 255, 255, 1.00); - text-decoration: none; - background-color: rgba(41, 46, 49, 1.00); - border-color: rgba(41, 46, 49, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 30px 30px 30px 30px -} -.tp-caption.Newspaper-Title, -.Newspaper-Title { - color: rgba(255, 255, 255, 1.00); - font-size: 50px; - line-height: 55px; - font-weight: 400; - font-style: normal; - font-family: "Roboto Slab"; - padding: 0 0 10px 0; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Newspaper-Subtitle, -.Newspaper-Subtitle { - color: rgba(168, 216, 238, 1.00); - font-size: 15px; - line-height: 20px; - font-weight: 900; - font-style: normal; - font-family: Roboto; - padding: 0 0 0 0px; - text-decoration: none; - background-color: transparent; - border-color: transparent; - border-style: none; - border-width: 0px; - border-radius: 0 0 0 0px; - text-align: left -} -.tp-caption.Newspaper-Button, -.Newspaper-Button { - color: rgba(255, 255, 255, 1.00); - font-size: 13px; - line-height: 17px; - font-weight: 700; - font-style: normal; - font-family: Roboto; - padding: 12px 35px 12px 35px; - text-decoration: none; - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.25); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px; - letter-spacing: 2px; - text-align: left -} -.tp-caption.Newspaper-Button:hover, -.Newspaper-Button:hover { - color: rgba(0, 0, 0, 1.00); - text-decoration: none; - background-color: rgba(255, 255, 255, 1.00); - border-color: rgba(255, 255, 255, 1.00); - border-style: solid; - border-width: 1px; - border-radius: 0px 0px 0px 0px -} -.tp-caption.rtwhitemedium, -.rtwhitemedium { - font-size: 22px; - line-height: 26px; - color: rgb(255, 255, 255); - text-decoration: none; - background-color: transparent; - border-width: 0px; - border-color: rgb(0, 0, 0); - border-style: none; - text-shadow: none -} - -@media only screen and (max-width: 767px) { - .revtp-searchform input[type="text"], - .revtp-searchform input[type="email"], - .revtp-form input[type="text"], - .revtp-form input[type="email"] { width: 200px !important; } -} - -.revtp-searchform input[type="submit"], -.revtp-form input[type="submit"] { - font-family: "Arial", sans-serif; - line-height: 46px; - letter-spacing: 1px; - text-transform: uppercase; - font-size: 15px; - font-weight: 700; - padding: 0 20px; - border: 0; - background: #009aee; - color: #fff; - -webkit-border-radius: 0px; - -moz-border-radius: 0px; - border-radius: 0px; -} - diff --git a/views/assets/plugins/revolution-slider/revolution/css/navigation.css b/views/assets/plugins/revolution-slider/revolution/css/navigation.css deleted file mode 100644 index c4d8b75..0000000 --- a/views/assets/plugins/revolution-slider/revolution/css/navigation.css +++ /dev/null @@ -1,2557 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ARES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -.ares.tparrows { - cursor:pointer; - background:#fff; - min-width:60px; - min-height:60px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.ares.tparrows:hover { -} -.ares.tparrows:before { - font-family: "revicons"; - font-size:25px; - color:#aaa; - display:block; - line-height: 60px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; -} -.ares.tparrows.tp-leftarrow:before { - content: "\e81f"; -} -.ares.tparrows.tp-rightarrow:before { - content: "\e81e"; -} -.ares.tparrows:hover:before { - color:#000; - } -.ares .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#fff; - min-height:60px; - line-height:60px; - top:0px; - margin-left:30px; - border-radius:0px 30px 30px 0px; - overflow:hidden; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .ares.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:30px;margin-left:0px; - -webkit-transform-origin:100% 50%; -border-radius:30px 0px 0px 30px; - } -.ares.tparrows:hover .tp-title-wrap { - transform:scaleX(1) scaleY(1); - -webkit-transform:scaleX(1) scaleY(1); -} -.ares .tp-arr-titleholder { - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#000; - font-weight:400; - font-size:14px; - line-height:60px; - white-space:nowrap; - padding:0px 20px; - margin-left:10px; - opacity:0; -} - -.ares.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:10px; - } - -.ares.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.ares.tp-bullets { -} -.ares.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.ares .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.ares .tp-bullet:hover, -.ares .tp-bullet.selected { - background:#fff; -} -.ares .tp-bullet-title { - position:absolute; - color:#888; - font-size:12px; - padding:0px 10px; - font-weight:600; - right:27px; - top:-4px; - background:#fff; - background:rgba(255,255,255,0.75); - visibility:hidden; - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - transition:transform 0.3s; - -webkit-transition:transform 0.3s; - line-height:20px; - white-space:nowrap; -} - -.ares .tp-bullet-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent rgba(255,255,255,0.75); - content:" "; - position:absolute; - right:-10px; - top:0px; -} - -.ares .tp-bullet:hover .tp-bullet-title{ - visibility:visible; - transform:translateX(0px); - -webkit-transform:translateX(0px); -} - -.ares .tp-bullet.selected:hover .tp-bullet-title { - background:#fff; - } -.ares .tp-bullet.selected:hover .tp-bullet-title:after { - border-color:transparent transparent transparent #fff; -} -.ares.tp-bullets:hover .tp-bullet-title { - visibility:hidden; -} -.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title { - visibility:visible; - } - -/* TABS */ -.ares .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.ares .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.ares .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.ares .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.ares .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.ares .tp-tab:hover, -.ares .tp-tab.selected { - background:#eee; -} - -.ares .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - CUSTOM SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.custom.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; -} -.custom.tparrows:hover { - background:#000; -} -.custom.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.custom.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.custom.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.custom.tp-bullets { -} -.custom.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.custom .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - background:rgba(125,125,125,0.5); - cursor: pointer; - box-sizing:content-box; -} -.custom .tp-bullet:hover, -.custom .tp-bullet.selected { - background:rgb(125,125,125); -} -.custom .tp-bullet-image { -} -.custom .tp-bullet-title { -} - - -/* THUMBS */ - - -/* TABS */ - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - DIONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.dione.tparrows { - height:100%; - width:100px; - background:transparent; - background:rgba(0,0,0,0); - line-height:100%; - transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows:hover { - background:rgba(0,0,0,0.45); - } -.dione .tp-arr-imgwrapper { - width:100px; - left:0px; - position:absolute; - height:100%; - top:0px; - overflow:hidden; - } -.dione.tp-rightarrow .tp-arr-imgwrapper { -left:auto; -right:0px; -} - -.dione .tp-arr-imgholder { -background-position:center center; -background-size:cover; -width:100px; -height:100%; -top:0px; -visibility:hidden; -transform:translateX(-50px); --webkit-transform:translateX(-50px); -transition:all 0.3s; --webkit-transition:all 0.3s; -opacity:0; -left:0px; -} - -.dione.tparrows.tp-rightarrow .tp-arr-imgholder { - right:0px; - left:auto; - transform:translateX(50px); - -webkit-transform:translateX(50px); -} - -.dione.tparrows:before { -position:absolute; -line-height:30px; -margin-left:-22px; -top:50%; -left:50%; -font-size:30px; -margin-top:-15px; -transition:all 0.3s; --webkit-transition:all 0.3s; -} - -.dione.tparrows.tp-rightarrow:before { -margin-left:6px; -} - -.dione.tparrows:hover:before { - transform:translateX(-20px); --webkit-transform:translateX(-20px); -opacity:0; -} - -.dione.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); --webkit-transform:translateX(20px); -} - -.dione.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); --webkit-transform:translateX(0px); -opacity:1; -visibility:visible; -} - - - -/* BULLETS */ -.dione .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - - } - -.dione .tp-bullet-image { - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.dione .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.dione .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.dione .tp-bullet.selected, -.dione .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.dione .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ERINYEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.erinyen.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; -} - -.erinyen.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.erinyen.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.erinyen.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.erinyen .tp-title-wrap { - position:absolute; - z-index:1; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.5); - min-height:70px; - line-height:70px; - top:0px; - margin-left:0px; - border-radius:35px; - overflow:hidden; - transition: opacity 0.3s; - -webkit-transition:opacity 0.3s; - -moz-transition:opacity 0.3s; - -webkit-transform: scale(0); - -moz-transform: scale(0); - transform: scale(0); - visibility:hidden; - opacity:0; -} - -.erinyen.tparrows:hover .tp-title-wrap{ - -webkit-transform: scale(1); - -moz-transform: scale(1); - transform: scale(1); - opacity:1; - visibility:visible; -} - - .erinyen.tp-rightarrow .tp-title-wrap { - right:0px; - margin-right:0px;margin-left:0px; - -webkit-transform-origin:100% 50%; - border-radius:35px; - padding-right:20px; - padding-left:10px; - } - - -.erinyen.tp-leftarrow .tp-title-wrap { - padding-left:20px; - padding-right:10px; -} - -.erinyen .tp-arr-titleholder { - letter-spacing: 3px; - position:relative; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:translateX(200px); - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:13px; - line-height:70px; - white-space:nowrap; - padding:0px 20px; - margin-left:11px; - opacity:0; -} - -.erinyen .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - } - .erinyen .tp-arr-img-over { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background:#000; - background:rgba(0,0,0,0.5); - } -.erinyen.tp-rightarrow .tp-arr-titleholder { - transform:translateX(-200px); - margin-left:0px; margin-right:11px; - } - -.erinyen.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -/* BULLETS */ -.erinyen.tp-bullets { -} -.erinyen.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #555555; /* old browsers */ - background: -moz-linear-gradient(top, #555555 0%, #222222 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #555555 0%,#222222 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #555555 0%,#222222 100%); /* ie10+ */ - background: linear-gradient(to bottom, #555555 0%,#222222 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */ - padding:10px 15px; - margin-left:-15px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; - box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3); -} -.erinyen .tp-bullet { - width:13px; - height:13px; - position:absolute; - background:#111; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.erinyen .tp-bullet:hover, -.erinyen .tp-bullet.selected { - background: #e5e5e5; /* old browsers */ -background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); /* ff3.6+ */ -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */ -background: -webkit-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */ -background: -o-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* opera 11.10+ */ -background: -ms-linear-gradient(top, #e5e5e5 0%,#999999 100%); /* ie10+ */ -background: linear-gradient(to bottom, #e5e5e5 0%,#999999 100%); /* w3c */ -filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */ - border:1px solid #555; - width:12px;height:12px; -} -.erinyen .tp-bullet-image { -} -.erinyen .tp-bullet-title { -} - - -/* THUMBS */ -.erinyen .tp-thumb { -opacity:1 -} - -.erinyen .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.erinyen .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.erinyen .tp-thumb-more:before { - content: "\e825"; -} - -.erinyen .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.erinyen .tp-thumb.selected .tp-thumb-more:before, -.erinyen .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.erinyen .tp-thumb.selected .tp-thumb-over, -.erinyen .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.erinyen .tp-thumb.selected .tp-thumb-title, -.erinyen .tp-thumb:hover .tp-thumb-title { - color:#000; - -} - - -/* TABS */ -.erinyen .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.erinyen .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - GYGES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ - - -/* BULLETS */ -.gyges.tp-bullets { -} -.gyges.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background: #777777; /* Old browsers */ - background: -moz-linear-gradient(top, #777777 0%, #666666 100%); - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#777777), color-stop(100%,#666666)); - background: -webkit-linear-gradient(top, #777777 0%,#666666 100%); - background: -o-linear-gradient(top, #777777 0%,#666666 100%); - background: -ms-linear-gradient(top, #777777 0%,#666666 100%); - background: linear-gradient(to bottom, #777777 0%,#666666 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", - endColorstr="#666666",GradientType=0 ); - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:10px; -} -.gyges .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#333; - border:3px solid #444; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.gyges .tp-bullet:hover, -.gyges .tp-bullet.selected { - background: #ffffff; /* Old browsers */ - background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, - color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* IE10+ */ - background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", - endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */ - -} -.gyges .tp-bullet-image { -} -.gyges .tp-bullet-title { -} - - -/* THUMBS */ -.gyges .tp-thumb { - opacity:1 - } -.gyges .tp-thumb-img-wrap { - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - display:inline-block; - - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.gyges .tp-thumb-image { - padding:3px; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } -.gyges .tp-thumb-title { - position:absolute; - bottom:100%; - display:inline-block; - left:50%; - background:rgba(255,255,255,0.8); - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - margin-bottom:20px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - white-space:nowrap; - } -.gyges .tp-thumb:hover .tp-thumb-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.gyges .tp-thumb:hover .tp-thumb-img-wrap, - .gyges .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - } -.gyges .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(255,255,255,0.8) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.gyges .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid rgba(255,255,255,0.15); - } -.gyges .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.gyges .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.gyges .tp-tab-date - { - display:block; - color: rgba(255,255,255,0.25); - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.gyges .tp-tab-title -{ - display:block; - text-align:left; - color:#fff; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.gyges .tp-tab:hover, -.gyges .tp-tab.selected { - background:rgba(0,0,0,0.5); -} - -.gyges .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HADES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hades.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.15); - width:100px; - height:100px; - position:absolute; - display:block; - z-index:100; -} - -.hades.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#fff; - display:block; - line-height: 100px; - text-align: center; - transition: background 0.3s, color 0.3s; -} -.hades.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hades.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.hades.tparrows:hover:before { - color:#aaa; - background:#fff; - background:rgba(255,255,255,1); - } -.hades .tp-arr-allwrapper { - position:absolute; - left:100%; - top:0px; - background:#888; - width:100px;height:100px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)"; - filter: alpha(opacity=0); - -moz-opacity: 0.0; - -khtml-opacity: 0.0; - opacity: 0.0; - -webkit-transform: rotatey(-90deg); - transform: rotatey(-90deg); - -webkit-transform-origin: 0% 50%; - transform-origin: 0% 50%; -} -.hades.tp-rightarrow .tp-arr-allwrapper { - left:auto; - right:100%; - -webkit-transform-origin: 100% 50%; - transform-origin: 100% 50%; - -webkit-transform: rotatey(90deg); - transform: rotatey(90deg); -} - -.hades:hover .tp-arr-allwrapper { - -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)"; - filter: alpha(opacity=100); - -moz-opacity: 1; - -khtml-opacity: 1; - opacity: 1; - -webkit-transform: rotatey(0deg); - transform: rotatey(0deg); - - } - -.hades .tp-arr-iwrapper { -} -.hades .tp-arr-imgholder { - background-size:cover; - position:absolute; - top:0px;left:0px; - width:100%;height:100%; -} -.hades .tp-arr-titleholder { -} -.hades .tp-arr-subtitleholder { -} - - -/* BULLETS */ -.hades.tp-bullets { -} -.hades.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hades .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#888; - cursor: pointer; - border:5px solid #fff; - box-sizing:content-box; - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - -webkit-perspective:400; - perspective:400; - -webkit-transform:translatez(0.01px); - transform:translatez(0.01px); -} -.hades .tp-bullet:hover, -.hades .tp-bullet.selected { - background:#555; - -} - -.hades .tp-bullet-image { - position:absolute;top:-80px; left:-60px;width:120px;height:60px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: rotatex(-90deg); - -webkit-transform: rotatex(-90deg); - box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; - - -} -.hades .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: rotatex(0deg); - -webkit-transform: rotatex(0deg); - visibility:visible; - } -.hades .tp-bullet-title { -} - - -/* THUMBS */ -.hades .tp-thumb { - opacity:1 - } -.hades .tp-thumb-img-wrap { - border-radius:50%; - padding:3px; - display:inline-block; -background:#000; - background-color:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:relative; - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hades .tp-thumb-image { - padding:3px; - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - } - - -.hades .tp-thumb:hover .tp-thumb-img-wrap, -.hades .tp-thumb.selected .tp-thumb-img-wrap { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.hades .tp-thumb-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/* TABS */ -.hades .tp-tab { - opacity:1; - } - -.hades .tp-tab-title - { - display:block; - color:#333; - font-weight:600; - font-size:18px; - text-align:center; - line-height:25px; - } -.hades .tp-tab-price - { - display:block; - text-align:center; - color:#999; - font-size:16px; - margin-top:10px; - line-height:20px -} - -.hades .tp-tab-button { - display:inline-block; - margin-top:15px; - text-align:center; - padding:5px 15px; - color:#fff; - font-size:14px; - background:#219bd7; - border-radius:4px; - font-weight:400; -} -.hades .tp-tab-inner { - text-align:center; -} - - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEBE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hebe.tparrows { - cursor:pointer; - background:#fff; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; -} -.hebe.tparrows:hover { -} -.hebe.tparrows:before { - font-family: "revicons"; - font-size:30px; - color:#aaa; - display:block; - line-height: 70px; - text-align: center; - -webkit-transition: color 0.3s; - -moz-transition: color 0.3s; - transition: color 0.3s; - z-index:2; - position:relative; - background:#fff; - min-width:70px; - min-height:70px; -} -.hebe.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hebe.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hebe.tparrows:hover:before { - color:#000; - } -.hebe .tp-title-wrap { - position:absolute; - z-index:0; - display:inline-block; - background:#000; - background:rgba(0,0,0,0.75); - min-height:60px; - line-height:60px; - top:-10px; - margin-left:0px; - -webkit-transition: -webkit-transform 0.3s; - transition: transform 0.3s; - transform:scaleX(0); - -webkit-transform:scaleX(0); - transform-origin:0% 50%; - -webkit-transform-origin:0% 50%; -} - .hebe.tp-rightarrow .tp-title-wrap { - right:0px; - -webkit-transform-origin:100% 50%; - } -.hebe.tparrows:hover .tp-title-wrap { - transform:scaleX(1); - -webkit-transform:scaleX(1); -} -.hebe .tp-arr-titleholder { - position:relative; - text-transform:uppercase; - color:#fff; - font-weight:600; - font-size:12px; - line-height:90px; - white-space:nowrap; - padding:0px 20px 0px 90px; -} - -.hebe.tp-rightarrow .tp-arr-titleholder { - margin-left:0px; - padding:0px 90px 0px 20px; - } - -.hebe.tparrows:hover .tp-arr-titleholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition-delay: 0.1s; - opacity:1; -} - -.hebe .tp-arr-imgholder{ - width:90px; - height:90px; - position:absolute; - left:100%; - display:block; - background-size:cover; - background-position:center center; - top:0px; right:-90px; - } -.hebe.tp-rightarrow .tp-arr-imgholder{ - right:auto;left:-90px; - } - -/* BULLETS */ -.hebe.tp-bullets { -} -.hebe.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} - -.hebe .tp-bullet { - width:3px; - height:3px; - position:absolute; - background:#fff; - cursor: pointer; - border:5px solid #222; - border-radius:50%; - box-sizing:content-box; - -webkit-perspective:400; - perspective:400; - -webkit-transform:translateZ(0.01px); - transform:translateZ(0.01px); - transition:all 0.3s; -} -.hebe .tp-bullet:hover, -.hebe .tp-bullet.selected { - background:#222; - border-color:#fff; -} - -.hebe .tp-bullet-image { - position:absolute; - top:-90px; left:-40px; - width:70px; - height:70px; - background-position:center center; - background-size:cover; - visibility:hidden; - opacity:0; - transition:all 0.3s; - -webkit-transform-style:flat; - transform-style:flat; - perspective:600; - -webkit-perspective:600; - transform: scale(0); - -webkit-transform: scale(0); - transform-origin:50% 100%; - -webkit-transform-origin:50% 100%; -border-radius:6px; - - -} -.hebe .tp-bullet:hover .tp-bullet-image { - display:block; - opacity:1; - transform: scale(1); - -webkit-transform: scale(1); - visibility:visible; - } -.hebe .tp-bullet-title { -} - - -/* TABS */ -.hebe .tp-tab-title { - color:#a8d8ee; - font-size:13px; - font-weight:700; - text-transform:uppercase; - font-family:"Roboto Slab" - margin-bottom:5px; -} - -.hebe .tp-tab-desc { - font-size:18px; - font-weight:400; - color:#fff; - line-height:25px; - font-family:"Roboto Slab"; -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HEPHAISTOS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hephaistos.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border-radius:50%; -} -.hephaistos.tparrows:hover { - background:#000; -} -.hephaistos.tparrows:before { - font-family: "revicons"; - font-size:18px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hephaistos.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-2px; - -} -.hephaistos.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-2px; -} - - - -/* BULLETS */ -.hephaistos.tp-bullets { -} -.hephaistos.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.hephaistos .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#999; - border:3px solid #f5f5f5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; - box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3); - -} -.hephaistos .tp-bullet:hover, -.hephaistos .tp-bullet.selected { - background:#fff; - border-color:#000; -} -.hephaistos .tp-bullet-image { -} -.hephaistos .tp-bullet-title { -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HERMES SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hermes.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:30px; - height:110px; - position:absolute; - display:block; - z-index:100; -} - -.hermes.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 110px; - text-align: center; - transform:translateX(0px); - -webkit-transform:translateX(0px); - transition:all 0.3s; - -webkit-transition:all 0.3s; -} -.hermes.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.hermes.tparrows.tp-rightarrow:before { - content: "\e825"; -} -.hermes.tparrows.tp-leftarrow:hover:before { - transform:translateX(-20px); - -webkit-transform:translateX(-20px); - opacity:0; -} -.hermes.tparrows.tp-rightarrow:hover:before { - transform:translateX(20px); - -webkit-transform:translateX(20px); - opacity:0; -} - -.hermes .tp-arr-allwrapper { - overflow:hidden; - position:absolute; - width:180px; - height:140px; - top:0px; - left:0px; - visibility:hidden; - -webkit-transition: -webkit-transform 0.3s 0.3s; - transition: transform 0.3s 0.3s; - -webkit-perspective: 1000px; - perspective: 1000px; - } -.hermes.tp-rightarrow .tp-arr-allwrapper { - right:0px;left:auto; - } -.hermes.tparrows:hover .tp-arr-allwrapper { - visibility:visible; - } -.hermes .tp-arr-imgholder { - width:180px;position:absolute; - left:0px;top:0px;height:110px; - transform:translateX(-180px); - -webkit-transform:translateX(-180px); - transition:all 0.3s; - transition-delay:0.3s; -} -.hermes.tp-rightarrow .tp-arr-imgholder{ - transform:translateX(180px); - -webkit-transform:translateX(180px); - } - -.hermes.tparrows:hover .tp-arr-imgholder { - transform:translateX(0px); - -webkit-transform:translateX(0px); -} -.hermes .tp-arr-titleholder { - top:110px; - width:180px; - text-align:left; - display:block; - padding:0px 10px; - line-height:30px; background:#000; - background:rgba(0,0,0,0.75);color:#fff; - font-weight:600; position:absolute; - font-size:12px; - white-space:nowrap; - letter-spacing:1px; - -webkit-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - transform-origin: 50% 0; - box-sizing:border-box; - -} -.hermes.tparrows:hover .tp-arr-titleholder { - -webkit-transition-delay: 0.6s; - transition-delay: 0.6s; - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); -} - - -/* BULLETS */ -.hermes.tp-bullets { -} - -.hermes .tp-bullet { - overflow:hidden; - border-radius:50%; - width:16px; - height:16px; - background-color: rgba(0, 0, 0, 0); - box-shadow: inset 0 0 0 2px #FFF; - -webkit-transition: background 0.3s ease; - transition: background 0.3s ease; - position:absolute; -} - -.hermes .tp-bullet:hover { - background-color: rgba(0, 0, 0, 0.2); -} -.hermes .tp-bullet:after { - content: ' '; - position: absolute; - bottom: 0; - height: 0; - left: 0; - width: 100%; - background-color: #FFF; - box-shadow: 0 0 1px #FFF; - -webkit-transition: height 0.3s ease; - transition: height 0.3s ease; -} -.hermes .tp-bullet.selected:after { - height:100%; -} - - -/* TABS */ -.hermes .tp-tab { - opacity:1; - padding-right:10px; - box-sizing:border-box; - } -.hermes .tp-tab-image -{ - width:100%; - height:60%; - position:relative; -} -.hermes .tp-tab-content -{ - background:rgb(54,54,54); - position:absolute; - padding:20px 20px 20px 30px; - box-sizing:border-box; - color:#fff; - display:block; - width:100%; - min-height:40%; - bottom:0px; - left:-10px; - } -.hermes .tp-tab-date - { - display:block; - color:#888; - font-weight:600; - font-size:12px; - margin-bottom:10px; - } -.hermes .tp-tab-title -{ - display:block; - color:#fff; - font-size:16px; - font-weight:800; - text-transform:uppercase; - line-height:19px; -} - -.hermes .tp-tab.selected .tp-tab-title:after { - width: 0px; - height: 0px; - border-style: solid; - border-width: 30px 0 30px 10px; - border-color: transparent transparent transparent rgb(54,54,54); - content:" "; - position:absolute; - right:-9px; - bottom:50%; - margin-bottom:-30px; -} -.hermes .tp-tab-mask { - padding-right:10px !important; - } - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;} - .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;} - .hermes .tp-tab-content { padding:15px 15px 15px 25px;} -} -@media only screen and (max-width: 768px) { - .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;} - .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;} - .hermes .tp-tab-content {padding:10px 10px 10px 20px;} -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - HESPERIDEN SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.hesperiden.tparrows { - cursor:pointer; - background:#000; - background:rgba(0,0,0,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border-radius: 50%; -} -.hesperiden.tparrows:hover { - background:#000; -} -.hesperiden.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.hesperiden.tparrows.tp-leftarrow:before { - content: "\e82c"; - margin-left:-3px; -} -.hesperiden.tparrows.tp-rightarrow:before { - content: "\e82d"; - margin-right:-3px; -} - -/* BULLETS */ -.hesperiden.tp-bullets { -} -.hesperiden.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; - border-radius:8px; - -} -.hesperiden .tp-bullet { - width:12px; - height:12px; - position:absolute; - background: #999999; /* old browsers */ - background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); /* ff3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), - color-stop(100%,#e1e1e1)); /* chrome,safari4+ */ - background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */ - background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* opera 11.10+ */ - background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%); /* ie10+ */ - background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%); /* w3c */ - filter: progid:dximagetransform.microsoft.gradient( - startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */ - border:3px solid #e5e5e5; - border-radius:50%; - cursor: pointer; - box-sizing:content-box; -} -.hesperiden .tp-bullet:hover, -.hesperiden .tp-bullet.selected { - background:#666; -} -.hesperiden .tp-bullet-image { -} -.hesperiden .tp-bullet-title { -} - - -/* THUMBS */ -.hesperiden .tp-thumb { - opacity:1; - -webkit-perspective: 600px; - perspective: 600px; -} -.hesperiden .tp-thumb .tp-thumb-title { - font-size:12px; - position:absolute; - margin-top:-10px; - color:#fff; - display:block; - z-index:1000; - background-color:#000; - padding:5px 10px; - bottom:0px; - left:0px; - width:100%; - box-sizing:border-box; - text-align:center; - overflow:hidden; - white-space:nowrap; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform:rotatex(90deg) translatez(0.001px); - transform-origin:50% 100%; - -webkit-transform:rotatex(90deg) translatez(0.001px); - -webkit-transform-origin:50% 100%; - opacity:0; - } -.hesperiden .tp-thumb:hover .tp-thumb-title { - transform:rotatex(0deg); - -webkit-transform:rotatex(0deg); - opacity:1; -} - -/* TABS */ -.hesperiden .tp-tab { - opacity:1; - padding:10px; - box-sizing:border-box; - font-family: "Roboto", sans-serif; - border-bottom: 1px solid #e5e5e5; - } -.hesperiden .tp-tab-image -{ - width:60px; - height:60px; max-height:100%; max-width:100%; - position:relative; - display:inline-block; - float:left; - -} -.hesperiden .tp-tab-content -{ - background:rgba(0,0,0,0); - position:relative; - padding:15px 15px 15px 85px; - left:0px; - overflow:hidden; - margin-top:-15px; - box-sizing:border-box; - color:#333; - display: inline-block; - width:100%; - height:100%; - position:absolute; } -.hesperiden .tp-tab-date - { - display:block; - color: #aaa; - font-weight:500; - font-size:12px; - margin-bottom:0px; - } -.hesperiden .tp-tab-title -{ - display:block; - text-align:left; - color:#333; - font-size:14px; - font-weight:500; - text-transform:none; - line-height:17px; -} -.hesperiden .tp-tab:hover, -.hesperiden .tp-tab.selected { - background:#eee; -} - -.hesperiden .tp-tab-mask { -} - -/* MEDIA QUERIES */ -@media only screen and (max-width: 960px) { - -} -@media only screen and (max-width: 768px) { - -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - METIS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.metis.tparrows { - background:#fff; - padding:10px; - transition:all 0.3s; - -webkit-transition:all 0.3s; - width:60px; - height:60px; - box-sizing:border-box; - } - - .metis.tparrows:hover { - background:#fff; - background:rgba(255,255,255,0.75); - } - - .metis.tparrows:before { - color:#000; - transition:all 0.3s; - -webkit-transition:all 0.3s; - } - - .metis.tparrows:hover:before { - transform:scale(1.5); - } - - -/* BULLETS */ -.metis .tp-bullet { - opacity:1; - width:50px; - height:50px; - padding:3px; - background:#000; - background-color:rgba(0,0,0,0.25); - margin:0px; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - border-radius:50%; - } - -.metis .tp-bullet-image { - - border-radius:50%; - display:block; - box-sizing:border-box; - position:relative; - -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25); - width:44px; - height:44px; - background-size:cover; - background-position:center center; - } -.metis .tp-bullet-title { - position:absolute; - bottom:65px; - display:inline-block; - left:50%; - background:#000; - background:rgba(0,0,0,0.75); - color:#fff; - padding:10px 30px; - border-radius:4px; - -webkit-border-radius:4px; - opacity:0; - transition:all 0.3s; - -webkit-transition:all 0.3s; - transform: translateZ(0.001px) translateX(-50%) translateY(14px); - transform-origin:50% 100%; - -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px); - -webkit-transform-origin:50% 100%; - opacity:0; - white-space:nowrap; - } - -.metis .tp-bullet:hover .tp-bullet-title { - transform:rotateX(0deg) translateX(-50%); - -webkit-transform:rotateX(0deg) translateX(-50%); - opacity:1; -} - -.metis .tp-bullet.selected, -.metis .tp-bullet:hover { - - background: rgba(255,255,255,1); - background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1))); - background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 ); - - } -.metis .tp-bullet-title:after { - content:" "; - position:absolute; - left:50%; - margin-left:-8px; - width: 0; - height: 0; - border-style: solid; - border-width: 8px 8px 0 8px; - border-color: rgba(0,0,0,0.75) transparent transparent transparent; - bottom:-8px; - } - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - PERSEPHONE SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.persephone.tparrows { - cursor:pointer; - background:#aaa; - background:rgba(200,200,200,0.5); - width:40px; - height:40px; - position:absolute; - display:block; - z-index:100; - border:1px solid #f5f5f5; -} -.persephone.tparrows:hover { - background:#333; -} -.persephone.tparrows:before { - font-family: "revicons"; - font-size:15px; - color:#fff; - display:block; - line-height: 40px; - text-align: center; -} -.persephone.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.persephone.tparrows.tp-rightarrow:before { - content: "\e825"; -} - - - -/* BULLETS */ -.persephone.tp-bullets { -} -.persephone.tp-bullets:before { - content:" "; - position:absolute; - width:100%; - height:100%; - background:#transparent; - padding:10px; - margin-left:-10px;margin-top:-10px; - box-sizing:content-box; -} -.persephone .tp-bullet { - width:12px; - height:12px; - position:absolute; - background:#aaa; - border:1px solid #e5e5e5; - cursor: pointer; - box-sizing:content-box; -} -.persephone .tp-bullet:hover, -.persephone .tp-bullet.selected { - background:#222; -} -.persephone .tp-bullet-image { -} -.persephone .tp-bullet-title { -} - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - URANUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.uranus.tparrows { - width:50px; - height:50px; - background:transparent; - } - .uranus.tparrows:before { - width:50px; - height:50px; - line-height:50px; - font-size:40px; - transition:all 0.3s; --webkit-transition:all 0.3s; - } - - .uranus.tparrows:hover:before { - opacity:0.75; - } - -/* BULLETS */ -.uranus .tp-bullet{ - border-radius: 50%; - box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); - -webkit-transition: box-shadow 0.3s ease; - transition: box-shadow 0.3s ease; - background:transparent; -} -.uranus .tp-bullet.selected, -.uranus .tp-bullet:hover { - box-shadow: 0 0 0 2px #FFF; - border:none; - border-radius: 50%; - - background:transparent; -} - - - -.uranus .tp-bullet-inner { - background-color: rgba(255, 255, 255, 0.7); - -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease; - transition: background-color 0.3s ease, transform 0.3s ease; - top: 0; - left: 0; - width: 100%; - height: 100%; - outline: none; - border-radius: 50%; - background-color: #FFF; - background-color: rgba(255, 255, 255, 0.3); - text-indent: -999em; - cursor: pointer; - position: absolute; -} - -.uranus .tp-bullet.selected .tp-bullet-inner, -.uranus .tp-bullet:hover .tp-bullet-inner{ - transform: scale(0.4); - -webkit-transform: scale(0.4); - background-color:#fff; -} - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ -/* ARROWS */ -.zeus.tparrows { - cursor:pointer; - min-width:70px; - min-height:70px; - position:absolute; - display:block; - z-index:100; - border-radius:35px; - overflow:hidden; - background:rgba(0,0,0,0.10); -} - -.zeus.tparrows:before { - font-family: "revicons"; - font-size:20px; - color:#fff; - display:block; - line-height: 70px; - text-align: center; - z-index:2; - position:relative; -} -.zeus.tparrows.tp-leftarrow:before { - content: "\e824"; -} -.zeus.tparrows.tp-rightarrow:before { - content: "\e825"; -} - -.zeus .tp-title-wrap { - background:#000; - background:rgba(0,0,0,0.5); - width:100%; - height:100%; - top:0px; - left:0px; - position:absolute; - opacity:0; - transform:scale(0); - -webkit-transform:scale(0); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - border-radius:50%; - } -.zeus .tp-arr-imgholder { - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - background-position:center center; - background-size:cover; - border-radius:50%; - transform:translateX(-100%); - -webkit-transform:translateX(-100%); - transition: all 0.3s; - -webkit-transition:all 0.3s; - -moz-transition:all 0.3s; - - } -.zeus.tp-rightarrow .tp-arr-imgholder { - transform:translateX(100%); - -webkit-transform:translateX(100%); - } -.zeus.tparrows:hover .tp-arr-imgholder { - transform:translateX(0); - -webkit-transform:translateX(0); - opacity:1; -} - -.zeus.tparrows:hover .tp-title-wrap { - transform:scale(1); - -webkit-transform:scale(1); - opacity:1; -} - - -/* BULLETS */ -.zeus .tp-bullet { - box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%; - background-color: rgba(0, 0, 0, 0); - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; - width:13px;height:13px; - border:2px solid #fff; - } -.zeus .tp-bullet:after { - content: ""; - position: absolute; - width: 100%; - height: 100%; - left: 0; - border-radius: 50%; - background-color: #FFF; - -webkit-transform: scale(0); - transform: scale(0); - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: -webkit-transform 0.3s ease; - transition: transform 0.3s ease; -} -.zeus .tp-bullet:hover:after, -.zeus .tp-bullet.selected:after{ - -webkit-transform: scale(1.2); - transform: scale(1.2); -} - - .zeus .tp-bullet-image, - .zeus .tp-bullet-imageoverlay{ - width:135px; - height:60px; - position:absolute; - background:#000; - background:rgba(0,0,0,0.5); - bottom:25px; - left:50%; - margin-left:-65px; - box-sizing:border-box; - background-size:cover; - background-position:center center; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - border-radius:4px; - -} - - -.zeus .tp-bullet-title, -.zeus .tp-bullet-imageoverlay { - z-index:2; - -webkit-transition: all 0.5s ease; - transition: all 0.5s ease; -} -.zeus .tp-bullet-title { - color:#fff; - text-align:center; - line-height:15px; - font-size:13px; - font-weight:600; - z-index:3; - visibility:hidden; - opacity:0; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform-origin: 50% 50%; - transform-origin: 50% 50%; - -webkit-transition: all 0.3s ease; - transition: all 0.3s ease; - position:absolute; - bottom:45px; - width:135px; - vertical-align:middle; - left:-57px; -} - -.zeus .tp-bullet:hover .tp-bullet-title, -.zeus .tp-bullet:hover .tp-bullet-image, -.zeus .tp-bullet:hover .tp-bullet-imageoverlay{ - opacity:1; - visibility:visible; - -webkit-transform:translateY(0px); - transform:translateY(0px); - } - -/* THUMBS */ -.zeus .tp-thumb { -opacity:1 -} - -.zeus .tp-thumb-over { - background:#000; - background:rgba(0,0,0,0.25); - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.zeus .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:20px; - right:20px; - z-index:2; -} -.zeus .tp-thumb-more:before { - content: "\e825"; -} - -.zeus .tp-thumb-title { - font-family:"Raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:20px 35px 20px 20px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.zeus .tp-thumb.selected .tp-thumb-more:before, -.zeus .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.zeus .tp-thumb.selected .tp-thumb-over, -.zeus .tp-thumb:hover .tp-thumb-over { - background:#000; -} -.zeus .tp-thumb.selected .tp-thumb-title, -.zeus .tp-thumb:hover .tp-thumb-title { - color:#fff; - -} - - -/* TABS */ -.zeus .tp-tab { - opacity:1; - box-sizing:border-box; -} - -.zeus .tp-tab-title { -display: block; -text-align: center; -background: rgba(0,0,0,0.25); -font-family: "Roboto Slab", serif; -font-weight: 700; -font-size: 13px; -line-height: 13px; -color: #fff; -padding: 9px 10px; } - -.zeus .tp-tab:hover .tp-tab-title, -.zeus .tp-tab.selected .tp-tab-title { - color: #000; - background:rgba(255,255,255,1); -} - - - -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Navigatin Skin Style - - - ZEUS SKIN - -author: ThemePunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - - -.post-tabs .tp-thumb { -opacity:1 -} - -.post-tabs .tp-thumb-over { - background:#252525; - width:100%; - height:100%; - position:absolute; - top:0px; - left:0px; - z-index:1; - -webkit-transition:all 0.3s; - transition:all 0.3s; -} - -.post-tabs .tp-thumb-more:before { - font-family: "revicons"; - font-size:12px; - color:#aaa; - color:rgba(255,255,255,0.75); - display:block; - line-height: 12px; - text-align: left; - z-index:2; - position:absolute; - top:15px; - right:15px; - z-index:2; -} -.post-tabs .tp-thumb-more:before { - content: "\e825"; -} - -.post-tabs .tp-thumb-title { - font-family:"raleway"; - letter-spacing:1px; - font-size:12px; - color:#fff; - display:block; - line-height: 15px; - text-align: left; - z-index:2; - position:absolute; - top:0px; - left:0px; - z-index:2; - padding:15px 30px 15px 15px; - width:100%; - height:100%; - box-sizing:border-box; - transition:all 0.3s; - -webkit-transition:all 0.3s; - font-weight:500; -} - -.post-tabs .tp-thumb.selected .tp-thumb-more:before, -.post-tabs .tp-thumb:hover .tp-thumb-more:before { - color:#aaa; - -} - -.post-tabs .tp-thumb.selected .tp-thumb-over, -.post-tabs .tp-thumb:hover .tp-thumb-over { - background:#fff; -} -.post-tabs .tp-thumb.selected .tp-thumb-title, -.post-tabs .tp-thumb:hover .tp-thumb-title { - color:#000; - -} diff --git a/views/assets/plugins/revolution-slider/revolution/css/openhand.123 b/views/assets/plugins/revolution-slider/revolution/css/openhand.123 deleted file mode 100644 index fba3ddc..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/css/openhand.123 and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/css/settings.css b/views/assets/plugins/revolution-slider/revolution/css/settings.css deleted file mode 100644 index b80e644..0000000 --- a/views/assets/plugins/revolution-slider/revolution/css/settings.css +++ /dev/null @@ -1,1132 +0,0 @@ -/*----------------------------------------------------------------------------- - -- Revolution Slider 5.0 Default Style Settings - - -Screen Stylesheet - -version: 5.0.0 -date: 18/03/15 -author: themepunch -email: info@themepunch.com -website: http://www.themepunch.com ------------------------------------------------------------------------------*/ - - -@font-face { - font-family: 'revicons'; - src: url('../fonts/revicons/revicons90c6.eot?5510888'); - src: url('../fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'), - url('../fonts/revicons/revicons90c6.woff?5510888') format('woff'), - url('../fonts/revicons/revicons90c6.ttf?5510888') format('truetype'), - url('../fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg'); - font-weight: normal; - font-style: normal; -} - - [class^="revicon-"]:before, [class*=" revicon-"]:before { - font-family: "revicons"; - font-style: normal; - font-weight: normal; - speak: none; - display: inline-block; - text-decoration: inherit; - width: 1em; - margin-right: .2em; - text-align: center; - - /* For safety - reset parent styles, that can break glyph codes*/ - font-variant: normal; - text-transform: none; - - /* fix buttons height, for twitter bootstrap */ - line-height: 1em; - - /* Animation center compensation - margins should be symmetric */ - /* remove if not needed */ - margin-left: .2em; - - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - - /* Uncomment for 3D effect */ - /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -} - -.revicon-search-1:before { content: '\e802'; } /* '' */ -.revicon-pencil-1:before { content: '\e831'; } /* '' */ -.revicon-picture-1:before { content: '\e803'; } /* '' */ -.revicon-cancel:before { content: '\e80a'; } /* '' */ -.revicon-info-circled:before { content: '\e80f'; } /* '' */ -.revicon-trash:before { content: '\e801'; } /* '' */ -.revicon-left-dir:before { content: '\e817'; } /* '' */ -.revicon-right-dir:before { content: '\e818'; } /* '' */ -.revicon-down-open:before { content: '\e83b'; } /* '' */ -.revicon-left-open:before { content: '\e819'; } /* '' */ -.revicon-right-open:before { content: '\e81a'; } /* '' */ -.revicon-angle-left:before { content: '\e820'; } /* '' */ -.revicon-angle-right:before { content: '\e81d'; } /* '' */ -.revicon-left-big:before { content: '\e81f'; } /* '' */ -.revicon-right-big:before { content: '\e81e'; } /* '' */ -.revicon-magic:before { content: '\e807'; } /* '' */ -.revicon-picture:before { content: '\e800'; } /* '' */ -.revicon-export:before { content: '\e80b'; } /* '' */ -.revicon-cog:before { content: '\e832'; } /* '' */ -.revicon-login:before { content: '\e833'; } /* '' */ -.revicon-logout:before { content: '\e834'; } /* '' */ -.revicon-video:before { content: '\e805'; } /* '' */ -.revicon-arrow-combo:before { content: '\e827'; } /* '' */ -.revicon-left-open-1:before { content: '\e82a'; } /* '' */ -.revicon-right-open-1:before { content: '\e82b'; } /* '' */ -.revicon-left-open-mini:before { content: '\e822'; } /* '' */ -.revicon-right-open-mini:before { content: '\e823'; } /* '' */ -.revicon-left-open-big:before { content: '\e824'; } /* '' */ -.revicon-right-open-big:before { content: '\e825'; } /* '' */ -.revicon-left:before { content: '\e836'; } /* '' */ -.revicon-right:before { content: '\e826'; } /* '' */ -.revicon-ccw:before { content: '\e808'; } /* '' */ -.revicon-arrows-ccw:before { content: '\e806'; } /* '' */ -.revicon-palette:before { content: '\e829'; } /* '' */ -.revicon-list-add:before { content: '\e80c'; } /* '' */ -.revicon-doc:before { content: '\e809'; } /* '' */ -.revicon-left-open-outline:before { content: '\e82e'; } /* '' */ -.revicon-left-open-2:before { content: '\e82c'; } /* '' */ -.revicon-right-open-outline:before { content: '\e82f'; } /* '' */ -.revicon-right-open-2:before { content: '\e82d'; } /* '' */ -.revicon-equalizer:before { content: '\e83a'; } /* '' */ -.revicon-layers-alt:before { content: '\e804'; } /* '' */ -.revicon-popup:before { content: '\e828'; } /* '' */ - - - -/****************************** - - BASIC STYLES - -******************************/ - -.rev_slider_wrapper{ - position:relative; - z-index: 0; -} - - -.rev_slider{ - position:relative; - overflow:visible; -} - -.tp-overflow-hidden { overflow:hidden;} - -.tp-simpleresponsive img, -.rev_slider img{ - max-width:none !important; - -moz-transition: none 0; - -webkit-transition: none 0; - -o-transition: none 0; - transition: none 0; - margin:0px; - padding:0px; - border-width:0px; - border:none; -} - -.rev_slider .no-slides-text{ - font-weight:bold; - text-align:center; - padding-top:80px; -} - -.rev_slider >ul, -.rev_slider_wrapper >ul, -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li{ - list-style:none !important; - position:absolute; - margin:0px !important; - padding:0px !important; - overflow-x: visible; - overflow-y: visible; - list-style-type: none !important; - background-image:none; - background-position:0px 0px; - text-indent: 0em; - top:0px;left:0px; -} - - -.tp-revslider-mainul >li, -.rev_slider >ul >li, -.rev_slider >ul >li:before, -.tp-revslider-mainul >li:before, -.tp-simpleresponsive >ul >li, -.tp-simpleresponsive >ul >li:before, -.tp-revslider-mainul >li, -.tp-simpleresponsive >ul >li { - visibility:hidden; -} - -.tp-revslider-slidesli, -.tp-revslider-mainul { - padding:0 !important; - margin:0 !important; - list-style:none !important; -} - -.rev_slider .tp-caption, -.rev_slider .caption { - position:relative; - visibility:hidden; - white-space: nowrap; - display: block; -} - - -/* CAROUSEL FUNCTIONS */ -.tp-carousel-wrapper { - cursor:url(openhand.123), move; -} -.tp-carousel-wrapper.dragged { - cursor:url(closedhand.123), move; -} - -/* ADDED FOR SLIDELINK MANAGEMENT */ -.tp-caption { - z-index:1 -} - -.tp_inner_padding { - box-sizing:border-box; - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - max-height:none !important; -} - - -.tp-caption { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; - position:absolute; - -webkit-font-smoothing: antialiased !important; -} - - - -.tp-forcenotvisible, -.tp-hide-revslider, -.tp-caption.tp-hidden-caption { - visibility:hidden !important; - display:none !important -} - -.rev_slider embed, -.rev_slider iframe, -.rev_slider object, -.rev_slider video { - max-width: none !important -} - - - -/********************************************** - - FULLSCREEN AND FULLWIDHT CONTAINERS - -**********************************************/ -.rev_slider_wrapper { width:100%;} - -.fullscreen-container { - position:relative; - padding:0; -} - - -.fullwidthbanner-container{ - position:relative; - padding:0; - overflow:hidden; -} - -.fullwidthbanner-container .fullwidthabanner{ - width:100%; - position:relative; -} - - - -/********************************* - - SPECIAL TP CAPTIONS - -**********************************/ - -.tp-static-layers { - position:absolute; z-index:505; top:0px;left:0px} - - -.tp-caption .frontcorner { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcorner { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-caption .frontcornertop { - width: 0; - height: 0; - border-left: 40px solid transparent; - border-right: 0px solid transparent; - border-bottom: 40px solid #00A8FF; - position: absolute;left:-40px;top:0px; -} - -.tp-caption .backcornertop { - width: 0; - height: 0; - border-left: 0px solid transparent; - border-right: 40px solid transparent; - border-top: 40px solid #00A8FF; - position: absolute;right:0px;top:0px; -} - -.tp-layer-inner-rotation { - position: relative !important; -} - - -/*********************************************** - - SPECIAL ALTERNATIVE IMAGE SETTINGS - -***********************************************/ - -img.tp-slider-alternative-image { - width:100%; height:auto; -} - - -/****************************** - - IE8 HACKS - -*******************************/ -.noFilterClass { - filter:none !important; -} - - -/******************************** - - FULLSCREEN VIDEO - -*********************************/ - -.rs-background-video-layer { position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;} - -.tp-caption.coverscreenvideo { width:100%;height:100%;top:0px;left:0px;position:absolute;} -.caption.fullscreenvideo, -.tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%} - -.caption.fullscreenvideo iframe, -.caption.fullscreenvideo video, -.tp-caption.fullscreenvideo iframe, -.tp-caption.fullscreenvideo iframe video { width:100% !important; height:100% !important; display: none} - -.fullcoveredvideo video, -.fullscreenvideo video { background: #000} - -.fullcoveredvideo .tp-poster { background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px} - - -.videoisplaying .html5vid .tp-poster { display: none} - -.tp-video-play-button { - background:#000; - background:rgba(0,0,0,0.3); - border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; - position: absolute; - top: 50%; - left: 50%; - color: #FFF; - z-index: 3; - margin-top: -25px; - margin-left: -25px; - line-height: 50px !important; - text-align: center; - cursor: pointer; - width: 50px; - height:50px; - box-sizing: border-box; - -moz-box-sizing: border-box; - display: inline-block; - vertical-align: top; - z-index: 4; - opacity: 0; - -webkit-transition:opacity 300ms ease-out !important; - -moz-transition:opacity 300ms ease-out !important; - -o-transition:opacity 300ms ease-out !important; - transition:opacity 300ms ease-out !important; -} -.tp-caption .html5vid { width:100% !important; height:100% !important;} -.tp-video-play-button i { width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;} -.tp-caption:hover .tp-video-play-button { opacity: 1;} -.tp-caption .tp-revstop { display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;} -.videoisplaying .revicon-right-dir { display:none} -.videoisplaying .tp-revstop { display:inline-block} - -.videoisplaying .tp-video-play-button { display:none} -.tp-caption:hover .tp-video-play-button { display:block} - -.fullcoveredvideo .tp-video-play-button { display:none !important} - - -.fullscreenvideo .fullscreenvideo video { object-fit:contain !important;} - -.fullscreenvideo .fullcoveredvideo video { object-fit:cover !important;} - -.tp-video-controls { - position: absolute; - bottom: 0; - left: 0; - right: 0; - padding: 5px; - opacity: 0; - -webkit-transition: opacity .3s; - -moz-transition: opacity .3s; - -o-transition: opacity .3s; - -ms-transition: opacity .3s; - transition: opacity .3s; - background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%); - background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50))); - display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; -} - -.tp-caption:hover .tp-video-controls { opacity: .9;} - -.tp-video-button { - background: rgba(0,0,0,.5); - border: 0; - color: #EEE; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; - cursor:pointer; - line-height:12px; - font-size:12px; - color:#fff; - padding:0px; - margin:0px; - outline: none; - } -.tp-video-button:hover { cursor: pointer;} - - -.tp-video-button-wrap, -.tp-video-seek-bar-wrap, -.tp-video-vol-bar-wrap { padding:0px 5px;display:table-cell; } - -.tp-video-seek-bar-wrap { width:80%} -.tp-video-vol-bar-wrap { width:20%} - -.tp-volume-bar, -.tp-seek-bar { width:100%; cursor: pointer; outline:none; line-height:12px;margin:0; padding:0;} - - -.rs-fullvideo-cover { width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;} - - - - -/******************************** - - DOTTED OVERLAYS - -*********************************/ -.tp-dottedoverlay { background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3} -.tp-dottedoverlay.twoxtwo { background:url(../assets/gridtile.png)} -.tp-dottedoverlay.twoxtwowhite { background:url(../assets/gridtile_white.png)} -.tp-dottedoverlay.threexthree { background:url(../assets/gridtile_3x3.png)} -.tp-dottedoverlay.threexthreewhite { background:url(../assets/gridtile_3x3_white.png)} - - -/****************************** - - SHADOWS - -******************************/ - -.tp-shadowcover { width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;} -.tp-shadow1 { - -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); - box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8); -} - -.tp-shadow2:before, .tp-shadow2:after, -.tp-shadow3:before, .tp-shadow4:after -{ - z-index: -2; - position: absolute; - content: ""; - bottom: 10px; - left: 10px; - width: 50%; - top: 85%; - max-width:300px; - background: transparent; - -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8); - box-shadow: 0 15px 10px rgba(0,0,0,0.8); - -webkit-transform: rotate(-3deg); - -moz-transform: rotate(-3deg); - -o-transform: rotate(-3deg); - -ms-transform: rotate(-3deg); - transform: rotate(-3deg); -} - -.tp-shadow2:after, -.tp-shadow4:after -{ - -webkit-transform: rotate(3deg); - -moz-transform: rotate(3deg); - -o-transform: rotate(3deg); - -ms-transform: rotate(3deg); - transform: rotate(3deg); - right: 10px; - left: auto; -} - -.tp-shadow5 -{ - position:relative; - -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; - box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -} -.tp-shadow5:before, .tp-shadow5:after -{ - content:""; - position:absolute; - z-index:-2; - -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - -moz-box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - box-shadow:0 0 25px 0px rgba(0,0,0,0.6); - top:30%; - bottom:0; - left:20px; - right:20px; - -moz-border-radius:100px / 20px; - border-radius:100px / 20px; -} - -/****************************** - - BUTTONS - -*******************************/ - -.tp-button{ - padding:6px 13px 5px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - height:30px; - cursor:pointer; - color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important; - background:url(../images/gradient/g30.html) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px; - text-decoration:none; -} - -.tp-button.big { color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px; line-height:57px !important; background:url(../images/gradient/g40.html) repeat-x top} - - -.purchase:hover, -.tp-button:hover, -.tp-button.big:hover { background-position:bottom, 15px 11px} - - -/* BUTTON COLORS */ - -.tp-button.green, .tp-button:hover.green, -.purchase.green, .purchase:hover.green { background-color:#21a117; -webkit-box-shadow: 0px 3px 0px 0px #104d0b; -moz-box-shadow: 0px 3px 0px 0px #104d0b; box-shadow: 0px 3px 0px 0px #104d0b; } - -.tp-button.blue, .tp-button:hover.blue, -.purchase.blue, .purchase:hover.blue { background-color:#1d78cb; -webkit-box-shadow: 0px 3px 0px 0px #0f3e68; -moz-box-shadow: 0px 3px 0px 0px #0f3e68; box-shadow: 0px 3px 0px 0px #0f3e68} - -.tp-button.red, .tp-button:hover.red, -.purchase.red, .purchase:hover.red { background-color:#cb1d1d; -webkit-box-shadow: 0px 3px 0px 0px #7c1212; -moz-box-shadow: 0px 3px 0px 0px #7c1212; box-shadow: 0px 3px 0px 0px #7c1212} - -.tp-button.orange, .tp-button:hover.orange, -.purchase.orange, .purchase:hover.orange { background-color:#ff7700; -webkit-box-shadow: 0px 3px 0px 0px #a34c00; -moz-box-shadow: 0px 3px 0px 0px #a34c00; box-shadow: 0px 3px 0px 0px #a34c00} - -.tp-button.darkgrey,.tp-button.grey, -.tp-button:hover.darkgrey,.tp-button:hover.grey, -.purchase.darkgrey, .purchase:hover.darkgrey { background-color:#555; -webkit-box-shadow: 0px 3px 0px 0px #222; -moz-box-shadow: 0px 3px 0px 0px #222; box-shadow: 0px 3px 0px 0px #222} - -.tp-button.lightgrey, .tp-button:hover.lightgrey, -.purchase.lightgrey, .purchase:hover.lightgrey { background-color:#888; -webkit-box-shadow: 0px 3px 0px 0px #555; -moz-box-shadow: 0px 3px 0px 0px #555; box-shadow: 0px 3px 0px 0px #555} - - - -/* TP BUTTONS DESKTOP SIZE */ - -.rev-btn, -.rev-btn:visited { outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-family: "Roboto", sans-serif; cursor: pointer;} - -.rev-btn.rev-uppercase, -.rev-btn.rev-uppercase:visited { text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; } - -.rev-btn.rev-withicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !importan;} - -.rev-btn.rev-hiddenicon i { font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important; } -.rev-btn.rev-hiddenicon:hover i { opacity: 1 !important; margin-left:10px !important; width:auto !important;} - -/* REV BUTTONS MEDIUM */ -.rev-btn.rev-medium, -.rev-btn.rev-medium:visited { line-height: 36px; font-size: 14px; padding: 10px 30px; } - -.rev-btn.rev-medium.rev-withicon i { font-size: 14px; top: 0px; } - -.rev-btn.rev-medium.rev-hiddenicon i { font-size: 14px; top: 0px; } - - -/* REV BUTTONS SMALL */ -.rev-btn.rev-small, -.rev-btn.rev-small:visited { line-height: 28px; font-size: 12px; padding: 7px 20px; } - -.rev-btn.rev-small.rev-withicon i { font-size: 12px; top: 0px; } - -.rev-btn.rev-small.rev-hiddenicon i { font-size: 12px; top: 0px; } - - -/* ROUNDING OPTIONS */ -.rev-maxround { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } -.rev-minround { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } - - -/* BURGER BUTTON */ -.rev-burger { - position: relative; - width: 60px; - height: 60px; - box-sizing: border-box; - padding: 22px 0 0 14px; - border-radius: 50%; - border: 1px solid rgba(51,51,51,0.25); - tap-highlight-color: transparent; - cursor: pointer; -} -.rev-burger span { - display: block; - width: 30px; - height: 3px; - background: #333; - transition: .7s; - pointer-events: none; - transform-style: flat !important; -} -.rev-burger span:nth-child(2) { - margin: 3px 0; -} - -#dialog_addbutton .rev-burger:hover :first-child, -.open .rev-burger :first-child, -.open.rev-burger :first-child { - transform: translateY(6px) rotate(-45deg); - -webkit-transform: translateY(6px) rotate(-45deg); -} -#dialog_addbutton .rev-burger:hover :nth-child(2), -.open .rev-burger :nth-child(2), -.open.rev-burger :nth-child(2) { - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); - opacity: 0; -} -#dialog_addbutton .rev-burger:hover :last-child, -.open .rev-burger :last-child, -.open.rev-burger :last-child { - transform: translateY(-6px) rotate(-135deg); - -webkit-transform: translateY(-6px) rotate(-135deg); -} - -.rev-burger.revb-white { - border: 2px solid rgba(255,255,255,0.2); -} -.rev-burger.revb-white span { - background: #fff; -} -.rev-burger.revb-whitenoborder { - border: 0; -} -.rev-burger.revb-whitenoborder span { - background: #fff; -} -.rev-burger.revb-darknoborder { - border: 0; -} -.rev-burger.revb-darknoborder span { - background: #333; -} - -.rev-burger.revb-whitefull { - background: #fff; - border:none; -} - -.rev-burger.revb-whitefull span { - background:#333; -} - -.rev-burger.revb-darkfull { - background: #333; - border:none; -} - -.rev-burger.revb-darkfull span { - background:#fff; -} - - -/* SCROLL DOWN BUTTON */ -@-webkit-keyframes rev-ani-mouse { - 0% { opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% { opacity: 0;top: 50%;} - 100% { opacity: 0;top: 29%;} -} -@-moz-keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -@keyframes rev-ani-mouse { - 0% {opacity: 1;top: 29%;} - 15% {opacity: 1;top: 50%;} - 50% {opacity: 0;top: 50%;} - 100% {opacity: 0;top: 29%;} -} -.rev-scroll-btn { - display: inline-block; - position: relative; - left: 0; - right: 0; - text-align: center; - cursor: pointer; - width:35px; - height:55px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - border: 3px solid white; - border-radius: 23px; -} -.rev-scroll-btn > * { - display: inline-block; - line-height: 18px; - font-size: 13px; - font-weight: normal; - color: #7f8c8d; - color: #ffffff; - font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; - letter-spacing: 2px; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *.active { - color: #ffffff; -} -.rev-scroll-btn > *:hover, -.rev-scroll-btn > *:focus, -.rev-scroll-btn > *:active, -.rev-scroll-btn > *.active { - opacity: 0.8; - filter: alpha(opacity=80); -} - -.rev-scroll-btn.revs-fullwhite { - background:#fff; -} - -.rev-scroll-btn.revs-fullwhite span { - background: #333; -} - -.rev-scroll-btn.revs-fulldark { - background:#333; - border:none; -} - -.rev-scroll-btn.revs-fulldark span { - background: #fff; -} - -.rev-scroll-btn span { - position: absolute; - display: block; - top: 29%; - left: 50%; - width: 8px; - height: 8px; - margin: -4px 0 0 -4px; - background: white; - border-radius: 50%; - -webkit-animation: rev-ani-mouse 2.5s linear infinite; - -moz-animation: rev-ani-mouse 2.5s linear infinite; - animation: rev-ani-mouse 2.5s linear infinite; -} - -.rev-scroll-btn.revs-dark { - border-color:#333; -} -.rev-scroll-btn.revs-dark span { - background: #333; -} - -.rev-control-btn { - position: relative; - display: inline-block; - z-index: 5; - color: #FFF; - font-size: 20px; - line-height: 60px; - font-weight: 400; - font-style: normal; - font-family: Raleway; - text-decoration: none; - text-align: center; - background-color: #000; - border-radius: 50px; - text-shadow: none; - background-color: rgba(0, 0, 0, 0.50); - width:60px; - height:60px; - box-sizing: border-box; - cursor: pointer; -} - -.rev-cbutton-dark-sr { - border-radius: 3px; -} - -.rev-cbutton-light { - color: #333; - background-color: rgba(255,255,255, 0.75); -} - -.rev-cbutton-light-sr { - color: #333; - border-radius: 3; - background-color: rgba(255,255,255, 0.75); -} - - -.rev-sbutton { - line-height: 37px; - width:37px; - height:37px; -} - -.rev-sbutton-blue { - background-color: #3B5998 -} -.rev-sbutton-lightblue { - background-color: #00A0D1; -} -.rev-sbutton-red { - background-color: #DD4B39; -} - - - - -/************************************ -- TP BANNER TIMER - -*************************************/ -.tp-bannertimer { visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px} -.tp-bannertimer.tp-bottom { top:auto; bottom:0px !important;height:5px} - - -/********************************************* -- BASIC SETTINGS FOR THE BANNER - -***********************************************/ - - .tp-simpleresponsive img { - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -o-user-select: none; -} - -.tp-caption img { - background: transparent; - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); - zoom: 1; -} - - - -/* CAPTION SLIDELINK **/ -.caption.slidelink a div, -.tp-caption.slidelink a div { width:3000px; height:1500px; background:url(../assets/coloredbg.png) repeat} -.tp-caption.slidelink a span{ background:url(../assets/coloredbg.png) repeat} -.tp-shape { width:100%;height:100%;} - - - - -/****************************** - - LOADER FORMS - -********************************/ - -.tp-loader { - top:50%; left:50%; - z-index:10000; - position:absolute; -} - -.tp-loader.spinner0 { - width: 40px; - height: 40px; - background-color: #fff; - background:url(../assets/loader.gif) no-repeat center center; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -.tp-loader.spinner1 { - width: 40px; - height: 40px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - margin-top:-20px; - margin-left:-20px; - -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out; - animation: tp-rotateplane 1.2s infinite ease-in-out; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - - -.tp-loader.spinner5 { - background:url(../assets/loader.gif) no-repeat 10px 10px; - background-color:#fff; - margin:-22px -22px; - width:44px;height:44px; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - - -@-webkit-keyframes tp-rotateplane { - 0% { -webkit-transform: perspective(120px) } - 50% { -webkit-transform: perspective(120px) rotateY(180deg) } - 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } -} - -@keyframes tp-rotateplane { - 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} - 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} - 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} -} - - -.tp-loader.spinner2 { - width: 40px; - height: 40px; - margin-top:-20px;margin-left:-20px; - background-color: #ff0000; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - -webkit-animation: tp-scaleout 1.0s infinite ease-in-out; - animation: tp-scaleout 1.0s infinite ease-in-out; -} - -@-webkit-keyframes tp-scaleout { - 0% { -webkit-transform: scale(0.0) } - 100% {-webkit-transform: scale(1.0); opacity: 0;} -} - -@keyframes tp-scaleout { - 0% {transform: scale(0.0);-webkit-transform: scale(0.0);} - 100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;} -} - - -.tp-loader.spinner3 { - margin: -9px 0px 0px -35px; - width: 70px; - text-align: center; -} - -.tp-loader.spinner3 .bounce1, -.tp-loader.spinner3 .bounce2, -.tp-loader.spinner3 .bounce3 { - width: 18px; - height: 18px; - background-color: #fff; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - border-radius: 100%; - display: inline-block; - -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out; - animation: tp-bouncedelay 1.4s infinite ease-in-out; - /* Prevent first frame from flickering when animation starts */ - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.tp-loader.spinner3 .bounce1 { - -webkit-animation-delay: -0.32s; - animation-delay: -0.32s; -} - -.tp-loader.spinner3 .bounce2 { - -webkit-animation-delay: -0.16s; - animation-delay: -0.16s; -} - -@-webkit-keyframes tp-bouncedelay { - 0%, 80%, 100% { -webkit-transform: scale(0.0) } - 40% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bouncedelay { - 0%, 80%, 100% {transform: scale(0.0);} - 40% {transform: scale(1.0);} -} - - - - -.tp-loader.spinner4 { - margin: -20px 0px 0px -20px; - width: 40px; - height: 40px; - text-align: center; - -webkit-animation: tp-rotate 2.0s infinite linear; - animation: tp-rotate 2.0s infinite linear; -} - -.tp-loader.spinner4 .dot1, -.tp-loader.spinner4 .dot2 { - width: 60%; - height: 60%; - display: inline-block; - position: absolute; - top: 0; - background-color: #fff; - border-radius: 100%; - -webkit-animation: tp-bounce 2.0s infinite ease-in-out; - animation: tp-bounce 2.0s infinite ease-in-out; - box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); -} - -.tp-loader.spinner4 .dot2 { - top: auto; - bottom: 0px; - -webkit-animation-delay: -1.0s; - animation-delay: -1.0s; -} - -@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }} -@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }} - -@-webkit-keyframes tp-bounce { - 0%, 100% { -webkit-transform: scale(0.0) } - 50% { -webkit-transform: scale(1.0) } -} - -@keyframes tp-bounce { - 0%, 100% {transform: scale(0.0);} - 50% { transform: scale(1.0);} -} - - - -/*********************************************** - - STANDARD NAVIGATION SETTINGS -***********************************************/ - - -.tp-thumbs.navbar, -.tp-bullets.navbar, -.tp-tabs.navbar { border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;} - -.tp-tabs, -.tp-thumbs, -.tp-bullets { position:absolute; display:block; z-index:1000; top:0px; left:0px;} - -.tp-tab, -.tp-thumb { cursor: pointer; position:absolute;opacity:0.5; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;} - -.tp-videoposter, -.tp-thumb-image, -.tp-tab-image { background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;} - -.tp-tab:hover, -.tp-tab.selected, -.tp-thumb:hover, -.tp-thumb.selected { opacity:1;} - -.tp-tab-mask, -.tp-thumb-mask { box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important} - -.tp-tabs, -.tp-thumbs { box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important} - -.tp-bullet { width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;} -.tp-bullet.selected, -.tp-bullet:hover { background:#fff;} - -.tp-bannertimer { background:#000; background:rgba(0,0,0,0.15); height:5px;} - - -.tparrows { cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:100; } -.tparrows:hover { background:#000;} -.tparrows:before { font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;} -.tparrows.tp-leftarrow:before { content: '\e824'; } -.tparrows.tp-rightarrow:before { content: '\e825'; } - - - -/******************* - - DEBUG MODE - -*******************/ - -.hglayerinfo { position: fixed; - bottom: 0px; - left: 0px; - color: #FFF; - font-size: 12px; - line-height: 20px; - font-weight: 600; - background: rgba(0, 0, 0, 0.75); - padding: 5px 10px; - z-index: 2000; - white-space: normal;} -.hginfo { position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;} -.indebugmode .tp-caption:hover { border:1px dashed #c0392b !important;} -.helpgrid { border:2px dashed #c0392b;position:absolute;top:0px;peft:0px;z-index:0 } - diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css b/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css deleted file mode 100644 index d30256b..0000000 --- a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css +++ /dev/null @@ -1,632 +0,0 @@ -@font-face { - font-family: 'Pe-icon-7-stroke'; - src:url('../fonts/Pe-icon-7-strokebb1d.eot?d7yf1v'); - src:url('../fonts/Pe-icon-7-stroked41d.eot?#iefixd7yf1v') format('embedded-opentype'), - url('../fonts/Pe-icon-7-strokebb1d.woff?d7yf1v') format('woff'), - url('../fonts/Pe-icon-7-strokebb1d.ttf?d7yf1v') format('truetype'), - url('../fonts/Pe-icon-7-strokebb1d.svg?d7yf1v#Pe-icon-7-stroke') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="pe-7s-"], [class*=" pe-7s-"] { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.pe-7s-album:before { - content: "\e6aa"; -} -.pe-7s-arc:before { - content: "\e6ab"; -} -.pe-7s-back-2:before { - content: "\e6ac"; -} -.pe-7s-bandaid:before { - content: "\e6ad"; -} -.pe-7s-car:before { - content: "\e6ae"; -} -.pe-7s-diamond:before { - content: "\e6af"; -} -.pe-7s-door-lock:before { - content: "\e6b0"; -} -.pe-7s-eyedropper:before { - content: "\e6b1"; -} -.pe-7s-female:before { - content: "\e6b2"; -} -.pe-7s-gym:before { - content: "\e6b3"; -} -.pe-7s-hammer:before { - content: "\e6b4"; -} -.pe-7s-headphones:before { - content: "\e6b5"; -} -.pe-7s-helm:before { - content: "\e6b6"; -} -.pe-7s-hourglass:before { - content: "\e6b7"; -} -.pe-7s-leaf:before { - content: "\e6b8"; -} -.pe-7s-magic-wand:before { - content: "\e6b9"; -} -.pe-7s-male:before { - content: "\e6ba"; -} -.pe-7s-map-2:before { - content: "\e6bb"; -} -.pe-7s-next-2:before { - content: "\e6bc"; -} -.pe-7s-paint-bucket:before { - content: "\e6bd"; -} -.pe-7s-pendrive:before { - content: "\e6be"; -} -.pe-7s-photo:before { - content: "\e6bf"; -} -.pe-7s-piggy:before { - content: "\e6c0"; -} -.pe-7s-plugin:before { - content: "\e6c1"; -} -.pe-7s-refresh-2:before { - content: "\e6c2"; -} -.pe-7s-rocket:before { - content: "\e6c3"; -} -.pe-7s-settings:before { - content: "\e6c4"; -} -.pe-7s-shield:before { - content: "\e6c5"; -} -.pe-7s-smile:before { - content: "\e6c6"; -} -.pe-7s-usb:before { - content: "\e6c7"; -} -.pe-7s-vector:before { - content: "\e6c8"; -} -.pe-7s-wine:before { - content: "\e6c9"; -} -.pe-7s-cloud-upload:before { - content: "\e68a"; -} -.pe-7s-cash:before { - content: "\e68c"; -} -.pe-7s-close:before { - content: "\e680"; -} -.pe-7s-bluetooth:before { - content: "\e68d"; -} -.pe-7s-cloud-download:before { - content: "\e68b"; -} -.pe-7s-way:before { - content: "\e68e"; -} -.pe-7s-close-circle:before { - content: "\e681"; -} -.pe-7s-id:before { - content: "\e68f"; -} -.pe-7s-angle-up:before { - content: "\e682"; -} -.pe-7s-wristwatch:before { - content: "\e690"; -} -.pe-7s-angle-up-circle:before { - content: "\e683"; -} -.pe-7s-world:before { - content: "\e691"; -} -.pe-7s-angle-right:before { - content: "\e684"; -} -.pe-7s-volume:before { - content: "\e692"; -} -.pe-7s-angle-right-circle:before { - content: "\e685"; -} -.pe-7s-users:before { - content: "\e693"; -} -.pe-7s-angle-left:before { - content: "\e686"; -} -.pe-7s-user-female:before { - content: "\e694"; -} -.pe-7s-angle-left-circle:before { - content: "\e687"; -} -.pe-7s-up-arrow:before { - content: "\e695"; -} -.pe-7s-angle-down:before { - content: "\e688"; -} -.pe-7s-switch:before { - content: "\e696"; -} -.pe-7s-angle-down-circle:before { - content: "\e689"; -} -.pe-7s-scissors:before { - content: "\e697"; -} -.pe-7s-wallet:before { - content: "\e600"; -} -.pe-7s-safe:before { - content: "\e698"; -} -.pe-7s-volume2:before { - content: "\e601"; -} -.pe-7s-volume1:before { - content: "\e602"; -} -.pe-7s-voicemail:before { - content: "\e603"; -} -.pe-7s-video:before { - content: "\e604"; -} -.pe-7s-user:before { - content: "\e605"; -} -.pe-7s-upload:before { - content: "\e606"; -} -.pe-7s-unlock:before { - content: "\e607"; -} -.pe-7s-umbrella:before { - content: "\e608"; -} -.pe-7s-trash:before { - content: "\e609"; -} -.pe-7s-tools:before { - content: "\e60a"; -} -.pe-7s-timer:before { - content: "\e60b"; -} -.pe-7s-ticket:before { - content: "\e60c"; -} -.pe-7s-target:before { - content: "\e60d"; -} -.pe-7s-sun:before { - content: "\e60e"; -} -.pe-7s-study:before { - content: "\e60f"; -} -.pe-7s-stopwatch:before { - content: "\e610"; -} -.pe-7s-star:before { - content: "\e611"; -} -.pe-7s-speaker:before { - content: "\e612"; -} -.pe-7s-signal:before { - content: "\e613"; -} -.pe-7s-shuffle:before { - content: "\e614"; -} -.pe-7s-shopbag:before { - content: "\e615"; -} -.pe-7s-share:before { - content: "\e616"; -} -.pe-7s-server:before { - content: "\e617"; -} -.pe-7s-search:before { - content: "\e618"; -} -.pe-7s-film:before { - content: "\e6a5"; -} -.pe-7s-science:before { - content: "\e619"; -} -.pe-7s-disk:before { - content: "\e6a6"; -} -.pe-7s-ribbon:before { - content: "\e61a"; -} -.pe-7s-repeat:before { - content: "\e61b"; -} -.pe-7s-refresh:before { - content: "\e61c"; -} -.pe-7s-add-user:before { - content: "\e6a9"; -} -.pe-7s-refresh-cloud:before { - content: "\e61d"; -} -.pe-7s-paperclip:before { - content: "\e69c"; -} -.pe-7s-radio:before { - content: "\e61e"; -} -.pe-7s-note2:before { - content: "\e69d"; -} -.pe-7s-print:before { - content: "\e61f"; -} -.pe-7s-network:before { - content: "\e69e"; -} -.pe-7s-prev:before { - content: "\e620"; -} -.pe-7s-mute:before { - content: "\e69f"; -} -.pe-7s-power:before { - content: "\e621"; -} -.pe-7s-medal:before { - content: "\e6a0"; -} -.pe-7s-portfolio:before { - content: "\e622"; -} -.pe-7s-like2:before { - content: "\e6a1"; -} -.pe-7s-plus:before { - content: "\e623"; -} -.pe-7s-left-arrow:before { - content: "\e6a2"; -} -.pe-7s-play:before { - content: "\e624"; -} -.pe-7s-key:before { - content: "\e6a3"; -} -.pe-7s-plane:before { - content: "\e625"; -} -.pe-7s-joy:before { - content: "\e6a4"; -} -.pe-7s-photo-gallery:before { - content: "\e626"; -} -.pe-7s-pin:before { - content: "\e69b"; -} -.pe-7s-phone:before { - content: "\e627"; -} -.pe-7s-plug:before { - content: "\e69a"; -} -.pe-7s-pen:before { - content: "\e628"; -} -.pe-7s-right-arrow:before { - content: "\e699"; -} -.pe-7s-paper-plane:before { - content: "\e629"; -} -.pe-7s-delete-user:before { - content: "\e6a7"; -} -.pe-7s-paint:before { - content: "\e62a"; -} -.pe-7s-bottom-arrow:before { - content: "\e6a8"; -} -.pe-7s-notebook:before { - content: "\e62b"; -} -.pe-7s-note:before { - content: "\e62c"; -} -.pe-7s-next:before { - content: "\e62d"; -} -.pe-7s-news-paper:before { - content: "\e62e"; -} -.pe-7s-musiclist:before { - content: "\e62f"; -} -.pe-7s-music:before { - content: "\e630"; -} -.pe-7s-mouse:before { - content: "\e631"; -} -.pe-7s-more:before { - content: "\e632"; -} -.pe-7s-moon:before { - content: "\e633"; -} -.pe-7s-monitor:before { - content: "\e634"; -} -.pe-7s-micro:before { - content: "\e635"; -} -.pe-7s-menu:before { - content: "\e636"; -} -.pe-7s-map:before { - content: "\e637"; -} -.pe-7s-map-marker:before { - content: "\e638"; -} -.pe-7s-mail:before { - content: "\e639"; -} -.pe-7s-mail-open:before { - content: "\e63a"; -} -.pe-7s-mail-open-file:before { - content: "\e63b"; -} -.pe-7s-magnet:before { - content: "\e63c"; -} -.pe-7s-loop:before { - content: "\e63d"; -} -.pe-7s-look:before { - content: "\e63e"; -} -.pe-7s-lock:before { - content: "\e63f"; -} -.pe-7s-lintern:before { - content: "\e640"; -} -.pe-7s-link:before { - content: "\e641"; -} -.pe-7s-like:before { - content: "\e642"; -} -.pe-7s-light:before { - content: "\e643"; -} -.pe-7s-less:before { - content: "\e644"; -} -.pe-7s-keypad:before { - content: "\e645"; -} -.pe-7s-junk:before { - content: "\e646"; -} -.pe-7s-info:before { - content: "\e647"; -} -.pe-7s-home:before { - content: "\e648"; -} -.pe-7s-help2:before { - content: "\e649"; -} -.pe-7s-help1:before { - content: "\e64a"; -} -.pe-7s-graph3:before { - content: "\e64b"; -} -.pe-7s-graph2:before { - content: "\e64c"; -} -.pe-7s-graph1:before { - content: "\e64d"; -} -.pe-7s-graph:before { - content: "\e64e"; -} -.pe-7s-global:before { - content: "\e64f"; -} -.pe-7s-gleam:before { - content: "\e650"; -} -.pe-7s-glasses:before { - content: "\e651"; -} -.pe-7s-gift:before { - content: "\e652"; -} -.pe-7s-folder:before { - content: "\e653"; -} -.pe-7s-flag:before { - content: "\e654"; -} -.pe-7s-filter:before { - content: "\e655"; -} -.pe-7s-file:before { - content: "\e656"; -} -.pe-7s-expand1:before { - content: "\e657"; -} -.pe-7s-exapnd2:before { - content: "\e658"; -} -.pe-7s-edit:before { - content: "\e659"; -} -.pe-7s-drop:before { - content: "\e65a"; -} -.pe-7s-drawer:before { - content: "\e65b"; -} -.pe-7s-download:before { - content: "\e65c"; -} -.pe-7s-display2:before { - content: "\e65d"; -} -.pe-7s-display1:before { - content: "\e65e"; -} -.pe-7s-diskette:before { - content: "\e65f"; -} -.pe-7s-date:before { - content: "\e660"; -} -.pe-7s-cup:before { - content: "\e661"; -} -.pe-7s-culture:before { - content: "\e662"; -} -.pe-7s-crop:before { - content: "\e663"; -} -.pe-7s-credit:before { - content: "\e664"; -} -.pe-7s-copy-file:before { - content: "\e665"; -} -.pe-7s-config:before { - content: "\e666"; -} -.pe-7s-compass:before { - content: "\e667"; -} -.pe-7s-comment:before { - content: "\e668"; -} -.pe-7s-coffee:before { - content: "\e669"; -} -.pe-7s-cloud:before { - content: "\e66a"; -} -.pe-7s-clock:before { - content: "\e66b"; -} -.pe-7s-check:before { - content: "\e66c"; -} -.pe-7s-chat:before { - content: "\e66d"; -} -.pe-7s-cart:before { - content: "\e66e"; -} -.pe-7s-camera:before { - content: "\e66f"; -} -.pe-7s-call:before { - content: "\e670"; -} -.pe-7s-calculator:before { - content: "\e671"; -} -.pe-7s-browser:before { - content: "\e672"; -} -.pe-7s-box2:before { - content: "\e673"; -} -.pe-7s-box1:before { - content: "\e674"; -} -.pe-7s-bookmarks:before { - content: "\e675"; -} -.pe-7s-bicycle:before { - content: "\e676"; -} -.pe-7s-bell:before { - content: "\e677"; -} -.pe-7s-battery:before { - content: "\e678"; -} -.pe-7s-ball:before { - content: "\e679"; -} -.pe-7s-back:before { - content: "\e67a"; -} -.pe-7s-attention:before { - content: "\e67b"; -} -.pe-7s-anchor:before { - content: "\e67c"; -} -.pe-7s-albums:before { - content: "\e67d"; -} -.pe-7s-alarm:before { - content: "\e67e"; -} -.pe-7s-airplay:before { - content: "\e67f"; -} diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.eot b/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.eot deleted file mode 100644 index 6f7b584..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.eot and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.svg b/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.svg deleted file mode 100644 index 0f03a5a..0000000 --- a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.ttf b/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.ttf deleted file mode 100644 index bc8a269..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.ttf and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.woff b/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.woff deleted file mode 100644 index c205e6f..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-strokebb1d.woff and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroked41d.eot b/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroked41d.eot deleted file mode 100644 index 6f7b584..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroked41d.eot and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.eot b/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.eot deleted file mode 100644 index 955dc3f..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.eot and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.svg b/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.svg deleted file mode 100644 index 7c9d595..0000000 --- a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - -Copyright (C) 2013 by original authors @ fontello.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.ttf b/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.ttf deleted file mode 100644 index 4e8df98..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.ttf and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.woff b/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.woff deleted file mode 100644 index 6d3ea4d..0000000 Binary files a/views/assets/plugins/revolution-slider/revolution/fonts/revicons/revicons90c6.woff and /dev/null differ diff --git a/views/assets/plugins/revolution-slider/revolution/images/gradient/g30.html b/views/assets/plugins/revolution-slider/revolution/images/gradient/g30.html deleted file mode 100644 index 30d4581..0000000 --- a/views/assets/plugins/revolution-slider/revolution/images/gradient/g30.html +++ /dev/null @@ -1,10 +0,0 @@ - - -PAGE RESERVED FOR YOU - -

FEEL FREE TO EDIT THIS PAGE

-

This HTML5 file can can be linked to - /RabinsXP/unify-v1.9/Themantic-Designs/assets/plugins/revolution-slider/revolution/images/gradient/g30.png

-
-
Do you know why this page is made so? Because this page is similar to other pages and to minimize the total file size the contents are removed and replaced by this message you are reading right now.
- diff --git a/views/assets/plugins/revolution-slider/revolution/images/gradient/g40.html b/views/assets/plugins/revolution-slider/revolution/images/gradient/g40.html deleted file mode 100644 index 6afc0a7..0000000 --- a/views/assets/plugins/revolution-slider/revolution/images/gradient/g40.html +++ /dev/null @@ -1,10 +0,0 @@ - - -PAGE RESERVED FOR YOU - -

FEEL FREE TO EDIT THIS PAGE

-

This HTML5 file can can be linked to - /RabinsXP/unify-v1.9/Themantic-Designs/assets/plugins/revolution-slider/revolution/images/gradient/g40.png

-
-
Do you know why this page is made so? Because this page is similar to other pages and to minimize the total file size the contents are removed and replaced by this message you are reading right now.
- diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.actions.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.actions.min.js deleted file mode 100644 index 18a3605..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.actions.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - ACTIONS - * @version: 1.0.2 (18.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -!function($){var _R=jQuery.fn.revolution;jQuery.extend(!0,_R,{checkActions:function(e,a,t){checkActions_intern(e,a,t)}});var checkActions_intern=function(_nc,opt,as){as&&jQuery.each(as,function(i,a){switch(a.delay=parseInt(a.delay,0)/1e3,_nc.addClass("noSwipe"),_nc.on(a.event,function(){var tnc=jQuery("#"+a.layer);if("stoplayer"==a.action||"togglelayer"==a.action||"startlayer"==a.action){if(tnc.length>0)if("startlayer"==a.action||"togglelayer"==a.action&&"in"!=tnc.data("animdirection")){tnc.data("animdirection","in");var otl=tnc.data("timeline_out"),base_offsetx="carousel"===opt.sliderType?0:opt.width/2-opt.gridwidth[opt.curWinRange]*opt.bw/2,base_offsety=0;void 0!=otl&&otl.pause(0).kill(),_R.animateSingleCaption&&_R.animateSingleCaption(tnc,opt,base_offsetx,base_offsety,0,!1,!0);var tl=tnc.data("timeline");tnc.data("triggerstate","on"),punchgs.TweenLite.delayedCall(a.delay,function(){tl.play(0)},[tl])}else("stoplayer"==a.action||"togglelayer"==a.action&&"out"!=tnc.data("animdirection"))&&(tnc.data("animdirection","out"),tnc.data("triggered",!0),tnc.data("triggerstate","off"),_R.stopVideo&&_R.stopVideo(tnc,opt),_R.endMoveCaption&&punchgs.TweenLite.delayedCall(a.delay,_R.endMoveCaption,[tnc,null,null,opt]))}else punchgs.TweenLite.delayedCall(a.delay,function(){switch(a.action){case"scrollbelow":_nc.addClass("tp-scrollbelowslider"),_nc.data("scrolloffset",a.offset),_nc.data("scrolldelay",a.delay);var off=getOffContH(opt.fullScreenOffsetContainer)||0,aof=parseInt(a.offset,0)||0;off=off-aof||0,jQuery("body,html").animate({scrollTop:opt.c.offset().top+jQuery(opt.li[0]).height()-off+"px"},{duration:400});break;case"callback":eval(a.callback);break;case"jumptoslide":switch(a.slide.toLowerCase()){case"+1":case"next":opt.sc_indicator="arrow",_R.callingNewSlide(opt,opt.c,1);break;case"previous":case"prev":case"-1":opt.sc_indicator="arrow",_R.callingNewSlide(opt,opt.c,-1);break;default:var ts=jQuery.isNumeric(a.slide)?parseInt(a.slide,0):a.slide;_R.callingNewSlide(opt,opt.c,ts)}break;case"simplelink":window.open(a.url,a.target);break;case"toggleslider":"playing"==opt.sliderstatus?opt.c.revpause():opt.c.revresume();break;case"pauseslider":opt.c.revpause();break;case"playslider":opt.c.revresume();break;case"playvideo":tnc.length>0&&_R.playVideo(tnc,opt);break;case"stopvideo":tnc.length>0&&_R.stopVideo&&_R.stopVideo(tnc,opt);break;case"togglevideo":tnc.length>0&&(_R.isVideoPlaying(tnc,opt)?_R.stopVideo&&_R.stopVideo(tnc,opt):_R.playVideo(tnc,opt));break;case"simulateclick":tnc.length>0&&tnc.click();break;case"toggleclass":tnc.length>0&&(tnc.hasClass(a.classname)?tnc.removeClass(a.classname):tnc.addClass(a.classname))}},[tnc,opt,a,_nc])}),a.action){case"togglelayer":case"startlayer":case"playlayer":case"stoplayer":var tnc=jQuery("#"+a.layer);"bytrigger"!=tnc.data("start")&&(tnc.data("triggerstate","on"),tnc.data("animdirection","in"))}})},getOffContH=function(e){if(void 0==e)return 0;if(e.split(",").length>1){oc=e.split(",");var a=0;return oc&&jQuery.each(oc,function(e,t){jQuery(t).length>0&&(a+=jQuery(t).outerHeight(!0))}),a}return jQuery(e).height()}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.carousel.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.carousel.min.js deleted file mode 100644 index a57733d..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.carousel.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - CAROUSEL - * @version: 1.0.1 (18.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -!function(){var i=jQuery.fn.revolution;jQuery.extend(!0,i,{prepareCarousel:function(e,o,l){l=e.carousel.lastdirection=a(l,e.carousel.lastdirection),t(e),e.carousel.slide_offset_target=r(e),void 0==o?i.carouselToEvalPosition(e,l):s(e,l,!1)},carouselToEvalPosition:function(e,t){var o=e.carousel;t=o.lastdirection=a(t,o.lastdirection);var l="center"===o.horizontal_align?(o.wrapwidth/2-o.slide_width/2-o.slide_globaloffset)/o.slide_width:(0-o.slide_globaloffset)/o.slide_width,r=i.simp(l,e.slideamount,!1),n=r-Math.floor(r),d=0,f=-1*(Math.ceil(r)-r),h=-1*(Math.floor(r)-r);d=n>=.3&&"left"===t||n>=.7&&"right"===t?f:.3>n&&"left"===t||.7>n&&"right"===t?h:d,d="off"===o.infinity?0>r?r:l>e.slideamount-1?l-(e.slideamount-1):d:d,o.slide_offset_target=d*o.slide_width,0!==Math.abs(o.slide_offset_target)?s(e,t,!0):i.organiseCarousel(e,t)},organiseCarousel:function(i,e,t,a){e=void 0===e||"down"==e||"up"==e||null===e||jQuery.isEmptyObject(e)?"left":e;for(var s=i.carousel,o=new Array,l=s.slides.length,r="right"===s.horizontal_align?r=i.width:0,n=0;l>n;n++){var d=n*s.slide_width+s.slide_offset;"on"===s.infinity&&(d=d>s.wrapwidth-s.inneroffset&&"right"==e?s.slide_offset-(s.slides.length-n)*s.slide_width:d,d=d<0-s.inneroffset-s.slide_width&&"left"==e?d+s.maxwidth:d),o[n]=d}var f=999;s.slides&&jQuery.each(s.slides,function(i,a){var r=o[i];"on"===s.infinity&&(r=r>s.wrapwidth-s.inneroffset&&"left"===e?o[0]-(l-i)*s.slide_width:r,r=r<0-s.inneroffset-s.slide_width?"left"==e?r+s.maxwidth:"right"===e?o[l-1]+(i+1)*s.slide_width:r:r);var n=new Object;n.left=r+s.inneroffset;var d="center"===s.horizontal_align?(Math.abs(s.wrapwidth/2)-(n.left+s.slide_width/2))/s.slide_width:(s.inneroffset-n.left)/s.slide_width,h="center"===s.horizontal_align?2:1;if((t&&Math.abs(d)d&&d>0?1-d:Math.abs(d)>s.maxVisibleItems-1?1-(Math.abs(d)-(s.maxVisibleItems-1)):1;break;case"right":n.autoAlpha=d>-1&&0>d?1-Math.abs(d):d>s.maxVisibleItems-1?1-(Math.abs(d)-(s.maxVisibleItems-1)):1}else n.autoAlpha=Math.abs(d)0)if("on"===s.vary_scale){n.scale=1-Math.abs(s.minScale/100/Math.ceil(s.maxVisibleItems/h)*d);var w=(s.slide_width-s.slide_width*n.scale)*Math.abs(d)}else{n.scale=d>=1||-1>=d?1-s.minScale/100:(100-s.minScale*Math.abs(d))/100;var w=(s.slide_width-s.slide_width*(1-s.minScale/100))*Math.abs(d)}void 0!==s.maxRotation&&0!=Math.abs(s.maxRotation)&&("on"===s.vary_rotation?(n.rotationY=Math.abs(s.maxRotation)-Math.abs((1-Math.abs(1/Math.ceil(s.maxVisibleItems/h)*d))*s.maxRotation),n.autoAlpha=Math.abs(n.rotationY)>90?0:n.autoAlpha):n.rotationY=d>=1||-1>=d?s.maxRotation:Math.abs(d)*s.maxRotation,n.rotationY=0>d?-1*n.rotationY:n.rotationY),n.x=-1*s.space*d,n.left=Math.floor(n.left),n.x=Math.floor(n.x),void 0!==n.scale?0>d?n.x-w:n.x+w:n.x,n.zIndex=Math.round(100-Math.abs(5*d)),n.transformStyle="flat",punchgs.TweenLite.set(a,n)}),a&&(i.c.find(".next-revslide").removeClass("next-revslide"),jQuery(s.slides[s.focused]).addClass("next-revslide"),i.c.trigger("revolution.nextslide.waiting"));s.wrapwidth/2-s.slide_offset,s.maxwidth+s.slide_offset-s.wrapwidth/2}});var e=function(i){var e=i.carousel;e.infbackup=e.infinity,e.maxVisiblebackup=e.maxVisibleItems,e.slide_globaloffset="none",e.slide_offset=0,e.wrap=i.c.find(".tp-carousel-wrapper"),e.slides=i.c.find(".tp-revslider-slidesli"),0!==e.maxRotation&&punchgs.TweenLite.set(e.wrap,{perspective:1200,transformStyle:"flat"}),void 0!==e.border_radius&&parseInt(e.border_radius,0)>0&&punchgs.TweenLite.set(i.c.find(".tp-revslider-slidesli"),{borderRadius:e.border_radius})},t=function(t){void 0===t.bw&&i.setSize(t);var a=t.carousel,s=i.getHorizontalOffset(t.c,"left"),o=i.getHorizontalOffset(t.c,"right");void 0===a.wrap&&e(t),a.slide_width="on"!==a.stretch?t.gridwidth[t.curWinRange]*t.bw:t.c.width(),a.maxwidth=t.slideamount*a.slide_width,a.maxVisiblebackup>a.slides.length+1&&(a.maxVisibleItems=a.slides.length+2),a.wrapwidth=a.maxVisibleItems*a.slide_width+(a.maxVisibleItems-1)*a.space,a.wrapwidth="auto"!=t.sliderLayout?a.wrapwidth>t.c.closest(".tp-simpleresponsive").width()?t.c.closest(".tp-simpleresponsive").width():a.wrapwidth:a.wrapwidth>t.ul.width()?t.ul.width():a.wrapwidth,a.infinity=a.wrapwidth>=a.maxwidth?"off":a.infbackup,a.wrapoffset="center"===a.horizontal_align?(t.c.width()-o-s-a.wrapwidth)/2:0,a.wrapoffset="auto"!=t.sliderLayout&&t.outernav?0:a.wrapoffsetMath.abs(e)?i>0?i-Math.abs(Math.floor(i/e)*e):i+Math.abs(Math.floor(i/e)*e):i},l=function(i,e,t){var t,t,a=e-i,s=e-t-i;return a=o(a,t),s=o(s,t),Math.abs(a)>Math.abs(s)?s:a},r=function(e){var t=0,a=e.carousel;if(void 0!==a.positionanim&&a.positionanim.kill(),"none"==a.slide_globaloffset)a.slide_globaloffset=t="center"===a.horizontal_align?a.wrapwidth/2-a.slide_width/2:0;else{a.slide_globaloffset=a.slide_offset,a.slide_offset=0;var s=e.c.find(".processing-revslide").index(),o="center"===a.horizontal_align?(a.wrapwidth/2-a.slide_width/2-a.slide_globaloffset)/a.slide_width:(0-a.slide_globaloffset)/a.slide_width;o=i.simp(o,e.slideamount,!1),s=s>=0?s:e.c.find(".active-revslide").index(),s=s>=0?s:0,t="off"===a.infinity?o-s:-l(o,s,e.slideamount),t*=a.slide_width}return t}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.kenburn.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.kenburn.min.js deleted file mode 100644 index d26ba3d..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.kenburn.min.js +++ /dev/null @@ -1,8 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - KEN BURN - * @version: 1.0.0 (03.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ - -!function(){var t=jQuery.fn.revolution;jQuery.extend(!0,t,{stopKenBurn:function(t){void 0!=t.data("kbtl")&&t.data("kbtl").pause()},startKenBurn:function(t,e,a){var r=t.data(),n=t.find(".defaultimg"),s=n.data("lazyload")||n.data("src"),i=(r.owidth/r.oheight,"carousel"===e.sliderType?e.carousel.slide_width:e.ul.width()),o=e.ul.height();t.data("kbtl")&&t.data("kbtl").kill(),a=a||0,0==t.find(".tp-kbimg").length&&(t.append('
'),t.data("kenburn",t.find(".tp-kbimg")));var d=function(t,e,a,r,n,s,i){var o=t*a,d=e*a,l=Math.abs(r-o),h=Math.abs(n-d),p=new Object;return p.l=(0-s)*l,p.r=p.l+o,p.t=(0-i)*h,p.b=p.t+d,p.h=s,p.v=i,p},l=function(t,e,a,r,n){var s=t.bgposition.split(" ")||"center center",i="center"==s[0]?"50%":"left"==s[0]||"left"==s[1]?"0%":"right"==s[0]||"right"==s[1]?"100%":s[0],o="center"==s[1]?"50%":"top"==s[0]||"top"==s[1]?"0%":"bottom"==s[0]||"bottom"==s[1]?"100%":s[1];i=parseInt(i,0)/100||0,o=parseInt(o,0)/100||0;var l=new Object;return l.start=d(n.start.width,n.start.height,n.start.scale,e,a,i,o),l.end=d(n.start.width,n.start.height,n.end.scale,e,a,i,o),l},h=function(t,e,a){var r=a.scalestart/100,n=a.scaleend/100,s=void 0!=a.oofsetstart?a.offsetstart.split(" ")||[0,0]:[0,0],i=void 0!=a.offsetend?a.offsetend.split(" ")||[0,0]:[0,0];a.bgposition="center center"==a.bgposition?"50% 50%":a.bgposition;{var o=new Object,d=t*r,h=(d/a.owidth*a.oheight,t*n);h/a.owidth*a.oheight}if(o.start=new Object,o.starto=new Object,o.end=new Object,o.endo=new Object,o.start.width=t,o.start.height=o.start.width/a.owidth*a.oheight,o.start.height0?0:c+s[0]0?0:u+i[0]0?0:b+s[1]0?0:f+i[1]t&&(t=0),0>i&&(i=e.slideamount),0===t&&i===e.slideamount-1&&(i=e.slideamount+1),a.data("startslide",t),a.data("endslide",i)},animateTheCaptions:function(a,t,i,n){var o="carousel"===t.sliderType?0:t.width/2-t.gridwidth[t.curWinRange]*t.bw/2,r=0,d=a.data("index");t.layers=t.layers||new Object,t.layers[d]=t.layers[d]||a.find(".tp-caption"),t.layers["static"]=t.layers["static"]||t.c.find(".tp-static-layers").find(".tp-caption");var s=new Array;if(t.conh=t.c.height(),t.conw=t.c.width(),t.ulw=t.ul.width(),t.ulh=t.ul.height(),t.debugMode){a.addClass("indebugmode"),a.find(".helpgrid").remove(),t.c.find(".hglayerinfo").remove(),a.append('
');var l=a.find(".helpgrid");l.append('
Zoom:'+Math.round(100*t.bw)+"%     Device Level:"+t.curWinRange+"    Grid Preset:"+t.gridwidth[t.curWinRange]+"x"+t.gridheight[t.curWinRange]+"
"),t.c.append('
'),l.append('
')}s&&jQuery.each(s,function(){var a=jQuery(this);punchgs.TweenLite.set(a.find(".tp-videoposter"),{autoAlpha:1}),punchgs.TweenLite.set(a.find("iframe"),{autoAlpha:0})}),t.layers[d]&&jQuery.each(t.layers[d],function(a,e){s.push(e)}),t.layers["static"]&&jQuery.each(t.layers["static"],function(a,e){s.push(e)}),s&&jQuery.each(s,function(a){e.animateSingleCaption(jQuery(this),t,o,r,a,i)});var p=jQuery("body").find("#"+t.c.attr("id")).find(".tp-bannertimer");p.data("opt",t),void 0!=n&&setTimeout(function(){n.resume()},30)},animateSingleCaption:function(i,o,m,f,w,y,b){var x=y,T=p(i,o,"in",!0),L=i.data("_pw")||i.closest(".tp-parallax-wrap"),W=i.data("_lw")||i.closest(".tp-loop-wrap"),C=i.data("_mw")||i.closest(".tp-mask-wrap"),j=i.data("responsive")||"on",R=i.data("responsive_offset")||"on",I=i.data("basealign")||"grid",k="grid"===I?o.width:o.ulw,_="grid"===I?o.height:o.ulh,z=jQuery("body").hasClass("rtl");if(i.data("_pw")||(i.data("_pw",L),i.data("_lw",W),i.data("_mw",C)),"fullscreen"==o.sliderLayout&&(f=_/2-o.gridheight[o.curWinRange]*o.bh/2),("on"==o.autoHeight||void 0!=o.minHeight&&o.minHeight>0)&&(f=o.conh/2-o.gridheight[o.curWinRange]*o.bh/2),0>f&&(f=0),o.debugMode){i.closest("li").find(".helpgrid").css({top:f+"px",left:m+"px"});var S=o.c.find(".hglayerinfo");i.on("hover, mouseenter",function(){var a="";i.data()&&jQuery.each(i.data(),function(e,t){"object"!=typeof t&&(a=a+''+e+":"+t+"    ")}),S.html(a)})}var Q=l(i.data("visibility"),o)[o.curWinRange]||l(i.data("visibility"),o)||"on";if("off"==Q||km&&(m=0),void 0!=i.data("thumbimage")&&void 0==i.data("videoposter")&&i.data("videoposter",i.data("thumbimage")),i.hasClass("tp-videolayer")&&void 0!=i.data("videoposter")&&"on"==i.data("posterOnMobile")&&_ISM){var M=l(i.data("videowidth"),o)[o.curWinRange]||l(i.data("videowidth"),o)||"auto",O=l(i.data("videoheight"),o)[o.curWinRange]||l(i.data("videoheight"),o)||"auto";M=parseFloat(B),O=parseFloat(F),i.append('
'),i.css("100%"!=M?{minWidth:M+"px",minHeight:O+"px"}:{width:"100%",height:"100%"}),i.removeClass("tp-videolayer")}if(i.find("img").length>0){var H=i.find("img");i.data("layertype","image"),0==H.width()&&H.css({width:"auto"}),0==H.height()&&H.css({height:"auto"}),void 0==H.data("ww")&&H.width()>0&&H.data("ww",H.width()),void 0==H.data("hh")&&H.height()>0&&H.data("hh",H.height());var B=H.data("ww"),F=H.data("hh"),A="slide"==I?o.ulw:o.gridwidth[o.curWinRange],D="slide"==I?o.ulh:o.gridheight[o.curWinRange],B=l(H.data("ww"),o)[o.curWinRange]||l(H.data("ww"),o)||"auto",F=l(H.data("hh"),o)[o.curWinRange]||l(H.data("hh"),o)||"auto",P="full"===B||"full-proportional"===B,X="full"===F||"full-proportional"===F;if("full-proportional"===B){var Y=H.data("owidth"),V=H.data("oheight");V/D>Y/A?(B=A,F=V*(A/Y)):(F=D,B=Y*(D/V))}else B=P?A:parseFloat(B),F=X?D:parseFloat(F);void 0==B&&(B=0),void 0==F&&(F=0),"off"!==j?(H.width("grid"!=I&&P?B:B*o.bw),H.height("grid"!=I&&X?F:F*o.bh)):(H.width(B),H.height(F))}if("slide"===I&&(m=0,f=0),i.hasClass("tp-videolayer")||i.find("iframe").length>0||i.find("video").length>0){if(i.data("layertype","video"),e.manageVideoLayer(i,o,y,x),!y&&!x){{i.data("videotype")}e.resetVideo(i,o)}var N=i.data("aspectratio");void 0!=N&&N.split(":").length>1&&e.prepareCoveredVideo(N,o,i);var H=i.find("iframe")?i.find("iframe"):H=i.find("video"),Z=i.find("iframe")?!1:!0,$=i.hasClass("coverscreenvideo");H.css({display:"block"}),void 0==i.data("videowidth")&&(i.data("videowidth",H.width()),i.data("videoheight",H.height()));var G,B=l(i.data("videowidth"),o)[o.curWinRange]||l(i.data("videowidth"),o)||"auto",F=l(i.data("videoheight"),o)[o.curWinRange]||l(i.data("videoheight"),o)||"auto";B=parseFloat(B),F=parseFloat(F),void 0===i.data("cssobj")&&(G=c(i,0),i.data("cssobj",G));var U=g(i.data("cssobj"),o);if("auto"==U.lineHeight&&(U.lineHeight=U.fontSize+4),i.hasClass("fullscreenvideo")||$){m=0,f=0,i.data("x",0),i.data("y",0);var q=_;"on"==o.autoHeight&&(q=o.conh),i.css({width:k,height:q})}else punchgs.TweenLite.set(i,{paddingTop:Math.round(U.paddingTop*o.bh)+"px",paddingBottom:Math.round(U.paddingBottom*o.bh)+"px",paddingLeft:Math.round(U.paddingLeft*o.bw)+"px",paddingRight:Math.round(U.paddingRight*o.bw)+"px",marginTop:U.marginTop*o.bh+"px",marginBottom:U.marginBottom*o.bh+"px",marginLeft:U.marginLeft*o.bw+"px",marginRight:U.marginRight*o.bw+"px",borderTopWidth:Math.round(U.borderTopWidth*o.bh)+"px",borderBottomWidth:Math.round(U.borderBottomWidth*o.bh)+"px",borderLeftWidth:Math.round(U.borderLeftWidth*o.bw)+"px",borderRightWidth:Math.round(U.borderRightWidth*o.bw)+"px",width:B*o.bw+"px",height:F*o.bh+"px"});(0==Z&&!$||1!=i.data("forcecover")&&!i.hasClass("fullscreenvideo")&&!$)&&(H.width(B*o.bw),H.height(F*o.bh))}i.find(".tp-resizeme, .tp-resizeme *").each(function(){u(jQuery(this),o,"rekursive",j)}),i.hasClass("tp-resizeme")&&i.find("*").each(function(){u(jQuery(this),o,"rekursive",j)}),u(i,o,0,j);var E=i.outerHeight(),J=i.css("backgroundColor");a(i,".frontcorner","left","borderRight","borderTopColor",E,J),a(i,".frontcornertop","left","borderRight","borderBottomColor",E,J),a(i,".backcorner","right","borderLeft","borderBottomColor",E,J),a(i,".backcornertop","right","borderLeft","borderTopColor",E,J),"on"==o.fullScreenAlignForce&&(m=0,f=0);var K=i.data("arrobj");if(void 0===K){var K=new Object;K.voa=l(i.data("voffset"),o)[o.curWinRange]||l(i.data("voffset"),o)[0],K.hoa=l(i.data("hoffset"),o)[o.curWinRange]||l(i.data("hoffset"),o)[0],K.elx=l(i.data("x"),o)[o.curWinRange]||l(i.data("x"),o)[0],K.ely=l(i.data("y"),o)[o.curWinRange]||l(i.data("y"),o)[0]}var ae=0==K.voa.length?0:K.voa,ee=0==K.hoa.length?0:K.hoa,te=0==K.elx.length?0:K.elx,ie=0==K.ely.length?0:K.ely,ne=i.outerWidth(!0),oe=i.outerHeight(!0);0==ne&&0==oe&&(ne=o.ulw,oe=o.ulh);var re="off"!==R?parseInt(ae,0)*o.bw:parseInt(ae,0),de="off"!==R?parseInt(ee,0)*o.bw:parseInt(ee,0),se="grid"===I?o.gridwidth[o.curWinRange]*o.bw:k,le="grid"===I?o.gridheight[o.curWinRange]*o.bw:_;"on"==o.fullScreenAlignForce&&(se=o.ulw,le=o.ulh),te="center"===te||"middle"===te?se/2-ne/2+de:"left"===te?de:"right"===te?se-ne-de:"off"!==R?te*o.bw:te,ie="center"==ie||"middle"==ie?le/2-oe/2+re:"top"==ie?re:"bottom"==ie?le-oe-re:"off"!==R?ie*o.bw:ie,z&&(te+=ne);var pe=i.data("lasttriggerstate"),he=i.data("triggerstate"),ce=i.data("start")||100,ge=i.data("end"),me=b?0:"bytrigger"===ce||"sliderenter"===ce?0:parseFloat(ce)/1e3,ue=te+m,ve=ie+f,fe=i.css("z-Index");b||("reset"==pe&&"bytrigger"!=ce?(i.data("triggerstate","on"),i.data("animdirection","in"),he="on"):"reset"==pe&&"bytrigger"==ce&&(i.data("triggerstate","off"),i.data("animdirection","out"),he="off")),punchgs.TweenLite.set(L,{zIndex:fe,top:ve,left:ue,overwrite:"auto"}),0==T&&(x=!0),void 0==i.data("timeline")||x||(2!=T&&i.data("timeline").gotoAndPlay(0),x=!0),!y&&i.data("timeline_out")&&2!=T&&0!=T&&(i.data("timeline_out").kill(),i.data("outstarted",0)),b&&void 0!=i.data("timeline")&&(i.removeData("$anims"),i.data("timeline").pause(0),i.data("timeline").kill(),void 0!=i.data("newhoveranim")&&(i.data("newhoveranim").progress(0),i.data("newhoveranim").kill()),i.removeData("timeline"),punchgs.TweenLite.killTweensOf(i),i.unbind("hover"),i.removeClass("rs-hover-ready"),i.removeData("newhoveranim"));var we=i.data("timeline")?i.data("timeline").time():0,ye=void 0!==i.data("timeline")?i.data("timeline").progress():0,be=i.data("timeline")||new punchgs.TimelineLite({smoothChildTiming:!0});if(ye=jQuery.isNumeric(ye)?ye:0,be.pause(),1>ye&&1!=i.data("outstarted")||2==T||b){var xe=i;if(void 0!=i.data("mySplitText")&&i.data("mySplitText").revert(),void 0!=i.data("splitin")&&i.data("splitin").match(/chars|words|lines/g)||void 0!=i.data("splitout")&&i.data("splitout").match(/chars|words|lines/g)){var Te=i.find("a").length>0?i.find("a"):i;i.data("mySplitText",new punchgs.SplitText(Te,{type:"lines,words,chars",charsClass:"tp-splitted",wordsClass:"tp-splitted",linesClass:"tp-splitted"})),i.addClass("splitted")}void 0!==i.data("mySplitText")&&i.data("splitin")&&i.data("splitin").match(/chars|words|lines/g)&&(xe=i.data("mySplitText")[i.data("splitin")]);var Le=new Object,We=void 0!=i.data("transform_in")?i.data("transform_in").match(/\(R\)/gi):!1;if(!i.data("$anims")||b||We){var Ce=t(),je=t(),Re=n(),Ie=void 0!==i.data("transform_hover")||void 0!==i.data("style_hover");je=d(je,i.data("transform_idle")),Ce=d(je,i.data("transform_in"),1==o.sdir),Ie&&(Re=d(Re,i.data("transform_hover")),Re=h(Re,i.data("style_hover")),i.data("hover",Re)),Ce.elemdelay=void 0==i.data("elementdelay")?0:i.data("elementdelay"),je.anim.ease=Ce.anim.ease=Ce.anim.ease||punchgs.Power1.easeInOut,Ie&&!i.hasClass("rs-hover-ready")&&(i.addClass("rs-hover-ready"),i.hover(function(a){var e=jQuery(a.currentTarget),t=e.data("hover"),i=e.data("timeline");i&&1==i.progress()&&(void 0===e.data("newhoveranim")||"none"===e.data("newhoveranim")?e.data("newhoveranim",punchgs.TweenLite.to(e,t.speed,t.anim)):(e.data("newhoveranim").progress(0),e.data("newhoveranim").play()))},function(a){var e=jQuery(a.currentTarget),t=e.data("timeline");t&&1==t.progress()&&void 0!=e.data("newhoveranim")&&e.data("newhoveranim").reverse()})),Le=new Object,Le.f=Ce,Le.r=je,i.data("$anims")}else Le=i.data("$anims");var ke=s(i.data("mask_in")),_e=new punchgs.TimelineLite;if(Le.f.anim.x=Le.f.anim.x*o.bw||r(Le.f.anim.x,o,ne,oe,ve,ue,"horizontal"),Le.f.anim.y=Le.f.anim.y*o.bw||r(Le.f.anim.y,o,ne,oe,ve,ue,"vertical"),2!=T||b){if(xe!=i){var ze=Le.r.anim.ease;be.add(punchgs.TweenLite.set(i,Le.r.anim)),Le.r=t(),Le.r.anim.ease=ze}if(Le.f.anim.visibility="hidden",_e.eventCallback("onStart",function(){punchgs.TweenLite.set(i,{visibility:"visible"}),i.data("iframes")&&i.find("iframe").each(function(){punchgs.TweenLite.set(jQuery(this),{autoAlpha:1})}),punchgs.TweenLite.set(L,{visibility:"visible"});var a={};a.layer=i,a.eventtype="enterstage",a.layertype=i.data("layertype"),a.layersettings=i.data(),o.c.trigger("revolution.layeraction",a)}),_e.eventCallback("onComplete",function(){var a={};a.layer=i,a.eventtype="enteredstage",a.layertype=i.data("layertype"),a.layersettings=i.data(),o.c.trigger("revolution.layeraction",a),e.animcompleted(i,o)}),"sliderenter"==ce&&o.overcontainer&&(me=.6),be.add(_e.staggerFromTo(xe,Le.f.speed,Le.f.anim,Le.r.anim,Le.f.elemdelay),me),ke){var Se=new Object;Se.ease=Le.r.anim.ease,Se.overflow=ke.anim.overflow="hidden",Se.x=Se.y=0,ke.anim.x=ke.anim.x*o.bw||r(ke.anim.x,o,ne,oe,ve,ue,"horizontal"),ke.anim.y=ke.anim.y*o.bw||r(ke.anim.y,o,ne,oe,ve,ue,"vertical"),be.add(punchgs.TweenLite.fromTo(C,Le.f.speed,ke.anim,Se,Ce.elemdelay),me)}else be.add(punchgs.TweenLite.set(C,{overflow:"visible"},Ce.elemdelay),0)}i.data("timeline",be),T=p(i,o,"in"),0!==ye&&2!=T||"bytrigger"===ge||b||"sliderleave"==ge||(void 0==ge||-1!=T&&2!=T||"bytriger"===ge?punchgs.TweenLite.delayedCall(999999,e.endMoveCaption,[i,C,L,o]):punchgs.TweenLite.delayedCall(parseInt(i.data("end"),0)/1e3,e.endMoveCaption,[i,C,L,o])),be=i.data("timeline"),"on"==i.data("loopanimation")&&v(W,o.bw),("sliderenter"!=ce||"sliderenter"==ce&&o.overcontainer)&&(-1==T||1==T||b||0==T&&1>ye&&i.hasClass("rev-static-visbile"))&&(1>ye&&ye>0||0==ye&&"bytrigger"!=ce&&"keep"!=pe||0==ye&&"bytrigger"!=ce&&"keep"==pe&&"on"==he||"bytrigger"==ce&&"keep"==pe&&"on"==he)&&be.resume(we)}"on"==i.data("loopanimation")&&punchgs.TweenLite.set(W,{minWidth:ne,minHeight:oe}),0==i.data("slidelink")||1!=i.data("slidelink")&&!i.hasClass("slidelink")?(punchgs.TweenLite.set(C,{width:"auto",height:"auto"}),i.data("slidelink",0)):(punchgs.TweenLite.set(C,{width:"100%",height:"100%"}),i.data("slidelink",1))},endMoveCaption:function(a,e,n,o){if(e=e||a.data("_mw"),n=n||a.data("_pw"),a.data("outstarted",1),a.data("timeline"))a.data("timeline").pause();else if(void 0===a.data("_pw"))return;var l=new punchgs.TimelineLite,p=new punchgs.TimelineLite,h=new punchgs.TimelineLite,c=d(t(),a.data("transform_in"),1==o.sdir),g=a.data("transform_out")?d(i(),a.data("transform_out"),1==o.sdir):d(i(),a.data("transform_in"),1==o.sdir),m=a.data("splitout")&&a.data("splitout").match(/words|chars|lines/g)?a.data("mySplitText")[a.data("splitout")]:a,u=void 0==a.data("endelementdelay")?0:a.data("endelementdelay"),v=a.innerWidth(),f=a.innerHeight(),w=n.position();a.data("transform_out")&&a.data("transform_out").match(/auto:auto/g)&&(c.speed=g.speed,c.anim.ease=g.anim.ease,g=c);var y=s(a.data("mask_out"));g.anim.x=g.anim.x*o.bw||r(g.anim.x,o,v,f,w.top,w.left,"horizontal"),g.anim.y=g.anim.y*o.bw||r(g.anim.y,o,v,f,w.top,w.left,"vertical"),p.eventCallback("onStart",function(){var e={};e.layer=a,e.eventtype="leavestage",e.layertype=a.data("layertype"),e.layersettings=a.data(),o.c.trigger("revolution.layeraction",e)}),p.eventCallback("onComplete",function(){punchgs.TweenLite.set(a,{visibility:"hidden"}),punchgs.TweenLite.set(n,{visibility:"hidden"});var e={};e.layer=a,e.eventtype="leftstage",e.layertype=a.data("layertype"),e.layersettings=a.data(),o.c.trigger("revolution.layeraction",e)}),l.add(p.staggerTo(m,g.speed,g.anim,u),0),y?(y.anim.ease=g.anim.ease,y.anim.overflow="hidden",y.anim.x=y.anim.x*o.bw||r(y.anim.x,o,v,f,w.top,w.left,"horizontal"),y.anim.y=y.anim.y*o.bw||r(y.anim.y,o,v,f,w.top,w.left,"vertical"),l.add(h.to(e,g.speed,y.anim,u),0)):l.add(h.set(e,{overflow:"visible",overwrite:"auto"},u),0),a.data("timeline_out",l)},removeTheCaptions:function(a,t){var i=a.data("index"),n=new Array;t.layers[i]&&jQuery.each(t.layers[i],function(a,e){n.push(e)}),t.layers["static"]&&jQuery.each(t.layers["static"],function(a,e){n.push(e)}),punchgs.TweenLite.killDelayedCallsTo(e.endMoveCaption),n&&jQuery.each(n,function(){var a=jQuery(this),i=p(a,t,"out");0!=i&&(f(a),clearTimeout(a.data("videoplaywait")),e.stopVideo&&e.stopVideo(a,t),e.endMoveCaption(a,null,null,t),t.playingvideos=[],t.lastplayedvideos=[])})}});var t=function(){var a=new Object;return a.anim=new Object,a.anim.x=0,a.anim.y=0,a.anim.z=0,a.anim.rotationX=0,a.anim.rotationY=0,a.anim.rotationZ=0,a.anim.scaleX=1,a.anim.scaleY=1,a.anim.skewX=0,a.anim.skewY=0,a.anim.opacity=1,a.anim.transformOrigin="50% 50%",a.anim.transformPerspective=600,a.anim.rotation=0,a.anim.ease=punchgs.Power3.easeOut,a.anim.force3D="auto",a.speed=.3,a.anim.autoAlpha=1,a.anim.visibility="visible",a.anim.overwrite="all",a},i=function(){var a=new Object;return a.anim=new Object,a.anim.x=0,a.anim.y=0,a.anim.z=0,a},n=function(){var a=new Object;return a.anim=new Object,a.speed=.2,a},o=function(a,e){if(jQuery.isNumeric(parseFloat(a)))return parseFloat(a);if(void 0===a||"inherit"===a)return e;if(a.split("{").length>1){var t=a.split(","),i=parseFloat(t[1].split("}")[0]);t=parseFloat(t[0].split("{")[1]),a=Math.random()*(i-t)+t}return a},r=function(a,e,t,i,n,o,r){return!jQuery.isNumeric(a)&&a.match(/%]/g)?(a=a.split("[")[1].split("]")[0],"horizontal"==r?a=(t+2)*parseInt(a,0)/100:"vertical"==r&&(a=(i+2)*parseInt(a,0)/100)):(a="layer_left"===a?0-t:"layer_right"===a?t:a,a="layer_top"===a?0-i:"layer_bottom"===a?i:a,a="left"===a||"stage_left"===a?0-t-o:"right"===a||"stage_right"===a?e.conw-o:"center"===a||"stage_center"===a?e.conw/2-t/2-o:a,a="top"===a||"stage_top"===a?0-i-n:"bottom"===a||"stage_bottom"===a?e.conh-n:"middle"===a||"stage_middle"===a?e.conh/2-i/2-n:a),a},d=function(a,e,t){var i=new Object;if(i=jQuery.extend(!0,{},i,a),void 0===e)return i;var n=e.split(";");return n&&jQuery.each(n,function(a,e){var n=e.split(":"),r=n[0],d=n[1];t&&void 0!=d&&d.length>0&&d.match(/\(R\)/)&&(d=d.replace("(R)",""),d="right"===d?"left":"left"===d?"right":"top"===d?"bottom":"bottom"===d?"top":d,"["===d[0]&&"-"===d[1]?d=d.replace("[-","["):"["===d[0]&&"-"!==d[1]?d=d.replace("[","[-"):"-"===d[0]?d=d.replace("-",""):d[0].match(/[1-9]/)&&(d="-"+d)),void 0!=d&&(d=d.replace(/\(R\)/,""),("rotationX"==r||"rX"==r)&&(i.anim.rotationX=o(d,i.anim.rotationX)+"deg"),("rotationY"==r||"rY"==r)&&(i.anim.rotationY=o(d,i.anim.rotationY)+"deg"),("rotationZ"==r||"rZ"==r)&&(i.anim.rotation=o(d,i.anim.rotationZ)+"deg"),("scaleX"==r||"sX"==r)&&(i.anim.scaleX=o(d,i.anim.scaleX)),("scaleY"==r||"sY"==r)&&(i.anim.scaleY=o(d,i.anim.scaleY)),("opacity"==r||"o"==r)&&(i.anim.opacity=o(d,i.anim.opacity)),("skewX"==r||"skX"==r)&&(i.anim.skewX=o(d,i.anim.skewX)),("skewY"==r||"skY"==r)&&(i.anim.skewY=o(d,i.anim.skewY)),"x"==r&&(i.anim.x=o(d,i.anim.x)),"y"==r&&(i.anim.y=o(d,i.anim.y)),"z"==r&&(i.anim.z=o(d,i.anim.z)),("transformOrigin"==r||"tO"==r)&&(i.anim.transformOrigin=d.toString()),("transformPerspective"==r||"tP"==r)&&(i.anim.transformPerspective=parseInt(d,0)),("speed"==r||"s"==r)&&(i.speed=parseFloat(d)/1e3),("ease"==r||"e"==r)&&(i.anim.ease=d))}),i},s=function(a){if(void 0===a)return!1;var e=new Object;e.anim=new Object;var t=a.split(";");return t&&jQuery.each(t,function(a,t){t=t.split(":");var i=t[0],n=t[1];"x"==i&&(e.anim.x=n),"y"==i&&(e.anim.y=n),"s"==i&&(e.speed=parseFloat(n)/1e3),("e"==i||"ease"==i)&&(e.anim.ease=n)}),e},l=function(a,e){if(void 0==a&&(a=0),!jQuery.isArray(a)&&"string"===jQuery.type(a)&&(a.split(",").length>1||a.split("[").length>1)){a=a.replace("[",""),a=a.replace("]","");var t=a.split(a.match(/'/g)?"',":",");a=new Array,t&&jQuery.each(t,function(e,t){t=t.replace("'",""),t=t.replace("'",""),a.push(t)})}else{var i=a;jQuery.isArray(a)||(a=new Array,a.push(i))}var i=a[a.length-1];if(a.lengths||s>r?2:0:s>=o&&r>=s||o==s||r==s?(i||(a.addClass("rev-static-visbile"),a.removeClass("rev-static-hidden")),n=1):n=0:a.hasClass("rev-static-visbile")?o>s||s>r?(n=2,i||(a.removeClass("rev-static-visbile"),a.addClass("rev-static-hidden"))):n=0:n=2}return n},h=function(a,e){if(void 0===e)return a;e=e.replace("c:","color:"),e=e.replace("bg:","background-color:"),e=e.replace("bw:","border-width:"),e=e.replace("bc:","border-color:"),e=e.replace("br:","borderRadius:"),e=e.replace("bs:","border-style:"),e=e.replace("td:","text-decoration:");var t=e.split(";");return t&&jQuery.each(t,function(e,t){var i=t.split(":");i[0].length>0&&(a.anim[i[0]]=i[1])}),a},c=function(a,e){var t,i=new Object,n=!1;if("rekursive"==e&&(t=a.closest(".tp-caption"),t&&a.css("fontSize")===t.css("fontSize")&&(n=!0)),i.basealign=a.data("basealign")||"grid",i.fontSize=n?void 0===t.data("fontsize")?parseInt(t.css("fontSize"),0)||0:t.data("fontsize"):void 0===a.data("fontsize")?parseInt(a.css("fontSize"),0)||0:a.data("fontsize"),i.fontWeight=n?void 0===t.data("fontweight")?parseInt(t.css("fontWeight"),0)||0:t.data("fontweight"):void 0===a.data("fontweight")?parseInt(a.css("fontWeight"),0)||0:a.data("fontweight"),i.whiteSpace=n?void 0===t.data("whitespace")?t.css("whitespace")||"normal":t.data("whitespace"):void 0===a.data("whitespace")?a.css("whitespace")||"normal":a.data("whitespace"),i.lineHeight=n?void 0===t.data("lineheight")?parseInt(t.css("lineHeight"),0)||0:t.data("lineheight"):void 0===a.data("lineheight")?parseInt(a.css("lineHeight"),0)||0:a.data("lineheight"),i.letterSpacing=n?void 0===t.data("letterspacing")?parseFloat(t.css("letterSpacing"),0)||0:t.data("letterspacing"):void 0===a.data("letterspacing")?parseFloat(a.css("letterSpacing"))||0:a.data("letterspacing"),i.paddingTop=void 0===a.data("paddingtop")?parseInt(a.css("paddingTop"),0)||0:a.data("paddingtop"),i.paddingBottom=void 0===a.data("paddingbottom")?parseInt(a.css("paddingBottom"),0)||0:a.data("paddingbottom"),i.paddingLeft=void 0===a.data("paddingleft")?parseInt(a.css("paddingLeft"),0)||0:a.data("paddingleft"),i.paddingRight=void 0===a.data("paddingright")?parseInt(a.css("paddingRight"),0)||0:a.data("paddingright"),i.marginTop=void 0===a.data("margintop")?parseInt(a.css("marginTop"),0)||0:a.data("margintop"),i.marginBottom=void 0===a.data("marginbottom")?parseInt(a.css("marginBottom"),0)||0:a.data("marginbottom"),i.marginLeft=void 0===a.data("marginleft")?parseInt(a.css("marginLeft"),0)||0:a.data("marginleft"),i.marginRight=void 0===a.data("marginright")?parseInt(a.css("marginRight"),0)||0:a.data("marginright"),i.borderTopWidth=void 0===a.data("bordertopwidth")?parseInt(a.css("borderTopWidth"),0)||0:a.data("bordertopwidth"),i.borderBottomWidth=void 0===a.data("borderbottomwidth")?parseInt(a.css("borderBottomWidth"),0)||0:a.data("borderbottomwidth"),i.borderLeftWidth=void 0===a.data("borderleftwidth")?parseInt(a.css("borderLeftWidth"),0)||0:a.data("borderleftwidth"),i.borderRightWidth=void 0===a.data("borderrightwidth")?parseInt(a.css("borderRightWidth"),0)||0:a.data("borderrightwidth"),"rekursive"!=e){if(i.color=void 0===a.data("color")?"nopredefinedcolor":a.data("color"),i.whiteSpace=n?void 0===t.data("whitespace")?t.css("whiteSpace")||"nowrap":t.data("whitespace"):void 0===a.data("whitespace")?a.css("whiteSpace")||"nowrap":a.data("whitespace"),i.minWidth=void 0===a.data("width")?parseInt(a.css("minWidth"),0)||0:a.data("width"),i.minHeight=void 0===a.data("height")?parseInt(a.css("minHeight"),0)||0:a.data("height"),void 0!=a.data("videowidth")&&void 0!=a.data("videoheight")){var o=a.data("videowidth"),r=a.data("videoheight");o="100%"===o?"none":o,r="100%"===r?"none":r,a.data("width",o),a.data("height",r)}i.maxWidth=void 0===a.data("width")?parseInt(a.css("maxWidth"),0)||"none":a.data("width"),i.maxHeight=void 0===a.data("height")?parseInt(a.css("maxHeight"),0)||"none":a.data("height"),i.wan=void 0===a.data("wan")?parseInt(a.css("-webkit-transition"),0)||"none":a.data("wan"),i.moan=void 0===a.data("moan")?parseInt(a.css("-moz-animation-transition"),0)||"none":a.data("moan"),i.man=void 0===a.data("man")?parseInt(a.css("-ms-animation-transition"),0)||"none":a.data("man"),i.ani=void 0===a.data("ani")?parseInt(a.css("transition"),0)||"none":a.data("ani")}return i.styleProps=a.css(["background-color","border-top-color","border-bottom-color","border-right-color","border-left-color","border-top-style","border-bottom-style","border-left-style","border-right-style","border-left-width","border-right-width","border-bottom-width","border-top-width","color","text-decoration","font-style","border-radius"]),i},g=function(a,e){var t=new Object;return a&&jQuery.each(a,function(i,n){t[i]=l(n,e)[e.curWinRange]||a[i]}),t},m=function(a,e,t,i){return a=jQuery.isNumeric(a)?a*e+"px":a,a="full"===a?i:"auto"===a||"none"===a?t:a},u=function(a,e,t,i){var n;void 0===a.data("cssobj")?(n=c(a,t),a.data("cssobj",n)):n=a.data("cssobj");var o=g(n,e),r=e.bw,d=e.bh;if("off"===i&&(r=1,d=1),"auto"==o.lineHeight&&(o.lineHeight=o.fontSize+4),!a.hasClass("tp-splitted")){a.css("-webkit-transition","none"),a.css("-moz-transition","none"),a.css("-ms-transition","none"),a.css("transition","none");var s=void 0!==a.data("transform_hover")||void 0!==a.data("style_hover");if(s&&punchgs.TweenLite.set(a,o.styleProps),punchgs.TweenLite.set(a,{fontSize:Math.round(o.fontSize*r)+"px",fontWeight:o.fontWeight,letterSpacing:Math.floor(o.letterSpacing*r)+"px",paddingTop:Math.round(o.paddingTop*d)+"px",paddingBottom:Math.round(o.paddingBottom*d)+"px",paddingLeft:Math.round(o.paddingLeft*r)+"px",paddingRight:Math.round(o.paddingRight*r)+"px",marginTop:o.marginTop*d+"px",marginBottom:o.marginBottom*d+"px",marginLeft:o.marginLeft*r+"px",marginRight:o.marginRight*r+"px",borderTopWidth:Math.round(o.borderTopWidth*d)+"px",borderBottomWidth:Math.round(o.borderBottomWidth*d)+"px",borderLeftWidth:Math.round(o.borderLeftWidth*r)+"px",borderRightWidth:Math.round(o.borderRightWidth*r)+"px",lineHeight:Math.round(o.lineHeight*d)+"px",overwrite:"auto"}),"rekursive"!=t){var l="slide"==o.basealign?e.ulw:e.gridwidth[e.curWinRange],p="slide"==o.basealign?e.ulh:e.gridheight[e.curWinRange],h=m(o.maxWidth,r,"none",l),u=m(o.maxHeight,d,"none",p),v=m(o.minWidth,r,"0px",l),f=m(o.minHeight,d,"0px",p);punchgs.TweenLite.set(a,{maxWidth:h,maxHeight:u,minWidth:v,minHeight:f,whiteSpace:o.whiteSpace,overwrite:"auto"}),"nopredefinedcolor"!=o.color&&punchgs.TweenLite.set(a,{color:o.color,overwrite:"auto"})}setTimeout(function(){a.css("-webkit-transition",a.data("wan")),a.css("-moz-transition",a.data("moan")),a.css("-ms-transition",a.data("man")),a.css("transition",a.data("ani"))},30)}},v=function(a,e){if(a.hasClass("rs-pendulum")&&void 0==a.data("loop-timeline")){a.data("loop-timeline",new punchgs.TimelineLite);var t=void 0==a.data("startdeg")?-20:a.data("startdeg"),i=void 0==a.data("enddeg")?20:a.data("enddeg"),n=void 0==a.data("speed")?2:a.data("speed"),o=void 0==a.data("origin")?"50% 50%":a.data("origin"),r=void 0==a.data("easing")?punchgs.Power2.easeInOut:a.data("ease");t*=e,i*=e,a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",rotation:t,transformOrigin:o},{rotation:i,ease:r})),a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",rotation:i,transformOrigin:o},{rotation:t,ease:r,onComplete:function(){a.data("loop-timeline").restart()}}))}if(a.hasClass("rs-rotate")&&void 0==a.data("loop-timeline")){a.data("loop-timeline",new punchgs.TimelineLite);var t=void 0==a.data("startdeg")?0:a.data("startdeg"),i=void 0==a.data("enddeg")?360:a.data("enddeg");n=void 0==a.data("speed")?2:a.data("speed"),o=void 0==a.data("origin")?"50% 50%":a.data("origin"),r=void 0==a.data("easing")?punchgs.Power2.easeInOut:a.data("easing"),t*=e,i*=e,a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",rotation:t,transformOrigin:o},{rotation:i,ease:r,onComplete:function(){a.data("loop-timeline").restart()}}))}if(a.hasClass("rs-slideloop")&&void 0==a.data("loop-timeline")){a.data("loop-timeline",new punchgs.TimelineLite);var d=void 0==a.data("xs")?0:a.data("xs"),s=void 0==a.data("ys")?0:a.data("ys"),l=void 0==a.data("xe")?0:a.data("xe"),p=void 0==a.data("ye")?0:a.data("ye"),n=void 0==a.data("speed")?2:a.data("speed"),r=void 0==a.data("easing")?punchgs.Power2.easeInOut:a.data("easing");d*=e,s*=e,l*=e,p*=e,a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",x:d,y:s},{x:l,y:p,ease:r})),a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",x:l,y:p},{x:d,y:s,onComplete:function(){a.data("loop-timeline").restart()}}))}if(a.hasClass("rs-pulse")&&void 0==a.data("loop-timeline")){a.data("loop-timeline",new punchgs.TimelineLite);var h=void 0==a.data("zoomstart")?0:a.data("zoomstart"),c=void 0==a.data("zoomend")?0:a.data("zoomend"),n=void 0==a.data("speed")?2:a.data("speed"),r=void 0==a.data("easing")?punchgs.Power2.easeInOut:a.data("easing");a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",scale:h},{scale:c,ease:r})),a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(a,n,{force3D:"auto",scale:c},{scale:h,onComplete:function(){a.data("loop-timeline").restart()}}))}if(a.hasClass("rs-wave")&&void 0==a.data("loop-timeline")){a.data("loop-timeline",new punchgs.TimelineLite);var g=void 0==a.data("angle")?10:parseInt(a.data("angle"),0),m=void 0==a.data("radius")?10:parseInt(a.data("radius"),0),n=void 0==a.data("speed")?-20:a.data("speed"),o=void 0==a.data("origin")?"50% 50%":a.data("origin"),u=o.split(" "),v=new Object;u.length>=1?(v.x=u[0],v.y=u[1]):(v.x="50%",v.y="50%"),g*=e,m*=e;var f=0-a.height()/2+m*(-1+parseInt(v.y,0)/100),w=a.width()*(-.5+parseInt(v.x,0)/100),y={a:0,ang:g,element:a,unit:m,xoffset:w,yoffset:f};a.data("loop-timeline").append(new punchgs.TweenLite.fromTo(y,n,{a:360},{a:0,force3D:"auto",ease:punchgs.Linear.easeNone,onUpdate:function(){var a=y.a*(Math.PI/180);punchgs.TweenLite.to(y.element,.1,{force3D:"auto",x:y.xoffset+Math.cos(a)*y.unit,y:y.yoffset+y.unit*(1-Math.sin(a))})},onComplete:function(){a.data("loop-timeline").restart()}}))}},f=function(a){a.find(".rs-pendulum, .rs-slideloop, .rs-pulse, .rs-wave").each(function(){var a=jQuery(this);void 0!=a.data("loop-timeline")&&(a.data("loop-timeline").pause(),a.data("loop-timeline",null))})}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.migration.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.migration.min.js deleted file mode 100644 index 83a981d..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.migration.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/***************************************************************************************************** - * jquery.themepunch.revmigrate.js - jQuery Plugin for Revolution Slider Migration from 4.x to 5.0 - * @version: 1.0.1 (18.08.2015) - * @requires jQuery v1.7 or later (tested on 1.9) - * @author ThemePunch -*****************************************************************************************************/ - - -!function(){var t=jQuery.fn.revolution;jQuery.extend(!0,t,{migration:function(t,e){return e=a(e),o(t,e),e}});var a=function(t){if(t.parallaxLevels||t.parallaxBgFreeze){var a=new Object;a.type=t.parallax,a.levels=t.parallaxLevels,a.bgparallax="on"==t.parallaxBgFreeze?"off":"on",a.disable_onmobile=t.parallaxDisableOnMobile,t.parallax=a}if(void 0===t.disableProgressBar&&(t.disableProgressBar=t.hideTimerBar||"off"),(t.startwidth||t.startheight)&&(t.gridwidth=t.startwidth,t.gridheight=t.startheight),void 0===t.sliderType&&(t.sliderType="standard"),"on"===t.fullScreen&&(t.sliderLayout="fullscreen"),"on"===t.fullWidth&&(t.sliderLayout="fullwidth"),void 0===t.sliderLayout&&(t.sliderLayout="auto"),void 0===t.navigation){var o=new Object;if("solo"==t.navigationArrows||"nextto"==t.navigationArrows){var e=new Object;e.enable=!0,e.style=t.navigationStyle||"",e.hide_onmobile="on"===t.hideArrowsOnMobile?!0:!1,e.hide_onleave=t.hideThumbs>0?!0:!1,e.hide_delay=t.hideThumbs>0?t.hideThumbs:200,e.hide_delay_mobile=t.hideNavDelayOnMobile||1500,e.hide_under=0,e.tmp="",e.left={h_align:t.soloArrowLeftHalign,v_align:t.soloArrowLeftValign,h_offset:t.soloArrowLeftHOffset,v_offset:t.soloArrowLeftVOffset},e.right={h_align:t.soloArrowRightHalign,v_align:t.soloArrowRightValign,h_offset:t.soloArrowRightHOffset,v_offset:t.soloArrowRightVOffset},o.arrows=e}if("bullet"==t.navigationType){var r=new Object;r.style=t.navigationStyle||"",r.enable=!0,r.hide_onmobile="on"===t.hideArrowsOnMobile?!0:!1,r.hide_onleave=t.hideThumbs>0?!0:!1,r.hide_delay=t.hideThumbs>0?t.hideThumbs:200,r.hide_delay_mobile=t.hideNavDelayOnMobile||1500,r.hide_under=0,r.direction="horizontal",r.h_align=t.navigationHAlign||"center",r.v_align=t.navigationVAlign||"bottom",r.space=5,r.h_offset=t.navigationHOffset||0,r.v_offset=t.navigationVOffset||20,r.tmp='',o.bullets=r}if("thumb"==t.navigationType){var i=new Object;i.style=t.navigationStyle||"",i.enable=!0,i.width=t.thumbWidth||100,i.height=t.thumbHeight||50,i.min_width=t.thumbWidth||100,i.wrapper_padding=2,i.wrapper_color="#f5f5f5",i.wrapper_opacity=1,i.visibleAmount=t.thumbAmount||3,i.hide_onmobile="on"===t.hideArrowsOnMobile?!0:!1,i.hide_onleave=t.hideThumbs>0?!0:!1,i.hide_delay=t.hideThumbs>0?t.hideThumbs:200,i.hide_delay_mobile=t.hideNavDelayOnMobile||1500,i.hide_under=0,i.direction="horizontal",i.span=!1,i.position="inner",i.space=2,i.h_align=t.navigationHAlign||"center",i.v_align=t.navigationVAlign||"bottom",i.h_offset=t.navigationHOffset||0,i.v_offset=t.navigationVOffset||20,i.tmp='',o.thumbnails=i}t.navigation=o,t.navigation.keyboardNavigation=t.keyboardNavigation||"on",t.navigation.onHoverStop=t.onHoverStop||"on",t.navigation.touch={touchenabled:t.touchenabled||"on",swipe_treshold:t.swipe_treshold||75,swipe_min_touches:t.swipe_min_touches||1,drag_block_vertical:t.drag_block_vertical||!1}}return t.fallbacks={isJoomla:t.isJoomla||!1,panZoomDisableOnMobile:t.parallaxDisableOnMobile||"off",simplifyAll:t.simplifyAll||"on",nextSlideOnWindowFocus:t.nextSlideOnWindowFocus||"off",disableFocusListener:t.disableFocusListener||!0},t},o=function(t){var a=new Object,o=t.width(),e=t.height();a.skewfromleftshort="x:-50;skX:85;o:0",a.skewfromrightshort="x:50;skX:-85;o:0",a.sfl="x:-50;o:0",a.sfr="x:50;o:0",a.sft="y:-50;o:0",a.sfb="y:50;o:0",a.skewfromleft="x:top;skX:85;o:0",a.skewfromright="x:bottom;skX:-85;o:0",a.lfl="x:top;o:0",a.lfr="x:bottom;o:0",a.lft="y:left;o:0",a.lfb="y:right;o:0",a.fade="o:0";720*Math.random()-360;t.find(".tp-caption").each(function(){var t=jQuery(this),r=(2*Math.random()*o-o,2*Math.random()*e-e,3*Math.random(),720*Math.random()-360,70*Math.random()-35,70*Math.random()-35,t.attr("class"));a.randomrotate="x:{-400,400};y:{-400,400};sX:{0,2};sY:{0,2};rZ:{-180,180};rX:{-180,180};rY:{-180,180};o:0;",r.match("randomrotate")?t.data("transform_in",a.randomrotate):r.match(/\blfl\b/)?t.data("transform_in",a.lfl):r.match(/\blfr\b/)?t.data("transform_in",a.lfr):r.match(/\blft\b/)?t.data("transform_in",a.lft):r.match(/\blfb\b/)?t.data("transform_in",a.lfb):r.match(/\bsfl\b/)?t.data("transform_in",a.sfl):r.match(/\bsfr\b/)?t.data("transform_in",a.sfr):r.match(/\bsft\b/)?t.data("transform_in",a.sft):r.match(/\bsfb\b/)?t.data("transform_in",a.sfb):r.match(/\bskewfromleftshort\b/)?t.data("transform_in",a.skewfromleftshort):r.match(/\bskewfromrightshort\b/)?t.data("transform_in",a.skewfromrightshort):r.match(/\bskewfromleft\b/)?t.data("transform_in",a.skewfromleft):r.match(/\bskewfromright\b/)?t.data("transform_in",a.skewfromright):r.match(/\bfade\b/)&&t.data("transform_in",a.fade),r.match(/\brandomrotateout\b/)?t.data("transform_out",a.randomrotate):r.match(/\bltl\b/)?t.data("transform_out",a.lfl):r.match(/\bltr\b/)?t.data("transform_out",a.lfr):r.match(/\bltt\b/)?t.data("transform_out",a.lft):r.match(/\bltb\b/)?t.data("transform_out",a.lfb):r.match(/\bstl\b/)?t.data("transform_out",a.sfl):r.match(/\bstr\b/)?t.data("transform_out",a.sfr):r.match(/\bstt\b/)?t.data("transform_out",a.sft):r.match(/\bstb\b/)?t.data("transform_out",a.sfb):r.match(/\bskewtoleftshortout\b/)?t.data("transform_out",a.skewfromleftshort):r.match(/\bskewtorightshortout\b/)?t.data("transform_out",a.skewfromrightshort):r.match(/\bskewtoleftout\b/)?t.data("transform_out",a.skewfromleft):r.match(/\bskewtorightout\b/)?t.data("transform_out",a.skewfromright):r.match(/\bfadeout\b/)&&t.data("transform_out",a.fade),void 0!=t.data("customin")&&t.data("transform_in",t.data("customin")),void 0!=t.data("customout")&&t.data("transform_out",t.data("customout"))})}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.navigation.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.navigation.min.js deleted file mode 100644 index 60bfea1..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.navigation.min.js +++ /dev/null @@ -1,8 +0,0 @@ - -/******************************************** - * REVOLUTION 5.0 EXTENSION - NAVIGATION - * @version: 1.0.2 (18.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -!function(){var t=jQuery.fn.revolution,e=t.is_mobile();jQuery.extend(!0,t,{hideUnHideNav:function(t){var e=t.c.width(),i=t.navigation.arrows,a=t.navigation.bullets,n=t.navigation.thumbnails,s=t.navigation.tabs;h(i)&&y(t.c.find(".tparrows"),i.hide_under,e,i.hide_over),h(a)&&y(t.c.find(".tp-bullets"),a.hide_under,e,a.hide_over),h(n)&&y(t.c.parent().find(".tp-thumbs"),n.hide_under,e,n.hide_over),h(s)&&y(t.c.parent().find(".tp-tabs"),s.hide_under,e,s.hide_over),x(t)},resizeThumbsTabs:function(t){if(t.navigation&&t.navigation.tabs.enable||t.navigation&&t.navigation.thumbnails.enable){var e=(jQuery(window).width()-480)/500,i=new punchgs.TimelineLite,n=t.navigation.tabs,s=t.navigation.thumbnails;i.pause(),e=e>1?1:0>e?0:e,h(n)&&n.width>n.min_width&&a(e,i,t.c,n,t.slideamount,"tab"),h(s)&&s.width>s.min_width&&a(e,i,t.c,s,t.slideamount,"thumb"),i.play(),x(t)}return!0},manageNavigation:function(e){var a=t.getHorizontalOffset(e.c.parent(),"left"),n=t.getHorizontalOffset(e.c.parent(),"right");h(e.navigation.bullets)&&("fullscreen"!=e.sliderLayout&&"fullwidth"!=e.sliderLayout&&(e.navigation.bullets.h_offset_old=void 0===e.navigation.bullets.h_offset_old?e.navigation.bullets.h_offset:e.navigation.bullets.h_offset_old,e.navigation.bullets.h_offset="center"===e.navigation.bullets.h_align?e.navigation.bullets.h_offset_old+a/2-n/2:e.navigation.bullets.h_offset_old+a-n),m(e.c.find(".tp-bullets"),e.navigation.bullets)),h(e.navigation.thumbnails)&&m(e.c.parent().find(".tp-thumbs"),e.navigation.thumbnails),h(e.navigation.tabs)&&m(e.c.parent().find(".tp-tabs"),e.navigation.tabs),h(e.navigation.arrows)&&("fullscreen"!=e.sliderLayout&&"fullwidth"!=e.sliderLayout&&(e.navigation.arrows.left.h_offset_old=void 0===e.navigation.arrows.left.h_offset_old?e.navigation.arrows.left.h_offset:e.navigation.arrows.left.h_offset_old,e.navigation.arrows.left.h_offset="right"===e.navigation.arrows.left.h_align?e.navigation.arrows.left.h_offset_old+n:e.navigation.arrows.left.h_offset_old+a,e.navigation.arrows.right.h_offset_old=void 0===e.navigation.arrows.right.h_offset_old?e.navigation.arrows.right.h_offset:e.navigation.arrows.right.h_offset_old,e.navigation.arrows.right.h_offset="right"===e.navigation.arrows.right.h_align?e.navigation.arrows.right.h_offset_old+n:e.navigation.arrows.right.h_offset_old+a),m(e.c.find(".tp-leftarrow.tparrows"),e.navigation.arrows.left),m(e.c.find(".tp-rightarrow.tparrows"),e.navigation.arrows.right)),h(e.navigation.thumbnails)&&i(e.c.parent().find(".tp-thumbs"),e.navigation.thumbnails),h(e.navigation.tabs)&&i(e.c.parent().find(".tp-tabs"),e.navigation.tabs)},createNavigation:function(t,a){var n=t.parent(),o=a.navigation.arrows,p=a.navigation.bullets,g=a.navigation.thumbnails,v=a.navigation.tabs,m=h(o),w=h(p),x=h(g),y=h(v);s(t,a),r(t,a),m&&f(t,o,a),a.li.each(function(){var e=jQuery(this);w&&b(t,p,e,a),x&&_(t,g,e,"tp-thumb",a),y&&_(t,v,e,"tp-tab",a)}),t.bind("revolution.slide.onafterswap revolution.nextslide.waiting",function(){var e=0==t.find(".next-revslide").length?t.find(".active-revslide").data("index"):t.find(".next-revslide").data("index");t.find(".tp-bullet").each(function(){var t=jQuery(this);t.data("liref")===e?t.addClass("selected"):t.removeClass("selected")}),n.find(".tp-thumb, .tp-tab").each(function(){var t=jQuery(this);t.data("liref")===e?(t.addClass("selected"),t.hasClass("tp-tab")?i(n.find(".tp-tabs"),v):i(n.find(".tp-thumbs"),g)):t.removeClass("selected")});var s=0,r=!1;a.thumbs&&jQuery.each(a.thumbs,function(t,i){s=r===!1?t:s,r=i.id===e||t===e?!0:r});var d=s>0?s-1:a.slideamount-1,l=s+1==a.slideamount?0:s+1;if(o.enable===!0){var h=o.tmp;jQuery.each(a.thumbs[d].params,function(t,e){h=h.replace(e.from,e.to)}),o.left.j.html(h),h=o.tmp,jQuery.each(a.thumbs[l].params,function(t,e){h=h.replace(e.from,e.to)}),o.right.j.html(h),punchgs.TweenLite.set(o.left.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+a.thumbs[d].src+")"}),punchgs.TweenLite.set(o.right.j.find(".tp-arr-imgholder"),{backgroundImage:"url("+a.thumbs[l].src+")"})}}),l(o),l(p),l(g),l(v),n.on("mouseenter mousemove",function(){n.hasClass("tp-mouseover")||(n.addClass("tp-mouseover"),punchgs.TweenLite.killDelayedCallsTo(c),m&&o.hide_onleave&&c(n.find(".tparrows"),o,"show"),w&&p.hide_onleave&&c(n.find(".tp-bullets"),p,"show"),x&&g.hide_onleave&&c(n.find(".tp-thumbs"),g,"show"),y&&v.hide_onleave&&c(n.find(".tp-tabs"),v,"show"),e&&(n.removeClass("tp-mouseover"),u(t,a)))}),n.on("mouseleave",function(){n.removeClass("tp-mouseover"),u(t,a)}),m&&o.hide_onleave&&c(n.find(".tparrows"),o,"hide",0),w&&p.hide_onleave&&c(n.find(".tp-bullets"),p,"hide",0),x&&g.hide_onleave&&c(n.find(".tp-thumbs"),g,"hide",0),y&&v.hide_onleave&&c(n.find(".tp-tabs"),v,"hide",0),x&&d(n.find(".tp-thumbs"),a),y&&d(n.find(".tp-tabs"),a),"carousel"===a.sliderType&&d(t,a,!0),"on"==a.navigation.touch.touchenabled&&d(t,a,"swipebased")}});var i=function(t,e){var i=(t.hasClass("tp-thumbs")?".tp-thumbs":".tp-tabs",t.hasClass("tp-thumbs")?".tp-thumb-mask":".tp-tab-mask"),a=t.hasClass("tp-thumbs")?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",n=t.hasClass("tp-thumbs")?".tp-thumb":".tp-tab",s=t.find(i),r=s.find(a),o=e.direction,d="vertical"===o?s.find(n).first().outerHeight(!0)+e.space:s.find(n).first().outerWidth(!0)+e.space,l="vertical"===o?s.height():s.width(),h=parseInt(s.find(n+".selected").data("liindex"),0),p=l/d,u="vertical"===o?s.height():s.width(),c=0-h*d,f="vertical"===o?r.height():r.width(),g=0-(f-u)>c?0-(f-u):g>0?0:c,v=r.data("offset");p>2&&(g=0>=c-(v+d)?0-d>c-(v+d)?v:g+d:g,g=d>c-d+v+l&&c+(Math.round(p)-2)*dg?0-(f-u):g>0?0:g,"vertical"!==o&&s.width()>=r.width()&&(g=0),"vertical"===o&&s.height()>=r.height()&&(g=0),t.hasClass("dragged")||("vertical"===o?r.data("tmmove",punchgs.TweenLite.to(r,.5,{top:g+"px",ease:punchgs.Power3.easeInOut})):r.data("tmmove",punchgs.TweenLite.to(r,.5,{left:g+"px",ease:punchgs.Power3.easeInOut})),r.data("offset",g))},a=function(t,e,i,a,n,s){var r=i.parent().find(".tp-"+s+"s"),o=r.find(".tp-"+s+"s-inner-wrapper"),d=r.find(".tp-"+s+"-mask"),l=a.width*ta?-1:1),n&&!i&&(i=1>n?-1:1),n=navigator.userAgent.match(/mozilla/i)?10*n:n,(n>300||-300>n)&&(n/=10),{spinX:e,spinY:i,pixelX:a,pixelY:n}},s=function(e,i){"on"===i.navigation.keyboardNavigation&&jQuery(document).keydown(function(a){("horizontal"==i.navigation.keyboard_direction&&39==a.keyCode||"vertical"==i.navigation.keyboard_direction&&40==a.keyCode)&&(i.sc_indicator="arrow",t.callingNewSlide(i,e,1)),("horizontal"==i.navigation.keyboard_direction&&37==a.keyCode||"vertical"==i.navigation.keyboard_direction&&38==a.keyCode)&&(i.sc_indicator="arrow",t.callingNewSlide(i,e,-1))})},r=function(e,i){if("on"===i.navigation.mouseScrollNavigation){var a=navigator.userAgent.match(/mozilla/i)?-29:-49,s=navigator.userAgent.match(/mozilla/i)?29:49;e.on("mousewheel DOMMouseScroll",function(r){var o=n(r.originalEvent),d=e.find(".tp-revslider-slidesli.active-revslide").index(),l=e.find(".tp-revslider-slidesli.processing-revslide").index(),h=-1!=d&&0==d||-1!=l&&0==l?!0:!1,p=-1!=d&&d==i.slideamount-1||1!=l&&l==i.slideamount-1?!0:!1;if(-1==l){if(o.pixelYs&&!p)return i.sc_indicator="arrow",t.callingNewSlide(i,e,1),!1}else if(!p)return!1;r.preventDefault()})}},o=function(t,i,a){return t=e?jQuery(a.target).closest("."+t).length||jQuery(a.srcElement).closest("."+t).length:jQuery(a.toElement).closest("."+t).length||jQuery(a.originalTarget).closest("."+t).length,t===!0||1===t?1:0},d=function(i,a,n){i.data("opt",a);var s=a.carousel;jQuery(".bullet, .bullets, .tp-bullets, .tparrows").addClass("noSwipe"),s.Limit="endless";var r=(e||"Firefox"===t.get_browser(),i),d="vertical"===a.navigation.thumbnails.direction||"vertical"===a.navigation.tabs.direction?"none":"vertical",l=a.navigation.touch.swipe_direction||"horizontal";d="swipebased"==n&&"vertical"==l?"none":n?"vertical":d,jQuery.fn.swipetp||(jQuery.fn.swipetp=jQuery.fn.swipe),jQuery.fn.swipetp.defaults&&jQuery.fn.swipetp.defaults.excludedElements||(jQuery.fn.swipetp.defaults||(jQuery.fn.swipetp.defaults=new Object),jQuery.fn.swipetp.defaults.excludedElements="label, button, input, select, textarea, a, .noSwipe"),r.swipetp({allowPageScroll:d,triggerOnTouchLeave:!0,excludeElements:jQuery.fn.swipetp.defaults.excludedElements,swipeStatus:function(e,n,r,d){var h=o("rev_slider_wrapper",i,e),p=o("tp-thumbs",i,e),u=o("tp-tabs",i,e),c=jQuery(this).attr("class"),f=c.match(/tp-tabs|tp-thumb/gi)?!0:!1;if("carousel"===a.sliderType&&(("move"===n||"end"===n||"cancel"==n)&&a.dragStartedOverSlider&&!a.dragStartedOverThumbs&&!a.dragStartedOverTabs||"start"===n&&h>0&&0===p&&0===u))switch(a.dragStartedOverSlider=!0,d=r&&r.match(/left|up/g)?Math.round(-1*d):d=Math.round(1*d),n){case"start":void 0!==s.positionanim&&(s.positionanim.kill(),s.slide_globaloffset="off"===s.infinity?s.slide_offset:t.simp(s.slide_offset,s.maxwidth)),s.overpull="none",s.wrap.addClass("dragged");break;case"move":if(s.slide_offset="off"===s.infinity?s.slide_globaloffset+d:t.simp(s.slide_globaloffset+d,s.maxwidth),"off"===s.infinity){var g="center"===s.horizontal_align?(s.wrapwidth/2-s.slide_width/2-s.slide_offset)/s.slide_width:(0-s.slide_offset)/s.slide_width;"none"!==s.overpull&&0!==s.overpull||!(0>g||g>a.slideamount-1)?g>=0&&g<=a.slideamount-1&&(g>=0&&d>s.overpull||g<=a.slideamount-1&&dg?s.slide_offset+(s.overpull-d)/1.1+Math.sqrt(Math.abs((s.overpull-d)/1.1)):g>a.slideamount-1?s.slide_offset+(s.overpull-d)/1.1-Math.sqrt(Math.abs((s.overpull-d)/1.1)):s.slide_offset}t.organiseCarousel(a,r,!0,!0);break;case"end":case"cancel":s.slide_globaloffset=s.slide_offset,s.wrap.removeClass("dragged"),t.carouselToEvalPosition(a,r),a.dragStartedOverSlider=!1,a.dragStartedOverThumbs=!1,a.dragStartedOverTabs=!1}else{if(("move"!==n&&"end"!==n&&"cancel"!=n||a.dragStartedOverSlider||!a.dragStartedOverThumbs&&!a.dragStartedOverTabs)&&!("start"===n&&h>0&&(p>0||u>0))){if("end"==n&&!f){if(a.sc_indicator="arrow","horizontal"==l&&"left"==r||"vertical"==l&&"up"==r)return t.callingNewSlide(a,a.c,1),!1;if("horizontal"==l&&"right"==r||"vertical"==l&&"down"==r)return t.callingNewSlide(a,a.c,-1),!1}return a.dragStartedOverSlider=!1,a.dragStartedOverThumbs=!1,a.dragStartedOverTabs=!1,!0}p>0&&(a.dragStartedOverThumbs=!0),u>0&&(a.dragStartedOverTabs=!0);var v=a.dragStartedOverThumbs?".tp-thumbs":".tp-tabs",m=a.dragStartedOverThumbs?".tp-thumb-mask":".tp-tab-mask",b=a.dragStartedOverThumbs?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",w=a.dragStartedOverThumbs?".tp-thumb":".tp-tab",_=a.dragStartedOverThumbs?a.navigation.thumbnails:a.navigation.tabs;d=r&&r.match(/left|up/g)?Math.round(-1*d):d=Math.round(1*d);var x=i.parent().find(m),y=x.find(b),T=_.direction,L="vertical"===T?y.height():y.width(),j="vertical"===T?x.height():x.width(),C="vertical"===T?x.find(w).first().outerHeight(!0)+_.space:x.find(w).first().outerWidth(!0)+_.space,S=void 0===y.data("offset")?0:parseInt(y.data("offset"),0),k=0;switch(n){case"start":i.parent().find(v).addClass("dragged"),S="vertical"===T?y.position().top:y.position().left,y.data("offset",S),y.data("tmmove")&&y.data("tmmove").pause();break;case"move":if(j>=L)return!1;k=S+d,k=k>0?"horizontal"===T?k-y.width()*(k/y.width()*k/y.width()):k-y.height()*(k/y.height()*k/y.height()):k;var O="vertical"===T?0-(y.height()-x.height()):0-(y.width()-x.width());k=O>k?"horizontal"===T?k+y.width()*(k-O)/y.width()*(k-O)/y.width():k+y.height()*(k-O)/y.height()*(k-O)/y.height():k,"vertical"===T?punchgs.TweenLite.set(y,{top:k+"px"}):punchgs.TweenLite.set(y,{left:k+"px"});break;case"end":case"cancel":if(f)return k=S+d,k="vertical"===T?k<0-(y.height()-x.height())?0-(y.height()-x.height()):k:k<0-(y.width()-x.width())?0-(y.width()-x.width()):k,k=k>0?0:k,k=Math.abs(d)>C/10?0>=d?Math.floor(k/C)*C:Math.ceil(k/C)*C:0>d?Math.ceil(k/C)*C:Math.floor(k/C)*C,k="vertical"===T?k<0-(y.height()-x.height())?0-(y.height()-x.height()):k:k<0-(y.width()-x.width())?0-(y.width()-x.width()):k,k=k>0?0:k,"vertical"===T?punchgs.TweenLite.to(y,.5,{top:k+"px",ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(y,.5,{left:k+"px",ease:punchgs.Power3.easeOut}),k=k?k:"vertical"===T?y.position().top:y.position().left,y.data("offset",k),y.data("distance",d),setTimeout(function(){a.dragStartedOverSlider=!1,a.dragStartedOverThumbs=!1,a.dragStartedOverTabs=!1},100),i.parent().find(v).removeClass("dragged"),!1}}}})},l=function(t){t.hide_delay=jQuery.isNumeric(parseInt(t.hide_delay,0))?t.hide_delay/1e3:.2,t.hide_delay_mobile=jQuery.isNumeric(parseInt(t.hide_delay_mobile,0))?t.hide_delay_mobile/1e3:.2},h=function(t){return t&&t.enable},p=function(t){return t&&t.enable&&t.hide_onleave===!0&&(void 0===t.position?!0:!t.position.match(/outer/g))},u=function(t,i){var a=t.parent();p(i.navigation.arrows)&&punchgs.TweenLite.delayedCall(e?i.navigation.arrows.hide_delay_mobile:i.navigation.arrows.hide_delay,c,[a.find(".tparrows"),i.navigation.arrows,"hide"]),p(i.navigation.bullets)&&punchgs.TweenLite.delayedCall(e?i.navigation.bullets.hide_delay_mobile:i.navigation.bullets.hide_delay,c,[a.find(".tp-bullets"),i.navigation.bullets,"hide"]),p(i.navigation.thumbnails)&&punchgs.TweenLite.delayedCall(e?i.navigation.thumbnails.hide_delay_mobile:i.navigation.thumbnails.hide_delay,c,[a.find(".tp-thumbs"),i.navigation.thumbnails,"hide"]),p(i.navigation.tabs)&&punchgs.TweenLite.delayedCall(e?i.navigation.tabs.hide_delay_mobile:i.navigation.tabs.hide_delay,c,[a.find(".tp-tabs"),i.navigation.tabs,"hide"])},c=function(t,e,i,a){switch(a=void 0===a?.5:a,i){case"show":punchgs.TweenLite.to(t,a,{autoAlpha:1,ease:punchgs.Power3.easeInOut,overwrite:"auto"});break;case"hide":punchgs.TweenLite.to(t,a,{autoAlpha:0,ease:punchgs.Power3.easeInOu,overwrite:"auto"})}},f=function(t,e,i){e.style=void 0===e.style?"":e.style,e.left.style=void 0===e.left.style?"":e.left.style,e.right.style=void 0===e.right.style?"":e.right.style,0===t.find(".tp-leftarrow.tparrows").length&&t.append('
'+e.tmp+"
"),0===t.find(".tp-rightarrow.tparrows").length&&t.append('
'+e.tmp+"
");var a=t.find(".tp-leftarrow.tparrows"),n=t.find(".tp-rightarrow.tparrows");n.click(function(){i.sc_indicator="arrow",t.revnext()}),a.click(function(){i.sc_indicator="arrow",t.revprev()}),e.right.j=t.find(".tp-rightarrow.tparrows"),e.left.j=t.find(".tp-leftarrow.tparrows"),e.padding_top=parseInt(i.carousel.padding_top||0,0),e.padding_bottom=parseInt(i.carousel.padding_bottom||0,0),m(a,e.left),m(n,e.right),("outer-left"==e.position||"outer-right"==e.position)&&(i.outernav=!0)},g=function(t,e){var i=t.outerHeight(!0),a=(t.outerWidth(!0),"top"===e.v_align?{top:"0px",y:Math.round(e.v_offset)+"px"}:"center"===e.v_align?{top:"50%",y:Math.round(0-i/2+e.v_offset)+"px"}:{top:"100%",y:Math.round(0-(i+e.v_offset))+"px"});t.hasClass("outer-bottom")||punchgs.TweenLite.set(t,a)},v=function(t,e){var i=(t.outerHeight(!0),t.outerWidth(!0)),a="left"===e.h_align?{left:"0px",x:Math.round(e.h_offset)+"px"}:"center"===e.h_align?{left:"50%",x:Math.round(0-i/2+e.h_offset)+"px"}:{left:"100%",x:Math.round(0-(i+e.h_offset))+"px"};punchgs.TweenLite.set(t,a)},m=function(t,e){var i=t.closest(".tp-simpleresponsive").length>0?t.closest(".tp-simpleresponsive"):t.closest(".tp-revslider-mainul").length>0?t.closest(".tp-revslider-mainul"):t.closest(".rev_slider_wrapper").length>0?t.closest(".rev_slider_wrapper"):t.parent().find(".tp-revslider-mainul"),a=i.width(),n=i.height();if(g(t,e),v(t,e),"outer-left"!==e.position||"fullwidth"!=e.sliderLayout&&"fullscreen"!=e.sliderLayout?"outer-right"!==e.position||"fullwidth"!=e.sliderLayout&&"fullscreen"!=e.sliderLayout||punchgs.TweenLite.set(t,{right:0-t.outerWidth()+"px",x:e.h_offset+"px"}):punchgs.TweenLite.set(t,{left:0-t.outerWidth()+"px",x:e.h_offset+"px"}),t.hasClass("tp-thumbs")||t.hasClass("tp-tabs")){var s=t.data("wr_padding"),r=t.data("maxw"),o=t.data("maxh"),d=t.find(t.hasClass("tp-thumbs")?".tp-thumb-mask":".tp-tab-mask"),l=parseInt(e.padding_top||0,0),h=parseInt(e.padding_bottom||0,0);r>a&&"outer-left"!==e.position&&"outer-right"!==e.position?(punchgs.TweenLite.set(t,{left:"0px",x:0,maxWidth:a-2*s+"px"}),punchgs.TweenLite.set(d,{maxWidth:a-2*s+"px"})):(punchgs.TweenLite.set(t,{maxWidth:r+"px"}),punchgs.TweenLite.set(d,{maxWidth:r+"px"})),o+2*s>n&&"outer-bottom"!==e.position&&"outer-top"!==e.position?(punchgs.TweenLite.set(t,{top:"0px",y:0,maxHeight:l+h+(n-2*s)+"px"}),punchgs.TweenLite.set(d,{maxHeight:l+h+(n-2*s)+"px"})):(punchgs.TweenLite.set(t,{maxHeight:o+"px"}),punchgs.TweenLite.set(d,{maxHeight:o+"px"})),"outer-left"!==e.position&&"outer-right"!==e.position&&(l=0,h=0),e.span===!0&&"vertical"===e.direction?(punchgs.TweenLite.set(t,{maxHeight:l+h+(n-2*s)+"px",height:l+h+(n-2*s)+"px",top:0-l,y:0}),g(d,e)):e.span===!0&&"horizontal"===e.direction&&(punchgs.TweenLite.set(t,{maxWidth:"100%",width:a-2*s+"px",left:0,x:0}),v(d,e))}},b=function(t,e,i,a){0===t.find(".tp-bullets").length&&(e.style=void 0===e.style?"":e.style,t.append('
'));var n=t.find(".tp-bullets"),s=i.data("index"),r=e.tmp;jQuery.each(a.thumbs[i.index()].params,function(t,e){r=r.replace(e.from,e.to)}),n.append('
'+r+"
");var o=t.find(".justaddedbullet"),d=t.find(".tp-bullet").length,l=o.outerWidth()+parseInt(void 0===e.space?0:e.space,0),h=o.outerHeight()+parseInt(void 0===e.space?0:e.space,0);"vertical"===e.direction?(o.css({top:(d-1)*h+"px",left:"0px"}),n.css({height:(d-1)*h+o.outerHeight(),width:o.outerWidth()})):(o.css({left:(d-1)*l+"px",top:"0px"}),n.css({width:(d-1)*l+o.outerWidth(),height:o.outerHeight()})),o.find(".tp-bullet-image").css({backgroundImage:"url("+a.thumbs[i.index()].src+")"}),o.data("liref",s),o.click(function(){a.sc_indicator="bullet",t.revcallslidewithid(s),t.find(".tp-bullet").removeClass("selected"),jQuery(this).addClass("selected")}),o.removeClass("justaddedbullet"),e.padding_top=parseInt(a.carousel.padding_top||0,0),e.padding_bottom=parseInt(a.carousel.padding_bottom||0,0),("outer-left"==e.position||"outer-right"==e.position)&&(a.outernav=!0),m(n,e)},w=function(t,e){e=parseFloat(e),t=t.replace("#","");var i=parseInt(t.substring(0,2),16),a=parseInt(t.substring(2,4),16),n=parseInt(t.substring(4,6),16),s="rgba("+i+","+a+","+n+","+e+")";return s},_=function(t,e,i,a,n){var s="tp-thumb"===a?".tp-thumbs":".tp-tabs",r="tp-thumb"===a?".tp-thumb-mask":".tp-tab-mask",o="tp-thumb"===a?".tp-thumbs-inner-wrapper":".tp-tabs-inner-wrapper",d="tp-thumb"===a?".tp-thumb":".tp-tab",l="tp-thumb"===a?".tp-thumb-image":".tp-tab-image";if(e.visibleAmount=e.visibleAmount>n.slideamount?n.slideamount:e.visibleAmount,e.sliderLayout=n.sliderLayout,0===t.parent().find(s).length){e.style=void 0===e.style?"":e.style;var h=e.span===!0?"tp-span-wrapper":"",p='
';"outer-top"===e.position?t.parent().prepend(p):"outer-bottom"===e.position?t.after(p):t.append(p),e.padding_top=parseInt(n.carousel.padding_top||0,0),e.padding_bottom=parseInt(n.carousel.padding_bottom||0,0),("outer-left"==e.position||"outer-right"==e.position)&&(n.outernav=!0)}var u=i.data("index"),c=t.parent().find(s),f=c.find(r),g=f.find(o),v="horizontal"===e.direction?e.width*e.visibleAmount+e.space*(e.visibleAmount-1):e.width,b="horizontal"===e.direction?e.height:e.height*e.visibleAmount+e.space*(e.visibleAmount-1),_=e.tmp;jQuery.each(n.thumbs[i.index()].params,function(t,e){_=_.replace(e.from,e.to)}),g.append('
'+_+"
");var x=c.find(".justaddedthumb"),y=c.find(d).length,T=x.outerWidth()+parseInt(void 0===e.space?0:e.space,0),L=x.outerHeight()+parseInt(void 0===e.space?0:e.space,0);x.find(l).css({backgroundImage:"url("+n.thumbs[i.index()].src+")"}),"vertical"===e.direction?(x.css({top:(y-1)*L+"px",left:"0px"}),g.css({height:(y-1)*L+x.outerHeight(),width:x.outerWidth()})):(x.css({left:(y-1)*T+"px",top:"0px"}),g.css({width:(y-1)*T+x.outerWidth(),height:x.outerHeight()})),c.data("maxw",v),c.data("maxh",b),c.data("wr_padding",e.wrapper_padding);var j="outer-top"===e.position||"outer-bottom"===e.position?"relative":"absolute",C="outer-top"!==e.position&&"outer-bottom"!==e.position||"center"!==e.h_align?"0":"auto";f.css({maxWidth:v+"px",maxHeight:b+"px",overflow:"hidden",position:"relative"}),c.css({maxWidth:v+"px",margin:C,maxHeight:b+"px",overflow:"visible",position:j,background:w(e.wrapper_color,e.wrapper_opacity),padding:e.wrapper_padding+"px",boxSizing:"contet-box"}),x.click(function(){n.sc_indicator="bullet";var e=t.parent().find(o).data("distance");e=void 0===e?0:e,Math.abs(e)<10&&(t.revcallslidewithid(u),t.parent().find(s).removeClass("selected"),jQuery(this).addClass("selected"))}),x.removeClass("justaddedthumb"),m(c,e)},x=function(t){var e=t.c.parent().find(".outer-top"),i=t.c.parent().find(".outer-bottom");t.top_outer=e.hasClass("tp-forcenotvisible")?0:e.outerHeight()||0,t.bottom_outer=i.hasClass("tp-forcenotvisible")?0:i.outerHeight()||0},y=function(t,e,i,a){e>i||i>a?t.addClass("tp-forcenotvisible"):t.removeClass("tp-forcenotvisible")}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.parallax.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.parallax.min.js deleted file mode 100644 index 3ae1405..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.parallax.min.js +++ /dev/null @@ -1,8 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - PARALLAX - * @version: 1.0.1 (17.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ - -!function(){var e=jQuery.fn.revolution,a=e.is_mobile();jQuery.extend(!0,e,{checkForParallax:function(t,o){var r=o.parallax;return a&&"on"==r.disable_onmobile?!1:(o.li.each(function(){for(var e=jQuery(this),a=1;10>=a;a++)e.find(".rs-parallaxlevel-"+a).each(function(){var e=jQuery(this),t=e.closest(".tp-parallax-wrap");t.data("parallaxlevel",r.levels[a-1]),t.addClass("tp-parallax-container")})}),("mouse"==r.type||"scroll+mouse"==r.type||"mouse+scroll"==r.type)&&(t.mouseenter(function(e){var a=t.find(".active-revslide"),o=t.offset().top,r=t.offset().left,l=e.pageX-r,n=e.pageY-o;a.data("enterx",l),a.data("entery",n)}),t.on("mousemove.hoverdir, mouseleave.hoverdir",function(e){var a=t.find(".active-revslide");switch(e.type){case"mousemove":if("enterpoint"==r.origo){var l=t.offset().top,n=t.offset().left;void 0==a.data("enterx")&&a.data("enterx",e.pageX-n),void 0==a.data("entery")&&a.data("entery",e.pageY-l);var i=a.data("enterx"),s=a.data("entery"),c=i-(e.pageX-n),p=s-(e.pageY-l),u=r.speed/1e3||.4}else var l=t.offset().top,n=t.offset().left,c=o.conw/2-(e.pageX-n),p=o.conh/2-(e.pageY-l),u=r.speed/1e3||3;a.find(".tp-parallax-container").each(function(){var e=jQuery(this),a=parseInt(e.data("parallaxlevel"),0)/100,t=c*a,o=p*a;"scroll+mouse"==r.type||"mouse+scroll"==r.type?punchgs.TweenLite.to(e,u,{force3D:"auto",x:t,ease:punchgs.Power3.easeOut,overwrite:"all"}):punchgs.TweenLite.to(e,u,{force3D:"auto",x:t,y:o,ease:punchgs.Power3.easeOut,overwrite:"all"})});break;case"mouseleave":a.find(".tp-parallax-container").each(function(){var e=jQuery(this);"scroll+mouse"==r.type||"mouse+scroll"==r.type?punchgs.TweenLite.to(e,1.5,{force3D:"auto",x:0,ease:punchgs.Power3.easeOut}):punchgs.TweenLite.to(e,1.5,{force3D:"auto",x:0,y:0,ease:punchgs.Power3.easeOut})})}}),a&&(window.ondeviceorientation=function(e){var a=Math.round(e.beta||0),o=Math.round(e.gamma||0),r=t.find(".active-revslide");if(jQuery(window).width()>jQuery(window).height()){var l=o;o=a,a=l}var n=360/t.width()*o,i=180/t.height()*a;r.find(".tp-parallax-container").each(function(){var e=jQuery(this),a=parseInt(e.data("parallaxlevel"),0)/100,t=n*a,o=i*a;punchgs.TweenLite.to(e,.2,{force3D:"auto",x:t,y:o,ease:punchgs.Power3.easeOut})})})),void e.scrollTicker(o,t))},scrollTicker:function(a,t){1!=a.scrollTicker&&(a.scrollTicker=!0,punchgs.TweenLite.ticker.fps(150),punchgs.TweenLite.ticker.addEventListener("tick",function(){e.scrollHandling(a)},t,!0,1))},scrollHandling:function(t){t.lastwindowheight=t.lastwindowheight||jQuery(window).height();var o=t.c.offset().top,r=jQuery(window).scrollTop(),l=new Object,n=t.viewPort,i=t.parallax;if(t.lastscrolltop==r)return!1;t.lastscrolltop=r,l.top=o-r,l.h=0==t.conh?t.c.height():t.conh,l.bottom=o-r+l.h;var s=l.top<0?l.top/l.h:l.bottom>t.lastwindowheight?(l.bottom-t.lastwindowheight)/l.h:0;t.scrollproc=s,e.callBackHandling&&e.callBackHandling(t,"parallax","start");var c=1-Math.abs(s);if(c=0>c?0:c,n.enable&&(1-n.visible_area<=c?t.inviewport||(t.inviewport=!0,e.enterInViewPort(t)):t.inviewport&&(t.inviewport=!1,e.leaveViewPort(t))),a&&"on"==t.parallax.disable_onmobile)return!1;var p=new punchgs.TimelineLite;p.pause(),("scroll"==i.type||"scroll+mouse"==i.type||"mouse+scroll"==i.type)&&t.c.find(".tp-parallax-container").each(function(){var e=jQuery(this),a=parseInt(e.data("parallaxlevel"),0)/100,o=s*-(a*t.conh);e.data("parallaxoffset",o),p.add(punchgs.TweenLite.set(e,{force3D:"auto",y:o}),0)}),t.c.find(".tp-revslider-slidesli .slotholder, .tp-revslider-slidesli .rs-background-video-layer").each(function(){var e=jQuery(this),a=e.data("bgparallax")||t.parallax.bgparallax;if(a="on"==a?1:a,void 0!==a||"off"!==a){var o=t.parallax.levels[parseInt(a,0)-1]/100,r=s*-(o*t.conh);jQuery.isNumeric(r)&&p.add(punchgs.TweenLite.set(e,{position:"absolute",top:"0px",left:"0px",backfaceVisibility:"hidden",force3D:"true",y:r+"px",overwrite:"auto"}),0)}}),e.callBackHandling&&e.callBackHandling(t,"parallax","end"),p.play(0)}})}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.slideanims.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.slideanims.min.js deleted file mode 100644 index d45962e..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.slideanims.min.js +++ /dev/null @@ -1,8 +0,0 @@ -/************************************************ - * REVOLUTION 5.0 EXTENSION - SLIDE ANIMATIONS - * @version: 1.0.1 (11.08.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -************************************************/ - -!function(){var t=jQuery.fn.revolution;jQuery.extend(!0,t,{animateSlide:function(t,e,o,a,n,r,s,l,d){return i(t,e,o,a,n,r,s,l,d)}});var e=function(e,o,a,i){var n=e,r=n.find(".defaultimg"),s=n.data("zoomstart"),l=n.data("rotationstart");void 0!=r.data("currotate")&&(l=r.data("currotate")),void 0!=r.data("curscale")&&"box"==i?s=100*r.data("curscale"):void 0!=r.data("curscale")&&(s=r.data("curscale")),t.slotSize(r,o);var d=r.attr("src"),h=r.css("backgroundColor"),c=o.width,f=o.height,p=r.data("fxof"),u=0;"on"==o.autoHeight&&(f=o.c.height()),void 0==p&&(p=0);var g=0,v=r.data("bgfit"),w=r.data("bgrepeat"),m=r.data("bgposition");switch(void 0==v&&(v="cover"),void 0==w&&(w="no-repeat"),void 0==m&&(m="center center"),i){case"box":var y=0,x=0,T=0;if(y=o.sloth>o.slotw?o.sloth:o.slotw,!a)var g=0-y;o.slotw=y,o.sloth=y;for(var x=0,T=0,z=0;z
'),T+=y,void 0!=s&&void 0!=l&&punchgs.TweenLite.set(n.find(".slot").last(),{rotationZ:l});x+=y}break;case"vertical":case"horizontal":if("horizontal"==i){if(!a)var g=0-o.slotw;for(var b=0;b
'),void 0!=s&&void 0!=l&&punchgs.TweenLite.set(n.find(".slot").last(),{rotationZ:l})}else{if(!a)var g=0-o.sloth;for(var b=0;b
'),void 0!=s&&void 0!=l&&punchgs.TweenLite.set(n.find(".slot").last(),{rotationZ:l})}}},o=function(t,e,o,a,i){function n(){jQuery.each(x,function(t,e){(e[0]==o||e[8]==o)&&(v=e[1],w=e[2],m=y),y+=1})}var r=punchgs.Power1.easeIn,s=punchgs.Power1.easeOut,l=punchgs.Power1.easeInOut,d=punchgs.Power2.easeIn,h=punchgs.Power2.easeOut,c=punchgs.Power2.easeInOut,f=(punchgs.Power3.easeIn,punchgs.Power3.easeOut),p=punchgs.Power3.easeInOut,u=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],g=[16,17,18,19,20,21,22,23,24,25,27],v=0,w=1,m=0,y=0,x=(new Array,[["boxslide",0,1,10,0,"box",!1,null,0,s,s,500,6],["boxfade",1,0,10,0,"box",!1,null,1,l,l,700,5],["slotslide-horizontal",2,0,0,200,"horizontal",!0,!1,2,c,c,700,3],["slotslide-vertical",3,0,0,200,"vertical",!0,!1,3,c,c,700,3],["curtain-1",4,3,0,0,"horizontal",!0,!0,4,s,s,300,5],["curtain-2",5,3,0,0,"horizontal",!0,!0,5,s,s,300,5],["curtain-3",6,3,25,0,"horizontal",!0,!0,6,s,s,300,5],["slotzoom-horizontal",7,0,0,400,"horizontal",!0,!0,7,s,s,300,7],["slotzoom-vertical",8,0,0,0,"vertical",!0,!0,8,h,h,500,8],["slotfade-horizontal",9,0,0,500,"horizontal",!0,null,9,h,h,500,25],["slotfade-vertical",10,0,0,500,"vertical",!0,null,10,h,h,500,25],["fade",11,0,1,300,"horizontal",!0,null,11,c,c,1e3,1],["slideleft",12,0,1,0,"horizontal",!0,!0,12,p,p,1e3,1],["slideup",13,0,1,0,"horizontal",!0,!0,13,p,p,1e3,1],["slidedown",14,0,1,0,"horizontal",!0,!0,14,p,p,1e3,1],["slideright",15,0,1,0,"horizontal",!0,!0,15,p,p,1e3,1],["slideoverleft",12,7,1,0,"horizontal",!0,!0,12,p,p,1e3,1],["slideoverup",13,7,1,0,"horizontal",!0,!0,13,p,p,1e3,1],["slideoverdown",14,7,1,0,"horizontal",!0,!0,14,p,p,1e3,1],["slideoverright",15,7,1,0,"horizontal",!0,!0,15,p,p,1e3,1],["slideremoveleft",12,8,1,0,"horizontal",!0,!0,12,p,p,1e3,1],["slideremoveup",13,8,1,0,"horizontal",!0,!0,13,p,p,1e3,1],["slideremovedown",14,8,1,0,"horizontal",!0,!0,14,p,p,1e3,1],["slideremoveright",15,8,1,0,"horizontal",!0,!0,15,p,p,1e3,1],["papercut",16,0,0,600,"",null,null,16,p,p,1e3,2],["3dcurtain-horizontal",17,0,20,100,"vertical",!1,!0,17,l,l,500,7],["3dcurtain-vertical",18,0,10,100,"horizontal",!1,!0,18,l,l,500,5],["cubic",19,0,20,600,"horizontal",!1,!0,19,p,p,500,1],["cube",19,0,20,600,"horizontal",!1,!0,20,p,p,500,1],["flyin",20,0,4,600,"vertical",!1,!0,21,f,p,500,1],["turnoff",21,0,1,500,"horizontal",!1,!0,22,p,p,500,1],["incube",22,0,20,200,"horizontal",!1,!0,23,c,c,500,1],["cubic-horizontal",23,0,20,500,"vertical",!1,!0,24,h,h,500,1],["cube-horizontal",23,0,20,500,"vertical",!1,!0,25,h,h,500,1],["incube-horizontal",24,0,20,500,"vertical",!1,!0,26,c,c,500,1],["turnoff-vertical",25,0,1,200,"horizontal",!1,!0,27,c,c,500,1],["fadefromright",12,1,1,0,"horizontal",!0,!0,28,c,c,1e3,1],["fadefromleft",15,1,1,0,"horizontal",!0,!0,29,c,c,1e3,1],["fadefromtop",14,1,1,0,"horizontal",!0,!0,30,c,c,1e3,1],["fadefrombottom",13,1,1,0,"horizontal",!0,!0,31,c,c,1e3,1],["fadetoleftfadefromright",12,2,1,0,"horizontal",!0,!0,32,c,c,1e3,1],["fadetorightfadefromleft",15,2,1,0,"horizontal",!0,!0,33,c,c,1e3,1],["fadetobottomfadefromtop",14,2,1,0,"horizontal",!0,!0,34,c,c,1e3,1],["fadetotopfadefrombottom",13,2,1,0,"horizontal",!0,!0,35,c,c,1e3,1],["parallaxtoright",12,3,1,0,"horizontal",!0,!0,36,c,d,1500,1],["parallaxtoleft",15,3,1,0,"horizontal",!0,!0,37,c,d,1500,1],["parallaxtotop",14,3,1,0,"horizontal",!0,!0,38,c,r,1500,1],["parallaxtobottom",13,3,1,0,"horizontal",!0,!0,39,c,r,1500,1],["scaledownfromright",12,4,1,0,"horizontal",!0,!0,40,c,d,1e3,1],["scaledownfromleft",15,4,1,0,"horizontal",!0,!0,41,c,d,1e3,1],["scaledownfromtop",14,4,1,0,"horizontal",!0,!0,42,c,d,1e3,1],["scaledownfrombottom",13,4,1,0,"horizontal",!0,!0,43,c,d,1e3,1],["zoomout",13,5,1,0,"horizontal",!0,!0,44,c,d,1e3,1],["zoomin",13,6,1,0,"horizontal",!0,!0,45,c,d,1e3,1],["notransition",26,0,1,0,"horizontal",!0,null,46,c,d,1e3,1]]);"slidehorizontal"==o&&(o="slideleft",1==i&&(o="slideright")),"slidevertical"==o&&(o="slideup",1==i&&(o="slidedown")),"slideoverhorizontal"==o&&(o="slideoverleft",1==i&&(o="slideoverright")),"slideoververtical"==o&&(o="slideoverup",1==i&&(o="slideoverdown")),"slideremovehorizontal"==o&&(o="slideremoveleft",1==i&&(o="slideremoveright")),"slideremovevertical"==o&&(o="slideremoveup",1==i&&(o="slideremovedown")),"parallaxhorizontal"==o&&(o="parallaxtoleft",1==i&&(o="parallaxtoright")),"parallaxvertical"==o&&(o="parallaxtotop",1==i&&(o="parallaxtobottom")),"random"==o&&(o=Math.round(Math.random()*x.length-1),o>x.length-1&&(o=x.length-1)),"random-static"==o&&(o=Math.round(Math.random()*u.length-1),o>u.length-1&&(o=u.length-1),o=u[o]),"random-premium"==o&&(o=Math.round(Math.random()*g.length-1),o>g.length-1&&(o=g.length-1),o=g[o]);var T=[12,13,14,15,16,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45];if(1==e.isJoomla&&void 0!=window.MooTools&&-1!=T.indexOf(o)){var z=Math.round(Math.random()*(g.length-2))+1;z>g.length-1&&(z=g.length-1),0==z&&(z=1),o=g[z]}n(),v>26&&(v=26),0>v&&(v=0);var b=new Object;return b.nexttrans=v,b.STA=x[m],b.specials=w,b},a=function(t,e){return void 0==e||jQuery.isNumeric(t)?t:void 0==t?t:t.split(",")[e]},i=function(t,i,n,r,s,l,d,h,c){var f=l.index(),p=s.index(),u=f>p?1:0;"arrow"==r.sc_indicator&&(0==f&&p==r.slideamount-1&&(u=1),f==r.slideamount-1&&0==p&&(u=0));var g=o(n,r,i,d,u),v=g.STA,w=g.specials,t=g.nexttrans;"on"==d.data("kenburns")&&(t=11);var m=s.data("nexttransid")||0,y=a(s.data("masterspeed"),m);y="default"===y?v[11]:"random"===y?Math.round(1e3*Math.random()+300):void 0!=y?parseInt(y,0):v[11],y=y>r.delay?r.delay:y,y+=v[4],r.slots=a(s.data("slotamount"),m),r.slots=void 0==r.slots||"default"==r.slots?v[12]:"random"==r.slots?Math.round(12*Math.random()+4):v[12],r.slots=r.slots<1?"boxslide"==i?Math.round(6*Math.random()+3):"flyin"==i?Math.round(4*Math.random()+1):r.slots:r.slots,r.slots=(4==t||5==t||6==t)&&r.slots<3?3:r.slots,r.slots=0!=v[3]?Math.min(r.slots,v[3]):r.slots,r.slots=9==t?r.width/20:10==t?r.height/20:r.slots,r.rotate=a(s.data("rotate"),m),r.rotate=void 0==r.rotate||"default"==r.rotate?0:999==r.rotate||"random"==r.rotate?Math.round(360*Math.random()):r.rotate,r.rotate=!jQuery.support.transition||r.ie||r.ie9?0:r.rotate,11!=t&&(null!=v[7]&&e(h,r,v[7],v[5]),null!=v[6]&&e(d,r,v[6],v[5])),c.add(punchgs.TweenLite.set(d,{autoAlpha:1}),0),c.add(punchgs.TweenLite.set(h,{autoAlpha:1}),0);var x=a(s.data("easein"),m),T=a(s.data("easeout"),m);if(x="default"===x?v[9]||punchgs.Power2.easeInOut:x||v[9]||punchgs.Power2.easeInOut,T="default"===T?v[10]||punchgs.Power2.easeInOut:T||v[10]||punchgs.Power2.easeInOut,0==t){var z=Math.ceil(r.height/r.sloth),b=0;d.find(".slotslide").each(function(t){var e=jQuery(this);b+=1,b==z&&(b=0),c.add(punchgs.TweenLite.from(e,y/600,{opacity:0,top:0-r.sloth,left:0-r.slotw,rotation:r.rotate,force3D:"auto",ease:x}),(15*t+30*b)/1500)})}if(1==t){var L,D=0;d.find(".slotslide").each(function(t){var e=jQuery(this),o=Math.random()*y+300,a=500*Math.random()+200;o+a>L&&(L=a+a,D=t),c.add(punchgs.TweenLite.from(e,o/1e3,{autoAlpha:0,force3D:"auto",rotation:r.rotate,ease:x}),a/1e3)})}if(2==t){var M=new punchgs.TimelineLite;h.find(".slotslide").each(function(){var t=jQuery(this);M.add(punchgs.TweenLite.to(t,y/1e3,{left:r.slotw,ease:x,force3D:"auto",rotation:0-r.rotate}),0),c.add(M,0)}),d.find(".slotslide").each(function(){var t=jQuery(this);M.add(punchgs.TweenLite.from(t,y/1e3,{left:0-r.slotw,ease:x,force3D:"auto",rotation:r.rotate}),0),c.add(M,0)})}if(3==t){var M=new punchgs.TimelineLite;h.find(".slotslide").each(function(){var t=jQuery(this);M.add(punchgs.TweenLite.to(t,y/1e3,{top:r.sloth,ease:x,rotation:r.rotate,force3D:"auto",transformPerspective:600}),0),c.add(M,0)}),d.find(".slotslide").each(function(){var t=jQuery(this);M.add(punchgs.TweenLite.from(t,y/1e3,{top:0-r.sloth,rotation:r.rotate,ease:T,force3D:"auto",transformPerspective:600}),0),c.add(M,0)})}if(4==t||5==t){setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100);var j=y/1e3,M=new punchgs.TimelineLite;h.find(".slotslide").each(function(e){var o=jQuery(this),a=e*j/r.slots;5==t&&(a=(r.slots-e-1)*j/r.slots/1.5),M.add(punchgs.TweenLite.to(o,3*j,{transformPerspective:600,force3D:"auto",top:0+r.height,opacity:.5,rotation:r.rotate,ease:x,delay:a}),0),c.add(M,0)}),d.find(".slotslide").each(function(e){var o=jQuery(this),a=e*j/r.slots;5==t&&(a=(r.slots-e-1)*j/r.slots/1.5),M.add(punchgs.TweenLite.from(o,3*j,{top:0-r.height,opacity:.5,rotation:r.rotate,force3D:"auto",ease:punchgs.eo,delay:a}),0),c.add(M,0)})}if(6==t){r.slots<2&&(r.slots=2),r.slots%2&&(r.slots=r.slots+1);var M=new punchgs.TimelineLite;setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100),h.find(".slotslide").each(function(t){var e=jQuery(this);if(t+1r.delay&&(y=r.delay);var M=new punchgs.TimelineLite;setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100),h.find(".slotslide").each(function(){var t=jQuery(this).find("div");M.add(punchgs.TweenLite.to(t,y/1e3,{left:0-r.slotw/2+"px",top:0-r.height/2+"px",width:2*r.slotw+"px",height:2*r.height+"px",opacity:0,rotation:r.rotate,force3D:"auto",ease:x}),0),c.add(M,0)}),d.find(".slotslide").each(function(t){var e=jQuery(this).find("div");M.add(punchgs.TweenLite.fromTo(e,y/1e3,{left:0,top:0,opacity:0,transformPerspective:600},{left:0-t*r.slotw+"px",ease:T,force3D:"auto",top:"0px",width:r.width,height:r.height,opacity:1,rotation:0,delay:.1}),0),c.add(M,0)})}if(8==t){y=3*y,y>r.delay&&(y=r.delay);var M=new punchgs.TimelineLite;h.find(".slotslide").each(function(){var t=jQuery(this).find("div");M.add(punchgs.TweenLite.to(t,y/1e3,{left:0-r.width/2+"px",top:0-r.sloth/2+"px",width:2*r.width+"px",height:2*r.sloth+"px",force3D:"auto",ease:x,opacity:0,rotation:r.rotate}),0),c.add(M,0)}),d.find(".slotslide").each(function(t){var e=jQuery(this).find("div");M.add(punchgs.TweenLite.fromTo(e,y/1e3,{left:0,top:0,opacity:0,force3D:"auto"},{left:"0px",top:0-t*r.sloth+"px",width:d.find(".defaultimg").data("neww")+"px",height:d.find(".defaultimg").data("newh")+"px",opacity:1,ease:T,rotation:0}),0),c.add(M,0)})}if(9==t||10==t){var P=0;d.find(".slotslide").each(function(t){var e=jQuery(this);P++,c.add(punchgs.TweenLite.fromTo(e,y/1e3,{autoAlpha:0,force3D:"auto",transformPerspective:600},{autoAlpha:1,ease:x,delay:5*t/1e3}),0)})}if(11==t||26==t){var P=0;26==t&&(y=0),c.add(punchgs.TweenLite.fromTo(d,y/1e3,{autoAlpha:0},{autoAlpha:1,force3D:"auto",ease:x}),0),c.add(punchgs.TweenLite.to(h,y/1e3,{autoAlpha:0,force3D:"auto",ease:x}),0),c.add(punchgs.TweenLite.set(d.find(".defaultimg"),{autoAlpha:1}),0),c.add(punchgs.TweenLite.set(h.find("defaultimg"),{autoAlpha:1}),0)}if(12==t||13==t||14==t||15==t){y=y,y>r.delay&&(y=r.delay),setTimeout(function(){punchgs.TweenLite.set(h.find(".defaultimg"),{autoAlpha:0})},100);var A=r.width,Q=r.height,O=d.find(".slotslide"),k=0,I=0,X=1,Y=1,S=1,C=y/1e3,V=C;("fullwidth"==r.sliderLayout||"fullscreen"==r.sliderLayout)&&(A=O.width(),Q=O.height()),12==t?k=A:15==t?k=0-A:13==t?I=Q:14==t&&(I=0-Q),1==w&&(X=0),2==w&&(X=0),3==w&&(C=y/1300),(4==w||5==w)&&(Y=.6),6==w&&(Y=1.4),(5==w||6==w)&&(S=1.4,X=0,A=0,Q=0,k=0,I=0),6==w&&(S=.6);7==w&&(A=0,Q=0);var Z=d.find(".slotslide"),H=h.find(".slotslide");if(c.add(punchgs.TweenLite.set(l,{zIndex:15}),0),c.add(punchgs.TweenLite.set(s,{zIndex:20}),0),8==w?(c.add(punchgs.TweenLite.set(l,{zIndex:20}),0),c.add(punchgs.TweenLite.set(s,{zIndex:15}),0),c.add(punchgs.TweenLite.set(Z,{left:0,top:0,scale:1,opacity:1,rotation:0,ease:x,force3D:"auto"}),0)):c.add(punchgs.TweenLite.from(Z,C,{left:k,top:I,scale:S,opacity:X,rotation:r.rotate,ease:x,force3D:"auto"}),0),(4==w||5==w)&&(A=0,Q=0),1!=w)switch(t){case 12:c.add(punchgs.TweenLite.to(H,V,{left:0-A+"px",force3D:"auto",scale:Y,opacity:X,rotation:r.rotate,ease:T}),0);break;case 15:c.add(punchgs.TweenLite.to(H,V,{left:A+"px",force3D:"auto",scale:Y,opacity:X,rotation:r.rotate,ease:T}),0);break;case 13:c.add(punchgs.TweenLite.to(H,V,{top:0-Q+"px",force3D:"auto",scale:Y,opacity:X,rotation:r.rotate,ease:T}),0);break;case 14:c.add(punchgs.TweenLite.to(H,V,{top:Q+"px",force3D:"auto",scale:Y,opacity:X,rotation:r.rotate,ease:T}),0)}}if(16==t){var M=new punchgs.TimelineLite;c.add(punchgs.TweenLite.set(l,{position:"absolute","z-index":20}),0),c.add(punchgs.TweenLite.set(s,{position:"absolute","z-index":15}),0),l.wrapInner('
'),l.find(".tp-half-one").clone(!0).appendTo(l).addClass("tp-half-two"),l.find(".tp-half-two").removeClass("tp-half-one");var A=r.width,Q=r.height;"on"==r.autoHeight&&(Q=n.height()),l.find(".tp-half-one .defaultimg").wrap('
'),l.find(".tp-half-two .defaultimg").wrap('
'),l.find(".tp-half-two .defaultimg").css({position:"absolute",top:"-50%"}),l.find(".tp-half-two .tp-caption").wrapAll('
'),c.add(punchgs.TweenLite.set(l.find(".tp-half-two"),{width:A,height:Q,overflow:"hidden",zIndex:15,position:"absolute",top:Q/2,left:"0px",transformPerspective:600,transformOrigin:"center bottom"}),0),c.add(punchgs.TweenLite.set(l.find(".tp-half-one"),{width:A,height:Q/2,overflow:"visible",zIndex:10,position:"absolute",top:"0px",left:"0px",transformPerspective:600,transformOrigin:"center top"}),0);var J=(l.find(".defaultimg"),Math.round(20*Math.random()-10)),N=Math.round(20*Math.random()-10),_=Math.round(20*Math.random()-10),q=.4*Math.random()-.2,B=.4*Math.random()-.2,E=1*Math.random()+1,F=1*Math.random()+1,G=.3*Math.random()+.3;c.add(punchgs.TweenLite.set(l.find(".tp-half-one"),{overflow:"hidden"}),0),c.add(punchgs.TweenLite.fromTo(l.find(".tp-half-one"),y/800,{width:A,height:Q/2,position:"absolute",top:"0px",left:"0px",force3D:"auto",transformOrigin:"center top"},{scale:E,rotation:J,y:0-Q-Q/4,autoAlpha:0,ease:x}),0),c.add(punchgs.TweenLite.fromTo(l.find(".tp-half-two"),y/800,{width:A,height:Q,overflow:"hidden",position:"absolute",top:Q/2,left:"0px",force3D:"auto",transformOrigin:"center bottom"},{scale:F,rotation:N,y:Q+Q/4,ease:x,autoAlpha:0,onComplete:function(){punchgs.TweenLite.set(l,{position:"absolute","z-index":15}),punchgs.TweenLite.set(s,{position:"absolute","z-index":20}),l.find(".tp-half-one").length>0&&(l.find(".tp-half-one .defaultimg").unwrap(),l.find(".tp-half-one .slotholder").unwrap()),l.find(".tp-half-two").remove()}}),0),M.add(punchgs.TweenLite.set(d.find(".defaultimg"),{autoAlpha:1}),0),null!=l.html()&&c.add(punchgs.TweenLite.fromTo(s,(y-200)/1e3,{scale:G,x:r.width/4*q,y:Q/4*B,rotation:_,force3D:"auto",transformOrigin:"center center",ease:T},{autoAlpha:1,scale:1,x:0,y:0,rotation:0}),0),c.add(M,0)}if(17==t&&d.find(".slotslide").each(function(t){var e=jQuery(this);c.add(punchgs.TweenLite.fromTo(e,y/800,{opacity:0,rotationY:0,scale:.9,rotationX:-110,force3D:"auto",transformPerspective:600,transformOrigin:"center center"},{opacity:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:x,delay:.06*t}),0)}),18==t&&d.find(".slotslide").each(function(t){var e=jQuery(this);c.add(punchgs.TweenLite.fromTo(e,y/500,{autoAlpha:0,rotationY:110,scale:.9,rotationX:10,force3D:"auto",transformPerspective:600,transformOrigin:"center center"},{autoAlpha:1,top:0,left:0,scale:1,rotation:0,rotationX:0,force3D:"auto",rotationY:0,ease:x,delay:.06*t}),0)}),19==t||22==t){var M=new punchgs.TimelineLite;c.add(punchgs.TweenLite.set(l,{zIndex:20}),0),c.add(punchgs.TweenLite.set(s,{zIndex:20}),0),setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100);var K=90,X=1,R="center center ";1==u&&(K=-90),19==t?(R=R+"-"+r.height/2,X=0):R+=r.height/2,punchgs.TweenLite.set(n,{transformStyle:"flat",backfaceVisibility:"hidden",transformPerspective:600}),d.find(".slotslide").each(function(t){var e=jQuery(this);M.add(punchgs.TweenLite.fromTo(e,y/1e3,{transformStyle:"flat",backfaceVisibility:"hidden",left:0,rotationY:r.rotate,z:10,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:R,rotationX:K},{left:0,rotationY:0,top:0,z:0,scale:1,force3D:"auto",rotationX:0,delay:50*t/1e3,ease:x}),0),M.add(punchgs.TweenLite.to(e,.1,{autoAlpha:1,delay:50*t/1e3}),0),c.add(M)}),h.find(".slotslide").each(function(t){var e=jQuery(this),o=-90;1==u&&(o=90),M.add(punchgs.TweenLite.fromTo(e,y/1e3,{transformStyle:"flat",backfaceVisibility:"hidden",autoAlpha:1,rotationY:0,top:0,z:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:R,rotationX:0},{autoAlpha:1,rotationY:r.rotate,top:0,z:10,scale:1,rotationX:o,delay:50*t/1e3,force3D:"auto",ease:T}),0),c.add(M)}),c.add(punchgs.TweenLite.set(l,{zIndex:18}),0)}if(20==t){if(setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100),1==u)var U=-r.width,K=80,R="20% 70% -"+r.height/2;else var U=r.width,K=-80,R="80% 70% -"+r.height/2;d.find(".slotslide").each(function(t){var e=jQuery(this),o=50*t/1e3;c.add(punchgs.TweenLite.fromTo(e,y/1e3,{left:U,rotationX:40,z:-600,opacity:X,top:0,scale:1,force3D:"auto",transformPerspective:600,transformOrigin:R,transformStyle:"flat",rotationY:K},{left:0,rotationX:0,opacity:1,top:0,z:0,scale:1,rotationY:0,delay:o,ease:x}),0)}),h.find(".slotslide").each(function(t){var e=jQuery(this),o=50*t/1e3;if(o=t>0?o+y/9e3:0,1!=u)var a=-r.width/2,i=30,n="20% 70% -"+r.height/2;else var a=r.width/2,i=-30,n="80% 70% -"+r.height/2;T=punchgs.Power2.easeInOut,c.add(punchgs.TweenLite.fromTo(e,y/1e3,{opacity:1,rotationX:0,top:0,z:0,scale:1,left:0,force3D:"auto",transformPerspective:600,transformOrigin:n,transformStyle:"flat",rotationY:0},{opacity:1,rotationX:20,top:0,z:-600,left:a,force3D:"auto",rotationY:i,delay:o,ease:T}),0)})}if(21==t||25==t){setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100);var K=90,U=-r.width,W=-K;if(1==u)if(25==t){var R="center top 0";K=r.rotate}else{var R="left center 0";W=r.rotate}else if(U=r.width,K=-90,25==t){var R="center bottom 0";W=-K,K=r.rotate}else{var R="right center 0";W=r.rotate}d.find(".slotslide").each(function(){var t=jQuery(this),e=y/1.5/3;c.add(punchgs.TweenLite.fromTo(t,2*e/1e3,{left:0,transformStyle:"flat",rotationX:W,z:0,autoAlpha:0,top:0,scale:1,force3D:"auto",transformPerspective:1200,transformOrigin:R,rotationY:K},{left:0,rotationX:0,top:0,z:0,autoAlpha:1,scale:1,rotationY:0,force3D:"auto",delay:e/1e3,ease:x}),0)}),1!=u?(U=-r.width,K=90,25==t?(R="center top 0",W=-K,K=r.rotate):(R="left center 0",W=r.rotate)):(U=r.width,K=-90,25==t?(R="center bottom 0",W=-K,K=r.rotate):(R="right center 0",W=r.rotate)),h.find(".slotslide").each(function(){var t=jQuery(this);c.add(punchgs.TweenLite.fromTo(t,y/1e3,{left:0,transformStyle:"flat",rotationX:0,z:0,autoAlpha:1,top:0,scale:1,force3D:"auto",transformPerspective:1200,transformOrigin:R,rotationY:0},{left:0,rotationX:W,top:0,z:0,autoAlpha:1,force3D:"auto",scale:1,rotationY:K,ease:T}),0)})}if(23==t||24==t){setTimeout(function(){h.find(".defaultimg").css({opacity:0})},100);var K=-90,X=1,$=0;if(1==u&&(K=90),23==t){var R="center center -"+r.width/2;X=0}else var R="center center "+r.width/2;punchgs.TweenLite.set(n,{transformStyle:"preserve-3d",backfaceVisibility:"hidden",perspective:2500}),d.find(".slotslide").each(function(t){var e=jQuery(this);c.add(punchgs.TweenLite.fromTo(e,y/1e3,{left:$,rotationX:r.rotate,force3D:"auto",opacity:X,top:0,scale:1,transformPerspective:1200,transformOrigin:R,rotationY:K},{left:0,rotationX:0,autoAlpha:1,top:0,z:0,scale:1,rotationY:0,delay:50*t/500,ease:x}),0)}),K=90,1==u&&(K=-90),h.find(".slotslide").each(function(e){var o=jQuery(this);c.add(punchgs.TweenLite.fromTo(o,y/1e3,{left:0,rotationX:0,top:0,z:0,scale:1,force3D:"auto",transformStyle:"flat",transformPerspective:1200,transformOrigin:R,rotationY:0},{left:$,rotationX:r.rotate,top:0,scale:1,rotationY:K,delay:50*e/500,ease:T}),0),23==t&&c.add(punchgs.TweenLite.fromTo(o,y/2e3,{autoAlpha:1},{autoAlpha:0,delay:50*e/500+y/3e3,ease:T}),0)})}return c}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.video.min.js b/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.video.min.js deleted file mode 100644 index a52d2b8..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/extensions/revolution.extension.video.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/******************************************** - * REVOLUTION 5.0 EXTENSION - VIDEO FUNCTIONS - * @version: 1.0.5 (11.09.2015) - * @requires jquery.themepunch.revolution.js - * @author ThemePunch -*********************************************/ -!function(){function e(e){return void 0==e?-1:jQuery.isNumeric(e)?e:e.split(":").length>1?60*parseInt(e.split(":")[0],0)+parseInt(e.split(":")[1],0):e}var t=jQuery.fn.revolution,a=t.is_mobile();jQuery.extend(!0,t,{resetVideo:function(t){switch(t.data("videotype")){case"youtube":{t.data("player")}try{if("on"==t.data("forcerewind")&&!a){var i=e(t.data("videostartat"));i=-1==i?0:i,t.data("player").seekTo(i),t.data("player").pauseVideo()}}catch(o){}0==t.find(".tp-videoposter").length&&punchgs.TweenLite.to(t.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut});break;case"vimeo":var d=$f(t.find("iframe").attr("id"));try{if("on"==t.data("forcerewind")&&!a){var i=e(t.data("videostartat"));i=-1==i?0:i,d.api("seekTo",i),d.api("pause")}}catch(o){}0==t.find(".tp-videoposter").length&&punchgs.TweenLite.to(t.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut});break;case"html5":if(a&&1==t.data("disablevideoonmobile"))return!1;var n=t.find("video"),r=n[0];if(punchgs.TweenLite.to(n,.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),"on"==t.data("forcerewind")&&!t.hasClass("videoisplaying"))try{var i=e(t.data("videostartat"));r.currentTime=-1==i?0:i}catch(o){}"mute"==t.data("volume")&&(r.muted=!0)}},stopVideo:function(e){switch(e.data("videotype")){case"youtube":try{var t=e.data("player");t.pauseVideo()}catch(a){}break;case"vimeo":try{var i=$f(e.find("iframe").attr("id"));i.api("pause")}catch(a){}break;case"html5":var o=e.find("video"),d=o[0];d.pause()}},playVideo:function(o,n){switch(clearTimeout(o.data("videoplaywait")),o.data("videotype")){case"youtube":if(0==o.find("iframe").length)o.append(o.data("videomarkup")),d(o,n,!0);else if(void 0!=o.data("player").playVideo){o.data("player").playVideo();var r=e(o.data("videostartat"));-1!=r&&o.data("player").seekTo(r)}else o.data("videoplaywait",setTimeout(function(){t.playVideo(o,n)},50));break;case"vimeo":if(0==o.find("iframe").length)o.append(o.data("videomarkup")),d(o,n,!0);else if(o.hasClass("rs-apiready")){var s=o.find("iframe").attr("id"),p=$f(s);void 0==p.api("play")?o.data("videoplaywait",setTimeout(function(){t.playVideo(o,n)},50)):setTimeout(function(){p.api("play");var t=e(o.data("videostartat"));-1!=t&&p.api("seekTo",t)},510)}else o.data("videoplaywait",setTimeout(function(){t.playVideo(o,n)},50));break;case"html5":if(a&&1==o.data("disablevideoonmobile"))return!1;var l=o.find("video"),v=l[0],u=l.parent();if(1!=u.data("metaloaded"))i(v,"loadedmetadata",function(a){t.resetVideo(a,n),v.play();var i=e(a.data("videostartat"));-1!=i&&(v.currentTime=i)}(o));else{v.play();var r=e(o.data("videostartat"));-1!=r&&(v.currentTime=r)}}},isVideoPlaying:function(e,t){var a=!1;return void 0!=t.playingvideos&&jQuery.each(t.playingvideos,function(t,i){e.attr("id")==i.attr("id")&&(a=!0)}),a},prepareCoveredVideo:function(e,t,a){var i=a.find("iframe, video"),o=e.split(":")[0],d=e.split(":")[1],n=t.width/t.height,r=o/d,s=n/r*100,p=r/n*100;n>r?punchgs.TweenLite.to(i,.001,{height:s+"%",width:"100%",top:-(s-100)/2+"%",left:"0px",position:"absolute"}):punchgs.TweenLite.to(i,.001,{width:p+"%",height:"100%",left:-(p-100)/2+"%",top:"0px",position:"absolute"})},checkVideoApis:function(e,t,a){var i="https:"===location.protocol?"https":"http";if((void 0!=e.data("ytid")||e.find("iframe").length>0&&e.find("iframe").attr("src").toLowerCase().indexOf("youtube")>0)&&(t.youtubeapineeded=!0),(void 0!=e.data("ytid")||e.find("iframe").length>0&&e.find("iframe").attr("src").toLowerCase().indexOf("youtube")>0)&&0==a.addedyt){t.youtubestarttime=jQuery.now(),a.addedyt=1;var o=document.createElement("script");o.src="https://www.youtube.com/iframe_api";var d=document.getElementsByTagName("script")[0],n=!0;jQuery("head").find("*").each(function(){"https://www.youtube.com/iframe_api"==jQuery(this).attr("src")&&(n=!1)}),n&&d.parentNode.insertBefore(o,d)}if((void 0!=e.data("vimeoid")||e.find("iframe").length>0&&e.find("iframe").attr("src").toLowerCase().indexOf("vimeo")>0)&&(t.vimeoapineeded=!0),(void 0!=e.data("vimeoid")||e.find("iframe").length>0&&e.find("iframe").attr("src").toLowerCase().indexOf("vimeo")>0)&&0==a.addedvim){t.vimeostarttime=jQuery.now(),a.addedvim=1;var r=document.createElement("script"),d=document.getElementsByTagName("script")[0],n=!0;r.src=i+"://f.vimeocdn.com/js/froogaloop2.min.js",jQuery("head").find("*").each(function(){jQuery(this).attr("src")==i+"://a.vimeocdn.com/js/froogaloop2.min.js"&&(n=!1)}),n&&d.parentNode.insertBefore(r,d)}return a},manageVideoLayer:function(o,r){var s=o.data("videoattributes"),p=o.data("ytid"),l=o.data("vimeoid"),v=o.data("videpreload"),u=o.data("videomp4"),c=o.data("videowebm"),f=o.data("videoogv"),m=o.data("videocontrols"),y="http",h="loop"==o.data("videoloop")?"loop":"loopandnoslidestop"==o.data("videoloop")?"loop":"",g=void 0!=u||void 0!=c?"html5":void 0!=p&&String(p).length>1?"youtube":void 0!=l&&String(l).length>1?"vimeo":"none",b="html5"==g&&0==o.find("video").length?"html5":"youtube"==g&&0==o.find("iframe").length?"youtube":"vimeo"==g&&0==o.find("iframe").length?"vimeo":"none";switch(o.data("videotype",g),b){case"html5":"controls"!=m&&(m="");var w='","controls"==m&&(w+='
'),o.data("videomarkup",w),o.append(w),(a&&1==o.data("disablevideoonmobile")||t.isIE(8))&&o.find("video").remove(),o.find("video").each(function(){var e=this,a=jQuery(this);a.parent().hasClass("html5vid")||a.wrap('
');var d=a.parent();1!=d.data("metaloaded")&&i(e,"loadedmetadata",function(e){n(e,r),t.resetVideo(e,r)}(o))});break;case"youtube":y="http","https:"===location.protocol&&(y="https"),"none"==m&&(s=s.replace("controls=1","controls=0"),-1==s.toLowerCase().indexOf("controls")&&(s+="&controls=0"));var k=e(o.data("videostartat")),T=e(o.data("videoendat"));-1!=k&&(s=s+"&start="+k),-1!=T&&(s=s+"&end="+T),o.data("videomarkup",'');break;case"vimeo":"https:"===location.protocol&&(y="https"),o.data("videomarkup",'')}void 0!=o.data("videoposter")&&o.data("videoposter").length>2?(0==o.find(".tp-videoposter").length&&o.append('
'),0==o.find("iframe").length&&o.find(".tp-videoposter").click(function(){if(t.playVideo(o,r),a){if(1==o.data("disablevideoonmobile"))return!1;punchgs.TweenLite.to(o.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(o.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut})}})):0!=o.find("iframe").length||"youtube"!=g&&"vimeo"!=g||(o.append(o.data("videomarkup")),d(o,r,!1)),"none"!=o.data("dottedoverlay")&&void 0!=o.data("dottedoverlay")&&1!=o.find(".tp-dottedoverlay").length&&o.append('
'),o.addClass("HasListener"),1==o.data("bgvideo")&&punchgs.TweenLite.set(o.find("video, iframe"),{autoAlpha:0})}});var i=function(e,t,a){e.addEventListener?e.addEventListener(t,a,!1):e.attachEvent(t,a,!1)},o=function(e,t,a){var i={};return i.video=e,i.videotype=t,i.settings=a,i},d=function(i,d,n){var p=i.find("iframe"),l="iframe"+Math.round(1e5*Math.random()+1),v=i.data("videoloop"),u="loopandnoslidestop"!=v;if(v="loop"==v||"loopandnoslidestop"==v,1==i.data("forcecover")){i.removeClass("fullscreenvideo").addClass("coverscreenvideo");var c=i.data("aspectratio");void 0!=c&&c.split(":").length>1&&t.prepareCoveredVideo(c,d,i)}if(p.attr("id",l),n&&i.data("startvideonow",!0),1!==i.data("videolistenerexist"))switch(i.data("videotype")){case"youtube":var f=new YT.Player(l,{events:{onStateChange:function(t){var a=t.target.getVideoEmbedCode(),i=jQuery("#"+a.split('id="')[1].split('"')[0]),n=i.closest(".tp-simpleresponsive"),p=i.parent(),l=i.parent().data("player");if(t.data==YT.PlayerState.PLAYING)punchgs.TweenLite.to(p.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(p.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),"mute"==p.data("volume")?l.mute():(l.unMute(),l.setVolume(parseInt(p.data("volume"),0)||75)),d.videoplaying=!0,r(p,d),n.trigger("stoptimer"),d.c.trigger("revolution.slide.onvideoplay",o(l,"youtube",p.data()));else{if(0==t.data&&v){l.playVideo();var u=e(p.data("videostartat"));-1!=u&&l.seekTo(u)}(0==t.data||2==t.data)&&"on"==p.data("showcoveronpause")&&p.find(".tp-videoposter").length>0&&(punchgs.TweenLite.to(p.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(p.find("iframe"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),-1!=t.data&&3!=t.data&&(d.videoplaying=!1,s(p,d),n.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",o(l,"youtube",p.data()))),0==t.data&&1==p.data("nextslideatend")?(d.c.revnext(),s(p,d)):(s(p,d),d.videoplaying=!1,n.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",o(l,"youtube",p.data())))}},onReady:function(t){{var i=t.target.getVideoEmbedCode(),o=jQuery("#"+i.split('id="')[1].split('"')[0]),d=o.parent(),n=d.data("videorate");d.data("videostart")}if(d.addClass("rs-apiready"),void 0!=n&&t.target.setPlaybackRate(parseFloat(n)),d.find(".tp-videoposter").unbind("click"),d.find(".tp-videoposter").click(function(){a||f.playVideo()}),d.data("startvideonow")){d.data("player").playVideo();var r=e(d.data("videostartat"));-1!=r&&d.data("player").seekTo(r)}d.data("videolistenerexist",1)}}});i.data("player",f);break;case"vimeo":for(var m,y=p.attr("src"),h={},g=y,b=/([^&=]+)=([^&]*)/g;m=b.exec(g);)h[decodeURIComponent(m[1])]=decodeURIComponent(m[2]);y=void 0!=h.player_id?y.replace(h.player_id,l):y+"&player_id="+l;try{y=y.replace("api=0","api=1")}catch(w){}y+="&api=1",p.attr("src",y);var f=i.find("iframe")[0],k=(jQuery("#"+l),$f(l));k.addEvent("ready",function(){if(i.addClass("rs-apiready"),k.addEvent("play",function(){i.data("nextslidecalled",0),punchgs.TweenLite.to(i.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(i.find("iframe"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut}),d.c.trigger("revolution.slide.onvideoplay",o(k,"vimeo",i.data())),d.videoplaying=!0,r(i,d),u&&d.c.trigger("stoptimer"),"mute"==i.data("volume")?k.api("setVolume","0"):k.api("setVolume",parseInt(i.data("volume"),0)/100||.75)}),k.addEvent("playProgress",function(t){var a=e(i.data("videoendat"));if(0!=a&&Math.abs(a-t.seconds)<.3&&a>t.seconds&&1!=i.data("nextslidecalled"))if(v){k.api("play");var o=e(i.data("videostartat"));-1!=o&&k.api("seekTo",o)}else 1==i.data("nextslideatend")&&(i.data("nextslidecalled",1),d.c.revnext()),k.api("pause")}),k.addEvent("finish",function(){s(i,d),d.videoplaying=!1,d.c.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",o(k,"vimeo",i.data())),1==i.data("nextslideatend")&&d.c.revnext()}),k.addEvent("pause",function(){i.find(".tp-videoposter").length>0&&"on"==i.data("showcoveronpause")&&(punchgs.TweenLite.to(i.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(i.find("iframe"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),d.videoplaying=!1,s(i,d),d.c.trigger("starttimer"),d.c.trigger("revolution.slide.onvideostop",o(k,"vimeo",i.data()))}),i.find(".tp-videoposter").unbind("click"),i.find(".tp-videoposter").click(function(){return a?void 0:(k.api("play"),!1)}),i.data("startvideonow")){k.api("play");var t=e(i.data("videostartat"));-1!=t&&k.api("seekTo",t)}i.data("videolistenerexist",1)})}else{var T=e(i.data("videostartat"));switch(i.data("videotype")){case"youtube":n&&(i.data("player").playVideo(),-1!=T&&i.data("player").seekTo());break;case"vimeo":if(n){var k=$f(i.find("iframe").attr("id"));k.api("play"),-1!=T&&k.api("seekTo",T)}}}},n=function(d,n){if(a&&1==d.data("disablevideoonmobile"))return!1;var p=d.find("video"),l=p[0],v=p.parent(),u=d.data("videoloop"),c="loopandnoslidestop"!=u;if(u="loop"==u||"loopandnoslidestop"==u,v.data("metaloaded",1),void 0==p.attr("control")&&(0!=d.find(".tp-video-play-button").length||a||d.append('
 
'),d.find("video, .tp-poster, .tp-video-play-button").click(function(){d.hasClass("videoisplaying")?l.pause():l.play()})),1==d.data("forcecover")||d.hasClass("fullscreenvideo"))if(1==d.data("forcecover")){v.addClass("fullcoveredvideo");var f=d.data("aspectratio");t.prepareCoveredVideo(f,n,d)}else v.addClass("fullscreenvideo");var m=d.find(".tp-vid-play-pause")[0],y=d.find(".tp-vid-mute")[0],h=d.find(".tp-vid-full-screen")[0],g=d.find(".tp-seek-bar")[0],b=d.find(".tp-volume-bar")[0];void 0!=m&&(i(m,"click",function(){1==l.paused?l.play():l.pause()}),i(y,"click",function(){0==l.muted?(l.muted=!0,y.innerHTML="Unmute"):(l.muted=!1,y.innerHTML="Mute")}),i(h,"click",function(){l.requestFullscreen?l.requestFullscreen():l.mozRequestFullScreen?l.mozRequestFullScreen():l.webkitRequestFullscreen&&l.webkitRequestFullscreen()}),i(g,"change",function(){var e=l.duration*(g.value/100);l.currentTime=e}),i(l,"timeupdate",function(){var t=100/l.duration*l.currentTime,a=e(d.data("videoendat")),i=l.currentTime;if(g.value=t,0!=a&&Math.abs(a-i)<=.3&&a>i&&1!=d.data("nextslidecalled"))if(u){l.play();var o=e(d.data("videostartat"));-1!=o&&(l.currentTime=o)}else 1==d.data("nextslideatend")&&(d.data("nextslidecalled",1),n.c.revnext()),l.pause()}),i(g,"mousedown",function(){d.addClass("seekbardragged"),l.pause()}),i(g,"mouseup",function(){d.removeClass("seekbardragged"),l.play()}),i(b,"change",function(){l.volume=b.value})),i(l,"play",function(){d.data("nextslidecalled",0),"mute"==d.data("volume")&&(l.muted=!0),d.addClass("videoisplaying"),r(d,n),c?(n.videoplaying=!0,n.c.trigger("stoptimer"),n.c.trigger("revolution.slide.onvideoplay",o(l,"html5",d.data()))):(n.videoplaying=!1,n.c.trigger("starttimer"),n.c.trigger("revolution.slide.onvideostop",o(l,"html5",d.data()))),punchgs.TweenLite.to(d.find(".tp-videoposter"),.3,{autoAlpha:0,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(d.find("video"),.3,{autoAlpha:1,display:"block",ease:punchgs.Power3.easeInOut});var e=d.find(".tp-vid-play-pause")[0],t=d.find(".tp-vid-mute")[0];void 0!=e&&(e.innerHTML="Pause"),void 0!=t&&l.muted&&(t.innerHTML="Unmute")}),i(l,"pause",function(){d.find(".tp-videoposter").length>0&&"on"==d.data("showcoveronpause")&&!d.hasClass("seekbardragged")&&(punchgs.TweenLite.to(d.find(".tp-videoposter"),.3,{autoAlpha:1,force3D:"auto",ease:punchgs.Power3.easeInOut}),punchgs.TweenLite.to(d.find("video"),.3,{autoAlpha:0,ease:punchgs.Power3.easeInOut})),d.removeClass("videoisplaying"),n.videoplaying=!1,s(d,n),n.c.trigger("starttimer"),n.c.trigger("revolution.slide.onvideostop",o(l,"html5",d.data()));var e=d.find(".tp-vid-play-pause")[0];void 0!=e&&(e.innerHTML="Play")}),i(l,"ended",function(){s(d,n),n.videoplaying=!1,s(d,n),n.c.trigger("starttimer"),n.c.trigger("revolution.slide.onvideostop",o(l,"html5",d.data())),1==d.data("nextslideatend")&&n.c.revnext(),d.removeClass("videoisplaying")})},r=function(e,a){void 0==a.playingvideos&&(a.playingvideos=new Array),e.data("stopallvideos")&&void 0!=a.playingvideos&&a.playingvideos.length>0&&(a.lastplayedvideos=jQuery.extend(!0,[],a.playingvideos),jQuery.each(a.playingvideos,function(e,i){t.stopVideo(i,a)})),a.playingvideos.push(e)},s=function(e,t){void 0!=t.playingvideos&&t.playingvideos.splice(jQuery.inArray(e,t.playingvideos),1)}}(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/revolution-slider/revolution/js/jquery.themepunch.revolution.min.js b/views/assets/plugins/revolution-slider/revolution/js/jquery.themepunch.revolution.min.js deleted file mode 100644 index 988e791..0000000 --- a/views/assets/plugins/revolution-slider/revolution/js/jquery.themepunch.revolution.min.js +++ /dev/null @@ -1,9 +0,0 @@ - -/************************************************************************** - * jquery.themepunch.revolution.js - jQuery Plugin for Revolution Slider - * @version: 5.0.8.1 (12.09.2015) - * @requires jQuery v1.7 or later (tested on 1.9) - * @author ThemePunch -**************************************************************************/ -!function(e,t){"use strict";e.fn.extend({revolution:function(a){var n={delay:9e3,responsiveLevels:4064,gridwidth:960,gridheight:500,minHeight:0,autoHeight:"off",sliderType:"standard",sliderLayout:"auto",fullScreenAutoWidth:"on",fullScreenAlignForce:"off",fullScreenOffsetContainer:"",fullScreenOffset:"0",hideCaptionAtLimit:0,hideAllCaptionAtLimit:0,hideSliderAtLimit:0,disableProgressBar:"off",stopAtSlide:-1,stopAfterLoops:-1,shadow:0,dottedOverlay:"none",startDelay:0,lazyType:"smart",spinner:"spinner0",shuffle:"off",viewPort:{enable:!1,outof:"wait",visible_area:"60%"},fallbacks:{isJoomla:!1,panZoomDisableOnMobile:"off",simplifyAll:"on",nextSlideOnWindowFocus:"off",disableFocusListener:!0},parallax:{type:"off",levels:[10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85],origo:"enterpoint",speed:400,bgparallax:"on",opacity:"on",disable_onmobile:"off"},carousel:{horizontal_align:"center",vertical_align:"center",infinity:"on",space:0,maxVisibleItems:3,stretch:"off",fadeout:"on",maxRotation:0,minScale:0,vary_fade:"off",vary_rotation:"on",vary_scale:"off",border_radius:"0px",padding_top:0,padding_bottom:0},navigation:{keyboardNavigation:"on",keyboard_direction:"horizontal",mouseScrollNavigation:"off",onHoverStop:"on",touch:{touchenabled:"off",swipe_treshold:75,swipe_min_touches:1,drag_block_vertical:!1,swipe_direction:"horizontal"},arrows:{style:"",enable:!1,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,tmp:"",left:{h_align:"left",v_align:"center",h_offset:20,v_offset:0},right:{h_align:"right",v_align:"center",h_offset:20,v_offset:0}},bullets:{style:"",enable:!1,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",h_align:"left",v_align:"center",space:0,h_offset:20,v_offset:0,tmp:''},thumbnails:{style:"",enable:!1,width:100,height:50,min_width:100,wrapper_padding:2,wrapper_color:"#f5f5f5",wrapper_opacity:1,tmp:'',visibleAmount:5,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",span:!1,position:"inner",space:2,h_align:"left",v_align:"center",h_offset:20,v_offset:0},tabs:{style:"",enable:!1,width:100,min_width:100,height:50,wrapper_padding:10,wrapper_color:"#f5f5f5",wrapper_opacity:1,tmp:'',visibleAmount:5,hide_onmobile:!1,hide_onleave:!0,hide_delay:200,hide_delay_mobile:1200,hide_under:0,hide_over:9999,direction:"horizontal",span:!1,space:0,position:"inner",h_align:"left",v_align:"center",h_offset:20,v_offset:0}},extensions:"extensions/",extensions_suffix:".min.js",debugMode:!1};return a=e.extend(!0,{},n,a),this.each(function(){var n=e(this);"hero"==a.sliderType&&n.find(">ul>li").each(function(t){t>0&&e(this).remove()}),a.jsFileLocation=a.jsFileLocation||s("themepunch.revolution.min.js"),a.jsFileLocation=a.jsFileLocation+a.extensions,a.scriptsneeded=o(a,n),a.curWinRange=0,e(this).on("scriptsloaded",function(){return a.modulesfailing?(n.html('
!! Error at loading Slider Revolution 5.0 Extrensions.'+a.errorm+"
").show(),!1):(i.migration!=t&&(a=i.migration(n,a)),punchgs.force3D=!0,"on"!==a.simplifyAll&&punchgs.TweenLite.lagSmoothing(1e3,16),d(n,a),void u(n,a))}),r(n,a.scriptsneeded)})},revaddcallback:function(i){return this.each(function(){var a=e(this);if(a!=t&&a.length>0&&e("body").find("#"+a.attr("id")).length>0){var n=a.parent().find(".tp-bannertimer"),o=n.data("opt");o.callBackArray===t&&(o.callBackArray=new Array),o.callBackArray.push(i)}})},revgetparallaxproc:function(){var i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){var a=i.parent().find(".tp-bannertimer"),n=a.data("opt");return n.scrollproc}},revdebugmode:function(){return this.each(function(){var i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){var a=i.parent().find(".tp-bannertimer"),n=a.data("opt");n.debugMode=!0,v(i,n)}})},revscroll:function(i){return this.each(function(){var a=e(this);a!=t&&a.length>0&&e("body").find("#"+a.attr("id")).length>0&&e("body,html").animate({scrollTop:a.offset().top+opt.li.height()-i+"px"},{duration:400})})},revredraw:function(){return this.each(function(){var i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){var a=i.parent().find(".tp-bannertimer"),n=a.data("opt");v(i,n)}})},revkill:function(){var a=this,n=e(this);if(punchgs.TweenLite.killDelayedCallsTo(showHideNavElements),i.endMoveCaption&&punchgs.TweenLite.killDelayedCallsTo(i.endMoveCaption),n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0){n.data("conthover",1),n.data("conthover-changed",1),n.trigger("revolution.slide.onpause");var o=n.parent().find(".tp-bannertimer"),r=o.data("opt");r.tonpause=!0,n.trigger("stoptimer"),punchgs.TweenLite.killTweensOf(n.find("*"),!1),punchgs.TweenLite.killTweensOf(n,!1),n.unbind("hover, mouseover, mouseenter,mouseleave, resize");var s="resize.revslider-"+n.attr("id");e(window).off(s),n.find("*").each(function(){var i=e(this);i.unbind("on, hover, mouseenter,mouseleave,mouseover, resize,restarttimer, stoptimer"),i.off("on, hover, mouseenter,mouseleave,mouseover, resize"),i.data("mySplitText",null),i.data("ctl",null),i.data("tween")!=t&&i.data("tween").kill(),i.data("kenburn")!=t&&i.data("kenburn").kill(),i.data("timeline_out")!=t&&i.data("timeline_out").kill(),i.data("timeline")!=t&&i.data("timeline").kill(),i.remove(),i.empty(),i=null}),punchgs.TweenLite.killTweensOf(n.find("*"),!1),punchgs.TweenLite.killTweensOf(n,!1),o.remove();try{n.closest(".forcefullwidth_wrapper_tp_banner").remove()}catch(l){}try{n.closest(".rev_slider_wrapper").remove()}catch(l){}try{n.remove()}catch(l){}return n.empty(),n.html(),n=null,r=null,delete a.c,delete a.opt,!0}return!1},revpause:function(){return this.each(function(){var i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){i.data("conthover",1),i.data("conthover-changed",1),i.trigger("revolution.slide.onpause");var a=i.parent().find(".tp-bannertimer"),n=a.data("opt");n.tonpause=!0,i.trigger("stoptimer")}})},revresume:function(){return this.each(function(){var i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){i.data("conthover",0),i.data("conthover-changed",1),i.trigger("revolution.slide.onresume");var a=i.parent().find(".tp-bannertimer"),n=a.data("opt");n.tonpause=!1,i.trigger("starttimer")}})},revnext:function(){return this.each(function(){var a=e(this);if(a!=t&&a.length>0&&e("body").find("#"+a.attr("id")).length>0){var n=a.parent().find(".tp-bannertimer"),o=n.data("opt");i.callingNewSlide(o,a,1)}})},revprev:function(){return this.each(function(){var a=e(this);if(a!=t&&a.length>0&&e("body").find("#"+a.attr("id")).length>0){var n=a.parent().find(".tp-bannertimer"),o=n.data("opt");i.callingNewSlide(o,a,-1)}})},revmaxslide:function(){return e(this).find(".tp-revslider-mainul >li").length},revcurrentslide:function(){var i=e(this);if(i!=t&&i.length>0&&e("body").find("#"+i.attr("id")).length>0){var a=i.parent().find(".tp-bannertimer"),n=a.data("opt");return parseInt(n.act,0)+1}},revlastslide:function(){return e(this).find(".tp-revslider-mainul >li").length},revshowslide:function(a){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0){var o=n.parent().find(".tp-bannertimer"),r=o.data("opt");i.callingNewSlide(r,n,"to"+(a-1))}})},revcallslidewithid:function(a){return this.each(function(){var n=e(this);if(n!=t&&n.length>0&&e("body").find("#"+n.attr("id")).length>0){var o=n.parent().find(".tp-bannertimer"),r=o.data("opt");i.callingNewSlide(r,n,a)}})}});var i=e.fn.revolution;e.extend(!0,i,{simp:function(e,t,i){var a=Math.abs(e)-Math.floor(Math.abs(e/t))*t;return i?a:0>e?-1*a:a},iOSVersion:function(){var e=!1;return navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/iPad/i)?navigator.userAgent.match(/OS 4_\d like Mac OS X/i)&&(e=!0):e=!1,e},isIE:function(t,i){var a=e('
').appendTo(e("body"));a.html("");var n=a.find("a").length;return a.remove(),n},is_mobile:function(){var e=["android","webos","iphone","ipad","blackberry","Android","webos",,"iPod","iPhone","iPad","Blackberry","BlackBerry"],t=!1;for(var i in e)navigator.userAgent.split(e[i]).length>1&&(t=!0);return t},callBackHandling:function(t,i,a){try{t.callBackArray&&e.each(t.callBackArray,function(e,t){t&&t.inmodule&&t.inmodule===i&&t.atposition&&t.atposition===a&&t.callback&&t.callback.call()})}catch(n){console.log("Call Back Failed")}},get_browser:function(){var e,t=navigator.appName,i=navigator.userAgent,a=i.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);return a&&null!=(e=i.match(/version\/([\.\d]+)/i))&&(a[2]=e[1]),a=a?[a[1],a[2]]:[t,navigator.appVersion,"-?"],a[0]},get_browser_version:function(){var e,t=navigator.appName,i=navigator.userAgent,a=i.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);return a&&null!=(e=i.match(/version\/([\.\d]+)/i))&&(a[2]=e[1]),a=a?[a[1],a[2]]:[t,navigator.appVersion,"-?"],a[1]},getHorizontalOffset:function(e,t){var i=c(e,".outer-left"),a=c(e,".outer-right");switch(t){case"left":return i;case"right":return a;case"both":return i+a}},callingNewSlide:function(t,i,a){var n=i.find(".next-revslide").length>0?i.find(".next-revslide").index():i.find(".processing-revslide").length>0?i.find(".processing-revslide").index():i.find(".active-revslide").index(),o=0;i.find(".next-revslide").removeClass("next-revslide"),a&&e.isNumeric(a)||a.match(/to/g)?(1===a||-1===a?(o=n+a,o=0>o?t.slideamount-1:o>=t.slideamount?0:o):(a=e.isNumeric(a)?a:parseInt(a.split("to")[1],0),o=0>a?0:a>t.slideamount-1?t.slideamount-1:a),i.find(".tp-revslider-slidesli:eq("+o+")").addClass("next-revslide")):a&&i.find(".tp-revslider-slidesli").each(function(){var t=e(this);t.data("index")===a&&t.addClass("next-revslide")}),o=i.find(".next-revslide").index(),i.trigger("revolution.nextslide.waiting"),o!==n&&-1!=o?A(i,t):i.find(".next-revslide").removeClass("next-revslide")},slotSize:function(i,a){a.slotw=Math.ceil(a.width/a.slots),a.sloth=Math.ceil("fullscreen"==a.sliderLayout?e(window).height()/a.slots:a.height/a.slots),"on"==a.autoHeight&&i!==t&&""!==i&&(a.sloth=Math.ceil(i.height()/a.slots))},setSize:function(i){var a=(i.top_outer||0)+(i.bottom_outer||0),n=parseInt(i.carousel.padding_top||0,0),o=parseInt(i.carousel.padding_bottom||0,0),r=i.gridheight[i.curWinRange];if(r=ri.gridheight[i.curWinRange]&&"on"!=i.autoHeight&&(i.height=i.gridheight[i.curWinRange]),"fullscreen"==i.sliderLayout){i.height=i.bw*i.gridheight[i.curWinRange];var s=(i.c.parent().width(),e(window).height());if(i.fullScreenOffsetContainer!=t){try{var l=i.fullScreenOffsetContainer.split(",");l&&e.each(l,function(t,i){s=e(i).length>0?s-e(i).outerHeight(!0):s})}catch(d){}try{i.fullScreenOffset.split("%").length>1&&i.fullScreenOffset!=t&&i.fullScreenOffset.length>0?s-=e(window).height()*parseInt(i.fullScreenOffset,0)/100:i.fullScreenOffset!=t&&i.fullScreenOffset.length>0&&(s-=parseInt(i.fullScreenOffset,0))}catch(d){}}s=s0&&e.each(a.lastplayedvideos,function(e,t){i.playVideo(t,a)})},leaveViewPort:function(a){a.sliderlaststatus=a.sliderstatus,a.c.trigger("stoptimer"),a.playingvideos!=t&&a.playingvideos.length>0&&(a.lastplayedvideos=e.extend(!0,[],a.playingvideos),a.playingvideos&&e.each(a.playingvideos,function(e,t){i.stopVideo&&i.stopVideo(t,a)}))}});var a=i.is_mobile(),n=function(i,a){return e("body").data(i)?!1:a.filesystem?(a.errorm===t&&(a.errorm="
Local Filesystem Detected !
Put this to your header:"),console.warn("Local Filesystem detected !"),a.errorm=a.errorm+'
<script type="text/javascript" src="'+a.jsFileLocation+i+a.extensions_suffix+'"></script>',console.warn(a.jsFileLocation+i+a.extensions_suffix+" could not be loaded !"),console.warn("Please use a local Server or work online or make sure that you load all needed Libraries manually in your Document."),console.log(" "),a.modulesfailing=!0,!1):(e.ajax({url:a.jsFileLocation+i+a.extensions_suffix,dataType:"script",cache:!0,error:function(e){console.warn("Slider Revolution 5.0 Error !"),console.error("Failure at Loading:"+i+a.extensions_suffix+" on Path:"+a.jsFileLocation),console.info(e)}}),void e("body").data(i,!0))},o=function(a,o){var r=new Object,s=a.navigation;return r.kenburns=!1,r.parallax=!1,r.carousel=!1,r.navigation=!1,r.videos=!1,r.actions=!1,r.layeranim=!1,r.migration=!1,o.data("version")&&o.data("version").match(/5./gi)?(o.find("img").each(function(){"on"==e(this).data("kenburns")&&(r.kenburns=!0)}),("carousel"==a.sliderType||"on"==s.keyboardNavigation||"on"==s.mouseScrollNavigation||"on"==s.touch.touchenabled||s.arrows.enable||s.bullets.enable||s.thumbnails.enable||s.tabs.enable)&&(r.navigation=!0),o.find(".tp-caption, .tp-static-layer, .rs-background-video-layer").each(function(){var i=e(this);(i.data("ytid")!=t||i.find("iframe").length>0&&i.find("iframe").attr("src").toLowerCase().indexOf("youtube")>0)&&(r.videos=!0),(i.data("vimeoid")!=t||i.find("iframe").length>0&&i.find("iframe").attr("src").toLowerCase().indexOf("vimeo")>0)&&(r.videos=!0),i.data("actions")!==t&&(r.actions=!0),r.layeranim=!0}),o.find("li").each(function(){e(this).data("link")&&e(this).data("link")!=t&&(r.layeranim=!0,r.actions=!0)}),!r.videos&&(o.find(".rs-background-video-layer").length>0||o.find(".tp-videolayer").length>0||o.find("iframe").length>0||o.find("video").length>0)&&(r.videos=!0),"carousel"==a.sliderType&&(r.carousel=!0),("off"!==a.parallax.type||a.viewPort.enable||"true"==a.viewPort.enable)&&(r.parallax=!0)):(r.kenburns=!0,r.parallax=!0,r.carousel=!1,r.navigation=!0,r.videos=!0,r.actions=!0,r.layeranim=!0,r.migration=!0),"hero"==a.sliderType&&(r.carousel=!1,r.navigation=!1),window.location.href.match(/file:/gi)&&(r.filesystem=!0,a.filesystem=!0),r.videos&&"undefined"==typeof i.isVideoPlaying&&n("revolution.extension.video",a),r.carousel&&"undefined"==typeof i.prepareCarousel&&n("revolution.extension.carousel",a),r.carousel||"undefined"!=typeof i.animateSlide||n("revolution.extension.slideanims",a),r.actions&&"undefined"==typeof i.checkActions&&n("revolution.extension.actions",a),r.layeranim&&"undefined"==typeof i.handleStaticLayers&&n("revolution.extension.layeranimation",a),r.kenburns&&"undefined"==typeof i.stopKenBurn&&n("revolution.extension.kenburn",a),r.navigation&&"undefined"==typeof i.createNavigation&&n("revolution.extension.navigation",a),r.migration&&"undefined"==typeof i.migration&&n("revolution.extension.migration",a),r.parallax&&"undefined"==typeof i.checkForParallax&&n("revolution.extension.parallax",a),r},r=function(e,t){t.filesystem||"undefined"!=typeof punchgs&&(!t.kenburns||t.kenburns&&"undefined"!=typeof i.stopKenBurn)&&(!t.navigation||t.navigation&&"undefined"!=typeof i.createNavigation)&&(!t.carousel||t.carousel&&"undefined"!=typeof i.prepareCarousel)&&(!t.videos||t.videos&&"undefined"!=typeof i.resetVideo)&&(!t.actions||t.actions&&"undefined"!=typeof i.checkActions)&&(!t.layeranim||t.layeranim&&"undefined"!=typeof i.handleStaticLayers)&&(!t.migration||t.migration&&"undefined"!=typeof i.migration)&&(!t.parallax||t.parallax&&"undefined"!=typeof i.checkForParallax)&&(t.carousel||!t.carousel&&"undefined"!=typeof i.animateSlide)?e.trigger("scriptsloaded"):setTimeout(function(){r(e,t)},50)},s=function(){var t=new RegExp("themepunch.revolution.min.js","gi"),i="";return e("script").each(function(){var a=e(this).attr("src");a&&a.match(t)&&(i=a)}),i=i.replace("jquery.themepunch.revolution.min.js",""),i=i.replace("jquery.themepunch.revolution.js",""),i=i.split("?")[0]},l=function(t){var i=9999,a=0,n=0,o=0,r=e(window).width();t.responsiveLevels&&t.responsiveLevels.length&&e.each(t.responsiveLevels,function(e,t){t>r&&(0==a||a>t)&&(i=t,o=e,a=t),r>t&&t>a&&(a=t,n=e)}),i>a&&(o=n),t.curWinRange=o},d=function(e,t){t.carousel.maxVisibleItems=t.carousel.maxVisibleItems<1?999:t.carousel.maxVisibleItems,t.carousel.vertical_align="top"===t.carousel.vertical_align?"0%":"bottom"===t.carousel.vertical_align?"100%":"50%"},c=function(t,i){var a=0;return t.find(i).each(function(){var t=e(this);!t.hasClass("tp-forcenotvisible")&&a'),n.find(">ul").addClass("tp-revslider-mainul"),o.c=n,o.ul=n.find(".tp-revslider-mainul"),o.cid=n.attr("id"),o.ul.css({visibility:"visible"}),o.slideamount=o.ul.find(">li").length,o.slayers=n.find(".tp-static-layers"),o.ul.find(">li").each(function(t){e(this).data("originalindex",t)}),"on"==o.shuffle){var r=new Object,s=o.ul.find(">li:first-child");r.fstransition=s.data("fstransition"),r.fsmasterspeed=s.data("fsmasterspeed"),r.fsslotamount=s.data("fsslotamount");for(var d=0;dli:eq("+c+")").prependTo(o.ul)}var u=o.ul.find(">li:first-child");u.data("fstransition",r.fstransition),u.data("fsmasterspeed",r.fsmasterspeed),u.data("fsslotamount",r.fsslotamount),o.li=o.ul.find(">li")}if(o.li=o.ul.find(">li"),o.thumbs=new Array,o.slots=4,o.act=-1,o.firststart=1,o.loadqueue=new Array,o.syncload=0,o.conw=n.width(),o.conh=n.height(),o.responsiveLevels.length>1?o.responsiveLevels[0]=9999:o.responsiveLevels=9999,e.each(o.li,function(i,a){var a=e(a),n=a.find(".rev-slidebg")||a.find("img").first(),r=0;a.addClass("tp-revslider-slidesli"),a.data("index")===t&&a.data("index","rs-"+Math.round(999999*Math.random()));var s=new Object;s.params=new Array,s.id=a.data("index"),s.src=a.data("thumb")!==t?a.data("thumb"):n.data("lazyload")!==t?n.data("lazyload"):n.attr("src"),a.data("title")!==t&&s.params.push({from:RegExp("\\{\\{title\\}\\}","g"),to:a.data("title")}),a.data("description")!==t&&s.params.push({from:RegExp("\\{\\{description\\}\\}","g"),to:a.data("description")});for(var r=1;10>=r;r++)a.data("param"+r)!==t&&s.params.push({from:RegExp("\\{\\{param"+r+"\\}\\}","g"),to:a.data("param"+r)});if(o.thumbs.push(s),a.data("origindex",a.index()),a.data("link")!=t){var l=a.data("link"),d=a.data("target")||"_self",c="back"===a.data("slideindex")?0:60,u=a.data("linktoslide"),p=u;u!=t&&"next"!=u&&"prev"!=u&&o.li.each(function(){var t=e(this);t.data("origindex")+1==p&&(u=t.index()+1)}),"slide"!=l&&(u="no");var h='":T;for(t.innerHTML=p+($?V:""),H&&g(t,"{{LT}}","<"),y=t.getElementsByTagName("*"),l=y.length,w=[],d=0;l>d;d++)w[d]=y[d];if(A||L)for(d=0;l>d;d++)b=w[d],f=b.parentNode===t,(f||L||M&&!D)&&(x=b.offsetTop,A&&f&&x!==I&&"BR"!==b.nodeName&&(_=[],A.push(_),I=x),L&&(b._x=b.offsetLeft,b._y=x,b._w=b.offsetWidth,b._h=b.offsetHeight),A&&(D!==f&&M||(_.push(b),b._x-=N),f&&d&&(w[d-1]._wordEnd=!0),"BR"===b.nodeName&&b.nextSibling&&"BR"===b.nextSibling.nodeName&&A.push([])));for(d=0;l>d;d++)b=w[d],f=b.parentNode===t,"BR"!==b.nodeName?(L&&(S=b.style,D||f||(b._x+=b.parentNode._x,b._y+=b.parentNode._y),S.left=b._x+"px",S.top=b._y+"px",S.position="absolute",S.display="block",S.width=b._w+1+"px",S.height=b._h+"px"),D?f&&""!==b.innerHTML?J.push(b):M&&K.push(b):f?(t.removeChild(b),w.splice(d--,1),l--):!f&&M&&(x=!A&&!L&&b.nextSibling,t.appendChild(b),x||t.appendChild(n.createTextNode(" ")),K.push(b))):A||L?(t.removeChild(b),w.splice(d--,1),l--):D||t.appendChild(b);if(A){for(L&&(P=n.createElement("div"),t.appendChild(P),k=P.offsetWidth+"px",x=P.offsetParent===t?0:t.offsetLeft,t.removeChild(P)),S=t.style.cssText,t.style.cssText="display:none;";t.firstChild;)t.removeChild(t.firstChild);for(C=!L||!D&&!M,d=0;A.length>d;d++){for(_=A[d],P=n.createElement("div"),P.style.cssText="display:block;text-align:"+U+";position:"+(L?"absolute;":"relative;"),Z&&(P.className=Z+(W?d+1:"")),te.push(P),l=_.length,y=0;l>y;y++)"BR"!==_[y].nodeName&&(b=_[y],P.appendChild(b),C&&(b._wordEnd||D)&&P.appendChild(n.createTextNode(" ")),L&&(0===y&&(P.style.top=b._y+"px",P.style.left=N+x+"px"),b.style.top="0px",x&&(b.style.left=b._x-x+"px")));0===l&&(P.innerHTML=" "),D||M||(P.innerHTML=r(P).split(String.fromCharCode(160)).join(" ")),L&&(P.style.width=k,P.style.height=b._h+"px"),t.appendChild(P)}t.style.cssText=S}L&&(Y>t.clientHeight&&(t.style.height=Y-X+"px",Y>t.clientHeight&&(t.style.height=Y+F+"px")),q>t.clientWidth&&(t.style.width=q-j+"px",q>t.clientWidth&&(t.style.width=q+B+"px"))),v(i,K),v(s,J),v(o,te)},T=d.prototype;T.split=function(t){this.isSplit&&this.revert(),this.vars=t||this.vars,this._originals.length=this.chars.length=this.words.length=this.lines.length=0;for(var e=this.elements.length;--e>-1;)this._originals[e]=this.elements[e].innerHTML,y(this.elements[e],this.vars,this.chars,this.words,this.lines);return this.chars.reverse(),this.words.reverse(),this.lines.reverse(),this.isSplit=!0,this},T.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var t=this._originals.length;--t>-1;)this.elements[t].innerHTML=this._originals[t];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},d.selector=t.$||t.jQuery||function(e){var i=t.$||t.jQuery;return i?(d.selector=i,i(e)):"undefined"==typeof document?e:document.querySelectorAll?document.querySelectorAll(e):document.getElementById("#"===e.charAt(0)?e.substr(1):e)},d.version="0.3.3"})(_gsScope),function(t){"use strict";var e=function(){return(_gsScope.GreenSockGlobals||_gsScope)[t]};"function"==typeof define&&define.amd?define(["TweenLite"],e):"undefined"!=typeof module&&module.exports&&(module.exports=e())}("SplitText"); - -try{ - window.GreenSockGlobals = null; - window._gsQueue = null; - window._gsDefine = null; - - delete(window.GreenSockGlobals); - delete(window._gsQueue); - delete(window._gsDefine); - } catch(e) {} - -try{ - window.GreenSockGlobals = oldgs; - window._gsQueue = oldgs_queue; - } catch(e) {} - -if (window.tplogs==true) - try { - console.groupEnd(); - } catch(e) {} - -(function(e,t){ - e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage"]};e.expr[":"].uncached=function(t){var n=document.createElement("img");n.src=t.src;return e(t).is('img[src!=""]')&&!n.complete};e.fn.waitForImages=function(t,n,r){if(e.isPlainObject(arguments[0])){n=t.each;r=t.waitForAll;t=t.finished}t=t||e.noop;n=n||e.noop;r=!!r;if(!e.isFunction(t)||!e.isFunction(n)){throw new TypeError("An invalid callback was supplied.")}return this.each(function(){var i=e(this),s=[];if(r){var o=e.waitForImages.hasImageProperties||[],u=/url\((['"]?)(.*?)\1\)/g;i.find("*").each(function(){var t=e(this);if(t.is("img:uncached")){s.push({src:t.attr("src"),element:t[0]})}e.each(o,function(e,n){var r=t.css(n);if(!r){return true}var i;while(i=u.exec(r)){s.push({src:i[2],element:t[0]})}})})}else{i.find("img:uncached").each(function(){s.push({src:this.src,element:this})})}var f=s.length,l=0;if(f==0){t.call(i[0])}e.each(s,function(r,s){var o=new Image;e(o).bind("load error",function(e){l++;n.call(s.element,l,f,e.type=="load");if(l==f){t.call(i[0]);return false}});o.src=s.src})})}; -})(jQuery) diff --git a/views/assets/plugins/sky-forms-pro/skyforms/css/sky-forms.css b/views/assets/plugins/sky-forms-pro/skyforms/css/sky-forms.css deleted file mode 100644 index 930ab08..0000000 --- a/views/assets/plugins/sky-forms-pro/skyforms/css/sky-forms.css +++ /dev/null @@ -1,1035 +0,0 @@ -/**/ -/* font */ -/**/ - -/**/ -/* defaults */ -/**/ -.sky-form { - margin: 0; - outline: none; - box-shadow: 0 0 20px rgba(0,0,0,.3); - font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif; - color: #666; -} -.sky-form header { - display: block; - padding: 20px 30px; - border-bottom: 1px solid rgba(0,0,0,.1); - background: rgba(248,248,248,.9); - font-size: 25px; - font-weight: 300; - color: #232323; -} -.sky-form fieldset { - display: block; - padding: 25px 30px 5px; - border: none; - background: rgba(255,255,255,.9); -} -.sky-form fieldset + fieldset { - border-top: 1px solid rgba(0,0,0,.1); -} -.sky-form section { - margin-bottom: 20px; -} -.sky-form footer { - display: block; - padding: 15px 30px 25px; - border-top: 1px solid rgba(0,0,0,.1); - background: rgba(248,248,248,.9); -} -.sky-form footer:after { - content: ''; - display: table; - clear: both; -} -.sky-form a { - color: #2da5da; -} -.sky-form .label { - display: block; - margin-bottom: 6px; - line-height: 19px; - font-weight: 400; -} -.sky-form .label.col { - margin: 0; - padding-top: 10px; -} -.sky-form .note { - margin-top: 6px; - padding: 0 1px; - font-size: 11px; - line-height: 15px; - color: #999; -} -.sky-form .input, -.sky-form .select, -.sky-form .textarea, -.sky-form .radio, -.sky-form .checkbox, -.sky-form .toggle, -.sky-form .button { - position: relative; - display: block; -} -.sky-form .input input, -.sky-form .select select, -.sky-form .textarea textarea { - display: block; - box-sizing: border-box; - -moz-box-sizing: border-box; - width: 100%; - height: 39px; - padding: 6px 10px; - outline: none; - border-width: 2px; - border-style: solid; - border-radius: 0; - background: #fff; - font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif; - color: #404040; - appearance: normal; - -moz-appearance: none; - -webkit-appearance: none; -} -.sky-form .progress { - float: right; - margin-top: 10px; - line-height: 39px; - color: #232323; -} -.sky-form button::-moz-focus-inner { - padding: 0; - border: 0; -} - - -/**/ -/* captcha inputs */ -/**/ -.sky-form .input-captcha img { - position: absolute; - top: 2px; - right: 2px; - border-left: 1px solid #e5e5e5; -} - - -/**/ -/* file inputs */ -/**/ -.sky-form .input-file .button { - position: absolute; - top: 4px; - right: 4px; - float: none; - height: 31px; - margin: 0; - padding: 0 20px; - font-size: 13px; - line-height: 31px; -} -.sky-form .input-file .button:hover { - box-shadow: none; -} -.sky-form .input-file .button input { - position: absolute; - top: 0; - right: 0; - padding: 0; - font-size: 30px; - cursor: pointer; - opacity: 0; -} - - -/**/ -/* selects */ -/**/ -.sky-form .select i { - position: absolute; - top: 2px; - right: 2px; - width: 28px; - height: 35px; - background: #fff; - pointer-events: none; -} -.sky-form .select i:after, -.sky-form .select i:before { - content: ''; - position: absolute; - right: 10px; - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} -.sky-form .select i:after { - bottom: 12px; - border-top: 4px solid #404040; -} -.sky-form .select i:before { - top: 12px; - border-bottom: 4px solid #404040; -} -.sky-form .select select { - padding-right: 28px; -} -.sky-form .select-multiple select { - height: auto; -} - - -/**/ -/* textareas */ -/**/ -.sky-form .textarea textarea { - height: auto; - resize: none; -} -.sky-form .textarea-resizable textarea { - resize: vertical; -} -.sky-form .textarea-expandable textarea { - height: 39px; -} -.sky-form .textarea-expandable textarea:focus { - height: auto; -} - - -/**/ -/* radios and checkboxes */ -/**/ -.sky-form .radio, -.sky-form .checkbox { - margin-bottom: 4px; - padding-left: 27px; - font-size: 15px; - line-height: 27px; - color: #404040; - cursor: pointer; -} -.sky-form .radio:last-child, -.sky-form .checkbox:last-child { - margin-bottom: 0; -} -.sky-form .radio input, -.sky-form .checkbox input { - position: absolute; - left: -9999px; -} -.sky-form .radio i, -.sky-form .checkbox i { - position: absolute; - top: 5px; - left: 0; - display: block; - width: 13px; - height: 13px; - outline: none; - border-width: 2px; - border-style: solid; - background: #fff; -} -.sky-form .radio i { - border-radius: 50%; -} -.sky-form .radio input + i:after, -.sky-form .checkbox input + i:after { - position: absolute; - opacity: 0; - -ms-transition: opacity 0.1s; - -moz-transition: opacity 0.1s; - -webkit-transition: opacity 0.1s; -} -.sky-form .radio input + i:after { - content: ''; - top: 4px; - left: 4px; - width: 5px; - height: 5px; - border-radius: 50%; -} -.sky-form .checkbox input + i:after { - content: '\f00c'; - top: -1px; - left: -1px; - width: 15px; - height: 15px; - font: normal 12px/16px FontAwesome; - text-align: center; -} -.sky-form .radio input:checked + i:after, -.sky-form .checkbox input:checked + i:after { - opacity: 1; -} -.sky-form .inline-group { - margin: 0 -30px -4px 0; -} -.sky-form .inline-group:after { - content: ''; - display: table; - clear: both; -} -.sky-form .inline-group .radio, -.sky-form .inline-group .checkbox { - float: left; - margin-right: 30px; -} -.sky-form .inline-group .radio:last-child, -.sky-form .inline-group .checkbox:last-child { - margin-bottom: 4px; -} - - -/**/ -/* toggles */ -/**/ -.sky-form .toggle { - margin-bottom: 4px; - padding-right: 61px; - font-size: 15px; - line-height: 27px; - color: #404040; - cursor: pointer; -} -.sky-form .toggle:last-child { - margin-bottom: 0; -} -.sky-form .toggle input { - position: absolute; - left: -9999px; -} -.sky-form .toggle i { - content: ''; - position: absolute; - top: 4px; - right: 0; - display: block; - width: 49px; - height: 17px; - border-width: 2px; - border-style: solid; - border-radius: 12px; - background: #fff; -} -.sky-form .toggle i:after { - content: 'OFF'; - position: absolute; - top: 2px; - right: 8px; - left: 8px; - font-style: normal; - font-size: 9px; - line-height: 13px; - font-weight: 700; - text-align: left; - color: #5f5f5f; -} -.sky-form .toggle i:before { - content: ''; - position: absolute; - z-index: 1; - top: 4px; - right: 4px; - display: block; - width: 9px; - height: 9px; - border-radius: 50%; - opacity: 1; - -ms-transition: right 0.2s; - -moz-transition: right 0.2s; - -webkit-transition: right 0.2s; -} -.sky-form .toggle input:checked + i:after { - content: 'ON'; - text-align: right; -} -.sky-form .toggle input:checked + i:before { - right: 36px; -} - - -/**/ -/* ratings */ -/**/ -.sky-form .rating { - margin-bottom: 4px; - font-size: 15px; - line-height: 27px; - color: #404040; -} -.sky-form .rating:last-child { - margin-bottom: 0; -} -.sky-form .rating input { - position: absolute; - left: -9999px; -} -.sky-form .rating label { - display: block; - float: right; - height: 17px; - margin-top: 5px; - padding: 0 2px; - font-size: 17px; - line-height: 17px; - cursor: pointer; -} - - -/**/ -/* buttons */ -/**/ -.sky-form .button { - float: right; - height: 39px; - overflow: hidden; - margin: 10px 0 0 20px; - padding: 0 25px; - outline: none; - border: 0; - font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif; - text-decoration: none; - color: #fff; - cursor: pointer; -} -.sky-form .button-uploading { - position: relative; - color: transparent; - cursor: default; -} -.sky-form .button-uploading:after { - content: 'Uploading...'; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - color: #fff; - -o-animation: blink 1s linear infinite; - -ms-animation: blink 1s linear infinite; - -moz-animation: blink 1s linear infinite; - -webkit-animation: blink 1s linear infinite; -} -@-o-keyframes blink -{ - 0% {opacity: 1} - 50% {opacity: 0.3} - 100% {opacity: 1} -} -@-ms-keyframes blink -{ - 0% {opacity: 1} - 50% {opacity: 0.3} - 100% {opacity: 1} -} -@-moz-keyframes blink -{ - 0% {opacity: 1} - 50% {opacity: 0.3} - 100% {opacity: 1} -} -@-webkit-keyframes blink -{ - 0% {opacity: 1} - 50% {opacity: 0.3} - 100% {opacity: 1} -} - - -/**/ -/* icons */ -/**/ -.sky-form .icon-append, -.sky-form .icon-prepend { - position: absolute; - top: 5px; - width: 29px; - height: 29px; - font-size: 15px; - line-height: 29px; - text-align: center; -} -.sky-form .icon-append { - right: 5px; - padding-left: 3px; - border-left-width: 1px; - border-left-style: solid; -} -.sky-form .icon-prepend { - left: 5px; - padding-right: 3px; - border-right-width: 1px; - border-right-style: solid; -} -.sky-form .input .icon-prepend + input, -.sky-form .textarea .icon-prepend + textarea { - padding-left: 46px; -} -.sky-form .input .icon-append + input, -.sky-form .textarea .icon-append + textarea { - padding-right: 46px; -} -.sky-form .input .icon-prepend + .icon-append + input, -.sky-form .textarea .icon-prepend + .icon-append + textarea { - padding-left: 46px; -} - - -/**/ -/* grid */ -/**/ -.sky-form .row { - margin: 0 -15px; -} -.sky-form .row:after { - content: ''; - display: table; - clear: both; -} -.sky-form .col { - float: left; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; - box-sizing: border-box; - -moz-box-sizing: border-box; -} -.sky-form .col-1 { - width: 8.33%; -} -.sky-form .col-2 { - width: 16.66%; -} -.sky-form .col-3 { - width: 25%; -} -.sky-form .col-4 { - width: 33.33%; -} -.sky-form .col-5 { - width: 41.66%; -} -.sky-form .col-6 { - width: 50%; -} -.sky-form .col-7 { - width: 58.33%; -} -.sky-form .col-8 { - width: 66.67%; -} -.sky-form .col-9 { - width: 75%; -} -.sky-form .col-10 { - width: 83.33%; -} -.sky-form .col-11 { - width: 91.66%; -} -@media screen and (max-width: 600px) { - .sky-form .col { - float: none; - width: 100%; - } -} - - -/**/ -/* tooltips */ -/**/ -.sky-form .tooltip { - position: absolute; - z-index: 1; - left: -9999px; - padding: 2px 8px 3px; - font-size: 11px; - line-height: 16px; - font-weight: 400; - background: rgba(0,0,0,0.9); - color: #fff; - opacity: 0; - -ms-transition: margin 0.3s, opacity 0.3s; - -moz-transition: margin 0.3s, opacity 0.3s; - -webkit-transition: margin 0.3s, opacity 0.3s; -} -.sky-form .tooltip:after { - content: ''; - position: absolute; -} -.sky-form .input input:focus + .tooltip, -.sky-form .textarea textarea:focus + .tooltip { - opacity: 1; -} - -.sky-form .tooltip-top-right { - bottom: 100%; - margin-bottom: 15px; -} -.sky-form .tooltip-top-right:after { - top: 100%; - right: 16px; - border-top: 4px solid rgba(0,0,0,0.9); - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} -.sky-form .input input:focus + .tooltip-top-right, -.sky-form .textarea textarea:focus + .tooltip-top-right { - right: 0; - left: auto; - margin-bottom: 5px; -} - -.sky-form .tooltip-top-left { - bottom: 100%; - margin-bottom: 15px; -} -.sky-form .tooltip-top-left:after { - top: 100%; - left: 16px; - border-top: 4px solid rgba(0,0,0,0.9); - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} -.sky-form .input input:focus + .tooltip-top-left, -.sky-form .textarea textarea:focus + .tooltip-top-left { - right: auto; - left: 0; - margin-bottom: 5px; -} - -.sky-form .tooltip-right { - top: 9px; - white-space: nowrap; - margin-left: 15px; -} -.sky-form .tooltip-right:after { - top: 6px; - right: 100%; - border-top: 4px solid transparent; - border-right: 4px solid rgba(0,0,0,0.9); - border-bottom: 4px solid transparent; -} -.sky-form .input input:focus + .tooltip-right, -.sky-form .textarea textarea:focus + .tooltip-right { - left: 100%; - margin-left: 5px; -} - -.sky-form .tooltip-left { - top: 9px; - white-space: nowrap; - margin-right: 15px; -} -.sky-form .tooltip-left:after { - top: 6px; - left: 100%; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 4px solid rgba(0,0,0,0.9); -} -.sky-form .input input:focus + .tooltip-left, -.sky-form .textarea textarea:focus + .tooltip-left { - right: 100%; - left: auto; - margin-right: 5px; -} - -.sky-form .tooltip-bottom-right { - top: 100%; - margin-top: 15px; -} -.sky-form .tooltip-bottom-right:after { - bottom: 100%; - right: 16px; - border-right: 4px solid transparent; - border-bottom: 4px solid rgba(0,0,0,0.9); - border-left: 4px solid transparent; -} -.sky-form .input input:focus + .tooltip-bottom-right, -.sky-form .textarea textarea:focus + .tooltip-bottom-right { - right: 0; - left: auto; - margin-top: 5px; -} - -.sky-form .tooltip-bottom-left { - top: 100%; - margin-top: 15px; -} -.sky-form .tooltip-bottom-left:after { - bottom: 100%; - left: 16px; - border-right: 4px solid transparent; - border-bottom: 4px solid rgba(0,0,0,0.9); - border-left: 4px solid transparent; -} -.sky-form .input input:focus + .tooltip-bottom-left, -.sky-form .textarea textarea:focus + .tooltip-bottom-left { - right: auto; - left: 0; - margin-top: 5px; -} - - -/**/ -/* normal state */ -/**/ -.sky-form .input input, -.sky-form .select select, -.sky-form .textarea textarea, -.sky-form .radio i, -.sky-form .checkbox i, -.sky-form .toggle i, -.sky-form .icon-append, -.sky-form .icon-prepend { - border-color: #e5e5e5; - -ms-transition: border-color 0.3s; - -moz-transition: border-color 0.3s; - -webkit-transition: border-color 0.3s; -} -.sky-form .toggle i:before { - background-color: #2da5da; -} -.sky-form .rating label { - color: #ccc; - -ms-transition: color 0.3s; - -moz-transition: color 0.3s; - -webkit-transition: color 0.3s; -} -.sky-form .button { - background-color: #2da5da; - opacity: 0.8; - -ms-transition: opacity 0.2s; - -moz-transition: opacity 0.2s; - -webkit-transition: opacity 0.2s; -} -.sky-form .button.button-secondary { - background-color: #b3b3b3; -} -.sky-form .icon-append, -.sky-form .icon-prepend { - color: #ccc; -} - - -/**/ -/* hover state */ -/**/ -.sky-form .input:hover input, -.sky-form .select:hover select, -.sky-form .textarea:hover textarea, -.sky-form .radio:hover i, -.sky-form .checkbox:hover i, -.sky-form .toggle:hover i, -.sky-form .ui-slider-handle:hover { - border-color: #8dc9e5; -} -.sky-form .rating input + label:hover, -.sky-form .rating input + label:hover ~ label { - color: #2da5da; -} -.sky-form .button:hover { - opacity: 1; -} - - -/**/ -/* focus state */ -/**/ -.sky-form .input input:focus, -.sky-form .select select:focus, -.sky-form .textarea textarea:focus, -.sky-form .radio input:focus + i, -.sky-form .checkbox input:focus + i, -.sky-form .toggle input:focus + i { - border-color: #2da5da; -} - - -/**/ -/* checked state */ -/**/ -.sky-form .radio input + i:after { - background-color: #2da5da; -} -.sky-form .checkbox input + i:after { - color: #2da5da; -} -.sky-form .radio input:checked + i, -.sky-form .checkbox input:checked + i, -.sky-form .toggle input:checked + i { - border-color: #2da5da; -} -.sky-form .rating input:checked ~ label { - color: #2da5da; -} - - -/**/ -/* error state */ -/**/ -.sky-form .state-error input, -.sky-form .state-error select, -.sky-form .state-error select + i, -.sky-form .state-error textarea, -.sky-form .radio.state-error i, -.sky-form .checkbox.state-error i, -.sky-form .toggle.state-error i, -.sky-form .toggle.state-error input:checked + i { - background: #fff0f0; -} -.sky-form .state-error + em { - display: block; - margin-top: 6px; - padding: 0 1px; - font-style: normal; - font-size: 11px; - line-height: 15px; - color: #ee9393; -} -.sky-form .rating.state-error + em { - margin-top: -4px; - margin-bottom: 4px; -} - - -/**/ -/* success state */ -/**/ -.sky-form .state-success input, -.sky-form .state-success select, -.sky-form .state-success select + i, -.sky-form .state-success textarea, -.sky-form .radio.state-success i, -.sky-form .checkbox.state-success i, -.sky-form .toggle.state-success i, -.sky-form .toggle.state-success input:checked + i { - background: #f0fff0; -} -.sky-form .state-success + em { - display: block; - margin-top: 6px; - padding: 0 1px; - font-style: normal; - font-size: 11px; - line-height: 15px; - color: #ee9393; -} -.sky-form .note-success { - color: #6fb679; -} - - -/**/ -/* disabled state */ -/**/ -.sky-form .input.state-disabled input, -.sky-form .select.state-disabled, -.sky-form .textarea.state-disabled, -.sky-form .radio.state-disabled, -.sky-form .checkbox.state-disabled, -.sky-form .toggle.state-disabled, -.sky-form .button.state-disabled { - cursor: default; - opacity: 0.5; -} -.sky-form .input.state-disabled:hover input, -.sky-form .select.state-disabled:hover select, -.sky-form .textarea.state-disabled:hover textarea, -.sky-form .radio.state-disabled:hover i, -.sky-form .checkbox.state-disabled:hover i, -.sky-form .toggle.state-disabled:hover i { - border-color: #e5e5e5; -} - - -/**/ -/* submited state */ -/**/ -.sky-form .message { - display: none; - color: #6fb679; -} -.sky-form .message i { - display: block; - margin: 0 auto 20px; - width: 81px; - height: 81px; - border: 1px solid #6fb679; - border-radius: 50%; - font-size: 30px; - line-height: 81px; -} -.sky-form.submited fieldset, -.sky-form.submited footer { - display: none; -} -.sky-form.submited .message { - display: block; - padding: 25px 30px; - background: rgba(255,255,255,.9); - font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif; - text-align: center; -} - - -/**/ -/* datepicker */ -/**/ -.ui-datepicker { - display: none; - padding: 10px 12px; - background: rgba(255,255,255,0.9); - box-shadow: 0 0 10px rgba(0,0,0,.3); - font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif; - text-align: center; - color: #666; -} -.ui-datepicker a { - color: #404040; -} -.ui-datepicker-header { - position: relative; - margin: -10px -12px 10px; - padding: 10px; - border-bottom: 1px solid rgba(0,0,0,.1); - font-size: 15px; - line-height: 27px; -} -.ui-datepicker-prev, -.ui-datepicker-next { - position: absolute; - top: 0; - display: block; - width: 47px; - height: 47px; - font-size: 15px; - line-height: 47px; - text-decoration: none; - cursor: pointer; -} -.ui-datepicker-prev { - left: 0; -} -.ui-datepicker-next { - right: 0; -} -.ui-datepicker-calendar { - border-collapse: collapse; - font-size: 13px; - line-height: 27px; -} -.ui-datepicker-calendar th { - color: #999; -} -.ui-datepicker-calendar a, -.ui-datepicker-calendar span { - display: block; - width: 31px; - margin: auto; - text-decoration: none; - color: #404040; -} -.ui-datepicker-calendar a:hover { - background: rgba(0,0,0,.05); -} -.ui-datepicker-calendar span { - color: #bfbfbf; -} -.ui-datepicker-today a { - font-weight: 700; -} -.ui-datepicker-calendar .ui-state-active { - background: rgba(0,0,0,.05); - cursor: default; -} -.ui-datepicker-inline { - border: 2px solid #e5e5e5; - background: #fff; - box-shadow: none; -} -.ui-datepicker-inline .ui-datepicker-header { - line-height: 47px; -} -.ui-datepicker-inline .ui-datepicker-calendar { - width: 100%; -} - - -/**/ -/* slider */ -/**/ -.sky-form .ui-slider { - position: relative; - height: 3px; - border: 2px solid #e5e5e5; - background: #fff; - margin: 12px 6px 26px; -} -.sky-form .ui-slider-handle { - position: absolute; - width: 15px; - height: 15px; - margin: -8px 0 0 -8px; - border: 2px solid #e5e5e5; - outline: none; - background: #fff; - -ms-transition: border-color 0.3s; - -moz-transition: border-color 0.3s; - -webkit-transition: border-color 0.3s; -} - - -/**/ -/* modal */ -/**/ -.sky-form-modal { - position: fixed; - z-index: 1; - display: none; - width: 400px; -} -.sky-form-modal-overlay { - position: fixed; - top: 0; - left: 0; - display: none; - width: 100%; - height: 100%; - background: rgba(0,0,0,0.7); -} - - -/**/ -/* bootstrap compatibility */ -/**/ -/* -.sky-form *, -.sky-form *:after, -.sky-form *:before { - margin: 0; - padding: 0; - box-sizing: content-box; - -moz-box-sizing: content-box; -} -*/ -.sky-form .label { - border-radius: 0; - font-size: 100%; - text-align: left; - white-space: normal; - color: inherit; -} -.sky-form .radio, -.sky-form .checkbox { - font-weight: 400; -} -.sky-form .radio + .radio, -.sky-form .checkbox + .checkbox { - margin-top: 0; -} \ No newline at end of file diff --git a/views/assets/plugins/sky-forms-pro/skyforms/custom/custom-sky-forms-v2.css b/views/assets/plugins/sky-forms-pro/skyforms/custom/custom-sky-forms-v2.css deleted file mode 100644 index 126b38f..0000000 --- a/views/assets/plugins/sky-forms-pro/skyforms/custom/custom-sky-forms-v2.css +++ /dev/null @@ -1,360 +0,0 @@ -/*Sky-Forms -------------------------------------*/ -/*Contact Style*/ -.sky-form.contact-style { - border: none; -} - -/*Comment Style*/ -.sky-form.comment-style, -.sky-form.comment-style fieldset { - padding: 0; - border: none; - background: inherit; -} - -.sky-form.comment-style input, -.sky-form.comment-style textarea { - border: none; -} - -.sky-form.comment-style input:focus, -.sky-form.comment-style textarea:focus { - box-shadow: none; -} - -/*Sky Space*/ -.sky-form .sky-space-20 { - margin-bottom: 20px; -} - -.sky-form .sky-space-30 { - margin-bottom: 30px; -} - -/**/ -/* defaults */ -/**/ -.sky-form { - box-shadow: none; -} - -.sky-form header { - color: inherit; - display: block; - font-size: 20px; - background: #fff; - font-weight: 400; - padding: 8px 30px; -} - -.sky-form fieldset.no-padding { - padding: 0; -} - -.sky-form fieldset { - background: #fff; -} - -.sky-form footer { - background: #fff; - padding: 15px 30px; -} - -.sky-form a { - color: inherit; -} - -.sky-form a.btn-u { - color: #fff; -} - -.sky-form .input input { - height: 45px; - padding: 6px 12px; -} - -.sky-form .input input, -.sky-form .select select, -.sky-form .textarea textarea { - border: solid 1px #fff; - font-size: 14px; - color: #a49da6; -} -.sky-form .select select { - color: #cecacf; -} - -.sky-form .select select { - height: 45px; - padding: 6px 10px; -} - -.sky-form .select-multiple select { - height: auto; -} - -/**/ -/* file inputs */ -/**/ -.sky-form .input-file .button { - height: 32px; - top: 1px; - right: 1px; -} - -/**/ -/* captcha inputs */ -/**/ -.sky-form .input-captcha img { - position: absolute; - top: 1px; - right: 1px; - border-left: 1px solid #e5e5e5; -} - - -/**/ -/* normal state */ -/**/ -.sky-form .toggle i:before { - background-color: #ddd; -} - -.sky-form .button { - background: #72c02c; -} - -/**/ -/* toggles */ -/**/ -.sky-form .toggle { - font-weight: normal; -} - -.sky-form .toggle i { - width: 54px; - height: 21px; - border-width: 1px; -} -.sky-form .toggle i:after { - top: 3px; -} -.sky-form .toggle i:before { - top: 5px; - right: 6px; -} - -/*(remove Bootstrap 'radio, checkbox' margin-top) ---------------------------------------------------*/ -.radio, .checkbox { - margin-top: 0; -} - -/**/ -/* radios and checkboxes */ -/**/ -.sky-form .radio i, -.sky-form .checkbox i { - width: 17px; - height: 17px; - border-width: 1px; -} - -.sky-form .checkbox input + i:after { - top: 2px; - left: 0; - font: normal 10px FontAwesome; -} - -/**/ -/* checked state */ -/**/ -.sky-form .radio input + i:after { - top: 5px; - left: 5px; - background-color: #ddd; -} -.sky-form .checkbox input + i:after { - color: #ddd; -} -.sky-form .radio input:checked + i, -.sky-form .checkbox input:checked + i, -.sky-form .toggle input:checked + i { - border-color: #ddd; -} -.sky-form .rating input:checked ~ label { - color: #72c02c; -} - -/**/ -/* selects */ -/**/ -.sky-form .select i { - top: 14px; - width: 9px; - right: 13px; - height: 6px; -} -.sky-form .select i:after, -.sky-form .select i:before { - top: 8px; -} -.sky-form .select i:before { - top: -2px; - border-bottom: 4px solid #404040; - display: none; -} - -.label-rounded .ui-slider-handle { - border-radius: 50% !important; -} - -/**/ -/* icons */ -/**/ -.sky-form .icon-append, -.sky-form .icon-prepend { - top: 1px; - height: 32px; - font-size: 14px; - line-height: 33px; - background: inherit; -} -.sky-form .icon-append { - right: 1px; - padding: 0 3px; - min-width: 34px; -} - -.sky-form .icon-prepend { - left: 6px; - padding-right: 5px; -} - -/**/ -/* focus state */ -/**/ -.sky-form .input input:focus, -.sky-form .select select:focus, -.sky-form .textarea textarea:focus { - border-color: #ddd; - box-shadow: none; -} - -.sky-form .radio input:focus + i, -.sky-form .checkbox input:focus + i, -.sky-form .toggle input:focus + i { - border-color: #ddd; - box-shadow: none; -} - -/**/ -/* hover state */ -/**/ -.sky-form .input:hover input, -.sky-form .select:hover select, -.sky-form .textarea:hover textarea { - border-color: #ddd; -} - -.sky-form .radio:hover i, -.sky-form .checkbox:hover i, -.sky-form .toggle:hover i, -.sky-form .ui-slider-handle:hover { - border-color: #ddd; -} -.sky-form .rating input + label:hover, -.sky-form .rating input + label:hover ~ label { - color: #72c02c; -} - -.sky-form .icon-append, -.sky-form .icon-prepend { - color: #b3b3b3; -} - -/**/ -/* disabled state */ -/**/ -.sky-form .input.state-disabled:hover input, -.sky-form .select.state-disabled:hover select, -.sky-form .textarea.state-disabled:hover textarea, -.sky-form .radio.state-disabled:hover i, -.sky-form .checkbox.state-disabled:hover i, -.sky-form .toggle.state-disabled:hover i { - border-color: #ddd; -} - -/**/ -/* datepicker */ -/**/ -.ui-datepicker-header { - padding: 10px 0; - font-size: 16px; -} - -.ui-datepicker-inline { - border-width: 1px; -} - -.ui-datepicker-inline .ui-datepicker-header { - line-height: 27px; -} - -.ui-datepicker-prev, -.ui-datepicker-next { - font-size: 18px; - line-height: 47px; -} - -.ui-datepicker-calendar a { - border: 1px solid transparent; -} - -.ui-datepicker-calendar .ui-state-active { - background: inherit; - border: 1px solid #ddd; -} -.ui-datepicker-calendar a:hover { - background: inherit; - border: 1px solid #ddd; -} - -/**/ -/* bootstrap compatibility */ -/**/ -.sky-form button *, -.sky-form button *:after, -.sky-form button *:before { - margin: 0 auto; - padding: 0 auto; -} - -.btn-u.button-uploading:after { - top: 6px; -} -.btn-u.btn-u-lg.button-uploading:after { - top: 10px; -} -.btn-u.btn-u-sm.button-uploading:after { - top: 3px; -} -.btn-u.btn-u-xs.button-uploading:after { - top: 2px; -} - -.label { - padding: 0.2em 0 0.3em; -} - -/*Fix for datepicker's responsive issue on resolution 1024x768*/ -/*.ui-datepicker-calendar a,*/ -.ui-datepicker-calendar span { - width: 26px; - /*color: #bfbfbf;*/ -} -.sky-form .textarea-expandable textarea, -.sky-form .textarea-expandable textarea:focus { - height: 125px; -} diff --git a/views/assets/plugins/sky-forms-pro/skyforms/js/jquery-ui.min.js b/views/assets/plugins/sky-forms-pro/skyforms/js/jquery-ui.min.js deleted file mode 100644 index 1f1be7e..0000000 --- a/views/assets/plugins/sky-forms-pro/skyforms/js/jquery-ui.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! jQuery UI - v1.10.4 - 2014-03-05 -* http://jqueryui.com -* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.datepicker.js, jquery.ui.slider.js -* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ - -(function(e,t){function i(t,i){var s,a,o,r=t.nodeName.toLowerCase();return"area"===r?(s=t.parentNode,a=s.name,t.href&&a&&"map"===s.nodeName.toLowerCase()?(o=e("img[usemap=#"+a+"]")[0],!!o&&n(o)):!1):(/input|select|textarea|button|object/.test(r)?!t.disabled:"a"===r?t.href||i:i)&&n(t)}function n(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}var s=0,a=/^ui-id-\d+$/;e.ui=e.ui||{},e.extend(e.ui,{version:"1.10.4",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({focus:function(t){return function(i,n){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),n&&n.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),scrollParent:function(){var t;return t=e.ui.ie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(e.css(this,"position"))&&/(auto|scroll)/.test(e.css(this,"overflow")+e.css(this,"overflow-y")+e.css(this,"overflow-x"))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(e.css(this,"overflow")+e.css(this,"overflow-y")+e.css(this,"overflow-x"))}).eq(0),/fixed/.test(this.css("position"))||!t.length?e(document):t},zIndex:function(i){if(i!==t)return this.css("zIndex",i);if(this.length)for(var n,s,a=e(this[0]);a.length&&a[0]!==document;){if(n=a.css("position"),("absolute"===n||"relative"===n||"fixed"===n)&&(s=parseInt(a.css("zIndex"),10),!isNaN(s)&&0!==s))return s;a=a.parent()}return 0},uniqueId:function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++s)})},removeUniqueId:function(){return this.each(function(){a.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,n){return!!e.data(t,n[3])},focusable:function(t){return i(t,!isNaN(e.attr(t,"tabindex")))},tabbable:function(t){var n=e.attr(t,"tabindex"),s=isNaN(n);return(s||n>=0)&&i(t,!s)}}),e("").outerWidth(1).jquery||e.each(["Width","Height"],function(i,n){function s(t,i,n,s){return e.each(a,function(){i-=parseFloat(e.css(t,"padding"+this))||0,n&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),s&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var a="Width"===n?["Left","Right"]:["Top","Bottom"],o=n.toLowerCase(),r={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+n]=function(i){return i===t?r["inner"+n].call(this):this.each(function(){e(this).css(o,s(this,i)+"px")})},e.fn["outer"+n]=function(t,i){return"number"!=typeof t?r["outer"+n].call(this,t):this.each(function(){e(this).css(o,s(this,t,!0,i)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.support.selectstart="onselectstart"in document.createElement("div"),e.fn.extend({disableSelection:function(){return this.bind((e.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(e){e.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),e.extend(e.ui,{plugin:{add:function(t,i,n){var s,a=e.ui[t].prototype;for(s in n)a.plugins[s]=a.plugins[s]||[],a.plugins[s].push([i,n[s]])},call:function(e,t,i){var n,s=e.plugins[t];if(s&&e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType)for(n=0;s.length>n;n++)e.options[s[n][0]]&&s[n][1].apply(e.element,i)}},hasScroll:function(t,i){if("hidden"===e(t).css("overflow"))return!1;var n=i&&"left"===i?"scrollLeft":"scrollTop",s=!1;return t[n]>0?!0:(t[n]=1,s=t[n]>0,t[n]=0,s)}})})(jQuery);(function(t,e){var i=0,s=Array.prototype.slice,n=t.cleanData;t.cleanData=function(e){for(var i,s=0;null!=(i=e[s]);s++)try{t(i).triggerHandler("remove")}catch(o){}n(e)},t.widget=function(i,s,n){var o,a,r,h,l={},c=i.split(".")[0];i=i.split(".")[1],o=c+"-"+i,n||(n=s,s=t.Widget),t.expr[":"][o.toLowerCase()]=function(e){return!!t.data(e,o)},t[c]=t[c]||{},a=t[c][i],r=t[c][i]=function(t,i){return this._createWidget?(arguments.length&&this._createWidget(t,i),e):new r(t,i)},t.extend(r,a,{version:n.version,_proto:t.extend({},n),_childConstructors:[]}),h=new s,h.options=t.widget.extend({},h.options),t.each(n,function(i,n){return t.isFunction(n)?(l[i]=function(){var t=function(){return s.prototype[i].apply(this,arguments)},e=function(t){return s.prototype[i].apply(this,t)};return function(){var i,s=this._super,o=this._superApply;return this._super=t,this._superApply=e,i=n.apply(this,arguments),this._super=s,this._superApply=o,i}}(),e):(l[i]=n,e)}),r.prototype=t.widget.extend(h,{widgetEventPrefix:a?h.widgetEventPrefix||i:i},l,{constructor:r,namespace:c,widgetName:i,widgetFullName:o}),a?(t.each(a._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,r,i._proto)}),delete a._childConstructors):s._childConstructors.push(r),t.widget.bridge(i,r)},t.widget.extend=function(i){for(var n,o,a=s.call(arguments,1),r=0,h=a.length;h>r;r++)for(n in a[r])o=a[r][n],a[r].hasOwnProperty(n)&&o!==e&&(i[n]=t.isPlainObject(o)?t.isPlainObject(i[n])?t.widget.extend({},i[n],o):t.widget.extend({},o):o);return i},t.widget.bridge=function(i,n){var o=n.prototype.widgetFullName||i;t.fn[i]=function(a){var r="string"==typeof a,h=s.call(arguments,1),l=this;return a=!r&&h.length?t.widget.extend.apply(null,[a].concat(h)):a,r?this.each(function(){var s,n=t.data(this,o);return n?t.isFunction(n[a])&&"_"!==a.charAt(0)?(s=n[a].apply(n,h),s!==n&&s!==e?(l=s&&s.jquery?l.pushStack(s.get()):s,!1):e):t.error("no such method '"+a+"' for "+i+" widget instance"):t.error("cannot call methods on "+i+" prior to initialization; "+"attempted to call method '"+a+"'")}):this.each(function(){var e=t.data(this,o);e?e.option(a||{})._init():t.data(this,o,new n(a,this))}),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{disabled:!1,create:null},_createWidget:function(e,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this.bindings=t(),this.hoverable=t(),this.focusable=t(),s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:t.noop,_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetName).removeData(this.widgetFullName).removeData(t.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:t.noop,widget:function(){return this.element},option:function(i,s){var n,o,a,r=i;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof i)if(r={},n=i.split("."),i=n.shift(),n.length){for(o=r[i]=t.widget.extend({},this.options[i]),a=0;n.length-1>a;a++)o[n[a]]=o[n[a]]||{},o=o[n[a]];if(i=n.pop(),1===arguments.length)return o[i]===e?null:o[i];o[i]=s}else{if(1===arguments.length)return this.options[i]===e?null:this.options[i];r[i]=s}return this._setOptions(r),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return this.options[t]=e,"disabled"===t&&(this.widget().toggleClass(this.widgetFullName+"-disabled ui-state-disabled",!!e).attr("aria-disabled",e),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")),this},enable:function(){return this._setOption("disabled",!1)},disable:function(){return this._setOption("disabled",!0)},_on:function(i,s,n){var o,a=this;"boolean"!=typeof i&&(n=s,s=i,i=!1),n?(s=o=t(s),this.bindings=this.bindings.add(s)):(n=s,s=this.element,o=this.widget()),t.each(n,function(n,r){function h(){return i||a.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof r?a[r]:r).apply(a,arguments):e}"string"!=typeof r&&(h.guid=r.guid=r.guid||h.guid||t.guid++);var l=n.match(/^(\w+)\s*(.*)$/),c=l[1]+a.eventNamespace,u=l[2];u?o.delegate(u,c,h):s.bind(c,h)})},_off:function(t,e){e=(e||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(e).undelegate(e)},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){t(e.currentTarget).addClass("ui-state-hover")},mouseleave:function(e){t(e.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){t(e.currentTarget).addClass("ui-state-focus")},focusout:function(e){t(e.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}})})(jQuery);(function(t){var e=!1;t(document).mouseup(function(){e=!1}),t.widget("ui.mouse",{version:"1.10.4",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.bind("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).bind("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):undefined}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&t(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(i){if(!e){this._mouseStarted&&this._mouseUp(i),this._mouseDownEvent=i;var s=this,n=1===i.which,a="string"==typeof this.options.cancel&&i.target.nodeName?t(i.target).closest(this.options.cancel).length:!1;return n&&!a&&this._mouseCapture(i)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){s.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(i)&&this._mouseDelayMet(i)&&(this._mouseStarted=this._mouseStart(i)!==!1,!this._mouseStarted)?(i.preventDefault(),!0):(!0===t.data(i.target,this.widgetName+".preventClickEvent")&&t.removeData(i.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return s._mouseMove(t)},this._mouseUpDelegate=function(t){return s._mouseUp(t)},t(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),i.preventDefault(),e=!0,!0)):!0}},_mouseMove:function(e){return t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button?this._mouseUp(e):this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){return t(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),!1},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}})})(jQuery);(function(e,t){function i(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.dpDiv=a(e("
"))}function a(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.delegate(i,"mouseout",function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")}).delegate(i,"mouseover",function(){e.datepicker._isDisabledDatepicker(n.inline?t.parent()[0]:n.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))})}function s(t,i){e.extend(t,i);for(var a in i)null==i[a]&&(t[a]=i[a]);return t}e.extend(e.ui,{datepicker:{version:"1.10.4"}});var n,r="datepicker";e.extend(i.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return s(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var a,s,n;a=t.nodeName.toLowerCase(),s="div"===a||"span"===a,t.id||(this.uuid+=1,t.id="dp"+this.uuid),n=this._newInst(e(t),s),n.settings=e.extend({},i||{}),"input"===a?this._connectDatepicker(t,n):s&&this._inlineDatepicker(t,n)},_newInst:function(t,i){var s=t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?a(e("
")):this.dpDiv}},_connectDatepicker:function(t,i){var a=e(t);i.append=e([]),i.trigger=e([]),a.hasClass(this.markerClassName)||(this._attachments(a,i),a.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp),this._autoSize(i),e.data(t,r,i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var a,s,n,r=this._get(i,"appendText"),o=this._get(i,"isRTL");i.append&&i.append.remove(),r&&(i.append=e(""+r+""),t[o?"before":"after"](i.append)),t.unbind("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),a=this._get(i,"showOn"),("focus"===a||"both"===a)&&t.focus(this._showDatepicker),("button"===a||"both"===a)&&(s=this._get(i,"buttonText"),n=this._get(i,"buttonImage"),i.trigger=e(this._get(i,"buttonImageOnly")?e("").addClass(this._triggerClass).attr({src:n,alt:s,title:s}):e("").addClass(this._triggerClass).html(n?e("").attr({src:n,alt:s,title:s}):s)),t[o?"before":"after"](i.trigger),i.trigger.click(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1}))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,a,s,n=new Date(2009,11,20),r=this._get(e,"dateFormat");r.match(/[DM]/)&&(t=function(e){for(i=0,a=0,s=0;e.length>s;s++)e[s].length>i&&(i=e[s].length,a=s);return a},n.setMonth(t(this._get(e,r.match(/MM/)?"monthNames":"monthNamesShort"))),n.setDate(t(this._get(e,r.match(/DD/)?"dayNames":"dayNamesShort"))+20-n.getDay())),e.input.attr("size",this._formatDate(e,n).length)}},_inlineDatepicker:function(t,i){var a=e(t);a.hasClass(this.markerClassName)||(a.addClass(this.markerClassName).append(i.dpDiv),e.data(t,r,i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,a,n,o){var u,c,h,l,d,p=this._dialogInst;return p||(this.uuid+=1,u="dp"+this.uuid,this._dialogInput=e(""),this._dialogInput.keydown(this._doKeyDown),e("body").append(this._dialogInput),p=this._dialogInst=this._newInst(this._dialogInput,!1),p.settings={},e.data(this._dialogInput[0],r,p)),s(p.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(p,i):i,this._dialogInput.val(i),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(c=document.documentElement.clientWidth,h=document.documentElement.clientHeight,l=document.documentElement.scrollLeft||document.body.scrollLeft,d=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[c/2-100+l,h/2-150+d]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),p.settings.onSelect=a,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],r,p),this},_destroyDatepicker:function(t){var i,a=e(t),s=e.data(t,r);a.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),e.removeData(t,r),"input"===i?(s.append.remove(),s.trigger.remove(),a.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):("div"===i||"span"===i)&&a.removeClass(this.markerClassName).empty())},_enableDatepicker:function(t){var i,a,s=e(t),n=e.data(t,r);s.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!1,n.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(a=s.children("."+this._inlineClass),a.children().removeClass("ui-state-disabled"),a.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,a,s=e(t),n=e.data(t,r);s.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!0,n.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(a=s.children("."+this._inlineClass),a.children().addClass("ui-state-disabled"),a.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;this._disabledInputs.length>t;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,r)}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(i,a,n){var r,o,u,c,h=this._getInst(i);return 2===arguments.length&&"string"==typeof a?"defaults"===a?e.extend({},e.datepicker._defaults):h?"all"===a?e.extend({},h.settings):this._get(h,a):null:(r=a||{},"string"==typeof a&&(r={},r[a]=n),h&&(this._curInst===h&&this._hideDatepicker(),o=this._getDateDatepicker(i,!0),u=this._getMinMaxDate(h,"min"),c=this._getMinMaxDate(h,"max"),s(h.settings,r),null!==u&&r.dateFormat!==t&&r.minDate===t&&(h.settings.minDate=this._formatDate(h,u)),null!==c&&r.dateFormat!==t&&r.maxDate===t&&(h.settings.maxDate=this._formatDate(h,c)),"disabled"in r&&(r.disabled?this._disableDatepicker(i):this._enableDatepicker(i)),this._attachments(e(i),h),this._autoSize(h),this._setDate(h,o),this._updateAlternate(h),this._updateDatepicker(h)),t)},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,a,s,n=e.datepicker._getInst(t.target),r=!0,o=n.dpDiv.is(".ui-datepicker-rtl");if(n._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),r=!1;break;case 13:return s=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",n.dpDiv),s[0]&&e.datepicker._selectDay(t.target,n.selectedMonth,n.selectedYear,s[0]),i=e.datepicker._get(n,"onSelect"),i?(a=e.datepicker._formatDate(n),i.apply(n.input?n.input[0]:null,[a,n])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(n,"stepBigMonths"):-e.datepicker._get(n,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(n,"stepBigMonths"):+e.datepicker._get(n,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),r=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),r=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,o?1:-1,"D"),r=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(n,"stepBigMonths"):-e.datepicker._get(n,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),r=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,o?-1:1,"D"),r=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(n,"stepBigMonths"):+e.datepicker._get(n,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),r=t.ctrlKey||t.metaKey;break;default:r=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):r=!1;r&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(i){var a,s,n=e.datepicker._getInst(i.target);return e.datepicker._get(n,"constrainInput")?(a=e.datepicker._possibleChars(e.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==i.charCode?i.keyCode:i.charCode),i.ctrlKey||i.metaKey||" ">s||!a||a.indexOf(s)>-1):t},_doKeyUp:function(t){var i,a=e.datepicker._getInst(t.target);if(a.input.val()!==a.lastVal)try{i=e.datepicker.parseDate(e.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,e.datepicker._getFormatConfig(a)),i&&(e.datepicker._setDateFromField(a),e.datepicker._updateAlternate(a),e.datepicker._updateDatepicker(a))}catch(s){}return!0},_showDatepicker:function(t){if(t=t.target||t,"input"!==t.nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),!e.datepicker._isDisabledDatepicker(t)&&e.datepicker._lastInput!==t){var i,a,n,r,o,u,c;i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),a=e.datepicker._get(i,"beforeShow"),n=a?a.apply(t,[t,i]):{},n!==!1&&(s(i.settings,n),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),r=!1,e(t).parents().each(function(){return r|="fixed"===e(this).css("position"),!r}),o={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),o=e.datepicker._checkOffset(i,o,r),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":r?"fixed":"absolute",display:"none",left:o.left+"px",top:o.top+"px"}),i.inline||(u=e.datepicker._get(i,"showAnim"),c=e.datepicker._get(i,"duration"),i.dpDiv.zIndex(e(t).zIndex()+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[u]?i.dpDiv.show(u,e.datepicker._get(i,"showOptions"),c):i.dpDiv[u||"show"](u?c:null),e.datepicker._shouldFocusInput(i)&&i.input.focus(),e.datepicker._curInst=i))}},_updateDatepicker:function(t){this.maxRows=4,n=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t),t.dpDiv.find("."+this._dayOverClass+" a").mouseover();var i,a=this._getNumberOfMonths(t),s=a[1],r=17;t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),s>1&&t.dpDiv.addClass("ui-datepicker-multi-"+s).css("width",r*s+"em"),t.dpDiv[(1!==a[0]||1!==a[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.focus(),t.yearshtml&&(i=t.yearshtml,setTimeout(function(){i===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),i=t.yearshtml=null},0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,i,a){var s=t.dpDiv.outerWidth(),n=t.dpDiv.outerHeight(),r=t.input?t.input.outerWidth():0,o=t.input?t.input.outerHeight():0,u=document.documentElement.clientWidth+(a?0:e(document).scrollLeft()),c=document.documentElement.clientHeight+(a?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?s-r:0,i.left-=a&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=a&&i.top===t.input.offset().top+o?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+s>u&&u>s?Math.abs(i.left+s-u):0),i.top-=Math.min(i.top,i.top+n>c&&c>n?Math.abs(n+o):0),i},_findPos:function(t){for(var i,a=this._getInst(t),s=this._get(a,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[s?"previousSibling":"nextSibling"];return i=e(t).offset(),[i.left,i.top]},_hideDatepicker:function(t){var i,a,s,n,o=this._curInst;!o||t&&o!==e.data(t,r)||this._datepickerShowing&&(i=this._get(o,"showAnim"),a=this._get(o,"duration"),s=function(){e.datepicker._tidyDialog(o)},e.effects&&(e.effects.effect[i]||e.effects[i])?o.dpDiv.hide(i,e.datepicker._get(o,"showOptions"),a,s):o.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?a:null,s),i||s(),this._datepickerShowing=!1,n=this._get(o,"onClose"),n&&n.apply(o.input?o.input[0]:null,[o.input?o.input.val():"",o]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),a=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents("#"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest("."+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&(!e.datepicker._inDialog||!e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==a)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,a){var s=e(t),n=this._getInst(s[0]);this._isDisabledDatepicker(s[0])||(this._adjustInstDate(n,i+("M"===a?this._get(n,"showCurrentAtPos"):0),a),this._updateDatepicker(n))},_gotoToday:function(t){var i,a=e(t),s=this._getInst(a[0]);this._get(s,"gotoCurrent")&&s.currentDay?(s.selectedDay=s.currentDay,s.drawMonth=s.selectedMonth=s.currentMonth,s.drawYear=s.selectedYear=s.currentYear):(i=new Date,s.selectedDay=i.getDate(),s.drawMonth=s.selectedMonth=i.getMonth(),s.drawYear=s.selectedYear=i.getFullYear()),this._notifyChange(s),this._adjustDate(a)},_selectMonthYear:function(t,i,a){var s=e(t),n=this._getInst(s[0]);n["selected"+("M"===a?"Month":"Year")]=n["draw"+("M"===a?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(n),this._adjustDate(s)},_selectDay:function(t,i,a,s){var n,r=e(t);e(s).hasClass(this._unselectableClass)||this._isDisabledDatepicker(r[0])||(n=this._getInst(r[0]),n.selectedDay=n.currentDay=e("a",s).html(),n.selectedMonth=n.currentMonth=i,n.selectedYear=n.currentYear=a,this._selectDate(t,this._formatDate(n,n.currentDay,n.currentMonth,n.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var a,s=e(t),n=this._getInst(s[0]);i=null!=i?i:this._formatDate(n),n.input&&n.input.val(i),this._updateAlternate(n),a=this._get(n,"onSelect"),a?a.apply(n.input?n.input[0]:null,[i,n]):n.input&&n.input.trigger("change"),n.inline?this._updateDatepicker(n):(this._hideDatepicker(),this._lastInput=n.input[0],"object"!=typeof n.input[0]&&n.input.focus(),this._lastInput=null)},_updateAlternate:function(t){var i,a,s,n=this._get(t,"altField");n&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),a=this._getDate(t),s=this.formatDate(i,a,this._getFormatConfig(t)),e(n).each(function(){e(this).val(s)}))},noWeekends:function(e){var t=e.getDay();return[t>0&&6>t,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(i,a,s){if(null==i||null==a)throw"Invalid arguments";if(a="object"==typeof a?""+a:a+"",""===a)return null;var n,r,o,u,c=0,h=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,l="string"!=typeof h?h:(new Date).getFullYear()%100+parseInt(h,10),d=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,p=(s?s.dayNames:null)||this._defaults.dayNames,g=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,m=(s?s.monthNames:null)||this._defaults.monthNames,f=-1,_=-1,v=-1,k=-1,y=!1,b=function(e){var t=i.length>n+1&&i.charAt(n+1)===e;return t&&n++,t},D=function(e){var t=b(e),i="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,s=RegExp("^\\d{1,"+i+"}"),n=a.substring(c).match(s);if(!n)throw"Missing number at position "+c;return c+=n[0].length,parseInt(n[0],10)},w=function(i,s,n){var r=-1,o=e.map(b(i)?n:s,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(o,function(e,i){var s=i[1];return a.substr(c,s.length).toLowerCase()===s.toLowerCase()?(r=i[0],c+=s.length,!1):t}),-1!==r)return r+1;throw"Unknown name at position "+c},M=function(){if(a.charAt(c)!==i.charAt(n))throw"Unexpected literal at position "+c;c++};for(n=0;i.length>n;n++)if(y)"'"!==i.charAt(n)||b("'")?M():y=!1;else switch(i.charAt(n)){case"d":v=D("d");break;case"D":w("D",d,p);break;case"o":k=D("o");break;case"m":_=D("m");break;case"M":_=w("M",g,m);break;case"y":f=D("y");break;case"@":u=new Date(D("@")),f=u.getFullYear(),_=u.getMonth()+1,v=u.getDate();break;case"!":u=new Date((D("!")-this._ticksTo1970)/1e4),f=u.getFullYear(),_=u.getMonth()+1,v=u.getDate();break;case"'":b("'")?M():y=!0;break;default:M()}if(a.length>c&&(o=a.substr(c),!/^\s+/.test(o)))throw"Extra/unparsed characters found in date: "+o;if(-1===f?f=(new Date).getFullYear():100>f&&(f+=(new Date).getFullYear()-(new Date).getFullYear()%100+(l>=f?0:-100)),k>-1)for(_=1,v=k;;){if(r=this._getDaysInMonth(f,_-1),r>=v)break;_++,v-=r}if(u=this._daylightSavingAdjust(new Date(f,_-1,v)),u.getFullYear()!==f||u.getMonth()+1!==_||u.getDate()!==v)throw"Invalid date";return u},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(e,t,i){if(!t)return"";var a,s=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,n=(i?i.dayNames:null)||this._defaults.dayNames,r=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,o=(i?i.monthNames:null)||this._defaults.monthNames,u=function(t){var i=e.length>a+1&&e.charAt(a+1)===t;return i&&a++,i},c=function(e,t,i){var a=""+t;if(u(e))for(;i>a.length;)a="0"+a;return a},h=function(e,t,i,a){return u(e)?a[t]:i[t]},l="",d=!1;if(t)for(a=0;e.length>a;a++)if(d)"'"!==e.charAt(a)||u("'")?l+=e.charAt(a):d=!1;else switch(e.charAt(a)){case"d":l+=c("d",t.getDate(),2);break;case"D":l+=h("D",t.getDay(),s,n);break;case"o":l+=c("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":l+=c("m",t.getMonth()+1,2);break;case"M":l+=h("M",t.getMonth(),r,o);break;case"y":l+=u("y")?t.getFullYear():(10>t.getYear()%100?"0":"")+t.getYear()%100;break;case"@":l+=t.getTime();break;case"!":l+=1e4*t.getTime()+this._ticksTo1970;break;case"'":u("'")?l+="'":d=!0;break;default:l+=e.charAt(a)}return l},_possibleChars:function(e){var t,i="",a=!1,s=function(i){var a=e.length>t+1&&e.charAt(t+1)===i;return a&&t++,a};for(t=0;e.length>t;t++)if(a)"'"!==e.charAt(t)||s("'")?i+=e.charAt(t):a=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":s("'")?i+="'":a=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,i){return e.settings[i]!==t?e.settings[i]:this._defaults[i]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,"dateFormat"),a=e.lastVal=e.input?e.input.val():null,s=this._getDefaultDate(e),n=s,r=this._getFormatConfig(e);try{n=this.parseDate(i,a,r)||s}catch(o){a=t?"":a}e.selectedDay=n.getDate(),e.drawMonth=e.selectedMonth=n.getMonth(),e.drawYear=e.selectedYear=n.getFullYear(),e.currentDay=a?n.getDate():0,e.currentMonth=a?n.getMonth():0,e.currentYear=a?n.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,i,a){var s=function(e){var t=new Date;return t.setDate(t.getDate()+e),t},n=function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),i,e.datepicker._getFormatConfig(t))}catch(a){}for(var s=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,n=s.getFullYear(),r=s.getMonth(),o=s.getDate(),u=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,c=u.exec(i);c;){switch(c[2]||"d"){case"d":case"D":o+=parseInt(c[1],10);break;case"w":case"W":o+=7*parseInt(c[1],10);break;case"m":case"M":r+=parseInt(c[1],10),o=Math.min(o,e.datepicker._getDaysInMonth(n,r));break;case"y":case"Y":n+=parseInt(c[1],10),o=Math.min(o,e.datepicker._getDaysInMonth(n,r))}c=u.exec(i)}return new Date(n,r,o)},r=null==i||""===i?a:"string"==typeof i?n(i):"number"==typeof i?isNaN(i)?a:s(i):new Date(i.getTime());return r=r&&"Invalid Date"==""+r?a:r,r&&(r.setHours(0),r.setMinutes(0),r.setSeconds(0),r.setMilliseconds(0)),this._daylightSavingAdjust(r)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var a=!t,s=e.selectedMonth,n=e.selectedYear,r=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=r.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=r.getMonth(),e.drawYear=e.selectedYear=e.currentYear=r.getFullYear(),s===e.selectedMonth&&n===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(a?"":this._formatDate(e))},_getDate:function(e){var t=!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return t},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),a="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map(function(){var t={prev:function(){e.datepicker._adjustDate(a,-i,"M")},next:function(){e.datepicker._adjustDate(a,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(a)},selectDay:function(){return e.datepicker._selectDay(a,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(a,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(a,this,"Y"),!1}};e(this).bind(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])})},_generateHTML:function(e){var t,i,a,s,n,r,o,u,c,h,l,d,p,g,m,f,_,v,k,y,b,D,w,M,C,x,I,N,T,A,E,S,Y,F,P,O,j,K,R,H=new Date,W=this._daylightSavingAdjust(new Date(H.getFullYear(),H.getMonth(),H.getDate())),L=this._get(e,"isRTL"),U=this._get(e,"showButtonPanel"),B=this._get(e,"hideIfNoPrevNext"),z=this._get(e,"navigationAsDateFormat"),q=this._getNumberOfMonths(e),G=this._get(e,"showCurrentAtPos"),J=this._get(e,"stepMonths"),Q=1!==q[0]||1!==q[1],V=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),$=this._getMinMaxDate(e,"min"),X=this._getMinMaxDate(e,"max"),Z=e.drawMonth-G,et=e.drawYear;if(0>Z&&(Z+=12,et--),X)for(t=this._daylightSavingAdjust(new Date(X.getFullYear(),X.getMonth()-q[0]*q[1]+1,X.getDate())),t=$&&$>t?$:t;this._daylightSavingAdjust(new Date(et,Z,1))>t;)Z--,0>Z&&(Z=11,et--);for(e.drawMonth=Z,e.drawYear=et,i=this._get(e,"prevText"),i=z?this.formatDate(i,this._daylightSavingAdjust(new Date(et,Z-J,1)),this._getFormatConfig(e)):i,a=this._canAdjustMonth(e,-1,et,Z)?"
"+i+"":B?"":""+i+"",s=this._get(e,"nextText"),s=z?this.formatDate(s,this._daylightSavingAdjust(new Date(et,Z+J,1)),this._getFormatConfig(e)):s,n=this._canAdjustMonth(e,1,et,Z)?""+s+"":B?"":""+s+"",r=this._get(e,"currentText"),o=this._get(e,"gotoCurrent")&&e.currentDay?V:W,r=z?this.formatDate(r,o,this._getFormatConfig(e)):r,u=e.inline?"":"",c=U?"
"+(L?u:"")+(this._isInRange(e,o)?"":"")+(L?"":u)+"
":"",h=parseInt(this._get(e,"firstDay"),10),h=isNaN(h)?0:h,l=this._get(e,"showWeek"),d=this._get(e,"dayNames"),p=this._get(e,"dayNamesMin"),g=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),f=this._get(e,"beforeShowDay"),_=this._get(e,"showOtherMonths"),v=this._get(e,"selectOtherMonths"),k=this._getDefaultDate(e),y="",D=0;q[0]>D;D++){for(w="",this.maxRows=4,M=0;q[1]>M;M++){if(C=this._daylightSavingAdjust(new Date(et,Z,e.selectedDay)),x=" ui-corner-all",I="",Q){if(I+="
"}for(I+="
"+(/all|left/.test(x)&&0===D?L?n:a:"")+(/all|right/.test(x)&&0===D?L?a:n:"")+this._generateMonthYearHeader(e,Z,et,$,X,D>0||M>0,g,m)+"
"+"",N=l?"":"",b=0;7>b;b++)T=(b+h)%7,N+="=5?" class='ui-datepicker-week-end'":"")+">"+""+p[T]+"";for(I+=N+"",A=this._getDaysInMonth(et,Z),et===e.selectedYear&&Z===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,A)),E=(this._getFirstDayOfMonth(et,Z)-h+7)%7,S=Math.ceil((E+A)/7),Y=Q?this.maxRows>S?this.maxRows:S:S,this.maxRows=Y,F=this._daylightSavingAdjust(new Date(et,Z,1-E)),P=0;Y>P;P++){for(I+="",O=l?"":"",b=0;7>b;b++)j=f?f.apply(e.input?e.input[0]:null,[F]):[!0,""],K=F.getMonth()!==Z,R=K&&!v||!j[0]||$&&$>F||X&&F>X,O+="",F.setDate(F.getDate()+1),F=this._daylightSavingAdjust(F);I+=O+""}Z++,Z>11&&(Z=0,et++),I+="
"+this._get(e,"weekHeader")+"
"+this._get(e,"calculateWeek")(F)+""+(K&&!_?" ":R?""+F.getDate()+"":""+F.getDate()+"")+"
"+(Q?""+(q[0]>0&&M===q[1]-1?"
":""):""),w+=I}y+=w}return y+=c,e._keyEvent=!1,y},_generateMonthYearHeader:function(e,t,i,a,s,n,r,o){var u,c,h,l,d,p,g,m,f=this._get(e,"changeMonth"),_=this._get(e,"changeYear"),v=this._get(e,"showMonthAfterYear"),k="
",y="";if(n||!f)y+=""+r[t]+"";else{for(u=a&&a.getFullYear()===i,c=s&&s.getFullYear()===i,y+=""}if(v||(k+=y+(!n&&f&&_?"":" ")),!e.yearshtml)if(e.yearshtml="",n||!_)k+=""+i+"";else{for(l=this._get(e,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?d+parseInt(e,10):parseInt(e,10); -return isNaN(t)?d:t},g=p(l[0]),m=Math.max(g,p(l[1]||"")),g=a?Math.max(g,a.getFullYear()):g,m=s?Math.min(m,s.getFullYear()):m,e.yearshtml+="",k+=e.yearshtml,e.yearshtml=null}return k+=this._get(e,"yearSuffix"),v&&(k+=(!n&&f&&_?"":" ")+y),k+="
"},_adjustInstDate:function(e,t,i){var a=e.drawYear+("Y"===i?t:0),s=e.drawMonth+("M"===i?t:0),n=Math.min(e.selectedDay,this._getDaysInMonth(a,s))+("D"===i?t:0),r=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(a,s,n)));e.selectedDay=r.getDate(),e.drawMonth=e.selectedMonth=r.getMonth(),e.drawYear=e.selectedYear=r.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),a=this._getMinMaxDate(e,"max"),s=i&&i>t?i:t;return a&&s>a?a:s},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,a){var s=this._getNumberOfMonths(e),n=this._daylightSavingAdjust(new Date(i,a+(0>t?t:s[0]*s[1]),1));return 0>t&&n.setDate(this._getDaysInMonth(n.getFullYear(),n.getMonth())),this._isInRange(e,n)},_isInRange:function(e,t){var i,a,s=this._getMinMaxDate(e,"min"),n=this._getMinMaxDate(e,"max"),r=null,o=null,u=this._get(e,"yearRange");return u&&(i=u.split(":"),a=(new Date).getFullYear(),r=parseInt(i[0],10),o=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(r+=a),i[1].match(/[+\-].*/)&&(o+=a)),(!s||t.getTime()>=s.getTime())&&(!n||t.getTime()<=n.getTime())&&(!r||t.getFullYear()>=r)&&(!o||o>=t.getFullYear())},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),{shortYearCutoff:t,dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,a){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var s=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(a,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),s,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).mousedown(e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)}):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i))},e.datepicker=new i,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.10.4"})(jQuery);(function(t){var e=5;t.widget("ui.slider",t.ui.mouse,{version:"1.10.4",widgetEventPrefix:"slide",options:{animate:!1,distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget"+" ui-widget-content"+" ui-corner-all"),this._refresh(),this._setOption("disabled",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,s=this.options,n=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),a="",o=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;i>e;e++)o.push(a);this.handles=n.add(t(o.join("")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e)})},_createRange:function(){var e=this.options,i="";e.range?(e.range===!0&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass("ui-slider-range-min ui-slider-range-max").css({left:"",bottom:""}):(this.range=t("
").appendTo(this.element),i="ui-slider-range ui-widget-header ui-corner-all"),this.range.addClass(i+("min"===e.range||"max"===e.range?" ui-slider-range-"+e.range:""))):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){var t=this.handles.add(this.range).filter("a");this._off(t),this._on(t,this._handleEvents),this._hoverable(t),this._focusable(t)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all"),this._mouseDestroy()},_mouseCapture:function(e){var i,s,n,a,o,r,l,h,u=this,c=this.options;return c.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(s-u.values(e));(n>i||n===i&&(e===u._lastChangedValue||u.values(e)===c.min))&&(n=i,a=t(this),o=e)}),r=this._start(e,o),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=o,a.addClass("ui-state-active").focus(),l=a.offset(),h=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=h?{left:0,top:0}:{left:e.pageX-l.left-a.width()/2,top:e.pageY-l.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,o,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,s,n,a;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/e,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),a=this._valueMin()+s*n,this._trimAlignValue(a)},_start:function(t,e){var i={handle:this.handles[e],value:this.value()};return this.options.values&&this.options.values.length&&(i.value=this.values(e),i.values=this.values()),this._trigger("start",t,i)},_slide:function(t,e,i){var s,n,a;this.options.values&&this.options.values.length?(s=this.values(e?0:1),2===this.options.values.length&&this.options.range===!0&&(0===e&&i>s||1===e&&s>i)&&(i=s),i!==this.values(e)&&(n=this.values(),n[e]=i,a=this._trigger("slide",t,{handle:this.handles[e],value:i,values:n}),s=this.values(e?0:1),a!==!1&&this.values(e,i))):i!==this.value()&&(a=this._trigger("slide",t,{handle:this.handles[e],value:i}),a!==!1&&this.value(i))},_stop:function(t,e){var i={handle:this.handles[e],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(e),i.values=this.values()),this._trigger("stop",t,i)},_change:function(t,e){if(!this._keySliding&&!this._mouseSliding){var i={handle:this.handles[e],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(e),i.values=this.values()),this._lastChangedValue=e,this._trigger("change",t,i)}},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),this._change(null,0),undefined):this._value()},values:function(e,i){var s,n,a;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),this._change(null,e),undefined;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(e):this.value();for(s=this.options.values,n=arguments[0],a=0;s.length>a;a+=1)s[a]=this._trimAlignValue(n[a]),this._change(null,a);this._refreshValue()},_setOption:function(e,i){var s,n=0;switch("range"===e&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),t.Widget.prototype._setOption.apply(this,arguments),e){case"orientation":this._detectOrientation(),this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation),this._refreshValue();break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=0;n>s;s+=1)this._change(null,s);this._animateOff=!1;break;case"min":case"max":this._animateOff=!0,this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,s;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this.options.values&&this.options.values.length){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(t){if(this._valueMin()>=t)return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,s=t-i;return 2*Math.abs(i)>=e&&(s+=i>0?e:-e),parseFloat(s.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var e,i,s,n,a,o=this.options.range,r=this.options,l=this,h=this._animateOff?!1:r.animate,u={};this.options.values&&this.options.values.length?this.handles.each(function(s){i=100*((l.values(s)-l._valueMin())/(l._valueMax()-l._valueMin())),u["horizontal"===l.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[h?"animate":"css"](u,r.animate),l.options.range===!0&&("horizontal"===l.orientation?(0===s&&l.range.stop(1,1)[h?"animate":"css"]({left:i+"%"},r.animate),1===s&&l.range[h?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:r.animate})):(0===s&&l.range.stop(1,1)[h?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&l.range[h?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:r.animate}))),e=i}):(s=this.value(),n=this._valueMin(),a=this._valueMax(),i=a!==n?100*((s-n)/(a-n)):0,u["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[h?"animate":"css"](u,r.animate),"min"===o&&"horizontal"===this.orientation&&this.range.stop(1,1)[h?"animate":"css"]({width:i+"%"},r.animate),"max"===o&&"horizontal"===this.orientation&&this.range[h?"animate":"css"]({width:100-i+"%"},{queue:!1,duration:r.animate}),"min"===o&&"vertical"===this.orientation&&this.range.stop(1,1)[h?"animate":"css"]({height:i+"%"},r.animate),"max"===o&&"vertical"===this.orientation&&this.range[h?"animate":"css"]({height:100-i+"%"},{queue:!1,duration:r.animate}))},_handleEvents:{keydown:function(i){var s,n,a,o,r=t(i.target).data("ui-slider-handle-index");switch(i.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(i.preventDefault(),!this._keySliding&&(this._keySliding=!0,t(i.target).addClass("ui-state-active"),s=this._start(i,r),s===!1))return}switch(o=this.options.step,n=a=this.options.values&&this.options.values.length?this.values(r):this.value(),i.keyCode){case t.ui.keyCode.HOME:a=this._valueMin();break;case t.ui.keyCode.END:a=this._valueMax();break;case t.ui.keyCode.PAGE_UP:a=this._trimAlignValue(n+(this._valueMax()-this._valueMin())/e);break;case t.ui.keyCode.PAGE_DOWN:a=this._trimAlignValue(n-(this._valueMax()-this._valueMin())/e);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(n===this._valueMax())return;a=this._trimAlignValue(n+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(n===this._valueMin())return;a=this._trimAlignValue(n-o)}this._slide(i,r,a)},click:function(t){t.preventDefault()},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),t(e.target).removeClass("ui-state-active"))}}})})(jQuery); \ No newline at end of file diff --git a/views/assets/plugins/sky-forms-pro/skyforms/js/jquery.form.min.js b/views/assets/plugins/sky-forms-pro/skyforms/js/jquery.form.min.js deleted file mode 100644 index bdaa0b2..0000000 --- a/views/assets/plugins/sky-forms-pro/skyforms/js/jquery.form.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/* -* jQuery Form Plugin; v20130711 -* http://jquery.malsup.com/form/ -* Copyright (c) 2013 M. Alsup; Dual licensed: MIT/GPL -* https://github.com/malsup/form#copyright-and-license -*/ -;(function(e){"use strict";function t(t){var r=t.data;t.isDefaultPrevented()||(t.preventDefault(),e(this).ajaxSubmit(r))}function r(t){var r=t.target,a=e(r);if(!a.is("[type=submit],[type=image]")){var n=a.closest("[type=submit]");if(0===n.length)return;r=n[0]}var i=this;if(i.clk=r,"image"==r.type)if(void 0!==t.offsetX)i.clk_x=t.offsetX,i.clk_y=t.offsetY;else if("function"==typeof e.fn.offset){var o=a.offset();i.clk_x=t.pageX-o.left,i.clk_y=t.pageY-o.top}else i.clk_x=t.pageX-r.offsetLeft,i.clk_y=t.pageY-r.offsetTop;setTimeout(function(){i.clk=i.clk_x=i.clk_y=null},100)}function a(){if(e.fn.ajaxSubmit.debug){var t="[jquery.form] "+Array.prototype.join.call(arguments,"");window.console&&window.console.log?window.console.log(t):window.opera&&window.opera.postError&&window.opera.postError(t)}}var n={};n.fileapi=void 0!==e("").get(0).files,n.formdata=void 0!==window.FormData;var i=!!e.fn.prop;e.fn.attr2=function(){if(!i)return this.attr.apply(this,arguments);var e=this.prop.apply(this,arguments);return e&&e.jquery||"string"==typeof e?e:this.attr.apply(this,arguments)},e.fn.ajaxSubmit=function(t){function r(r){var a,n,i=e.param(r,t.traditional).split("&"),o=i.length,s=[];for(a=0;o>a;a++)i[a]=i[a].replace(/\+/g," "),n=i[a].split("="),s.push([decodeURIComponent(n[0]),decodeURIComponent(n[1])]);return s}function o(a){for(var n=new FormData,i=0;a.length>i;i++)n.append(a[i].name,a[i].value);if(t.extraData){var o=r(t.extraData);for(i=0;o.length>i;i++)o[i]&&n.append(o[i][0],o[i][1])}t.data=null;var s=e.extend(!0,{},e.ajaxSettings,t,{contentType:!1,processData:!1,cache:!1,type:u||"POST"});t.uploadProgress&&(s.xhr=function(){var r=e.ajaxSettings.xhr();return r.upload&&r.upload.addEventListener("progress",function(e){var r=0,a=e.loaded||e.position,n=e.total;e.lengthComputable&&(r=Math.ceil(100*(a/n))),t.uploadProgress(e,a,n,r)},!1),r}),s.data=null;var l=s.beforeSend;return s.beforeSend=function(e,t){t.data=n,l&&l.call(this,e,t)},e.ajax(s)}function s(r){function n(e){var t=null;try{e.contentWindow&&(t=e.contentWindow.document)}catch(r){a("cannot get iframe.contentWindow document: "+r)}if(t)return t;try{t=e.contentDocument?e.contentDocument:e.document}catch(r){a("cannot get iframe.contentDocument: "+r),t=e.document}return t}function o(){function t(){try{var e=n(g).readyState;a("state = "+e),e&&"uninitialized"==e.toLowerCase()&&setTimeout(t,50)}catch(r){a("Server abort: ",r," (",r.name,")"),s(D),j&&clearTimeout(j),j=void 0}}var r=f.attr2("target"),i=f.attr2("action");w.setAttribute("target",d),u||w.setAttribute("method","POST"),i!=m.url&&w.setAttribute("action",m.url),m.skipEncodingOverride||u&&!/post/i.test(u)||f.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"}),m.timeout&&(j=setTimeout(function(){T=!0,s(k)},m.timeout));var o=[];try{if(m.extraData)for(var l in m.extraData)m.extraData.hasOwnProperty(l)&&(e.isPlainObject(m.extraData[l])&&m.extraData[l].hasOwnProperty("name")&&m.extraData[l].hasOwnProperty("value")?o.push(e('').val(m.extraData[l].value).appendTo(w)[0]):o.push(e('').val(m.extraData[l]).appendTo(w)[0]));m.iframeTarget||(v.appendTo("body"),g.attachEvent?g.attachEvent("onload",s):g.addEventListener("load",s,!1)),setTimeout(t,15);try{w.submit()}catch(c){var p=document.createElement("form").submit;p.apply(w)}}finally{w.setAttribute("action",i),r?w.setAttribute("target",r):f.removeAttr("target"),e(o).remove()}}function s(t){if(!x.aborted&&!F){if(M=n(g),M||(a("cannot access response document"),t=D),t===k&&x)return x.abort("timeout"),S.reject(x,"timeout"),void 0;if(t==D&&x)return x.abort("server abort"),S.reject(x,"error","server abort"),void 0;if(M&&M.location.href!=m.iframeSrc||T){g.detachEvent?g.detachEvent("onload",s):g.removeEventListener("load",s,!1);var r,i="success";try{if(T)throw"timeout";var o="xml"==m.dataType||M.XMLDocument||e.isXMLDoc(M);if(a("isXml="+o),!o&&window.opera&&(null===M.body||!M.body.innerHTML)&&--O)return a("requeing onLoad callback, DOM not available"),setTimeout(s,250),void 0;var u=M.body?M.body:M.documentElement;x.responseText=u?u.innerHTML:null,x.responseXML=M.XMLDocument?M.XMLDocument:M,o&&(m.dataType="xml"),x.getResponseHeader=function(e){var t={"content-type":m.dataType};return t[e]},u&&(x.status=Number(u.getAttribute("status"))||x.status,x.statusText=u.getAttribute("statusText")||x.statusText);var l=(m.dataType||"").toLowerCase(),c=/(json|script|text)/.test(l);if(c||m.textarea){var f=M.getElementsByTagName("textarea")[0];if(f)x.responseText=f.value,x.status=Number(f.getAttribute("status"))||x.status,x.statusText=f.getAttribute("statusText")||x.statusText;else if(c){var d=M.getElementsByTagName("pre")[0],h=M.getElementsByTagName("body")[0];d?x.responseText=d.textContent?d.textContent:d.innerText:h&&(x.responseText=h.textContent?h.textContent:h.innerText)}}else"xml"==l&&!x.responseXML&&x.responseText&&(x.responseXML=X(x.responseText));try{L=_(x,l,m)}catch(b){i="parsererror",x.error=r=b||i}}catch(b){a("error caught: ",b),i="error",x.error=r=b||i}x.aborted&&(a("upload aborted"),i=null),x.status&&(i=x.status>=200&&300>x.status||304===x.status?"success":"error"),"success"===i?(m.success&&m.success.call(m.context,L,"success",x),S.resolve(x.responseText,"success",x),p&&e.event.trigger("ajaxSuccess",[x,m])):i&&(void 0===r&&(r=x.statusText),m.error&&m.error.call(m.context,x,i,r),S.reject(x,"error",r),p&&e.event.trigger("ajaxError",[x,m,r])),p&&e.event.trigger("ajaxComplete",[x,m]),p&&!--e.active&&e.event.trigger("ajaxStop"),m.complete&&m.complete.call(m.context,x,i),F=!0,m.timeout&&clearTimeout(j),setTimeout(function(){m.iframeTarget||v.remove(),x.responseXML=null},100)}}}var l,c,m,p,d,v,g,x,b,y,T,j,w=f[0],S=e.Deferred();if(r)for(c=0;h.length>c;c++)l=e(h[c]),i?l.prop("disabled",!1):l.removeAttr("disabled");if(m=e.extend(!0,{},e.ajaxSettings,t),m.context=m.context||m,d="jqFormIO"+(new Date).getTime(),m.iframeTarget?(v=e(m.iframeTarget),y=v.attr2("name"),y?d=y:v.attr2("name",d)):(v=e(' -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/views/license.html b/views/license.html deleted file mode 100644 index 72b9bb1..0000000 --- a/views/license.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - License - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
-
- -
-
-
-

License

-
-
-
- -
-
- -
- -
-
-
-
-

LICENSE

-
-

Donut An Open Source Social Collaborating platform is a web Based framework Software, - - Copyright (C) < 2018 Codeuino Contributors > -This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License V3 as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - -This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details at OSI https://opensource.org/licenses/GPL-3.0
- -You should have received a copy of the GNU General Public License - along with this program. If not, see http://www.gnu.org/licenses/. -


-
- -
- - - -
- -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/projects.html b/views/projects.html deleted file mode 100644 index 0af0123..0000000 --- a/views/projects.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - - - Our Projects - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
-
- -
-
-
-

Our Projects

-
- -
-
- -
-
-
- -
-
-

Donut: An Open Source Social Networking Environment

-
-
- -
-
-

Introduction

-
-

The world we currently live in is full of Technologies and with each passing day a new gadget or a jargonic device is introduced in the market which tends to improve the life of people in one or the other way and the present globe needs up a flexible social base for Collaboration, representation and implementation. - So DONUT is an Open Source Social researching environment kit developed in Node.js and React that tends to serve robust frameworks solutions which could span the entire world within organisation through building their own custom social environments, discussion portals and collaboration platforms for raising products under social open Source. - It's lightweight, powerful and comes with an user-friendly interface. With DONUT you can create your own customized social network, social intranet or huge social enterprise application that really fits into organisation needs. -


-
-

Mission:

-
-

The main purpose which DONUT serves is “ Publication Unity of Open Source”, that is every Open Source organisation across this globe needs a framework where they could interact with their developers, community builders, designers, writers and other open source maniacs on a planet involving Open Source Environment. - This platform has got many domains and is divided into many phases of social environment where it allows users to get their projects researched under various experts and organisations that exist on this planet (DONUT).We have been publishing various “Research papers” but not really the ”Open Source Projects”. - This framework allows only Open Source projects that various enthusiasts wants to develop that could fit into organisations as well as the entire world by allowing the users to publish their projects under various organisations, Open Source Experts and other community feedbackers who could help into projects to extract out better outcome.

-
-

Vision:

-
-

Well this project depends upon the “OS Tags” and work in the flexible way. - After Signing into this environment whenever the Open Source User wants to publish their projects for research, they fill out details of the projects as per the requirements written in the served forms for this purpose while they develop and fill out the details of their particular projects. As asked by this platform forms they define various tags like “design”, “contributor”, “any particular language for instance; Nodejs, Python”, etc. -


-

Similarly when any other person, signs up then they are also asked to define their on tags or select from predefined ones that matches in previous. - So when the User publish their project after defining these tags and details, these tags coincide with the tags that has been given by people and then those particular projects are redirected to those people only containing tags like “design”, “any particular language for instance; Nodejs, Python”, etc. - With this mission DONUT project tends to have a good impact on the Open Source. -


-

Moreover Developers are still working to create a mechanism so that User as well as organisations can integrate 3rd auth parties software. - Well, this feature works as an OPTIONAL feature for the organisations if they want to open up this in their own custom way. -


-

DONUT project also come with the Discussion portal, The open source has got its huge base for the organisations using IRC, but usually as a part of social environments like Facebook, Twitter, Linkedin, etc. the discussion last in the form of comments but DONUT provides to connect with the flexible “channel discussion portal” works similar to IRC in terms if channels but has got more profind and simple features to raise discussions for various projects that are published on this platform.So a User will be redirected to the particular channel only for the discussion of that particular project. -


-
-

Features:

-
-

Due to its usage flexibility and being fully Open Source. It comes with the following: -


-
    -
  • Social Environment Features
  • -
      Commenting
    -
      Agree/Disagree
    -
      Following
    -
      Tags
    -
  • Dashboard ( but for Users and organisations independently is still in progress )
  • -
  • Activities
  • -
  • Notifications
  • -
  • Themeable
  • -
  • Search
  • -
  • Project Showcases
  • -
  • User Profiles
  • -
  • Public Access (beta)
  • -
  • User Approval System
  • -
  • Forms for Organising the Events/ Projects/ Articles
  • -
  • Feeds
  • -
  • User profile setting
  • -
  • 3rd parties authentication
  • -
  • Discussion Portal
  • -
  • Badges ( In planning )
  • -
-

More features are to be released soon. - So the users/organisations can write various articles, feeds, post images, videos, projects, internships, blogs just like facebook but this provides the actual impact of the open source social environment. -


-
-

Things to be Achieved:

-
-

More to be added. -


-
- -
-
- -
- -
-
-

Codo: An Open Source Channel based discussion portal

-
-
- -
-
-

Introduction

-
-

Well CODO is one of the integrated project of the DONUT platform which acts as an Open Source Channel based discussion portal especially for the Social environments for the project that are published in the various framework within the Platform. - This is built on Node Js and CSS styling frameworks. - Engage in the authorizable discussions with most avid people, project maintainers, contributors on the platform. - CODO pares all the complexity away and puts just the essential stuff that is needed as per the requirement for the project. It allows you to share the files like an image, videos and allows you to paste the links. - Public channels allow team members to communicate without the use of email or group SMS (texting). They are open to everyone in the chat, provided they have first been invited to join the client that usually called as “channel”. It also allows Private channels for private conversation between one another. Direct messages allow users to send private messages to a specific user rather than a group of people. -


-
-

Mission:

-
-

We use many communication channels for chatting, discussions and collaborations but when it comes to the project discussions then it usually becomes quite hectic to carry forward the discussion on same platform. - For instance there exist a project platform that allows you to discuss about various ongoing projects but everything gets messed up when everything occurs at the same time and in same channel. So this platform tends to prevent these circumstances by providing individual channels for every project that needs discussion so that whenever a project needs discussion then the user is redirected to the particular channel and gets involved with other people or group on it. -


-
-

Trying to Achieve:

-
-

Well the team behind this project is trying to build up a framework such that users involved in the project discussions could tags people involved only in the public discussions. Moreover, a security catch up could be build that would prevent otherless discussion ( not really linked to the project ) in particular channel. -


-
- -
-
- - - -
- -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/views/team.html b/views/team.html deleted file mode 100644 index 14fd1e9..0000000 --- a/views/team.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - - Our Team 😎 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
-
-
-

Our Team

- -
-
-
-
- -
-
-
- -
- - survive with passion, play with challenges, hold up the success fame - -
    -
  • -
  • -
  • -
  • -
-
-
- Co-Founder - Jaskirat Singh - -
-
- - -
-
-
- -
- - changing your mind and changing world - -
    -
  • -
  • -
  • -
  • -
-
-
- Developer - Uphaar Dubey - -
-
- - -
-
-
- -
- - prepare for the best, be ready for the worst - -
    -
  • -
  • -
  • -
  • -
-
-
- Developer - Devesh Verma - -
-
- -
-
- -
-
-
- -
- - changing your mind and changing world - -
    -
  • -
  • -
  • -
  • -
-
-
- DEVELOPER - VAIBHAV AREN - -
-
- -
-
-
- -
- - -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -